.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;
}
body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}:root { --color-primary-0:217,217,217;--color-primary-1:128,128,129;--color-primary-2:1,1,2;--color-primary-3:1,1,1;--color-primary-4:0,0,0;--color-secondary-0:255,208,219;--color-secondary-1:255,114,147;--color-secondary-2:255,20,75;--color-secondary-3:243,15,82;--color-secondary-4:51,4,15;--color-tertiary-0:255,255,255;--color-tertiary-1:181,181,181;--color-tertiary-2:180,180,180;--color-tertiary-3:108,108,108;--color-tertiary-4:24,24,37;--headlines-font-family:"Figtree";--paragraphs-font-family:"--paragraphs-font-family"; }body { background-color:#030304;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); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010102;background-image:url("https://images.assets-landingi.com/uc/ffcaf0fe-0d7d-4290-9a8e-9208f94b7763/Hero3.png");background-position:bottom 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; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN.adaptive-delivery-prevent-bg, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyload, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyloading { background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { background-color: transparent; background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .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); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { border-width: 0; border-radius: 0; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#UBZU5CmlFuWdTi6KtO6SJrLxLV26JyRZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:5.4375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#Je59vanziZw6BW7S3yiMfgQm3uCbO6SW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:0.9375rem;left:72.750000953675rem;overflow:hidden;display:block; }
#wZ7sR4W0o5qbUPT8Laqy9MLeTcPBog89 { position:absolute;display:block;z-index:15235;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:20.75rem;top:4.3125rem;left:0rem;overflow:hidden;display:none; }
#ZfrhDNvuucWnWHrZET8l1culIMQQ69nt { position:absolute;display:block;z-index:15235;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:20.75rem;top:5.25rem;left:0rem;overflow:hidden;display:block; }
#eN7NuEUfl4GLtlPSUKrXKPSzivwr8El6 { position:absolute;display:block;z-index:15022;height:1.9375rem;width:19.8125rem;top:31.625rem;left:0rem;display:block; }
#h8rsSHgoI6lMUTTlL04lM4KzJJK8QCaH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;top:9.125rem;left:0rem;overflow:hidden;display:block; }
#A3BombTbs8DZIvVntXZ4mZeXcV54ckwD { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:1.75rem;height:2.6rem;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;display:block; }
#ZDma4WQ0Z5hKNAH4a7xCmmk3rvxlvU7U { 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:1.375rem;width:1.125rem;top:12.25rem;left:0rem;overflow:hidden;display:block; }
#wTNwJEqGcmzeAIlSZQtibmnGiNbNPzQI { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:1.75rem;height:1.3rem;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;display:block; }
#RTHuqQLhqslQhJxL6wmxXqAzPn5Xbyz0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.67421913147rem;left:1.75rem;height:1.1375rem;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; }
#oulL2dLvhpoEu4lsxryDqbfMWSzDdbzq { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;top:15.3125rem;left:0rem;overflow:hidden;display:block; }
#vWDU7e76F4fBphNM4cQWoSmc0thyacdD { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.4375rem;left:1.75rem;height:1.3rem;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;display:block; }
#iEXGCvVZnzqvqgweq4ilbCvir7mgS9X8 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.375rem;height:1.375rem;text-decoration:none;z-index:15234;text-align:center;text-align-last:center;top:15.5rem;left:21.624999046326rem;display:block; }
#RTpZZwQeE8epEbiFLa9DaM1hholNDcBc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKNVWgEA5RKvMFvVB6gum9evvZd2EUhB { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15233;line-height:1.4;letter-spacing:0;top:12.75rem;left:24.250000953674rem;height:6.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VvKK5VBPKVotIXrc3N6w69ielwx5s17q { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.75rem;top:15.836718559265rem;left:21.911719322204rem;overflow:hidden;display:block; }
#D5VEcd14IPk7R3bH6r5RTCi0fh0V9iCC { position:absolute;display:block;z-index:15232;background-color:rgba(var(--color-primary-4),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;height:8.3125rem;width:19.6875rem;top:12rem;left:23.500000953674rem;display:block; }
#UgeL3c4zbAfaIPdUgN7gIUH1c7T9ZdtN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:15.5rem;left:22.687500953674rem; }
#tyApVTTmX1ngDGp6aMHncTzoSNktmCE5 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;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;display:none; }
#yg7T3KSJEIZc20vOUnDIwnPMVGtaAo68 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;top:17.375rem;left:0rem;overflow:hidden;display:block; }
#p1eU5s8cQn8NteTwRMS0mT0nPu1wT0Zh { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5rem;left:1.75rem;height:3.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;display:block; }
#h0zOovs9wOPtTxRbxcF9NWOqpWSnZhf1 { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.375rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:22.1875rem;left:0rem;display:block; }
#MT57XbaoErgxM7vSSuo8ZF1fAwRaTIVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOWvcMFHJGtJB0TsOQNu5yiXBsdAilkf { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.0625rem;left:10.749999046326rem;height:1.625rem;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;display:block; }
#Kb5TxsRTDtTM1hOBVSEmMeyFEsR9dgLA { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;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;display:none; }
#RqsnGbt1MMsHrkqkemvPoew7y7oMULWf { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.875rem;left:11.3125rem;height:0.975rem;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;display:none; }
#l0V8vmPbUNILXHNgh1f7E8aZqHsktpmr { 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:34.0625rem;width:60.5625rem;display:none; }
#sUcewihKCk95c9NZ8SchXt2LCvHzgdkv { position:absolute;display:block;z-index:15236;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:4.5625rem;width:17.25rem;top:26.375rem;left:0rem;overflow:hidden;display:block; }
#GsoTxczbTcT0izgcT147iupfiR8Kul79 { position:absolute;display:block;z-index:15236;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:1.375rem;width:9.4375rem;top:26.6875rem;left:0rem;overflow:hidden;display:none; }
#lbybwaqJpcWFcd1K87TCR05irbT7PwFg { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:26.0625rem;width:46.375rem;top:5.25rem;left:28.625000953674rem;overflow:hidden;display:block; }
#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010102;background-image:url("https://images.assets-landingi.com/uc/ffcaf0fe-0d7d-4290-9a8e-9208f94b7763/Hero3.png");background-position:bottom 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; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.adaptive-delivery-prevent-bg, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyload, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyloading { background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { background-color: transparent; background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .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); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { border-width: 0; border-radius: 0; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#XwIpwfJGx6MmPeZExqCsgaKULqlJkXzX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;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:5.4375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#VIJDiFTcfomoaVwdrZU65nmTtvhXCISf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:0.9375rem;left:72.750000953675rem;overflow:hidden;display:block; }
#FeLG05o8HQa6V7kdnkOQENhA1mcv3iWq { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#Hz280cCh17E0tyBrzZRxg5qTscxUlizs { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:20.75rem;top:4.3125rem;left:0rem;overflow:hidden;display:none; }
#EdmU25g0DJLbP55nwSg6TeMAMRTzZCPa { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:20.75rem;top:5.125rem;left:0rem;overflow:hidden;display:block; }
#N6ybktXkHxlL6TIilo9fiQGOAcQ3AC4x { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:1.75rem;height:3.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;display:block; }
#RH3a5uFQ6DFaHnC4F0r4nbA8HkAJLp5K { 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:1.375rem;width:1.125rem;top:12.875rem;left:0rem;overflow:hidden;display:block; }
#g5Ts91qHPE8ueVcPymAXKmV7CX4M7Oe2 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.875rem;left:1.75rem;height:1.3rem;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;display:block; }
#Mbeqbgk7gEVgQR9EuozbInfc4VpfWJqq { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.1875rem;left:1.8125rem;height:1.1375rem;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; }
#SnPGbIrEUtd5ciBBvTxoa9qCyV1r5unO { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;top:15.9375rem;left:0rem;overflow:hidden;display:block; }
#aQNKAM9pWpT0xyCfUFyKPAa88nBaooXL { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16rem;left:1.75rem;height:1.3rem;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;display:block; }
#Vc4HXEUtBgu8xvXxtcsgTGKA8zRAqCNU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15199;opacity:1;top:15.94921875rem;left:22.875000953674rem; }
#X9QUiv0g91vJcmvCPboRclN06T3TlbPO { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.375rem;height:1.375rem;text-decoration:none;z-index:15235;text-align:center;text-align-last:center;top:15.9375rem;left:21.562499046326rem;display:block; }
#PpUIVIWnhVNb00WpFNABuR2dTtSW2TdG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZDZpTSq36uJxCweDO84IOnM8XA0va3U { position:absolute;display:block;z-index:15238;background-color:rgba(var(--color-primary-4),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;height:8.3125rem;width:19.6875rem;top:12.625rem;left:23.812500953674rem;display:block; }
#OVtT0Q6UtLbQeSmNkTFqbWlU9x4XsWZb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15238;line-height:1.4;letter-spacing:0;top:13.375rem;left:24.562500953674rem;height:6.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bwflh2uOkiQdciNmOu6yKeU1Oa6NBKrW { position:absolute;display:block;z-index:15225;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.75rem;top:16.25rem;left:21.937499046326rem;overflow:hidden;display:block; }
#AU6TUJqX6QhDdvuSxXMDFzu7Oomti6QK { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;top:18.081249237061rem;left:0rem;overflow:hidden;display:block; }
#Z9mRJ2bCuZOnzXNvOLrMSFbzAqen3A9U { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.206249237061rem;left:1.75rem;height:3.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;display:block; }
#fkCRalhuyZmRUhNxfv22dm9TOJoIpCT2 { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.3125rem 0.875rem rgba(0,0,0,0.24) ;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.375rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:22.9375rem;left:0rem;display:block; }
#BseBreS34XdH2cyqMRkLe9QdTX1D5MCU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D4xMwTmZ0UIxbnZPQMtAHQiq7925b2b1 { 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:34.0625rem;width:60.5625rem;display:none; }
#DKx3HE2tkiTU0zd2u1mkJCVWuaV8mztm { position:absolute;display:block;z-index:15237;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:4.5625rem;width:17.25rem;top:27.4375rem;left:0rem;overflow:hidden;display:block; }
#Wa9LPcKTdoKTUvmZIloVVKawsVmth82V { position:absolute;display:block;z-index:14999;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:26.0625rem;width:46.375rem;top:5.125rem;left:28.624218940735rem;overflow:hidden;display:block; }
#Ux2APO8dyxTOW7ZppeXFp8wMqrOw24PF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:20rem;display:none; }
#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010102;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; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { background-color: transparent; background-image: none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container > .video-iframe-container { display: none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row > .video-iframe-container { display: none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .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); }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { border-width: 0; border-radius: 0; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { border-width: 0; border-radius: 0; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:none; }#ktG77pQq53VR5tHIcoaUvHLVXCM7DHcu { position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:0.84999465942381rem;left:0.5625rem;display:block; }
#gMqa3dC70FzBZ7CMe0wWZbieNhxWknBd { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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; }
#BWMRfgEPkTueO6eH82FuRebJaMrBVOAh { position:absolute;display:block;z-index:15204;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.1875rem;top:2.6875rem;left:26.5rem;overflow:hidden;display:block; }
#sHbp47B2Z7tqtvhlIyWQXFvn1fcDZqe8 { position:absolute;display:block;z-index:15202;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.1875rem;top:2.6875rem;left:29.1875rem;overflow:hidden;display:block; }
#MyyiIog6z634exTQSd55tnTHG4zwFJ75 { position:absolute;display:block;z-index:15203;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.1875rem;top:2.6875rem;left:31.9375rem;overflow:hidden;display:block; }
#vmeiEzBroOiW9tzvPZOkyTccSIXVHbtx { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.5625rem;width:73.625rem;top:3.3624992370606rem;left:0.5625rem;display:block; }
#qLeATTP2MbTnDqh1trNRtrcLfTiWIh1K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15206;opacity:1;top:4rem;left:35.9375rem; }
#Pa7qT62iBgkaOhnVo1LRTrJtMBk7r8ms { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:6.5625rem;height:3rem;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; }
#H2c0HvsKbihtsV0k9ib7aPAUGZNyst6s { color:#9faadc;display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:17.40625rem;height:1.3rem;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; }
#UCvIpAKtr0KN3QmNpB931oDIUJzBdiCB { background-color:transparent;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: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(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.375rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:8.75rem;left:17.34375rem;display:block; }
#eJEsU9lRLnF3RKchVkR1iVgG6Jotlssl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdZ2BpfCocyCIC93TBEa3qAF1zGsoFEK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3rem;text-decoration:none;z-index:15201;text-align:center;text-align-last:center;top:7.0625rem;left:53.6875rem;display:block; }
#P0ERBiMlhU5mr5XxX5EizQaI8GHTi0HZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container { border-width: 0; border-radius: 0; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:none; }#CepSf6ZgxOsuN0IF4HMt6VeVsgcGWpfv { position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.0624904632568rem;left:0.5625rem;display:block; }
#xt3XbTGTrDIXtE4iPnBLm1TD25RMEd88 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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; }
#oOivcMQlkzBaTHwr9aSkgo0i1CXGHfcW { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:9.5rem;width:73.625rem;top:3.5625rem;left:0.5625rem;display:block; }
#Cc4Vq8JFLVHt4kxqoKNTUBhXHu53bnTR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15207;opacity:1;top:4rem;left:35.9375rem; }
#WDPGcqakoUAuX5N3DaDhi6Mnou7kLmoL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4rem;top:8.53125rem;left:7.4375rem;overflow:hidden;display:block; }
#DBochVIhefq7s3vKpo3sZuFnDOVMm4Pz { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15208;text-align:center;text-align-last:center;top:6.875rem;left:6.9375rem;display:block; }
#BXpblpKxsXw5Dx1GSsFW9IFl6FLEPHa9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2kuUUx2FfFaHr5yOETX62cP4tdmczek { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4rem;top:8.53125rem;left:13.4375rem;overflow:hidden;display:block; }
#kUkl5mWxVIdaCsCMgzFvBFRMMQvXlk81 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15206;text-align:center;text-align-last:center;top:6.875rem;left:12.9375rem;display:block; }
#GR6WBNrFHsptlN3rnEq9DBHzZDzdQBrA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iyPZnT9PrfeaM6kkyagbqnVJiV7u7y5O { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4rem;top:8.53125rem;left:19.4375rem;overflow:hidden;display:block; }
#Gu4hV8bCKHGgCNumfqNyZoTKQMEEMLgm { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:6.8433151245119rem;left:18.937174797058rem;display:block; }
#QZfHJyNSA1JEE2mU9ETVc1fTTtAqnByK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MGEIGLTvvSnmRQwA12QZTWKqntHGvQ5C { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4rem;top:8.53125rem;left:25.5rem;overflow:hidden;display:block; }
#vMAMOgSsiPdQgMSmEW2PlPcFg2IMTTHr { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:6.875rem;left:25rem;display:block; }
#BKUCmFNKtGQP5uXqdDe02DTpQRchXHSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gGD7nbrOE07I2le6nE49UcPT0d5aCedl { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:6.875rem;left:6.9375rem;display:block; }
#UyTfwFHwwfqDJvdRbg7IPWRKM7SW1rGA { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:6.875rem;left:12.9375rem;display:block; }
#aR7Jbi7QJasvTzZUxOKSQRTs8wRwTfEt { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:6.875rem;left:18.9375rem;display:block; }
#TTLTvfebrXFiG9e2bco1uyZtRXNTG2Tz { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:6.875rem;left:25rem;display:block; }
#FNTLBvZxbPQsyakTvtybLmvT61LknQzR { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:10.6875rem;left:10.8125rem;overflow:hidden;display:block; }
#k5hKJlvvxs9xdJgTpvAkG2xDG8gEbixz { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:10.6875rem;left:16.9375rem;overflow:hidden;display:block; }
#gTW1K2Ftwl9vgiEVXbIKNosRyXyR3C0A { 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:0.8125rem;width:0.75rem;top:10.6875rem;left:22.9375rem;overflow:hidden;display:block; }
#UMvrfCer6KnVP9UHTVFqGTTzsSCkU617 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:10.6875rem;left:28.9375rem;overflow:hidden;display:block; }
#UpiedUTv5ZFGCv4maiyk3uxL93v5h7dV { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15210;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:10.84375rem;left:7.4375rem;display:block; }
#mfkPF1eEIGdPPcQiGwZlVOwM32Css51c { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15211;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:10.84375rem;left:13.4375rem;display:block; }
#wqyUpe8JWg7dK4KdF4LXDvzGcau5Lw8P { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15212;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:10.84375rem;left:19.4375rem;display:block; }
#yCRKGKuaROwEbufyn4vZJbxPCWqKmPDE { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15213;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:10.84375rem;left:25.5rem;display:block; }
#OeNwJMFbuw81X4nsrE5eSveITTqdvDta { 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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#f3f4fa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15200;text-align:center;text-align-last:center;top:11.3125rem;left:31.6875rem;display:none; }
#nz3KUlvGkZw00SQ0xqqUw4lMeT00SowK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ObeVS9N7kr0fRPDq8VzfM7w3FJKlS0bl { color:rgba(var(--color-tertiary-2),1);display:block;width:70.25rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:normal;z-index:15219;line-height:1.3;letter-spacing:0;top:14.1875rem;left:1.375rem;height:1.94921875rem;display:block; }
#gq9Xn9aMVTOhD7KP3VQbeJteiTCbbFrc { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15216;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:14.4375rem;left:0.625rem;display:block; }
#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { border-width: 0; border-radius: 0; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:none; }#vgZPMQISSrJ5PTbtEVdiq9JaV17A0RGf { 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:1.25rem;width:1.25rem;display:none; }
#nxpmq4QLTJcnTgr8spuFziQX9DtQRF6r { 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:1.25rem;width:1.25rem;display:none; }
#FDf7V9bdlnPzeFbkTeqM3Bv3oRAZBb4E { position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.0624980926514rem;left:0.5rem;display:block; }
#onvh1WoPGHaZcUDiZOJLOXFBVAnaRfs1 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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; }
#Oy8rAtfR4lSD19E1Mm26Kg7NBeQMaDLx { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11.4375rem;width:73.625rem;top:3.9375rem;left:0.5625rem;display:block; }
#A7tgAGNmg2XxH5I7VeNWRqw012a1KEKC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15208;opacity:1;top:4rem;left:35.9375rem; }
#rsnp1tFTpBMZOXNwvFIwZOwvO91SkCpB { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),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;height:5rem;width:5rem;top:6.875rem;left:56.0625rem;display:none; }
#nUZmoLnQ7vSwlH4v9eCapGDoT6xCs0Lo { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),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;height:5rem;width:5rem;top:6.875rem;left:56.0625rem;display:none; }
#WTrVMp7yuLDw0yb6o8O4CHomHNLiXX03 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:6.875rem;left:62.0625rem;display:none; }
#TlNTxZZMFo8XC95hL8Uc2z2CKi7cL9TL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vBGvmBpIvrlv78EQKdTQQccvZazJ0U6d { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:6.875rem;left:62.0625rem;display:none; }
#DtcUZyti4PTpvxAcz3waMhwTwwTl1xLH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTTQLwhncnASvkTbTEnzLVghtMp1iEmT { color:rgba(var(--color-tertiary-1),1);display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15212;line-height:1.3;letter-spacing:0;top:7.1375007629394rem;left:2.1437501907349rem;height:0.975rem;display:block; }
#JCVmusmOqtKQKBF34UZEIEZSTXEx0u9a { color:#afbbf2;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15213;line-height:1.3;letter-spacing:0;top:7.15625rem;left:41.1875rem;height:0.975rem;display:block; }
#qK7WW3msUwST4hlthLZMQTWToKtivell { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.3125rem;text-decoration:none;z-index:15214;text-align:center;text-align-last:center;top:7rem;left:41.0625rem;display:block; }
#ILdk8mlOUzzaw8al08lRSUg67ZrHAUu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmNrhMwSPwTflDfUyeMRGxpATU4x2dhK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:4.1875rem;top:9.3125rem;left:2.3625001907349rem;overflow:hidden;display:block; }
#EosdC7OUkTzDVuSiVOHMo6bkgEz7E1SM { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15211;text-align:center;text-align-last:center;top:8.875rem;left:1.9250001907349rem;display:block; }
#BL95nQrL93gCoLVv2l2py9PZkEmTFdJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UzbWCSegrm3g8eByN9mZvomOF57P5KOc { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.625rem;top:10.75rem;left:8.5rem;overflow:hidden;display:block; }
#y1Uez76WMZyqQS7eTpGTClGzq5Md6Htf { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5.0625rem;text-decoration:none;z-index:15201;text-align:center;text-align-last:center;top:8.9375rem;left:7.8125rem;display:block; }
#tulefvRTEozZ9EeXul9XkpT6qCHrmCbJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XwgRK7TXGM9wBA1D5wLNTtayrItxT8lc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.625rem;top:10.75rem;left:14.5rem;overflow:hidden;display:block; }
#zrO0deO9r3RqztcTiwGsSFaX0yK7g1ZL { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:8.9375rem;left:13.8125rem;display:block; }
#sZfu6QOUIAapX39933cnHRs4iSRADQDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q0IhC2yukFfMLMXoG5O0UaAMuXEJUALy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.5rem;top:10.0625rem;left:21.0625rem;overflow:hidden;display:block; }
#Lv51Tzw78R033AiWAzfGis1mLRJTuZa1 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15203;text-align:center;text-align-last:center;top:8.9375rem;left:19.8125rem;display:block; }
#Rp1iaIXZ40FtL9HNBye5ontKGt1Z6UAR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vv0PdOVT6rSLpSSOCM23PDflZrpdwB3A { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.25rem;top:10.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#ooNp2aLhTs2f2QCJKr31EtOJOkw3aq99 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:8.8125rem;left:25.84375rem;display:block; }
#I8RTpDKmpTy86oblVpDUEMZf5NhsfQF0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oaHbLaOoMEBTTbHropkcw80Cl3cxGVzi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:9.5rem;left:32.6875rem;overflow:hidden;display:block; }
#a6iD0p7piwcfCy5aan9vVh1f7ifheyCu { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15208;text-align:center;text-align-last:center;top:8.8125rem;left:31.875rem;display:block; }
#bPhG4WURQdptKGa3ECpfyKBldmBr8f9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTVLiDGu8uq5NGkrECHA0LWaUd3Rgl6d { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.625rem;top:10.25rem;left:38.6875rem;overflow:hidden;display:block; }
#cPwBrscWtl9OkJv2cTgQUE4VikVnVPiQ { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15206;text-align:center;text-align-last:center;top:8.9375rem;left:38rem;display:block; }
#Sn9zFTV5CT8NTve9BUXtNEIfaRZpDM9H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#scTGTKJQyVni2VlCUZs7k07P6KyZOApM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.625rem;top:10rem;left:44.799999237061rem;overflow:hidden;display:block; }
#EHSmJzwsbAt0g7LcPpVZqV9goTi13fL5 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:8.90625rem;left:44rem;display:block; }
#E5ORBcpVMoAs7SL5gEph2TC2TNTl7GyH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H722qWQ2fIAH5xwXczSGDTveLbNbhOQF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:3.6875rem;top:9.6875rem;left:50.849998474121rem;overflow:hidden;display:block; }
#TaFBXo1HqsQJ7N6UvrXKcDeq5b3vXmrI { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:8.875rem;left:50.049999237061rem;display:block; }
#PVgANxZghZJm7m4tmJKsQu4Usmo0T3fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MFaQ3bqgFqwOc1qOqlnWH9CKhnaDhqin { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:8.9375rem;left:1.9250001907349rem;display:block; }
#gtAaOTQTfODtgTXGdelH2qKdA2LUbP1g { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:8.9375rem;left:7.8125rem;display:block; }
#htxPkBJn6XH4SoqhQif17cAqXsvREuMa { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:8.9375rem;left:13.8125rem;display:block; }
#J16JO9yCbPpMtFTBbyIVDd70B58PdpnX { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:8.9375rem;left:19.8125rem;display:block; }
#XSFDS2eznnIdC7FGVW0NVlKmytAa0IJI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:8.9375rem;left:25.8125rem;display:block; }
#KpBEM6aawnXNyugVaPbUE2sC6TTMlJLE { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:8.9375rem;left:31.96875rem;display:block; }
#IJqRS2XtElaFmQ4pX2fNTlTsEahBwdgo { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:8.9375rem;left:38rem;display:block; }
#iVbH2eQ0oKwSgUEEpR8PickSwT9xTTih { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:8.9375rem;left:44rem;display:block; }
#H0hA3wwzi0fgptaITJAvUBLhzDxEgEw9 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:8.9375057220456rem;left:50.049999237061rem;display:block; }
#nxM7xxKVx55taHS96de3HXCDGPGngpQE { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:8.9375rem;left:56.0625rem;display:block; }
#leuZkTJWPHvTOLNypbX5TEdCNOlTy3e4 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:9.59375rem;left:56.800003051757rem;overflow:hidden;display:block; }
#mO1aFC5cHiuAqzmqMXTAQN4Aadv5zxsg { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:8.9375rem;left:56.0625rem;display:block; }
#fXikNRh9yZ30O5eSZRq3upuQa5f2ucgC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eVgKeCo2pdqGatu1vTrxFqNUPkOQms8G { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:8.9375rem;left:62.0625rem;display:block; }
#y5boSB4glsRCZr8ud6GgG7iv6fh1xg4K { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:9.4375rem;left:62.5rem;overflow:hidden;display:block; }
#GsWs3KMP23qNNyxPoWANHdDoAzUfJelX { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:8.9375rem;left:62.0625rem;display:block; }
#zFFA4PBl6HETRvq4XW6lcXAOZdoR7Ivh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QwfDvZH9eyWHxradPVTqL1wP9DCVhZcG { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-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;height:5rem;width:5rem;top:9rem;left:68.0625rem;display:block; }
#nsZyZ3HLVEpmn2hwOPD23ECVq8uJw54P { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:9.4375rem;left:68.5rem;overflow:hidden;display:block; }
#PBdO3aHimViiEfgB7ez8ZKnbJ1ynxp8M { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15211;text-align:center;text-align-last:center;top:9rem;left:68.0625rem;display:block; }
#X777vALLK8sOg31ofozgXBN0EeT1paHD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahIR7yxcldQvveVdDo8aEAemJeLTZlrg { 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:0.8125rem;width:0.75rem;top:10.6875rem;left:66rem;overflow:hidden;display:none; }
#GlzmskDS4kOAoV83LnbwmzccHyDmDAA0 { 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:0.8125rem;width:0.75rem;top:10.6875rem;left:66rem;overflow:hidden;display:none; }
#BDEU4Ick21WaZlIuxn3TpT898rIwpVuc { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.737501144409rem;left:71.9375rem;overflow:hidden;display:block; }
#mqLLNO03azFHImerlpUe7brD3rQpag3g { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:5.8624992370606rem;overflow:hidden;display:block; }
#TOpT7T9zh3b2WMVeHThyGrM4S3xnnFwI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:11.6875rem;overflow:hidden;display:block; }
#zCLQCCwTbRlFDpGMo02PF4p6Iag8PxJM { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:17.75rem;overflow:hidden;display:block; }
#C6nDebITA3TCmf40WhHPSaaNOaUc6Xge { 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:0.8125rem;width:0.75rem;top:12.75rem;left:23.75rem;overflow:hidden;display:block; }
#UlqFDJIExzkhkeq9Dff3Wa9EX6v9dhUc { 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:0.8125rem;width:0.75rem;top:12.75rem;left:29.71875rem;overflow:hidden;display:block; }
#uGuMkLq8kePQbMyoyVwIQqiFUA5FbSwn { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:35.875rem;overflow:hidden;display:block; }
#z2zbggyceLZDzfEW7iIFAT6qmsKIebCs { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:41.875rem;overflow:hidden;display:block; }
#EfpR7ML2E63ixe4no2SSByzvUcDuuDlF { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:48rem;overflow:hidden;display:block; }
#gRpCrJgrTeuS1r3MbBoV6HI0T2U3EWAG { 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:0.8125rem;width:0.75rem;top:12.75rem;left:54rem;overflow:hidden;display:block; }
#EBXxMMoILET5ChLQypOMf6Dlu96g5x6U { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:60rem;overflow:hidden;display:block; }
#XNmfMxRalVRWz7BJQSeLwCDyunRVnqwN { 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:0.8125rem;width:0.75rem;top:12.75rem;left:66rem;overflow:hidden;display:block; }
#qSLl7MIvLS8oZeDGz55kTTdLuQpoKSE7 { background-color:#7159ff;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:16.3125rem;left:25.6875rem;display:block; }
#hF0LekanMg8qr0EFrGTpX2MLrtn0s5VD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sqIfavCP5zlUJ5giWkiLGynWfnVGAki9 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:16.3125rem;left:38rem;display:block; }
#FLoiLGxgEVHhlKvK8ySdelP7kKfN8uOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;overflow:visible;position:relative;display:none; }#UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:1.3125rem;left:14.717968940735rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s7oreNTgreFu376sUVHTB4kZvopVbgGe { position:relative;display:none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe { border-width: 0; border-radius: 0; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:45rem;top:0rem;left:15rem;display:block; }
#erknzs6JscFTDUBFh5kwJ02bnKBN73EB { 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:1.5rem;width:1.5rem;top:0.625rem;left:15.6875rem;overflow:hidden;display:block; }
#sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3739375rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0.5625rem;left:17.5625rem;height:1.8rem;font-style:normal;display:block; }
#PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.3125rem;left:17.5625rem;height:2.44921875rem;font-style:normal;display:block; }
#cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { background-color:transparent;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-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.5rem;left:41.9375rem;display:block; }
#O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { position:relative;display:none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { border-width: 0; border-radius: 0; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { position:absolute;display:block;z-index:14996;background-color:#4caf50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.25rem;width:45rem;top:0rem;left:15rem;display:block; }
#ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { 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:1.5rem;width:1.5rem;top:0.625rem;left:15.6875rem;overflow:hidden;display:block; }
#lTc6ykKALRdZCIcAikRJN72IrAERztTI { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3739375rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0.5625rem;left:17.5625rem;height:1.8rem;font-style:normal;display:block; }
#tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.3125rem;left:17.5625rem;height:1.225rem;font-style:normal;display:block; }
#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #020202, #030304);background-image: -moz-linear-gradient(180deg, #020202, #030304);background-image: -ms-linear-gradient(180deg, #020202, #030304);background-image: -o-linear-gradient(180deg, #020202, #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#030304' );";background-image: linear-gradient(180deg, #020202, #030304);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; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row .container { background-color: transparent; background-image: none; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row .container > .video-iframe-container { display: none; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row > .video-iframe-container { display: none; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .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); }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row .container { border-width: 0; border-radius: 0; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row .container { background-color: transparent; background-image: none; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row .container > .video-iframe-container { display: none; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row > .video-iframe-container { display: none; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .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); }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row .container { border-width: 0; border-radius: 0; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#ef38e464fb1c3a4537ee576491602d28 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.375rem;left:16.9375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G4WzxsuKDmwuH79K5ma9WMoL4DMDx0Nv { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.75rem;top:4.5000076293945rem;left:18.812500953674rem;overflow:hidden;display:none; }
#ypATLCIsOMdmIbwmpXo1HIab6M56vkKm { position:absolute;display:block;z-index:15236;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:1.4375rem;width:13.5625rem;top:0.9375rem;left:42.25rem;overflow:hidden;display:block; }
#MXTGToEv15M55WgtpdviyvmZGRBAz5V3 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.375rem;left:55.6875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lc6a092537f2ad682f8d9d14b9c2b99b { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.5000076293945rem;left:18.812500953674rem;overflow:hidden;display:block; }
#xBPzU2xk5atWHwHKguCFx37nTy8S3Fy6 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6555404663086rem;left:19.812500953674rem;height:1.3rem;font-style:normal;display:block; }
#K1h75s1MVtOTCnCyQNtD0CTuXymzrIhS { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.2052612304688rem;left:19.687500953674rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mP0VJNdUPIiRO6ZRTeqUGeTr1gQWgnW3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.699577331543rem;left:19.812500953674rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ma6b706b7706f9f6c4ced65b857f5182 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.306823730469rem;left:19.812500953674rem;height:1.3rem;font-style:normal;display:block; }
#s8B1t8Qu3SpQf91V6Zb86VzXxgVg8pmc { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.544036865234rem;left:19.812500953674rem;height:1.3rem;font-style:normal;display:block; }
#PTApd8XGt6R2C7wQvZoLwpoOd4N7ltE1 { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15238;text-align:center;text-align-last:center;top:18.716621398926rem;left:19.812500953674rem;display:block; }
#c28FPZTRH1Rd773U41gUVZZdvXppEiea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d862d9f7463793a22fcde56ea8f7d368 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.5000076293945rem;left:37.514204978943rem;overflow:hidden;display:block; }
#Mc977074d772e79af43db76aeb84a8f9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6250076293945rem;left:38.562502861023rem;height:2.6rem;font-style:normal;display:block; }
#AZaFdlzg2Kudymw9nD90O6CZg61s4iFA { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.4730148315431rem;left:38.375002861023rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IX0QhsSNUwz3ed2ySebF6xdVrIDcwSGV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.887077331543rem;left:38.625002861023rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MWNPUrVaKR4JzknwcrJPdZPa3hafZmyl { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.312507629394rem;left:38.562502861023rem;height:1.3rem;font-style:normal;display:block; }
#oJAJ2evDdgbTPi817wu4xdTn4U6kEE1q { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.544036865234rem;left:38.562502861023rem;height:1.3rem;font-style:normal;display:block; }
#I76020982929823963a7e7af9973d055 { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:18.716621398926rem;left:38.514204978943rem;display:block; }
#a0b67f32935a50870df96f2ec906c7ab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iym84r27Eb1dZ5a1LosP07L1LPhIZa4n { position:absolute;display:block;z-index:15242;height:2.3125rem;width:15.75rem;top:18.716619491577rem;left:38.514204978943rem;display:block; }
#v4b682bb12879aca3100aa0d340bbd84 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.6250076293945rem;left:56.252131462097rem;overflow:hidden;display:block; }
#Uthradc0vpTSCRF75H8Qz3UhfhU2P1kF { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6242904663086rem;left:57.482954978943rem;height:2.6rem;font-style:normal;display:block; }
#TSiQkiPTIhL6rGQcVD2VMSDykLob6W6F { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.4723052978512rem;left:57.252131462097rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#No4NCP4z0RRUNbtPRElmfr4gIMZ5heOF { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.750007629394rem;left:57.357954978943rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fgLZpTFTFJ7MlbSpxWm7m2AZr5C730W9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.306823730469rem;left:57.357954978943rem;height:1.3rem;font-style:normal;display:block; }
#RVodVT2vi6GtJDFTckodxw4FozpGHFvs { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.562507629394rem;left:57.357954978943rem;height:1.3rem;font-style:normal;display:block; }
#L9d60cd2b2ce5218eed0ddfb3108d86b { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:18.716621398926rem;left:57.252131462097rem;display:block; }
#mc345c71b475cd391707d1c98d763782 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LbhqTUhXTkEuIErnXEu062TVTauW1PlW { position:absolute;display:block;z-index:15244;height:2.3125rem;width:15.75rem;top:18.716619491577rem;left:57.252131462097rem;display:block; }
#dbe4148f9a8022eccc90316fd4e5f74e { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:25.5rem;left:0.8125rem;height:0.9rem;display:block; }
#qDOHEFoBeKqtTiTDIfCfmqXwWMyU8Rvr { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:23rem;left:25.125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EClAyVfVlsPGdlVfNRn8xAKmi99c8dk9 { color:#a4a4ff;display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15239;line-height:1.3;letter-spacing:0;top:25.3125rem;left:22.8125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ed20f2b40e86976f0a72f3f7299f4475 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:26.5625rem;left:20.5rem;height:0.9rem;text-align:center;text-align-last:center;display:block; }
#LbqaHJUAcFw9kk0l0mbw9Kcb8ZgTS7Gq { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:22.9375rem;left:44rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hcdcb0de63bc2025fbe94b7593da4bcc { color:#a4a4ff;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.3125rem;left:40.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O49a859b71eeee12f36eb878d549f41c { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:26.6875rem;left:39.125rem;height:0.9rem;text-align:center;text-align-last:center;display:block; }
#FUC4vFHm3GerQyLIbpvMXKBIZCh1XT8E { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:22.9375rem;left:62.75rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p20a397c0881a1b38ba9111499df9ce8 { color:#a4a4ff;display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:25.3125rem;left:60.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f2a2983090eef04d629452d0f68cf982 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:26.6875rem;left:57rem;height:0.9rem;text-align:center;text-align-last:center;display:block; }
#G0ce4033fd8d52696e158af98d8af6ec { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:29.1875rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#OVOG0ThtrGD4UD0KX3M8CSRO1Ish9RpN { position:absolute;display:block;z-index:15208;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:1.5rem;width:1.5625rem;top:36rem;left:26.8125rem;overflow:hidden;display:block; }
#DLJ0mofsTIsCpx2GVQ7ECI1yL82JPidE { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:30.3125rem;left:0.8125rem;height:0.9rem;display:block; }
#dLGs8mrELQC6ZpSUhfzA17bNn0FQrJTG { position:absolute;display:block;z-index:15207;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:1.5rem;width:1.5625rem;top:29.875rem;left:26.875rem;overflow:hidden;display:block; }
#mWQvzeq5lHwOUxHHOTBKFpRvkffc7Lc5 { position:absolute;display:block;z-index:15205;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:0.625rem;width:6.25rem;top:30.375rem;left:3.375rem;overflow:hidden;display:block; }
#z21ZFWlL9c2uNBCQ0fP7TszhhC5RTaQB { position:absolute;display:block;z-index:15206;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:0.625rem;width:6.25rem;top:30.375rem;left:10.25rem;overflow:hidden;display:block; }
#Pu6CdTTRhxophp7l8hPbT0n7HeyS5RsV { position:absolute;display:block;z-index:15208;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:1.5rem;width:1.5625rem;top:29.9375rem;left:45.625rem;overflow:hidden;display:block; }
#NccH5qoKbnuISyVCbrQa9B0EnVAyc9Qr { position:absolute;display:block;z-index:15209;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:1.5rem;width:1.5625rem;top:29.9375rem;left:64.375rem;overflow:hidden;display:block; }
#MsHgFzVX2gCaqbfuDchTzhpDbKtNV7aH { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:33.375rem;left:0.8125rem;height:0.9rem;display:block; }
#dyRQtTRu3r03UbHc9m1QfsLN5SoW91Vw { position:absolute;display:block;z-index:15210;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:0.9375rem;width:2.875rem;top:33.3125rem;left:3.625rem;overflow:hidden;display:block; }
#SVhMFpkz9aNXyHBmncztBJE1pETsBg0R { position:absolute;display:block;z-index:15211;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:0.9375rem;width:2.875rem;top:33.3125rem;left:6.9375rem;overflow:hidden;display:block; }
#KkMw3O0d4ai2lwQtf0aUO1oZU54Ci1E4 { position:absolute;display:block;z-index:15212;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:0.9375rem;width:2.875rem;top:33.3125rem;left:10.1875rem;overflow:hidden;display:block; }
#GyMnAPqFRmJczCFmJdmmfs9iZKVvsd9X { position:absolute;display:block;z-index:15213;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:0.9375rem;width:2.875rem;top:33.3125rem;left:13.4375rem;overflow:hidden;display:block; }
#iGs6ngC1vKbVlPSMtCUVndhqlKwkStwt { color:rgba(var(--color-tertiary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:32.9375rem;left:26.25rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#vBW7W2gPEPGk72RvzBUr7leo4RwH42iZ { position:absolute;display:block;z-index:15211;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:1.5rem;width:1.5625rem;top:33rem;left:45.625rem;overflow:hidden;display:block; }
#viteWn9BmTaeVZCRWvkKVSDToWycKySr { position:absolute;display:block;z-index:15210;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:1.5rem;width:1.5625rem;top:33.0625rem;left:64.375rem;overflow:hidden;display:block; }
#pTULEXZ4GfDt1LlNuTfMMMk9Oq2COsP3 { position:absolute;display:block;z-index:15213;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:1.5rem;width:1.5625rem;top:39rem;left:26.875rem;overflow:hidden;display:block; }
#I8uJwpe80GScWsl5QFCqdCFQZnT2nWCv { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:36.25rem;left:0.8125rem;height:0.9rem;display:block; }
#lwi3FTF9rS6f6551MAnRd9xHkE92J0Lk { position:absolute;display:block;z-index:15214;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10.25rem;top:35.5625rem;left:3.625rem;overflow:hidden;display:block; }
#A5LWF0aJcetgTFCphxDoRfbn4eS6nD5K { position:absolute;display:block;z-index:15213;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:1.5rem;width:1.5625rem;top:37.468757629394rem;left:26.906249046326rem;overflow:hidden;display:none; }
#aoR9MPMHRiZIkECcySKJfiScVa48wZD4 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:37.769180297851rem;left:0.8125rem;height:0.89985625rem;display:none; }
#kr80cHmOGax8WAufyx5nwkWQXHpwwTV4 { position:absolute;display:block;z-index:15209;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:1.5rem;width:1.5625rem;top:36rem;left:45.625rem;overflow:hidden;display:block; }
#A5SfQxSsBPgPmdpeNNGVKgOe3cXTgqII { position:absolute;display:block;z-index:15210;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:1.5rem;width:1.5625rem;top:36rem;left:64.375rem;overflow:hidden;display:block; }
#NB5bh8WzSLnIVNc2LaMmtWe2Lf9lEvhl { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:39.25rem;left:0.8125rem;height:0.9rem;display:block; }
#B8tPLIWLM789pRefvEKOHI68k3hTSi0F { position:absolute;display:block;z-index:15215;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:2rem;width:13.25rem;top:38.6875rem;left:3.625rem;overflow:hidden;display:block; }
#FaQaiXa4iKVXyQhRwHiqlxsBhm1aAoGg { position:absolute;display:block;z-index:15212;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:1.5rem;width:1.5625rem;top:39rem;left:45.625rem;overflow:hidden;display:block; }
#gTwnh5ChTsCVNtyJJGKrONVpXWNORVXn { position:absolute;display:block;z-index:15211;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:1.5rem;width:1.5625rem;top:39rem;left:64.375rem;overflow:hidden;display:block; }
#QeTdD9v5kT3EnVg3XPECW5DF8pTyLSaO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15223;line-height:1.2;letter-spacing:0;top:41.5625rem;left:23.187500953674rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CeEI79AXunxeJD9uVht5yMcKNyGSfEiX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15224;line-height:1.2;letter-spacing:0;top:43.5625rem;left:22.9375rem;height:0.9rem;text-align:center;text-align-last:center;display:block; }
#E2DikyBR0M48MT7koF8fMh1kbbAQ5hvK { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15241;text-align:center;text-align-last:center;top:45.25rem;left:19.8125rem;display:block; }
#TMUAUONSXOgCeoc2CqTydHxddiH9onkg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c8ed66d8b7013fdf079da8a246d4a675 { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15240;line-height:1.3;letter-spacing:0;top:48.1875rem;left:23.6875rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#e5cI7ODMrkpIdmT9ZTPGMA4fZrJ2Bkpe { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:41.625rem;left:41.875000953674rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TF9UEMsOGnRzpeg22In9L3yNOnA98Je7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:43.5625rem;left:41.625rem;height:0.9rem;text-align:center;text-align-last:center;display:block; }
#unoL0tcJLSrlncekoRvMcFiXt8MCmHWs { background-color:#4e37d5;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:45.1875rem;left:38.625rem;display:block; }
#bumOBfZ1l1WHc1gRGC15EFXdDFMEwJeo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hzuux1Ugbnf3BUAVNBPTstBKyDe0KFJM { position:absolute;display:block;z-index:15243;height:2.3125rem;width:15.75rem;top:45.15625rem;left:38.514204978943rem;display:block; }
#OpOfbkdvwWeAqZEUrqH5pLxb9NtLhT4B { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.25rem;left:42.375000953674rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#ddrLrv4tNs7wM3WfEvTyQx2eaQkrgQFe { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:41.625rem;left:60.250000953674rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9pv7WQ1vCi9fUlKKhw4Vbk4iBB1nZA3 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:43.5625rem;left:60.375rem;height:0.9rem;text-align:center;text-align-last:center;display:block; }
#goFtAHvgARUktiqy9CXgGIpawOGI8fA4 { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15025;background-color:#282352;background-image:none;top:35.25rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#krTFyLxRxEHkZS6RH2GXlfGi6KOGvcHM { background-color:#4e37d5;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:45.25rem;left:57.375rem;display:block; }
#EgJ260ZbLyppBSPqxToQ3DPPMBE0QmvH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPqN5oqyZCBLSCPqqPiFJVFT9WoqbDZJ { position:absolute;display:block;z-index:15245;height:2.3125rem;width:15.75rem;top:45.15625rem;left:57.252131462097rem;display:block; }
#g31hNf9FfqQ0vF71196dvdNTzH2Jdg56 { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:48.1875rem;left:61.095314979553rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#X16ys1UvASJkeGfKWBdrqc90nuAypWKZ { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#wfSt8IkdJtBA1Pk8FheklEA0lkaD3TcP { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#DLEweSQPL51rbaPwAgXJOT7lAGSxFVD7 { position:absolute;display:block;z-index:15219;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:47.1875rem;width:18.75rem;top:4.1875rem;left:18.374999046326rem;overflow:hidden;display:block; }
#l6guST9MNJzgXxGSXrInRKeziihQaZGp { position:absolute;display:block;z-index:15000;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:38.3125rem;width:18.75rem;display:none; }
#Or0ins6Btwow534GuLDQLBMQiXPbU4pa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#Or0ins6Btwow534GuLDQLBMQiXPbU4pa > .row .container { border-width: 0; border-radius: 0; }#Or0ins6Btwow534GuLDQLBMQiXPbU4pa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Or0ins6Btwow534GuLDQLBMQiXPbU4pa > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:none; }#kNGyi5D9Vb6mEunI6Xb6bftwldeQE1r3 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.75rem;top:4.5000076293945rem;left:18.812500953674rem;overflow:hidden;display:none; }
#E6vbzr8nlKVr356min22vLo2indu9fao { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6555404663086rem;left:19.812500953674rem;height:1.29971875rem;font-style:normal;display:block; }
#J2JFaNmmXHFoASHuXU8nNtL3deGdE3Df { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.2052612304688rem;left:19.687500953674rem;height:5.84943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDbPduf1MWGDWSKNRuKiXwVTCKxvhDiT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.699577331543rem;left:19.812500953674rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MBk1PKmHqA2b1Jhcan38zAHTStUpcgeM { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.306823730469rem;left:19.812500953674rem;height:1.29971875rem;font-style:normal;display:block; }
#Mpd8ys1pfe31ibKTLQzc5t91W70JMTtA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.5000076293945rem;left:18.812500953674rem;overflow:hidden;display:block; }
#aDACMmzxC6HmeEITxRqTOpolMQ1phxnn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.5000076293945rem;left:37.514204978943rem;overflow:hidden;display:block; }
#qtUcIWmp6vN6W6qHgREFaC7Qx1xpmBRc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.6250076293945rem;left:56.252131462097rem;overflow:hidden;display:block; }
#LDJQKZfAHczr67kBTfL95gtpZo7XT4MB { color:#a4a4ff;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.750007629394rem;left:41.045454978943rem;height:0.97443125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0fsJ5OFaPulIJz3DSo6tvDIW9uA7Zus { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6250076293945rem;left:38.562502861023rem;height:2.59943125rem;font-style:normal;display:block; }
#CqPqOdeDoDPcHpxR1wJ6uozSJcnxJRGl { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.544036865234rem;left:19.812500953674rem;height:1.29971875rem;font-style:normal;display:block; }
#aV2HVUb9LpHx2FfofwUDXsDVn3vNxhuJ { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:18.716621398926rem;left:38.514204978943rem;display:block; }
#BGK72z6IGly6PmpZ3h6XTEyz4MQoSZH8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u2N0iCNH1CAw0m3fpMFDbuWE3Fb591dc { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:18.716621398926rem;left:57.252131462097rem;display:block; }
#WZTqxw2pqkd0yG8SPq07UuD0ugcvlZlz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wy1dv787zOnWlFCaxHzTn4ZE3MT0nRyI { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:18.716621398926rem;left:19.812500953674rem;display:block; }
#hGH33r5BW1nlBBJmRTkvRsMXP7TgPo23 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jq0mcuWQH0mKtZy4p702bVydINUK2sHN { position:absolute;display:block;z-index:15242;height:2.3125rem;width:15.75rem;top:18.716619491577rem;left:38.514204978943rem;display:none; }
#XQJPT8xRqGWoKab5SvQ0xknnh4sANBb8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:25.17472076416rem;left:0.8125rem;height:0.89985625rem;display:block; }
#uA04AdgP3diqm0oW5766z1TbraWqN2Cy { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:26.011367797851rem;left:20.593750953674rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#Whu6qJLbI2A2cVmB1fTwcxpXektynpUr { position:absolute;display:block;z-index:15201;height:2.375rem;width:15.875rem;top:17.497871398926rem;left:38.451704978943rem;display:block; }
#n9KllgSchPGa62Gvw1JXzswbReF207k9 { position:absolute;display:block;z-index:15203;height:2.375rem;width:15.875rem;top:17.247871398926rem;left:57.189631462097rem;display:block; }
#Q3A4P0yVugKTw7bkZW19MuHOoZUDaHKE { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:22.39347076416rem;left:25.218750953674rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GagVzah0O3Ax28pfTkrL8N9U9egevqlA { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aKSowrOWwOQCycE7dDnTWi1APbS0Dww3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:26.110092163086rem;left:39.232954978943rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#DLTo6ygzxXmb4E99nHgfqxpFqMkmcu81 { color:#a4a4ff;display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.749298095703rem;left:60.252135276794rem;height:0.97443125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fs0P98746p2dCznNsfaEFOXRH1vID6T4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:26.125007629394rem;left:57.095881462097rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#yeSl67z6B6mhUX32sh86PA0bbnaxaxiQ { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.4730148315431rem;left:38.375002861023rem;height:5.84943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OaKfq7qDP4fwDI1sFlU8tplzcCpP2Ttc { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.887077331543rem;left:38.625002861023rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9XHciBbV9wqkxcMAKUoiOHNl1rcRPN7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.312507629394rem;left:38.562502861023rem;height:1.29971875rem;font-style:normal;display:block; }
#s7gyl344eg8lKtZAIVHwcipEPvzpsSdl { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.544036865234rem;left:38.562502861023rem;height:1.29971875rem;font-style:normal;display:block; }
#TtJi1mQDAITbgcFb3JDUkRXtRrL7mxG0 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6242904663086rem;left:57.482954978943rem;height:2.59943125rem;font-style:normal;display:block; }
#Fur3SKvZwQ75gJAhJI0Ah4TCzPf8DJeP { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.4723052978512rem;left:57.252131462097rem;height:5.84943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WN6o9nPP2IalrBcpmGTNNcgrMHWDEpFi { color:#a4a4ff;display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.761367797851rem;left:22.906250953674rem;height:0.97443125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C90J9Ru30Km7r9O4ZHnXyBFHCFcUwMP7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.750007629394rem;left:57.357954978943rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTnzpGBEqBadfLwQEW00aWamEu6h8lBp { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.306823730469rem;left:57.357954978943rem;height:1.29971875rem;font-style:normal;display:block; }
#s9aLXbWGPIDLWlSkIoPK0DiKN6yeAi4H { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.562507629394rem;left:57.357954978943rem;height:1.29971875rem;font-style:normal;display:block; }
#SDELfBy1J8HedTacqSHDDWKbNXACsWHI { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:22.375007629394rem;left:44.139204978943rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iszLeWmGctTREPLMtcy3TH6OKvnHHRk5 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:22.375007629394rem;left:62.877135276794rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OBBq2Q6rVfde9JdS8eO5B4BQ1rUNMHsT { position:absolute;display:block;z-index:15208;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:1.5rem;width:1.5625rem;top:34.468757629394rem;left:26.843749046326rem;overflow:hidden;display:block; }
#uJhJbfIJA0FyFsgEG5m1hQ7VLUicc7Rm { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:28.794746398926rem;left:0.8125rem;height:0.89985625rem;display:block; }
#tFS3Fcmaz3WmO8Mo87e3sU6DGB7JTwuN { position:absolute;display:block;z-index:15205;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:0.625rem;width:6.25rem;top:28.906257629394rem;left:3.3970174789429rem;overflow:hidden;display:block; }
#qZ0qGfVBJdzf8fgtvaOkS973UZOODPPK { position:absolute;display:block;z-index:15206;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:0.625rem;width:6.25rem;top:28.906257629394rem;left:10.24644947052rem;overflow:hidden;display:block; }
#dXKV9AgEgeBM2N4ErgCk1USqpSLBJcDs { position:absolute;display:block;z-index:15207;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:1.5rem;width:1.5625rem;top:28.404830932618rem;left:26.906249046326rem;overflow:hidden;display:block; }
#BMff06WdRCPQLguw9P3rpXsnwDMBQTyH { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:42.093048095703rem;left:22.906250953674rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#MbT5J8IxB97twchUWNG7FhTZPcQ24ZEl { position:absolute;display:block;z-index:15208;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:1.5rem;width:1.5625rem;top:28.468048095703rem;left:45.607954978943rem;overflow:hidden;display:block; }
#AedT0iubvBkaDTGguHZ8XSULo6RI8999 { position:absolute;display:block;z-index:15209;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:1.5rem;width:1.5625rem;top:28.468048095703rem;left:64.345885276794rem;overflow:hidden;display:block; }
#CCToidaT2L4lXlzycTJ311xUPtQOr6cb { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15025;background-color:#282352;background-image:none;top:33.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qFl4iL2Nv1XekSgZPskMRCSwucW9Grx7 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:31.857245445251rem;left:0.8125rem;height:0.89985625rem;display:block; }
#Xdm2UXczauugDW1ioq6lva0hNCU1Lre7 { position:absolute;display:block;z-index:15210;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:0.9375rem;width:2.875rem;top:31.838073730469rem;left:3.625rem;overflow:hidden;display:block; }
#vs3xE7dgxZbKpfA8OPQ6nmXugxfuPAwq { position:absolute;display:block;z-index:15211;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:0.9375rem;width:2.875rem;top:31.838073730469rem;left:6.9424715042112rem;overflow:hidden;display:block; }
#dec0T723aWT0J1adOFws4uA9wufKwkJS { position:absolute;display:block;z-index:15212;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:0.9375rem;width:2.875rem;top:31.838073730469rem;left:10.192471504211rem;overflow:hidden;display:block; }
#KMZWnrRSg08CBFdA2SVixl85bEncD916 { position:absolute;display:block;z-index:15213;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:0.9375rem;width:2.875rem;top:31.838073730469rem;left:13.43394947052rem;overflow:hidden;display:block; }
#IFS3JWgvHa2o8SGotFslJHOJiN7nv0Z6 { position:absolute;display:block;z-index:15210;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:1.5rem;width:1.5625rem;top:31.556823730469rem;left:64.345885276794rem;overflow:hidden;display:block; }
#XxqPuW5XW8e7PJQBTwuwxpGmwu0sNxWO { position:absolute;display:block;z-index:15211;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:1.5rem;width:1.5625rem;top:31.514205932618rem;left:45.607954978943rem;overflow:hidden;display:block; }
#JiUFO6S9TbzOrXMeeMPEfHGEULUzJA6o { color:rgba(var(--color-tertiary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:31.406967163086rem;left:26.218750953674rem;height:1.79971875rem;text-align:center;text-align-last:center;display:block; }
#QIMxnzlBVZW5Cqqz9EOufNJmnqLZ2TrI { position:absolute;display:block;z-index:15213;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:1.5rem;width:1.5625rem;top:37.468757629394rem;left:26.906249046326rem;overflow:hidden;display:block; }
#sFsGRyKrfbT0TFbwfVeCobEcTOSfvosM { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:34.769180297851rem;left:0.8125rem;height:0.89985625rem;display:block; }
#P0nrkXvzKsvCKwvk8MRyXO91yrM1OvT2 { position:absolute;display:block;z-index:15214;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10.25rem;top:34.031257629394rem;left:3.625rem;overflow:hidden;display:block; }
#kZ7pcLOdZq3Mk2m6Aoi5W8fxwiMakWeN { position:absolute;display:block;z-index:15213;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:1.5rem;width:1.5625rem;top:37.468757629394rem;left:26.906249046326rem;overflow:hidden;display:none; }
#ZWBcsgTWl3Sk5KkTZpz3ZbA8SoZXuPT3 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:37.769180297851rem;left:0.8125rem;height:0.89985625rem;display:none; }
#nxaeMfeG1HMhvupOc2fedVbRzcEO3nQ9 { position:absolute;display:block;z-index:15215;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:2rem;width:13.25rem;top:37.201705932618rem;left:3.625rem;overflow:hidden;display:block; }
#zz5xd3DT7sVkbSwhHXxJGtH28KTDo4T6 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:37.769180297851rem;left:0.8125rem;height:0.89985625rem;display:block; }
#e3y8l8O1mox2fMxXPte1H8MGSoTsHSgW { position:absolute;display:block;z-index:15209;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:1.5rem;width:1.5625rem;top:34.468751311302rem;left:45.607954978943rem;overflow:hidden;display:block; }
#Q6UG4OdoPVW2tIG2bIfuoDKVkdZWEuRG { position:absolute;display:block;z-index:15210;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:1.5rem;width:1.5625rem;top:34.468757629394rem;left:64.345885276794rem;overflow:hidden;display:block; }
#oBvFybzC0lSlorZ7vWPF1TF5r4USNl1G { position:absolute;display:block;z-index:15211;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:1.5rem;width:1.5625rem;top:37.468757629394rem;left:64.345885276794rem;overflow:hidden;display:block; }
#rrfhK6Fh1G8808kBhMweo527k91tiwBM { position:absolute;display:block;z-index:15212;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:1.5rem;width:1.5625rem;top:37.468757629394rem;left:45.607954978943rem;overflow:hidden;display:block; }
#nvCzLMUo7r06h6hEVZ74tkXTn8dJZlIn { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:40.230827331543rem;left:23.156250953674rem;height:1.79971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y4xvFydgiygHndRFTHx7yeOqQgJidpUx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:40.33878326416rem;left:41.857954978943rem;height:1.79971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vT4CsluPZCU5WrfdykNr7Csa93czr31H { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:43.779121398926rem;left:19.812500953674rem;display:block; }
#AkxaO1yVL5HSmrTXxnyTPWwQyy4Z8vlZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qgfXPMFeSIJLo3iZNAGUiF2B7EtwE0Sl { position:absolute;display:block;z-index:15242;height:2.3125rem;width:15.75rem;top:18.716619491577rem;left:38.514204978943rem;display:none; }
#xHWX2UaOf8XyGfqUH3TkZIhv18SvV6DX { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:46.696731567382rem;left:23.656250953674rem;height:0.97443125rem;text-align:center;text-align-last:center;display:block; }
#EQPwMbMrChU40XbI54SwWP6kfg6nfoRF { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:40.337364196778rem;left:60.252135276794rem;height:1.79971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o1LQeQ0hW9Xk5sp1mlihdHMJ5blpDQ22 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:42.092330932618rem;left:41.607954978943rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#zWIROvl5Xdi1xt6NHmNikJhznXNlJVDI { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:42.092330932618rem;left:60.345885276794rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#UANhtL2Ob1IUkTpTr5klrVmbp5Jar4eO { background-color:#4e37d5;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:43.715911865234rem;left:38.607954978943rem;display:block; }
#hIgT6wXnCCUKoaB7duOFW5W0z0ggllNK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nah2by6r9whxTcMJSANV4FREtWZFFgKq { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:46.682540893555rem;left:42.357954978943rem;height:0.97443125rem;text-align:center;text-align-last:center;display:block; }
#GmCI28q0iLNmI2KqB6vuz2AFAZ1IK8If { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:46.681823730469rem;left:61.095885276794rem;height:0.97443125rem;text-align:center;text-align-last:center;display:block; }
#Qf5faRTabqBtf8Thd91N837z2rxOM0EI { background-color:#4e37d5;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:43.778411865234rem;left:57.345881462097rem;display:block; }
#hJ7BTXkgIQSxP0yHricZ5t4G8Wgqmup4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zkvn2Or2V3wQkZ8sWNE9wo4eI8wZKUFt { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#TcTcC0OkHBdNRDQnJrHP1QCZx9nGlbo4 { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#C75c0vFJ3zGa9LDK9t5FdGvdfb5ICXdC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze > .row .container { border-width: 0; border-radius: 0; }#fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:none; }#lCFCTRoK82purrN7pT23MicLA2r6pEWX { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.5000076293945rem;left:18.812500953674rem;overflow:hidden;display:block; }
#Q1PQFeawOnTymPX2FRT3hCtruaWuoqCB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.5000076293945rem;left:37.514204978943rem;overflow:hidden;display:block; }
#UqfUHEBqEsTnrBGTg1ZqEAXJk9TTsxSV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.6250076293945rem;left:56.252131462097rem;overflow:hidden;display:block; }
#GleCZlehv2f3XfQS93X2LvrJmdyZeBCh { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.75rem;top:4.5000076293945rem;left:18.812500953674rem;overflow:hidden;display:none; }
#SWzVXNxLDHTAEblg34zfupIW861K7xT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6555404663086rem;left:19.812500953674rem;height:1.29971875rem;font-style:normal;display:block; }
#TlP23IScN6TLCVXcaGTG7tlTApMC05f4 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.2052612304688rem;left:19.687500953674rem;height:5.84943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJ29L1ZwZ4SipG0rPx27nT2lPvaeiqX4 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.699577331543rem;left:19.812500953674rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HyG2NPCDViCI29X8RcF64JECazTCv4TV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.306823730469rem;left:19.812500953674rem;height:1.29971875rem;font-style:normal;display:block; }
#Mn3hRgAMXbKBBSV1rT09ZDn3ArHz13Mv { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.544036865234rem;left:19.812500953674rem;height:1.29971875rem;font-style:normal;display:block; }
#GMxzmCntaKNRVAcV5L6R2RKDhb7ESIRm { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6250076293945rem;left:38.562502861023rem;height:2.59943125rem;font-style:normal;display:block; }
#FqK9KB064Jc9olhCulJwNr3n4dIDa6yH { color:#a4a4ff;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.750007629394rem;left:41.045454978943rem;height:0.97443125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QA60TguAJfQ4r6d9ycXrZKNDuAKxTGea { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:18.716621398926rem;left:38.514204978943rem;display:block; }
#nWBtmilzZJkg0gI8TmzMJw78VsnDymTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zwcS7AsIvEBLJKcoOOs7XAl38CUtW8vI { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:18.716621398926rem;left:57.252131462097rem;display:block; }
#NHORr982OKGGedy8eudFRktf1420Ni5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fCtL4fEuzav8xgf4qqEUUzH522QyLuT1 { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:18.716621398926rem;left:19.812500953674rem;display:block; }
#STPJ2ytonlPr7UQINcWPdCVJObAb2gMB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DLXFOGizT14Uvo2bUsLc8WBR2wdH4NHo { position:absolute;display:block;z-index:15243;height:2.3125rem;width:15.75rem;top:45.15625rem;left:38.514204978943rem;display:none; }
#WT1tEaVe6VBc95FXMAqwGmhwkqm0o3KK { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:25.17472076416rem;left:0.8125rem;height:0.89985625rem;display:block; }
#lnTdUgF1rdNPKE3GfZXg3pavnsZhpEzk { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:26.011367797851rem;left:20.593750953674rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#S7bM5PAnTGK41ptgOQ4JAhyVsVrng1zi { position:absolute;display:block;z-index:15201;height:2.375rem;width:15.875rem;top:17.497871398926rem;left:38.451704978943rem;display:block; }
#gwPWnaaJRQqw2Cr8ltGupQyVbHg2MkHv { position:absolute;display:block;z-index:15203;height:2.375rem;width:15.875rem;top:17.247871398926rem;left:57.189631462097rem;display:block; }
#xrwq6wLJ7hz1xfbH6uisUgm0pcfIlEzT { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#avF8QREpA0t7UTTdQwSuwJ58t94hTPik { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:26.110092163086rem;left:39.232954978943rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#MSsMwcbsmPGpOxA2snTTrzftIGypFpAt { color:#a4a4ff;display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.749298095703rem;left:60.252135276794rem;height:0.97443125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGEbVBDWnfLis465RCeZfmKtTk5tecBx { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:26.125007629394rem;left:57.095881462097rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#T35Ly8Ks9ZsJKAoeCBiwbqVS1OlDT99u { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.4730148315431rem;left:38.375002861023rem;height:5.84943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sdwy6x8roySz7cVE8mvp3vxCTXLzLOsV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.887077331543rem;left:38.625002861023rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EwThCwQ87QatCnEdEHv9fxUVFq4xVrxy { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.312507629394rem;left:38.562502861023rem;height:1.29971875rem;font-style:normal;display:block; }
#cbzs1ULSWEAq7thDmULsDRbaWLlv68gi { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.544036865234rem;left:38.562502861023rem;height:1.29971875rem;font-style:normal;display:block; }
#zc5SwWGcfeFdhzqqGNcrJDWxIdENkKpV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6242904663086rem;left:57.482954978943rem;height:2.59943125rem;font-style:normal;display:block; }
#oftbaqy2t1A4CkJORXV7J2SdnsA7qCUT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.4723052978512rem;left:57.252131462097rem;height:5.84943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jba2OKhTSkG30polzDaP1JLlo0lJQcpU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.750007629394rem;left:57.357954978943rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mnIVv70U02cA4sBwLPqzbDwaFyTezlr0 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.306823730469rem;left:57.357954978943rem;height:1.29971875rem;font-style:normal;display:block; }
#J0tFwFwNT5n16yZfoLdkEhEzbiw7o7yN { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.562507629394rem;left:57.357954978943rem;height:1.29971875rem;font-style:normal;display:block; }
#aJVRLM2ZkbKrc5PdgZPmrd25cdym4h12 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:22.39347076416rem;left:25.218750953674rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ka3B1JTyLEMTbdL2z2MdUfbw94Q6RRHM { color:#a4a4ff;display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.761367797851rem;left:22.906250953674rem;height:0.97443125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lWQa3vJxlaIt0qGAsNAxeSmJWFq8b3Ct { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:22.375007629394rem;left:44.139204978943rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HvLmrDCay4viQM0oL5rLCx4GHtF02HEs { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:22.375007629394rem;left:62.877135276794rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o5k4xVaUCSGoUrqtd2sNuBCfvqhDi0IX { position:absolute;display:block;z-index:15208;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:1.5rem;width:1.5625rem;top:28.468048095703rem;left:45.607954978943rem;overflow:hidden;display:block; }
#KhTi3xg45iUkL2tFOvQ94NlNN6PwDNJh { position:absolute;display:block;z-index:15208;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:1.5rem;width:1.5625rem;top:34.468757629394rem;left:26.843749046326rem;overflow:hidden;display:block; }
#ueaWnIqQczowumPOUxxbNPquh7cHswiG { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:28.794746398926rem;left:0.8125rem;height:0.89985625rem;display:block; }
#vcMlLsn8cJDqT8JdXWEuXxIu71U2UATs { position:absolute;display:block;z-index:15205;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:0.625rem;width:6.25rem;top:28.906257629394rem;left:3.3970174789429rem;overflow:hidden;display:block; }
#pHeZwpG6iwTAMDN9tXo9CS48trCwdZ5V { position:absolute;display:block;z-index:15206;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:0.625rem;width:6.25rem;top:28.906257629394rem;left:10.24644947052rem;overflow:hidden;display:block; }
#aJnwAVlOTEk94pw0QfwFMWvl3hda9lMV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:42.093048095703rem;left:22.906250953674rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#LkcvMoHIpiUEFu5S78q8Orp8ERAkPSx7 { position:absolute;display:block;z-index:15207;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:1.5rem;width:1.5625rem;top:28.404830932618rem;left:26.906249046326rem;overflow:hidden;display:block; }
#AamA6XkTa4tAwG8TfOUX6uc0cSgr2gTS { position:absolute;display:block;z-index:15209;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:1.5rem;width:1.5625rem;top:28.468048095703rem;left:64.345885276794rem;overflow:hidden;display:block; }
#lUh1C5xqk5WQRDrFKAGL9XSiOdliblu5 { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15025;background-color:#282352;background-image:none;top:33.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZQPxZ0UKTPmTF4TlSA3P7HBQwoo54rJ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:31.857245445251rem;left:0.8125rem;height:0.89985625rem;display:block; }
#VLabbIUQRdheRm9ZEFFeX7DHVg8zAMpm { position:absolute;display:block;z-index:15210;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:0.9375rem;width:2.875rem;top:31.838073730469rem;left:3.625rem;overflow:hidden;display:block; }
#mPHAlSoAFfTfGRNBLkJcKWiDyXGf06eF { position:absolute;display:block;z-index:15211;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:0.9375rem;width:2.875rem;top:31.838073730469rem;left:6.9424715042112rem;overflow:hidden;display:block; }
#ID86zfZJlDX3cAmu6Uzl1IPyt11C1AaB { position:absolute;display:block;z-index:15212;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:0.9375rem;width:2.875rem;top:31.838073730469rem;left:10.192471504211rem;overflow:hidden;display:block; }
#Kt7v0pnHTyHIL1ORweFd2RAHQdfRRTDc { position:absolute;display:block;z-index:15213;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:0.9375rem;width:2.875rem;top:31.838073730469rem;left:13.43394947052rem;overflow:hidden;display:block; }
#v5J8bbMUeCkoNy3XQKsuftW2J9JbpSs2 { position:absolute;display:block;z-index:15210;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:1.5rem;width:1.5625rem;top:31.556823730469rem;left:64.345885276794rem;overflow:hidden;display:block; }
#G4vqGxwHJHMaNVE8ex8IM5Vpvpqoe2zx { position:absolute;display:block;z-index:15211;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:1.5rem;width:1.5625rem;top:31.514205932618rem;left:45.607954978943rem;overflow:hidden;display:block; }
#ErbuTmVwBBzoGnWXraR2d113EnQJB146 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:31.406967163086rem;left:26.218750953674rem;height:1.79971875rem;text-align:center;text-align-last:center;display:block; }
#uBkvTgFFmzkJD6w7H3O7iFzUrhXJ9Twy { position:absolute;display:block;z-index:15213;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:1.5rem;width:1.5625rem;top:37.468757629394rem;left:26.906249046326rem;overflow:hidden;display:block; }
#ZzwkNJA1bRv4NL3TvBC3du6I5X4vsOsn { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:34.769180297851rem;left:0.8125rem;height:0.89985625rem;display:block; }
#vRh2HIx4bWFxLeP8JeMwvpHtsUHfuw3g { position:absolute;display:block;z-index:15214;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10.25rem;top:34.031257629394rem;left:3.625rem;overflow:hidden;display:block; }
#wFihhWugNc0fuP1DNzWn1ZeGK91VDg8Z { position:absolute;display:block;z-index:15213;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:1.5rem;width:1.5625rem;top:37.468757629394rem;left:26.906249046326rem;overflow:hidden;display:none; }
#CmRwE9lmMlC8iAgaQgp6F676dKpETLkM { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:37.769180297851rem;left:0.8125rem;height:0.89985625rem;display:block; }
#zC3qqpgrlFoO2QckIb0AJek4LX765TAX { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:37.769180297851rem;left:0.8125rem;height:0.89985625rem;display:none; }
#prAz33PceaNK93iPrpVsNUIfNxvXZEQK { position:absolute;display:block;z-index:15215;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:2rem;width:13.25rem;top:37.201705932618rem;left:3.625rem;overflow:hidden;display:block; }
#uWt3uTGu4z3gZzMMuTZqV2qEkKHWWwhM { position:absolute;display:block;z-index:15209;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:1.5rem;width:1.5625rem;top:34.468751311302rem;left:45.607954978943rem;overflow:hidden;display:block; }
#X6CdniHMtNhi6UxdotKG4qCmP2w6UQIC { position:absolute;display:block;z-index:15210;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:1.5rem;width:1.5625rem;top:34.468757629394rem;left:64.345885276794rem;overflow:hidden;display:block; }
#rWLoEsMGf0wxqCpZvVZ2c6zqNeOfm9v8 { position:absolute;display:block;z-index:15211;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:1.5rem;width:1.5625rem;top:37.468757629394rem;left:64.345885276794rem;overflow:hidden;display:block; }
#MkhEc3VJwZRSaiApx4SbqwcZJrhWZgFG { position:absolute;display:block;z-index:15212;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:1.5rem;width:1.5625rem;top:37.468757629394rem;left:45.607954978943rem;overflow:hidden;display:block; }
#oyPsD5UMGBPRtZb54yLomq3WdWkRTZxI { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:40.230827331543rem;left:23.156250953674rem;height:1.79971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x3dLGbSlJ4wbv0eUP4sH6HCMIORpaKbT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:40.33878326416rem;left:41.857954978943rem;height:1.79971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oqFRLSLqTNRry0KBeJG7kW92vGEU8wqw { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:43.779121398926rem;left:19.812500953674rem;display:block; }
#RyZHTV9shQmgUdzOTAIZni5iLO4APNkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iiFbQnyDxsAt2NUOPBeUAi6qi2VXoqVm { position:absolute;display:block;z-index:15243;height:2.3125rem;width:15.75rem;top:45.15625rem;left:38.514204978943rem;display:none; }
#mfl6FrWTWTCaGTWfqrzS5zJVKgJ4tc79 { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:46.696731567382rem;left:23.656250953674rem;height:0.97443125rem;text-align:center;text-align-last:center;display:block; }
#qbp1LJRwWm0ycs1VrUEMDzP13PDPRu92 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:40.337364196778rem;left:60.252135276794rem;height:1.79971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kL1yTQ2ESOnkyFObeq5dNsk55KhNhzAD { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:42.092330932618rem;left:41.607954978943rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#qyexkDUvspTSLnOlW4aGKvV9sagC5paV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:42.092330932618rem;left:60.345885276794rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#xUv9GUHib1fDVTmgP16PNokqTLCpRvtK { background-color:#4e37d5;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:43.715911865234rem;left:38.607954978943rem;display:block; }
#qJenbzqts5rEnnPLKszbR3BPCp1tT76u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#he5wW5FpRESQSNLL10206PFrVmnrNMU1 { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:46.682540893555rem;left:42.357954978943rem;height:0.97443125rem;text-align:center;text-align-last:center;display:block; }
#u8kXuqn9thvptsGWteRiDdVsxROuvmtx { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:46.681823730469rem;left:61.095885276794rem;height:0.97443125rem;text-align:center;text-align-last:center;display:block; }
#SrMv2QKz2oB8D2VnrdWCfa2Tecq7vnLS { background-color:#4e37d5;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:43.778411865234rem;left:57.345881462097rem;display:block; }
#QVEC37zfLrGJQiRKWCDNDawDenGrgtM6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W7SQqbSToqEJpUAfiVvNsf9Dobx3GpA1 { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#R9TAiwmULbV1BEv4QMyNsoh04O7Cs1HT { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#o2c6NVecZrKfT0STrxuC322ISGb3TpXC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row .container { background-color: transparent; background-image: none; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row .container > .video-iframe-container { display: none; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row > .video-iframe-container { display: none; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .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); }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row .container { border-width: 0; border-radius: 0; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#iTfUAszUTPshdDNobsEInaCWD7OIquTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:15.000000953674rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ka2wD7UrRKlfeGmTysKF9PWGIssfD4LU { 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:5.375rem;width:10.125rem;display:none; }
#mUhdGg1Pg46l0EniT0NlNMccTAzxuMSM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:6.125rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:11.187470912933rem;left:16.718750953674rem;display:block; }
#Z3QkNy8mDbudVdVSVWm5fBb6vo4QSEob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EKSHolZXOT0ma77gHZK13LwrKGlX8E6b { 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:6.125rem;width:20.125rem;top:11.187500715256rem;left:16.687500953674rem;overflow:hidden;display:block; }
#T7Nw2lmp5U4RBTMBTgKgTTKReDcOv8IS { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:12.000000715256rem;left:20.312500953674rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UQ09xMlLNvLxb8Jw9AH3Kryywg8i9hsI { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.875rem;top:15.250000715256rem;left:22.875000953674rem;overflow:hidden;display:block; }
#V73fKTZMINFHZ5l8SqWR6bO2CqSLSQR8 { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:15.125000715256rem;left:25.125000953674rem;overflow:hidden;display:block; }
#wryTtr27wCDCIhUL6gXgOSd7V9QBiG5l { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.8125rem;top:15.250000715256rem;left:26.812499046326rem;overflow:hidden;display:block; }
#T3AU3Br3bzA3inLGwcnAbMa0sia9dGww { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:2.25rem;top:15.187500715256rem;left:28.874999046326rem;overflow:hidden;display:block; }
#x5fIFznTV196PtrvnaZh5tkunTlFLpqO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:6.125rem;text-decoration:none;z-index:15241;text-align:center;text-align-last:center;top:11.062500715256rem;left:38.687502861023rem;display:block; }
#RU5F3kBQ0P8qkGFTMCmAhsZlsVdNo7ew { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Abu2U0nRqSSbpZsykxavrTSoGhcVVwoX { 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:5.3125rem;width:10.125rem;display:none; }
#B0lHZodwthL4L7FwATO5aFcPqftPH2bt { 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:6.0625rem;width:19.125rem;top:11.187500715256rem;left:38.812502861023rem;overflow:hidden;display:block; }
#AI8usOExSmNdTaiwwqccrMn9OFvDqkn5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:12.000000715256rem;left:41.812502861023rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqGVkcZUQmF6opvPwIch6LvieJZofHpQ { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;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:11.5rem;top:14.937500715256rem;left:42.625002861023rem;overflow:hidden;display:block; }
#ZsRXhEknszuKqxxI5SXWugCy9h7AGxTT { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.187500715256rem;left:44.562502861023rem;display:block; }
#PQdIJRvZZAhZ4QPw2eUE0iRzhV63QUEH { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.875rem;width:45rem;top:17.25rem;left:14.999999046326rem;display:block; }
#BRB59Eq6vy8xGpsEEkkJ1yd0gKTWnOgT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.25rem;top:18.687500715256rem;left:16.875000953674rem;display:block; }
#laSoWOsAbokHMoLpTJRXCgubByBbmG4l { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.25rem;height:6.1875rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:18.7109375rem;left:16.865767478943rem;display:block; }
#tAmRXR6fvoh3Sfs4llzxkKxJSEnzqORh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#inVsUdEWgRUF5L85wefnSnbuzMyXTgt2 { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:20.250000715256rem;left:18.312500953674rem;display:block; }
#sDHZ9Ih0N6ItTOBC2HRpKK9JdNZfu69E { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:20.625000715256rem;left:18.687500953674rem;display:block; }
#mc3GSnxN0dfZ2JeEfuoU3CRuZl5ARWBO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:19.875000715256rem;left:20.937500953674rem;height:2.4rem;font-style:normal;display:block; }
#ugtF1ubLONB9UQJmvTr5Eh5qieiQQAiV { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.062500715256rem;left:21.000000953674rem;height:1.225rem;font-style:normal;display:block; }
#lIomQhgNAKNXZAG6NAN6WlK70uGwbdgg { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:19.768466234207rem;left:47.920454978943rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qGBdRBW3nOH6JWHL74J2EbGxuQmNWile { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eJtO9V4Qq6e3zpG2xaKD6ICILF1LlKfD { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:22.187500715256rem;left:42.375002861023rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oA3ezpXSMiJw4vaWWhOQDCHKES71tIws { position:absolute;display:block;z-index:15199;height:3rem;width:20rem;top:27.312500715256rem;left:27.499999046326rem;display:block; }
#G8gh3ZfvUPlKLDbQZJRmmgLrCsWirUTQ { background-color:#7159ff;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:27.312500715256rem;left:27.499999046326rem;display:block; }
#T16GrG3zZfvetfScJzV7iAtZEzz2FISp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWbUXbknSE8m5ch5muGTZ3BDL4qclOtD { color:rgba(255,255,255,0.4);display:block;width:41.6875rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:30.750002145767rem;left:16.686718940735rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aEniLyASiEeo86pnoVCoThnRtHO7Gcmp { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.5625000596046rem;left:62.187499046326rem; }
#xBPmHrimho2LnQxfhTbP4G1mTPcqQkWm { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.3750000596046rem;left:61.999999046326rem;display:block; }
#JI42S9CLLJmBP1whvWtD7orAwn8RxSyr { box-sizing:content-box;height:34.375rem;width:50.1875rem;position:absolute;display:block;z-index:14992;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.875rem;left:12.407813072204rem;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; }
#SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK > .row .container { border-width: 0; border-radius: 0; }#SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#EQbRR1fb8PR3UybkwKZHTehdF1585821 { 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:5.375rem;width:10.125rem;display:none; }
#tubTMPPIVCRNgJGPKT1vAJUUVTObJ67y { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:6.125rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:11.1875rem;left:16.71875rem;display:block; }
#HBKTTTbf8Rnz3GeW5w5mhokgF3VVxaUR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lNuKWl4zl1s8tka9repQfqi6qc5HvtF9 { 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:6.125rem;width:20.125rem;top:11.187500715256rem;left:16.687500953674rem;overflow:hidden;display:block; }
#egPG6Pc5zlT6ihuXi5w5hIwma2ilJuqP { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:12.000000715256rem;left:20.312500953674rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2GUeAiQxMBTITmDWpUmToEqqEA96A1p { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.875rem;top:15.250000715256rem;left:22.875000953674rem;overflow:hidden;display:block; }
#ziASs1RBHmKiaJtJv9VIiACicFGuP6D6 { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:15.125000715256rem;left:25.125000953674rem;overflow:hidden;display:block; }
#taJSk9w47nRqPSosauMaoD0iNsd4bTGZ { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.8125rem;top:15.250000715256rem;left:26.812499046326rem;overflow:hidden;display:block; }
#m4J7UK4TGRA5QaCq2VhnGxwLUKWU4C2q { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:2.25rem;top:15.187500715256rem;left:28.874999046326rem;overflow:hidden;display:block; }
#CTMnsHklOFmvDSnmEwqLGneokAU9UeeL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:6.125rem;text-decoration:none;z-index:15241;text-align:center;text-align-last:center;top:11.062500715256rem;left:38.687502861023rem;display:block; }
#s904fg9h1VSEXihkQv5n0rpSbW12Wmbm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNqLARNugsLShRfT8QONbbvkPg9NZKLd { 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:5.3125rem;width:10.125rem;display:none; }
#Vml4vkf9yWg2gSOi1rKRyJUXlAFTnFFz { 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:6.0625rem;width:19.125rem;top:11.187500715256rem;left:38.812502861023rem;overflow:hidden;display:block; }
#f3trLKUTmeckb9VEXkQTldd1kcTF9HCz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:12.000000715256rem;left:41.812502861023rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VPB3J2R1hrnIzFKDAPxTgL9rq4t73F6l { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;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:11.5rem;top:14.937500715256rem;left:42.625002861023rem;overflow:hidden;display:block; }
#hQZXAbRWf74P47keh18OXfdIPpd2gq2L { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.187500715256rem;left:44.562502861023rem;display:block; }
#dOf6Jw9oCHR5War3hnDdDTe7rd34J2Bl { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:17.3125rem;width:45rem;top:17.250000715256rem;left:15.000000953674rem;display:block; }
#bKt5crdgTRnQU3WKAgbaJ23edOeehE1h { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.25rem;top:18.687500715256rem;left:16.875000953674rem;display:block; }
#vcw7WVv4mLtivMak9KBvQbsls9SrZyXl { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.125rem;height:6.3125rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:18.7109375rem;left:16.928267478943rem;display:block; }
#i7NUxgBqKxF2OJ1bX4Tu1aLwMVqHyR3L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aSaH0OkFVFF5doOoZ5ypNxCAZQyxCV5l { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:20.250000715256rem;left:18.312500953674rem;display:block; }
#gqJhIFQRtd8Tw25pueMp659U20Bwyxnx { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:20.625000715256rem;left:18.687500953674rem;display:block; }
#CTJylvw7tsOcOpTo0BeDTH6chODTXkTz { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:19.875000715256rem;left:20.937500953674rem;height:2.3999rem;font-style:normal;display:block; }
#TkIwbGHCsCoS6TVUXJsrvkOTR80LUsVd { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.062500715256rem;left:21.000000953674rem;height:1.225rem;font-style:normal;display:block; }
#uFzPWkd1hHi33aoMZq4VyBsS8b8Ir0Oc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:19.937500715256rem;left:47.812502861023rem;height:2.3999rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#huv26t4ny3I0SoTiHV0iFCBurTriEqTG { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l7J4SuXT4wL36E9m96A82VVRQwrpxozi { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:22.187500715256rem;left:42.375002861023rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sossxwGg9so67GraupmFIHVac699vqWC { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:notosans;font-size:0.6875rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:25.937500715256rem;left:25.062500953674rem;height:0.9624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INT0nEOv1f8Hta7pEPeQxXbilLpICJJL { position:absolute;display:block;z-index:15199;height:3rem;width:20rem;top:27.312500715256rem;left:27.499999046326rem;display:block; }
#PhSW1tfmOu1TXQrffA1QoxDqrr055T2d { background-color:#7159ff;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:27.312500715256rem;left:27.499999046326rem;display:block; }
#Q6QUSlCRT3azyiwMXlhILrxAVWnk9v1U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wLqesMEGyl86MAWFRJVA5priQTcsTJZi { color:rgba(255,255,255,0.4);display:block;width:41.6875rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:31.000000715256rem;left:16.687500953674rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GltFoUcQ4VcKCBpvrdHx8UL7V1HsIc3c { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.5625000596046rem;left:62.187499046326rem; }
#AxfLxIowhhXq06Hdf2HAxt3Que5H1mnM { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.3750000596046rem;left:61.999999046326rem;display:block; }
#tkbx2XEJZWS83qX8dl1fvQp1hEdmnBUT { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.2478675842285rem;left:15.000000953674rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HXWTNcoi4WNGMDNlRze4QG6ezsSXSUSP { box-sizing:content-box;height:33.375rem;width:50.1875rem;position:absolute;display:block;z-index:14992;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.875rem;left:12.408381462097rem;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; }
#XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N > .row .container { border-width: 0; border-radius: 0; }#XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#LcKXCqIMckE9WpSozoBuS6EUQfnv1tNB { 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:5.375rem;width:10.125rem;display:none; }
#ln1UFql53rp8kUn1x02V84oTl7g9us7v { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:6.125rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:11.1875rem;left:16.71875rem;display:block; }
#nXzXTtdmKXbwHNLSUdPlfsoKFfV5sk91 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbH17sLRxxrcIH3ahAoq8ci793nVBBNA { 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:6.125rem;width:20.125rem;top:11.187500715256rem;left:16.687500953674rem;overflow:hidden;display:block; }
#hmnp8H359qTv7FwyUPkETzAIHTvgQv1U { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:12.000000715256rem;left:20.312500953674rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7tlPoIyio6NO0EH31TDzT32qOqBrzEO { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.875rem;top:15.250000715256rem;left:22.875000953674rem;overflow:hidden;display:block; }
#whCiyoh37PzKuGzkXMnIK8RFofcTxzTq { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:15.125000715256rem;left:25.125000953674rem;overflow:hidden;display:block; }
#BlEVUuROrvQKvwExfQAHfgiTsbN1CRRL { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.8125rem;top:15.250000715256rem;left:26.812499046326rem;overflow:hidden;display:block; }
#W4qmZXA0whTcVSryLQFGQFQWNht9Ri7Q { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:2.25rem;top:15.187500715256rem;left:28.874999046326rem;overflow:hidden;display:block; }
#sm9UKAV3g6KQvWbc8lXTJC7amJ10SAFr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:6.125rem;text-decoration:none;z-index:15241;text-align:center;text-align-last:center;top:11.062500715256rem;left:38.687502861023rem;display:block; }
#eTrZtKFHGfaq1dVkZuLl8tNWHN3aEsJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pw3y7MVLOL3Nb4szAednLfgnRcJvaMfl { 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:5.3125rem;width:10.125rem;display:none; }
#nlMcJEsoWqO0eC2ANiAPI7OBgBSzH5MC { 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:6.0625rem;width:19.125rem;top:11.187500715256rem;left:38.812502861023rem;overflow:hidden;display:block; }
#Qzzt2LIXd7eQsu3kxP28iDSt1dABWIsw { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:12.000000715256rem;left:41.812502861023rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ShDiTk5AEEv88aXSZSssRopotPi8aVgI { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;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:11.5rem;top:14.937500715256rem;left:42.625002861023rem;overflow:hidden;display:block; }
#lVxC7Td7aMiEoNTrKJmUoFbrkuqA83zO { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.187500715256rem;left:44.562502861023rem;display:block; }
#vIubF9ad62VVl24BueWDVxgkFrC3sXXD { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:17.3125rem;width:45rem;top:17.250000715256rem;left:15.000000953674rem;display:block; }
#JI1tuSRTAsqLhqcX1cKWBt3KbSMOKTxL { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.25rem;top:18.687500715256rem;left:16.875000953674rem;display:block; }
#mUvx6nAy0iIs5pyMrKAMezRGxrVSREJF { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.1875rem;height:6.1875rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:18.7109375rem;left:16.928267478943rem;display:block; }
#M8H8m4HOvosu0l44SwKXEpiawuZ3JhsF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ekDbIZz4HZLg4PHwZp87PnL7gOkNTT3v { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:20.250000715256rem;left:18.312500953674rem;display:block; }
#D2qcd4KT7sLKESk3xKXrkkylDTIEASZd { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:20.625000715256rem;left:18.687500953674rem;display:block; }
#Hs6e5MGJcCTqAdVIhfvz28TNIrxttRwi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:19.875000715256rem;left:20.937500953674rem;height:2.3999rem;font-style:normal;display:block; }
#hFDFkc6v8T86kVxvJT3pToiI3XGZ2TTB { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.062500715256rem;left:21.000000953674rem;height:1.225rem;font-style:normal;display:block; }
#ZfeSdbmX4hpMzdXDD68AURUKMmmifiHL { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:19.937500715256rem;left:47.812502861023rem;height:2.3999rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#brIQ4CvoDEwq8B8HDZI7F31LQzK4XUuz { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T8pvnXCQfP7UkvwqI2Qo2ziI7yRCXdaV { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:22.187500715256rem;left:42.375002861023rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a30Af4Fyh4rcq44RuA06NiLeTTTCnzzB { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:notosans;font-size:0.6875rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:25.937500715256rem;left:25.062500953674rem;height:0.9624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwk0pvoqUoyVsKI00hUvTkPRXIJ5iwpw { position:absolute;display:block;z-index:15199;height:3rem;width:20rem;top:27.312500715256rem;left:27.499999046326rem;display:block; }
#mTlJfNTTFRp1EZ5so8iSVM6gLd4es6hi { background-color:#7159ff;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:27.312500715256rem;left:27.499999046326rem;display:block; }
#lPHGMqzHbKaKIq7mZ5QWlQlTp5qfHrGv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GOxWDr3TiIGLAtg0HkhGpfRqOpxrrnFs { color:rgba(255,255,255,0.4);display:block;width:41.6875rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:31.000000715256rem;left:16.687500953674rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3qDwzQMC6tL0Ux8RoCb9hDth2keay9O { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.5625000596046rem;left:62.187499046326rem; }
#qrVXJiw9M7CZ2ZAtqEWtT1y6LCbotaTC { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.3750000596046rem;left:61.999999046326rem;display:block; }
#MSRXkicqdfEVOKy6aqBVvD9zvn2iirWz { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.2478675842285rem;left:15.000000953674rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yzRkG5DSb78TyFOrCPNE9eiHiNMouuUu { box-sizing:content-box;height:33.375rem;width:50.1875rem;position:absolute;display:block;z-index:14992;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.875rem;left:12.408381462097rem;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; }
#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { background-color: transparent; background-image: none; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container > .video-iframe-container { display: none; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row > .video-iframe-container { display: none; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .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); }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { border-width: 0; border-radius: 0; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#xIXUrxCTaFb4oiNyoFTyxz0rhBHTf9ig { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:6.125rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:11.155548095703rem;left:17.764204978943rem;display:block; }
#A0LH0eqquXSae9flaP9XfOZcVOnPSC4Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nASG3SgJ9K1Oy1HEMkTC0Ewfr6oCQFZE { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.25rem;left:15.125000953674rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huDpTNhcvs2FCnbJTmMFFq0wCyLHa74p { 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:6.0625rem;width:19.125rem;top:11.1875rem;left:17.781250953674rem;overflow:hidden;display:block; }
#yoHUMN3xHAs2lgpdHwoZZUWpRMdLnU3r { 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:5.3125rem;width:10.125rem;display:none; }
#UrkD7XQXXLaAWyS227xM32cvlMISMxH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:12rem;left:20.437500953674rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddHK4v0UsORzAI0XgvzsloBThiuJTBt9 { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.875rem;top:15.25rem;left:23.000000953674rem;overflow:hidden;display:block; }
#R4UGOtEthMzCZknGeF1Hmh2LZdEaASK4 { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:15.125rem;left:25.250000953674rem;overflow:hidden;display:block; }
#LzvbMo1LU5BBVOFNZJpmJ1fJQRGnyy0c { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.8125rem;top:15.25rem;left:26.937499046326rem;overflow:hidden;display:block; }
#zRMnkptefKCXyGfLJhuWMbfxg3TXz5if { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:2.25rem;top:15.1875rem;left:28.999999046326rem;overflow:hidden;display:block; }
#gW1gBvXNgJ3yuic2FSFwVRa06y3Epmxu { 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:5.375rem;width:10.125rem;display:none; }
#pmMFLFh2oxGh9vsLnwCzEysJn1p4xUfM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.2489375rem;height:6.12395625rem;text-decoration:none;z-index:15248;text-align:center;text-align-last:center;top:11.15625rem;left:38.375712394714rem;display:block; }
#wB1hA94IXoDLydytLdfiqB3Q4UOeio4U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xfW58UtIaF7Z2eEQMIgR5UTBwIkxkVt1 { 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:6.125rem;width:20.125rem;top:11.1875rem;left:38.437502861023rem;overflow:hidden;display:block; }
#eHKHHsgAT6adJoagATGcrDWSXFEdGIKU { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:12rem;left:41.937502861023rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NtPt9EgR0oOJA5T2cWa9WsDe6M2CaaQP { position:absolute;display:block;z-index:15207;border-top:0;border-left:0;border-right:0;border-bottom:0;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:11.5rem;top:14.9375rem;left:42.750002861023rem;overflow:hidden;display:block; }
#U7VEau62Cz7Ht6QXB1dGAZy80O4iK9bT { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.1875rem;left:44.687502861023rem;display:block; }
#yfSCDucHnMEObaxiqMvSQoEmUcO0D6QU { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:38.4375rem;width:45rem;top:17.25rem;left:15.125000953674rem;display:block; }
#zP4vkhJJyf78EeRqqWIniqhXlwFwqEwq { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:18.6875rem;left:16.875000953674rem;display:block; }
#WvNSTSvFh5K7kRmXA1wpEZJrnnrOKZXu { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5625rem;height:6.1875rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:18.714065551757rem;left:16.871092796326rem;display:block; }
#PkCqt2ectdxRNg4pqlwefW0H6FWvFcCH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G8mKEsLTdTFUAoGtNcTu4WxALfaFZtSb { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:20.25rem;left:18.250000953674rem;display:block; }
#m2BxBM2TxbtITlrbSTpMlAiTvp25zyeH { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:20.625rem;left:18.625000953674rem;display:block; }
#zOHZU9EwawbMF5wJX5AucD1wAEcWiDZo { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:19.875rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#dwnR5wff1fgwd0PtSPI2RmneapRqydqw { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.0625rem;left:20.937500953674rem;height:1.225rem;font-style:normal;display:block; }
#uuZ7dkMDQSNwHPvTHuPlg3c9Rw27otHR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:20rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#Vr87Lvf8cZuIvBbrZtLyi1oF4sOBqm7x { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:25.870740175248rem;left:16.750000953674rem;display:block; }
#qU4tKG1U4so0RTyOa0u4TJPJPvq1KwHm { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5625rem;height:6.1875rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:25.902008056641rem;left:16.68394947052rem;display:block; }
#XApUpBifeZr7m7Z5GihewwBmdFXALKyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tNi3IfriyrAatcTsIu53nwbqtNdAkUPU { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:27.4375rem;left:18.250000953674rem;display:block; }
#pRWNT5PGwOwahqca4seJ4CE3FX26Ivbi { position:absolute;display:block;z-index:15140;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:27.8125rem;left:18.625000953674rem;display:block; }
#iDFbbcshtWTE3aTR8FiJPaM6iBe7QUH6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:27.0625rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#lrM8Pul94gylBPxm0U5K5gcZTTwaPv0D { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:29.25rem;left:20.937500953674rem;height:1.225rem;font-style:normal;display:block; }
#EizyV7qnvfviT6tB3LgzB3TyWDnq97bl { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:27.125rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#DVbPhdWFdw8JIQX7GHw0OlRXeddIgMbn { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ntqG7liyDJW7Vr5nC28iT7EEHhMCz6WQ { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:29.4375rem;left:42.312502861023rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qg6A1AlPRW4p7EcFLWWlt3HVeE8L5Fxl { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:33.0625rem;left:16.875000953674rem;display:block; }
#ihhQ9r5h1VbkteLU9VX71HTO7FhRakqO { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.4375rem;height:6.25rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:33.08984375rem;left:16.871092796326rem;display:block; }
#RxSep291rNTx0dkl3TtDd9ZtyIgCgzZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hUWUlxQMZmbuBTpkLTzfREHzdTJSkTym { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:34.5rem;left:18.250000953674rem;display:block; }
#UZsS3xJ1MD5CaTHr8APf8dE7MdnB9bbD { position:absolute;display:block;z-index:15141;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:34.875rem;left:18.625000953674rem;display:block; }
#MP4qPWW9yF7ofgdCB9HDW0Un9xSlL9BJ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:34.1875rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#vIAigqTQGXKUCHTC223efyM5eqm23PWv { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:36.375rem;left:20.937500953674rem;height:1.225rem;font-style:normal;display:block; }
#lzrGeDBcGld0oGSqtAVuyI0z6rbdM5Wp { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:34.3125rem;left:47.750002861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#w3GPcR2O4zRadIlDkx5G2GwDCTRQe9Td { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:36.625rem;left:42.812502861023rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vPhlTddAMWZ6CivCyfw5oRcUytaPTBMJ { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:6.1875rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:40.210939407349rem;left:16.899857521057rem;display:block; }
#WI5Ns5XVH2ak13Cl1qIs7HbL4hDspb7w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZSHtqv9y20suiP018d81OrPdhCJoeOea { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:40.153411865234rem;left:16.875000953674rem;display:block; }
#ZSH5wKvppCsTgLTgEtVhHPzT6pCLpcqT { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:41.836669921875rem;left:18.250000953674rem;display:block; }
#ldb2G9D3h7pKreisw3mlzg6oXqu96ZBu { position:absolute;display:block;z-index:15142;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:42.177581787109rem;left:18.590909004211rem;display:block; }
#OwcCnS3CRaiqh37bMTWBHkrJQZm3O0EU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:41.391357421875rem;left:20.437500953674rem;height:2.4rem;font-style:normal;display:block; }
#JhrDJSDLvhDHd5D3xhuPODRr9992NQw1 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:44.252136230469rem;left:20.437500953674rem;height:1.225rem;font-style:normal;display:block; }
#Txcd8CAbzTTiUXKyRv64Gli6iyltaaXB { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:41.391357421875rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#e34uamQrkKwDswF96KMTcQE8GTzBSZ4T { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:44.002136230469rem;left:42.750002861023rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EbPnZPWDqzAsleXKVPAKranNduzzv3SL { background-color:#4e37d5;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:48.625rem;left:27.624999046326rem;display:block; }
#Py3MLHX3ykC3qkTD3PXXGJCZaiCyn78f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aln2LyrBmXWFa9glZHC4JMEkVsATL0bP { position:absolute;display:block;z-index:15200;height:3rem;width:20rem;top:48.625011444092rem;left:27.499999046326rem;display:block; }
#sz945MG2C1VwTMfGqUXF30B0rcG3mZeI { color:rgba(255,255,255,0.4);display:block;width:41.6875rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:52.25rem;left:16.781250953674rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4m7E7Otma51donEPI58lbgTkoxroaiM { box-sizing:content-box;height:54.3125rem;width:50.5625rem;position:absolute;display:block;z-index:14992;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.875rem;left:12.439631462097rem;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; }
#qBPkVuDncvfh0WmIsz1keXPpJct4uXqf { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.375rem;left:62.104407310486rem;display:block; }
#dcDmHwMp78i2CdFGblSnhQdPI1FfEw4z { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.5625rem;left:62.312499046326rem; }
#FibAgTkENbe3AByQbeHoQro3FxxevJ1x { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#FibAgTkENbe3AByQbeHoQro3FxxevJ1x > .row .container { border-width: 0; border-radius: 0; }#FibAgTkENbe3AByQbeHoQro3FxxevJ1x > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FibAgTkENbe3AByQbeHoQro3FxxevJ1x > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#vsTtrTmzZEbygln03KzfJ2e5BGRt0N7E { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:6.125rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:11.155548095703rem;left:17.764204978943rem;display:block; }
#xUUAmEUxQqx505VemqOp3WTOpk3WT6IV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FNrnArPyzHuT3NdKXvZe4NMl9tqrHxRX { 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:6.0625rem;width:19.125rem;top:11.1875rem;left:17.781250953674rem;overflow:hidden;display:block; }
#BPNQNOW8TLsOXFQ1k3gLXqeDCzR5xDMH { 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:5.3125rem;width:10.125rem;display:none; }
#aWNnq3gGbvQhdZroSGVlRwJhxUbzyekJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:12rem;left:20.437500953674rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9dx8h8sdawUF7TfAKSIO4Q1eaqAnyQl { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.875rem;top:15.25rem;left:23.000000953674rem;overflow:hidden;display:block; }
#a5Kuf3WD1ppliASlZUn9pmARz4dIKzf4 { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:15.125rem;left:25.250000953674rem;overflow:hidden;display:block; }
#dTuJkH9K8SyRkf19Vo0SVdShSFTaIdMa { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.8125rem;top:15.25rem;left:26.937499046326rem;overflow:hidden;display:block; }
#xKpbSpgkCZtlA3dTvIJ4TLOS2hle63Lm { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:2.25rem;top:15.1875rem;left:28.999999046326rem;overflow:hidden;display:block; }
#mQoVqaJ3Jml3kcu0DBVoFvVbTPZWKeJQ { 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:5.375rem;width:10.125rem;display:none; }
#I6zZsERe1QDPctf0TCOzBi9p23qCPbHX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.2489375rem;height:6.12395625rem;text-decoration:none;z-index:15248;text-align:center;text-align-last:center;top:11.15625rem;left:38.375712394714rem;display:block; }
#FDPz1mrsNEear46Gzomw0rd2u53DVPi7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A03LpqOMuWNxSMFhf0tNIVwn5rQHpzeT { 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:6.125rem;width:20.125rem;top:11.1875rem;left:38.437502861023rem;overflow:hidden;display:block; }
#K0kfb7CZCtEKxoBex9AZhN0hTkThDg13 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:12rem;left:41.937502861023rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sd99Ne7xZ7WrEB9RAaTB8Q4D61kr2M2e { position:absolute;display:block;z-index:15207;border-top:0;border-left:0;border-right:0;border-bottom:0;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:11.5rem;top:14.9375rem;left:42.750002861023rem;overflow:hidden;display:block; }
#LXD38mezCboraObnkmiUCih3sJqC3WOV { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.1875rem;left:44.687502861023rem;display:block; }
#XfmMseZeTwqib8px68x01Ur24qtKZUas { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:38.4375rem;width:45rem;top:17.25rem;left:15.125000953674rem;display:block; }
#reT7PkyTX1o0VyIWWetvXHvJCXP7og1S { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:18.6875rem;left:16.875000953674rem;display:block; }
#VCiZaGbyHyN4JyanK5Q3zmU880nt7TSE { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.38068125rem;height:6.13068125rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:18.747916221619rem;left:16.810417175293rem;display:block; }
#JUTCVolaMPm3gxOnce45NqkuNt5RkGeq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dT5qwRSKT74T4ewShR0HLC01B5HJTNmc { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:20.25rem;left:18.250000953674rem;display:block; }
#AZieVPVlu9KN5yzNTgUkPFm8Z550xaS2 { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:20.625rem;left:18.625000953674rem;display:block; }
#Nky0LXPFJQ0OhneBlDX8NOnmm6GFT1Gb { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:19.875rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#T8RHmKtv4nTl5PwTlXWT7AHxod2Afiqx { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.0625rem;left:20.937500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#qo6yKFxtehnFNkNxkOQmNbUf5SItGUre { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:20rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#GnDMFymrxRI5CU0pMZBc9xfBsKbP4mUZ { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:25.870727539062rem;left:16.875000953674rem;display:block; }
#rxErWrqgZsWiqxk2RIdx0HP5UTupLOmx { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.56818125rem;height:6.13068125rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:25.93124961853rem;left:16.716667175293rem;display:block; }
#auD9TevFMwAH9tIqlbPxEXRxsiWXFNks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVH7PaC2rUJMoBZ5kHxFFzTDcH6Fycap { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:27.4375rem;left:18.250000953674rem;display:block; }
#ThrOakhRaW1S0IEHHwTIU7k6NICPDURb { position:absolute;display:block;z-index:15140;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:27.8125rem;left:18.625000953674rem;display:block; }
#Bb7KmC3CiJZ6D0MmsFHDsFkqhG8tBQDK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:27.0625rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#ZvkTqLkXLOGr8CAyiKIClVTDvt1Irfxn { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:29.25rem;left:20.937500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#y2z0JSu7NOorwsdxwrHXQd5r4NoIn6l7 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:27.125rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#znnL4Zy7hylJvkMD5VZ9LeN3teITUMlL { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Sl2AKeC1vG2vG6cWHIZSeKRRqKIGMH5M { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:29.4375rem;left:42.312502861023rem;height:1.22443125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aVVuDPde1KGqmtBUcTt0UBi99oDRbF7o { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:33.0625rem;left:16.875000953674rem;display:block; }
#ftZ7ewVL63hltqUt6Z6AOCeFT3Kn5rtS { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.50568125rem;height:6.19318125rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:33.372917175293rem;left:16.747917175293rem;display:block; }
#g9QO01kqE1tOcGJZI6rHicSETH2l1FqC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vSoZsb3gEQRcoWziEDoC6ugpzBqfwn38 { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:34.5rem;left:18.250000953674rem;display:block; }
#Tpy9HwTy37GEVlHDnds89MaQraP5vvpn { position:absolute;display:block;z-index:15141;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:34.875rem;left:18.625000953674rem;display:block; }
#ru8l0i2I0iFzs9NcJNImAaBCsEwuBd1b { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:34.1875rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#g8Cx1wFDmQ8QGx0QcV8EGmIc0h2buePt { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:36.375rem;left:20.937500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#Po3dkU3holxk7Hd1qhn9fvK84NMOkN1G { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:34.3125rem;left:47.750002861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#GoE3zox7g17OSz4ApaPsOkKtohJscknJ { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:36.625rem;left:42.812502861023rem;height:1.22443125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cKlDBziQ6St9vXpS5PtM1GIAkEl2P90k { background-color:#4e37d5;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:48.625rem;left:27.624999046326rem;display:block; }
#LeIvgUkniBbLptzAJH3T4AEmKzGXp3Us { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FOou2XnLFs0wPGk13HASDqOSkzsJ3WQF { position:absolute;display:block;z-index:15200;height:3rem;width:20rem;top:48.625rem;left:27.624999046326rem;display:block; }
#DI0eLqSrRJJ0ZxVsfeNcgKmEyDcxE4Ha { box-sizing:content-box;height:54.3125rem;width:50.5625rem;position:absolute;display:block;z-index:14992;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.875rem;left:12.439631462097rem;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; }
#UgKdtslFrWog7AT7EKJksiX3zTwD2Nhw { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.375rem;left:62.104407310486rem;display:block; }
#AFIW3dU6odaxSNgTA2TJVBnwuSN45eNT { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.5625rem;left:62.312499046326rem; }
#DQo32hp9HRlfTtnKEs0yToyTzzTqZSWG { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:15.125000953674rem;height:4.54971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzzKLHIhpLlEoMlTsFDo50rtZoTRmfZc { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.50568125rem;height:6.25568125rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:40.151042938233rem;left:16.747917175293rem;display:block; }
#NJUVwKX4wec4LcxTR7uTU4509aNMg5oR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#svI3PCB20Bcd4IkAJdQTyeTauWRdHCAf { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:40.153442382812rem;left:16.875000953674rem;display:block; }
#cMowgwv2ezMs4JeFON9Jz5z5QooPu5og { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:41.391357421875rem;left:20.437500953674rem;height:2.4rem;font-style:normal;display:block; }
#rdKK7NWc0l9sODftZpdOyRoOSiasGZ7r { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:44.252136230469rem;left:20.437500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#Md24haLhT6cTm01tcMOHhP8PQOyuBsdl { position:absolute;display:block;z-index:15142;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:42.177551269531rem;left:18.590909004211rem;display:block; }
#OPCByJM2ddZynEwPzdTTS3SqgHz0TEte { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:41.836669921875rem;left:18.250000953674rem;display:block; }
#KDhnkeQu3UC86LfIydudW0mcXUQ6Wb2h { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:41.391357421875rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#LeJdc4SUacPlZWDTAVQtnETzk8TK1DHX { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:44.002136230469rem;left:42.750002861023rem;height:1.22443125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HlRAdlFWTnaZgTPFwstbgmCMVxMPuJqS { color:rgba(255,255,255,0.4);display:block;width:41.6875rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:52.25rem;left:16.781250953674rem;height:1.04971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S > .row .container { border-width: 0; border-radius: 0; }#x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#zlChzwDmSSG2zV2wnwf6UNc3y894GuJ4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:6.125rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:11.155578613281rem;left:17.764204978943rem;display:block; }
#XyaGeHcBMsScrJCnlbcNbovFIacOJRR7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXT0rZRBoZnnFrcTa8U9k6TE3TIICxsg { 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:6.0625rem;width:19.125rem;top:11.1875rem;left:17.781250953674rem;overflow:hidden;display:block; }
#UxyreJtpQlQbwGrc6f9TGq7tZvWN2KIw { 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:5.3125rem;width:10.125rem;display:none; }
#pbyf9grC84GWV0pdsNK2iSP7LmifLyFe { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:12rem;left:20.437500953674rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LVtf3oMLEq4Lvt7PTZShH9i5ZRqUBopv { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.875rem;top:15.25rem;left:23.000000953674rem;overflow:hidden;display:block; }
#XR6ATfTUKQnKRg6EHHeknfWJ6viGFqdk { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:15.125rem;left:25.250000953674rem;overflow:hidden;display:block; }
#TZiShqiOQRLZFBOZEfZm2emCNlOigPLZ { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.8125rem;top:15.25rem;left:26.937499046326rem;overflow:hidden;display:block; }
#nxh7TkB6muR0RUIDCklHuPDtiCT08W8Q { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:2.25rem;top:15.1875rem;left:28.999999046326rem;overflow:hidden;display:block; }
#yxOVNcRsR6tFdxRMpgQMvJKoBLseiVSr { 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:5.375rem;width:10.125rem;display:none; }
#vMMsayMsCzmMk6Fig23BIQ7pgn0CP1eZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.2489375rem;height:6.12395625rem;text-decoration:none;z-index:15248;text-align:center;text-align-last:center;top:11.15625rem;left:38.375712394714rem;display:block; }
#mL9OFdD8Fq2KilI6c9anSyDhFCeUJm3w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dqZ3nhZiZWun7ET2uUJ62RTeCc22ogq4 { 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:6.125rem;width:20.125rem;top:11.1875rem;left:38.437502861023rem;overflow:hidden;display:block; }
#QmaHGG5K4AqwbG8OeT7WNvDXhBHoDh3C { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:12rem;left:41.937502861023rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#miklrdmyfTT3TapcpVM5BzH2DJe4vOt0 { position:absolute;display:block;z-index:15207;border-top:0;border-left:0;border-right:0;border-bottom:0;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:11.5rem;top:14.9375rem;left:42.750002861023rem;overflow:hidden;display:block; }
#RrOTTXImmEMvHlFEtmX63yoiBcDrf9N5 { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.1875rem;left:44.687502861023rem;display:block; }
#e2BJOvPrD2qv0qDdXIXRTsQI72dHzTWs { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:38.4375rem;width:45rem;top:17.25rem;left:15.125000953674rem;display:block; }
#bFFugWJwM9t0fTMqIQsmsQOqGpqkn2H9 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:18.6875rem;left:16.875000953674rem;display:block; }
#Z18mOm4ZBtZJRgdr1K7uz8Fc9b1TDfLG { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.38068125rem;height:6.13068125rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:18.747916221619rem;left:16.810417175293rem;display:block; }
#TaMF3FovhszCaH8eMr5odkc9CimwS12A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bUPlJKOcD5iNMwC8cggOytlW1Hl0K1dV { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:20.25rem;left:18.250000953674rem;display:block; }
#SUmGTr48TkQ6VaUNvhTu6AhQhC6OOBka { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:20.625rem;left:18.625000953674rem;display:block; }
#TekQev2o856CTKqluZKAydHny25QkrTv { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:19.875rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#r8FTc0FbooNiWps1VC7yeSKcoClsHevq { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.0625rem;left:20.937500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#nbkUBygolIuesgTZQR1mtcOGiEz3WcSi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:20rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#NgdxiIxMbZKQ7wZCgo7yiM2usBbJ8dwU { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:25.870727539062rem;left:16.875000953674rem;display:block; }
#E7kobvcNShvQ3Ilr7GZ1hvgaoWss7NVc { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.56818125rem;height:6.13068125rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:25.93124961853rem;left:16.716667175293rem;display:block; }
#DoT20kJAIFL9haqdtsKsgemmJfHVrvg7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yk8EcEAGme0uInf3ht9for6FLD3tsmPM { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:27.4375rem;left:18.250000953674rem;display:block; }
#FuW8ZBlnmTf9Fc2NIXKvlLP1JSHNEILI { position:absolute;display:block;z-index:15140;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:27.8125rem;left:18.625000953674rem;display:block; }
#vPMiRnePoa85OurWqg4f4k6lUcne2tbc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:27.0625rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#FAGppKgdCOmk0MkxQIzqpwq7M0Z8ZMMd { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:29.25rem;left:20.937500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#D9ZfBoHEOBkSc9nSJ991vmF6hLHVQLbt { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:27.125rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#kka6WQw5cXkMz5yN6mPgukIThbFHitgs { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EzSDMDfBLzM5dMl4HqnCl7RXJJHFIHBA { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:29.4375rem;left:42.312502861023rem;height:1.22443125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NgD3hoLtxrQfolJB8wQoEhzU0PuTTMex { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:33.0625rem;left:16.875000953674rem;display:block; }
#CgJy9hEZ2BO5ze9qLZK9IGHqtrxAgyh9 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.50568125rem;height:6.06818125rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:33.154167175293rem;left:16.747917175293rem;display:block; }
#UDCngPzGavrS4lzZBkh26HFuPDL8euxS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p0PbHdHwBuT1BmNFiKR7CDNDo6s1TrWw { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:34.5rem;left:18.250000953674rem;display:block; }
#I9kdLcQrNarx7pcOsMQw0NPPtoPR9bpp { position:absolute;display:block;z-index:15141;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:34.875rem;left:18.625000953674rem;display:block; }
#nL5bBJ0SDT4nNLyo2NnRl9Jz4cg3lHm8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:34.1875rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#TfRX9TsCvbCg3yPokmbivwTtTmaIVbio { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:36.375rem;left:20.937500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#NZIf9khr13CXBUTD2TBS0o6hPK7FBL9z { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:34.3125rem;left:47.750002861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#Cwt0CRIz4EmRg5kHy1iV0MNt0XolCrh8 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:36.625rem;left:42.812502861023rem;height:1.22443125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nGQfWfMuzby06QgF57Wy1emTEcRXxS7b { background-color:#4e37d5;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:48.625rem;left:27.624999046326rem;display:block; }
#ihLvBZN28R2IbxqFKDuKoX8mdWFipRmZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aQGTlr5Zpuq0QSSB0n5iDldT2Crdl3Uz { position:absolute;display:block;z-index:15200;height:3rem;width:20rem;top:48.625rem;left:27.624999046326rem;display:block; }
#qgNhAuOxSQnn3MafdAcClCJDmEWZ0WiM { box-sizing:content-box;height:54.3125rem;width:50.5625rem;position:absolute;display:block;z-index:14992;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.875rem;left:12.439631462097rem;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; }
#VsAnOAGWGGTwxaIFk50KiThniNU6AS8M { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.375rem;left:62.104407310486rem;display:block; }
#x9UTVCVquXeTHD6A7tH10XS4O5WA0elb { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.5625rem;left:62.312499046326rem; }
#KcMRmSvntICUfB130GZBtmsv0WMhyT9I { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:15.125000953674rem;height:4.54971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g52WbMHVqlE2mMQ09SahP1ZUp09qfT01 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.50568125rem;height:6.06818125rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:40.244792938233rem;left:16.747917175293rem;display:block; }
#LRQK6X1XKp6wzuySFCNPp27TyvtXk7h1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dV2HV8hVPxcn3u2UxfmRgKB2RcNOcuLT { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:40.153442382812rem;left:16.875000953674rem;display:block; }
#Iwyw6Wz1hSHrV8nbRkHZ2hEKUayTeUtn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:41.391357421875rem;left:20.437500953674rem;height:2.4rem;font-style:normal;display:block; }
#dQbHFMu7QPKHTFQK9OeATnuOAMgJH3zG { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:44.252136230469rem;left:20.437500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#D3Xfl4fQCDcBJbEwyZa6fEn4ItRTqPhh { position:absolute;display:block;z-index:15142;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:42.177551269531rem;left:18.590909004211rem;display:block; }
#ka7ScKhfBlCcVLOz0D612A58RaJUDeEo { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:41.836669921875rem;left:18.250000953674rem;display:block; }
#JvmlFZcbfz8RDLRXwMXRK7snJMfgzKqD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:41.391357421875rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#RWvUv7MBXpNfqV0Cg7ASVIZ6Xq3GtmpG { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:44.002136230469rem;left:42.750002861023rem;height:1.22443125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qrRfPbcSkCruAfk6ZwsIgiLkMXv1cPkP { color:rgba(255,255,255,0.4);display:block;width:41.6875rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:52.25rem;left:16.812500953674rem;height:1.04971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf > .row .container { background-color: transparent; background-image: none; }#vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf > .row .container > .video-iframe-container { display: none; }#vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf > .row > .video-iframe-container { display: none; }#vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf > .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); }#vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf > .row .container { border-width: 0; border-radius: 0; }#vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#HfJBSvTAgKNGkwcnD5JCkU9fFo5qc1Pe { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.25rem;height:1.625rem;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; }
#Mo1D3KtJTrBQSX3TTvB0Z8cHVDO16mCy { position:absolute;display:block;z-index:15055;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:4.25rem;width:4.25rem;top:7.3125rem;left:26.437500953674rem;overflow:hidden;display:block; }
#kBeDpBm1uKQTxceJJ7TTE50cNsULZhkl { position:absolute;display:block;z-index:15515;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:3.9375rem;width:3.9375rem;top:7.4375rem;left:2.875rem;overflow:hidden;display:block; }
#vRUkkm1Fnud01F22p4NLy9LeTXNmHV2p { position:absolute;display:block;z-index:15057;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:3.8125rem;width:3.8125rem;top:7.5rem;left:8.875rem;overflow:hidden;display:block; }
#TxHDfV0rzF7SZZsT74rNMZ1aBaZUm62e { position:absolute;display:block;z-index:15058;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:3.9375rem;width:3.9375rem;top:7.4375rem;left:14.687500953674rem;overflow:hidden;display:block; }
#BnkgDDM9Qtmu12I610T72F3zHPtQmuTm { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:7.8125rem;left:20.875000953674rem;overflow:hidden;display:block; }
#AUMQKAZIvn2N0PIS4OhH7Eb2G35Ofcep { position:absolute;display:block;z-index:15060;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:4rem;width:4rem;top:7.4375rem;left:32.124999046326rem;overflow:hidden;display:block; }
#r7R4U9IzgBZHzfsUMbrfK4mQN04TG0z5 { position:absolute;display:block;z-index:15064;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:4.3125rem;width:4.3125rem;top:7.25rem;left:38.187502861023rem;overflow:hidden;display:block; }
#bSTTx7F8VrLiTzQiqxBa29Hm2EZRvMev { position:absolute;display:block;z-index:15066;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:4.8125rem;width:4.8125rem;top:6.875rem;left:43.937502861023rem;overflow:hidden;display:block; }
#x1WTwt9opOBycMzFeocJymsMwA5cKthB { position:absolute;display:block;z-index:15068;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:4.75rem;width:4.75rem;top:6.9375rem;left:55.812502861023rem;overflow:hidden;display:block; }
#zpT0r1HAhRBP2n6o3UJALm37X0MHXutC { position:absolute;display:block;z-index:15499;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:5.25rem;top:12.607955932618rem;left:7.9375rem;overflow:hidden;display:block; }
#owsMIhvwTVhsTFm85G2WJNUvJJ0TLFSC { position:absolute;display:block;z-index:15413;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:3.4375rem;top:7.75rem;left:68.374999046325rem;overflow:hidden;display:block; }
#LHOp5UoxTyrKQG2n93tCuffmap31rhvU { position:absolute;display:block;z-index:15490;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:4.625rem;top:12.920455932618rem;left:38.000002861023rem;overflow:hidden;display:block; }
#axNNPy3Wv9uf2cp4cu135wITG4S6IqDT { position:absolute;display:block;z-index:15491;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.670455932618rem;left:67.5170507431rem;overflow:hidden;display:block; }
#eyD4q97RVwgEJGNHrECvyLVqGpsFqdQv { position:absolute;display:block;z-index:15492;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.732955932618rem;left:43.468752861023rem;overflow:hidden;display:block; }
#rCMOzVnT0KTKxIBQQETHZH1BRGfCzBeM { position:absolute;display:block;z-index:15493;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:12.920455932618rem;left:61.718749046326rem;overflow:hidden;display:block; }
#s4iFmG84L1iPTHZeoJs7de1T47nvfyiD { position:absolute;display:block;z-index:15494;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:4.8125rem;top:12.795455932618rem;left:49.687502861023rem;overflow:hidden;display:block; }
#mTtbHUkEvMPRm0wSTzwfsvaEMJZZMzxz { position:absolute;display:block;z-index:15495;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:13.045455932618rem;left:56.000002861023rem;overflow:hidden;display:block; }
#bUXLNOfHZgKwJxpXEtJXPmL8RSohL9TN { position:absolute;display:block;z-index:15351;border-top:0;border-left:0;border-right:0;border-bottom:0;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:6.9375rem;left:49.750002861023rem;overflow:hidden;display:block; }
#lXcdHLfrWtZoAQ9IargF3LMO0L89xQ01 { position:absolute;display:block;z-index:15365;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:13.25rem;left:2.84375rem;overflow:hidden;display:block; }
#DIIXcyZCeIu3SXaazsTadd86W2e5QWFB { position:absolute;display:block;z-index:15377;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:4.4375rem;top:12.982955932618rem;left:14.437500953674rem;overflow:hidden;display:block; }
#REwaRJnQ80g3H59cuPhx8xXpqTzSlxKE { position:absolute;display:block;z-index:15473;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:7.5625rem;left:62.249999046326rem;overflow:hidden;display:block; }
#nxOCwfU6T6TqTbBETx2BkcLxX1isSF3a { position:absolute;display:block;z-index:15401;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:13.420455932618rem;left:20.625000953674rem;overflow:hidden;display:block; }
#U0WggIwalQ366WOAlt59LHSQvpqDfnVV { position:absolute;display:block;z-index:15403;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.25rem;top:13.169746398926rem;left:32.295454978943rem;overflow:hidden;display:block; }
#wmSwlT6diWBE5mUpGhG5F1JSuiX2fgo8 { position:absolute;display:block;z-index:15405;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:4.1875rem;top:13.232955932618rem;left:26.406250953674rem;overflow:hidden;display:block; }
#FNaoVAguuhRJ1rXFkMZIh9yU51gwXLV2 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tHQOIJKcCK1rwQc233pbSTf4nULR8BRL { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:34.750000953674rem;left:26.718749046326rem;overflow:hidden;display:none; }
#IcBvkpApwXhNqvlczXJ6LoQ0iQmonzec { position:absolute;display:block;z-index:14981;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:15.875rem;width:73.875rem;top:4.9195327758789rem;left:0.5625rem;display:block; }
#lkROCDdFZm2vGOQpeuHHMmnMwWMW3qHo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:8.28125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#noEScFJmC2e2fuJEhN7xDRDS3qGtMJiv { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XhUmH6ewIFdg3OQhXLUTyVI9xPIBdN25 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:20.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#honmxtvNFldtBUHXlOacCMAWhTp6UF44 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AVxg0D4rqZBgRNDKMJdLDTZxbSaeOzrP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:31.874999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rk7cDkwS5dnNc0VEEfGQUxKR2cJKe661 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:37.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#J6B9177PrbRRUSZdh5VRqUsivdytG2EE { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:43.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ImBe8i0N9IJtDXcZ1VWIOd0FAcRyKCzI { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:49.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bALf94QyWpTk4Ixlxw7e8WitOJLepCJA { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:55.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bWgK0JfVas6dPgodwvZClpBcpE847zPa { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:61.562499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PE7XZvmJJqrAVoQIMobFt65tpshQPCuV { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:67.531249046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DvTJ9uihT8NeerNKiQtZqvXcIExigtQz { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EEuTx1F8UFxRUqegpuT9dN9yJ1U8vP8r { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:8.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#S94rLT3OSgMyKHlSlPd0UmhNmzcoUcbr { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#b2Vw4hSWd8FXOZWSLe9aqc9rZo4qNE5r { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:20.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Lg5hx7a61oPWOtl8uywz0CPnOfBCGTNg { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aE2Ic8PsMbExyCkf2cEtRUkAJBP1HlAR { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:31.874999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T19PkXMu5W9TBInbQUHzF7yr6K4i2LzG { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:37.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dsW4qtafnIltcJLBbpzQaBCmSqXqtlHz { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:43.875002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AtvqG2FMT1HWTrDR5I12E4xVFSgWn7cK { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:49.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Jl4CXrgkasCuyEa2zaDzry6JWMZOQJb9 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:55.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UlBo1uXDmWRztVPWkBobcWGlD2KCiMVT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:61.562499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Xovsy4W9J8ETQ4vTkM7youbNRw6Jufeu { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:67.562499046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#svt4kmh5L4DG3u0ms0EzqzRbh1aG6JBn { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #282351);background-image: -moz-linear-gradient(180deg, #090813, #282351);background-image: -ms-linear-gradient(180deg, #090813, #282351);background-image: -o-linear-gradient(180deg, #090813, #282351);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#282351' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#282351' );";background-image: linear-gradient(180deg, #090813, #282351);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.125rem;left:0.5625rem;display:block; }
#VaUNtIdgcAeSUsLgILedoAX40I6kkOSc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.25rem;top:5.625rem;left:36.750002861023rem;overflow:hidden;display:block; }
#dPAPZSaGbncOLmpuTkTmVzfpviJaR39p { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#KNHg10UR1TNqwL7p50nH8i50ETGeIGZo { position:absolute;display:block;z-index:15516;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:0.75rem;width:0.75rem;top:10.920454025269rem;left:6.2329549789429rem;overflow:hidden;display:block; }
#szANKC6cRl3PR5fWPKDSeO6dTXBMWTZE { position:absolute;display:block;z-index:15517;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:0.75rem;width:0.75rem;top:10.920454025269rem;left:12.232954978943rem;overflow:hidden;display:block; }
#uXBcTUIWSdOk9CgAmcGu7fTFIW2zbx64 { position:absolute;display:block;z-index:15518;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:0.75rem;width:0.75rem;top:10.9375rem;left:18.125rem;overflow:hidden;display:block; }
#TwRhkvUr0nT5gg3uBZlmD1BTLELTnAu6 { position:absolute;display:block;z-index:15519;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:0.75rem;width:0.75rem;top:10.9375rem;left:24.0625rem;overflow:hidden;display:block; }
#CrsopD3RKOZy601UT7ObixNOqH6WsS2h { position:absolute;display:block;z-index:15520;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:0.75rem;width:0.75rem;top:10.9375rem;left:30.0625rem;overflow:hidden;display:block; }
#c5ApRuZJOn1U7F4z2phErxMb4nV4PPTL { position:absolute;display:block;z-index:15521;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:0.75rem;width:0.75rem;top:10.9375rem;left:35.875rem;overflow:hidden;display:block; }
#Qoq6Hm9JETU3AgGCPwTGcZZsdzTpBR6x { position:absolute;display:block;z-index:15522;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:0.75rem;width:0.75rem;top:10.9375rem;left:41.8125rem;overflow:hidden;display:block; }
#Bfu45PgIJETNorfurSGRD1PkIgsbOShT { position:absolute;display:block;z-index:15523;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:0.75rem;width:0.75rem;top:10.9375rem;left:65.545454978944rem;overflow:hidden;display:block; }
#op0za1ivcqkie6OkGg7NUsaGbKcamptq { position:absolute;display:block;z-index:15524;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:0.75rem;width:0.75rem;top:10.9375rem;left:53.8125rem;overflow:hidden;display:block; }
#zIHuBErT293HpdEhVOJWrtlcPqFCV5P2 { position:absolute;display:block;z-index:15517;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:0.75rem;width:0.75rem;top:16.777698993683rem;left:6.25rem;overflow:hidden;display:block; }
#CdobAqAnO9Xa9GNRFwNDAgFP5KT9N7vG { position:absolute;display:block;z-index:15518;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:0.75rem;width:0.75rem;top:16.715198993683rem;left:18.170454978943rem;overflow:hidden;display:block; }
#CgC6qFhIpiMJQlaa1KQ0UHkVAo9R2cxu { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15529;text-align:center;text-align-last:center;top:21.4375rem;left:25.1875rem;display:block; }
#xvKXdSfWLHmoo7JNOx0snVIAdBa87x0v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XU0krkleQ7Q7fu42C99fiiOaKDyGRVST { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3rem;text-decoration:none;z-index:15528;text-align:center;text-align-last:center;top:21.4375rem;left:37.25rem;display:block; }
#vBQzwi0OWSk5bmZDcyrQbB7C3C4EfMTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CiaeZAMO5E4hXumIFnRdberbJs80svnm { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.3125rem;text-decoration:none;z-index:15527;text-align:center;text-align-last:center;top:16.777344703674rem;left:31.156250953674rem;display:block; }
#SCdUGCoWFVhhd4J2wNw2wCM5sO0E3Vde { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKzDiRzBRJD6ANrCPx3F3HPr648mnLDK { box-sizing:content-box;height:10.0625rem;width:74.75rem;position:absolute;display:block;z-index:15526;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#030304' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #030304);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.387500047684rem;left:0.099999427795413rem;display:block; }
#xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl > .row .container { background-color: transparent; background-image: none; }#xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl > .row .container > .video-iframe-container { display: none; }#xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl > .row > .video-iframe-container { display: none; }#xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl > .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); }#xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl > .row .container { border-width: 0; border-radius: 0; }#xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:75rem;position:relative;display:block; }#FckErdBNMd9v3TSFhrhl5V5E7hlZlE2x { position:absolute;display:block;z-index:15514;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:4.5625rem;width:4.5625rem;top:1.125rem;left:38.062500953674rem;overflow:hidden;display:block; }
#dJR2riLDhWW9w9uUgiAmS6bfvIcvnfTJ { position:absolute;display:block;z-index:15062;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:4.3125rem;width:4.3125rem;top:7.0968704223631rem;left:14.499999046326rem;overflow:hidden;display:block; }
#cZXbTRQQm4ZXt2vTJQG1aluikLG6TTCK { position:absolute;display:block;z-index:15508;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:4.3125rem;width:4.3125rem;top:7.0968704223631rem;left:20.531249046326rem;overflow:hidden;display:block; }
#mW0EZlcvu5NW4Hdr5ukXTZTR2aislp67 { position:absolute;display:block;z-index:15065;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:4.4375rem;width:4.4375rem;top:7.0343704223631rem;left:38.125000953674rem;overflow:hidden;display:block; }
#IEzWo9KrZDsfCG2R2bibtMTL30cdsq17 { position:absolute;display:block;z-index:15067;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:4.8125rem;width:4.8125rem;top:6.8156204223631rem;left:26.096093177796rem;overflow:hidden;display:block; }
#Oppi4335bzl2NKFUy8QI0nWof5MbGWlp { position:absolute;display:block;z-index:15069;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:5rem;width:5rem;top:0.9375rem;left:14.156249046326rem;overflow:hidden;display:block; }
#dqoK2IJk82cwWJun2ucJtMrl5UnwyRyi { position:absolute;display:block;z-index:15071;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:4.8125rem;width:4.8125rem;top:0.90625rem;left:20.093749046326rem;overflow:hidden;display:block; }
#oCzVt3nQFRCDprMZ1J18nX166StcJ5Pu { position:absolute;display:block;z-index:15072;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:5.3125rem;width:5.3125rem;top:18.267181396484rem;left:61.607811927796rem;overflow:hidden;display:block; }
#FNSXME5NvncCsrfeAB6e88zvfEF6cZEe { position:absolute;display:block;z-index:15073;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:4.5625rem;width:4.5625rem;top:24.4375rem;left:2.625rem;overflow:hidden;display:block; }
#gZwRQXA2q4SoTbebhPi45D6JOp3wRfPN { position:absolute;display:block;z-index:15075;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:5.25rem;width:5.25rem;top:0.8125rem;left:31.687500953674rem;overflow:hidden;display:block; }
#KUtcToGndocgupTAx9DvlJHeaTMPkWTO { position:absolute;display:block;z-index:15074;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:4.125rem;width:4.125rem;top:24.625rem;left:20.5625rem;overflow:hidden;display:block; }
#pC2gUHnDFU8FcdrSyFxOnoEodq6EI0f5 { position:absolute;display:block;z-index:15076;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:3.6875rem;width:3.6875rem;top:30.875rem;left:20.75rem;overflow:hidden;display:block; }
#ht2J2gsSBqWJXaqvTL8Qr2NVFlT2OuLF { position:absolute;display:block;z-index:15077;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:4.5rem;width:4.5rem;top:18.767181396484rem;left:20.312499046326rem;overflow:hidden;display:block; }
#suvW7149o9fUsB8eXiIHVBXy95PAVFRl { position:absolute;display:block;z-index:15078;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:4.75rem;width:4.75rem;top:18.704681396484rem;left:55.875000953674rem;overflow:hidden;display:block; }
#B7NwP7bkk4VNuwQaPiMOWqT0FUoUS96X { position:absolute;display:block;z-index:15079;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:4.3125rem;width:4.3125rem;top:30.5625rem;left:32.375rem;overflow:hidden;display:block; }
#gW1QTTI0SS4AaGJmadx81PXLRfKtNttF { position:absolute;display:block;z-index:15080;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:4.4375rem;width:4.4375rem;top:30.375rem;left:50.0625rem;overflow:hidden;display:block; }
#sGoWheuxwRzBwtXXGWkShxrufS4ZRNRr { position:absolute;display:block;z-index:15081;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:4.75rem;width:4.75rem;top:30.25rem;left:55.875rem;overflow:hidden;display:block; }
#SMWTKf3FuGf9GgZEeLIPg1tTe6vhnlAl { position:absolute;display:block;z-index:15083;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:3.875rem;width:3.875rem;top:30.6875rem;left:68.3125rem;overflow:hidden;display:block; }
#tMh1JuSey8K05kbCoAmCvZOGT5XKnn55 { position:absolute;display:block;z-index:15082;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:4.375rem;width:4.375rem;top:36.25rem;left:8.625rem;overflow:hidden;display:block; }
#VdMTb33UNL6D0cPn5zKaGnRv2lVFROxT { position:absolute;display:block;z-index:15084;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:3.625rem;width:3.625rem;top:36.625rem;left:14.875rem;overflow:hidden;display:block; }
#sycKAIwUvhiyRADb0ovJnQIBgiWlWzlL { position:absolute;display:block;z-index:15086;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:4.0625rem;width:4.0625rem;top:19.017181396484rem;left:68.125000953675rem;overflow:hidden;display:block; }
#qcuvsGEdEZmwbu0sgaJUE3z93XUmDS41 { position:absolute;display:block;z-index:15085;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:4.125rem;width:4.125rem;top:24.8125rem;left:8.625rem;overflow:hidden;display:block; }
#T8AAHN8AcZ06K9OTT7QyRoMLTluvUpaN { position:absolute;display:block;z-index:15087;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:4.625rem;width:4.625rem;top:36.125rem;left:20.375rem;overflow:hidden;display:block; }
#Xo03A0HR7ab0q9NpiehvrBEDBrrOxxmC { position:absolute;display:block;z-index:15088;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:4.75rem;width:4.75rem;top:24.3125rem;left:14.375rem;overflow:hidden;display:block; }
#hIB5rFsCIFQw2kUq1WgMZzUd2sTaBciO { position:absolute;display:block;z-index:15089;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:4.5rem;width:4.5rem;top:36.1875rem;left:26.375rem;overflow:hidden;display:block; }
#ztGThrGsml3A635lRq0xGKLrT2RxGX7y { position:absolute;display:block;z-index:15090;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:4.3125rem;width:4.3125rem;top:36.25rem;left:32.0625rem;overflow:hidden;display:block; }
#IfIgAUR8NIiCIMdTa3KKm8xKtLQzTPXB { position:absolute;display:block;z-index:15091;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:4.875rem;width:4.875rem;top:36rem;left:38rem;overflow:hidden;display:block; }
#N6OdRkr4D59wflzH6coUg1nkIEk0o6nq { position:absolute;display:block;z-index:15092;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:4.9375rem;width:4.9375rem;top:35.9375rem;left:43.9375rem;overflow:hidden;display:block; }
#qCNanBDzuTCTUo9bvtpCLy18NPdT43Xf { position:absolute;display:block;z-index:15093;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:3.6875rem;width:3.6875rem;top:48.5rem;left:38.9375rem;overflow:hidden;display:block; }
#CRhHlTA7KtSzT4T8AbLyAc7SMP4ylrMt { position:absolute;display:block;z-index:15094;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:4.375rem;width:4.375rem;top:36.25rem;left:50.125rem;overflow:hidden;display:block; }
#srXGtnZsenMzy8PhM2Zvywxu3GwLBOIk { position:absolute;display:block;z-index:15095;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:4.375rem;width:4.375rem;top:36.25rem;left:56.25rem;overflow:hidden;display:block; }
#v3ONANwOvGwcpOlkVpXRXMvoqFxtveT2 { position:absolute;display:block;z-index:15096;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:5rem;width:5rem;top:35.9375rem;left:62.1875rem;overflow:hidden;display:block; }
#Qr904fQqEVNNQ43vRKAx07HimWdqTEvv { position:absolute;display:block;z-index:15097;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:4.125rem;width:4.125rem;top:36.375rem;left:68.1875rem;overflow:hidden;display:block; }
#syE1z4DSTFCtFPPvWFEEbaOA449UbS11 { position:absolute;display:block;z-index:15279;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:1.375rem;left:56.187500953674rem;overflow:hidden;display:block; }
#OetxqLQUwhbcd9H3dZI1dvtC3fT9amJt { position:absolute;display:block;z-index:15281;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:3.6875rem;top:7.4093704223631rem;left:62.312500953674rem;overflow:hidden;display:block; }
#c4qsnpCRdoZ1zka88QBCQGOTDW1zXzdh { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:25.125rem;left:38.75rem;overflow:hidden;display:block; }
#odJM1QWTyrmQqauuH9qXcfnQcTZMR1S1 { position:absolute;display:block;z-index:15369;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:24.9375rem;left:44.6875rem;overflow:hidden;display:block; }
#xI3X8x0N3vFSpdNzfpv8TwyhN135krIE { position:absolute;display:block;z-index:15287;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:3.9375rem;top:13.065620422363rem;left:8.8124990463256rem;overflow:hidden;display:block; }
#hKtEzkNX3zhmRuQqktE21R2gU0mlmOaF { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:25.1875rem;left:56.75rem;overflow:hidden;display:block; }
#TGcQMx7lUJzEnToMpmrU2e9cXsqPfTkJ { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:24.875rem;left:62.5rem;overflow:hidden;display:block; }
#d3RrVTOCBWT3UkI5qxTKFNaTGNG6n1DR { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:25.125rem;left:68.6875rem;overflow:hidden;display:block; }
#iXWsiDgCWvug4beo3HTw3CVe9s7bMtUC { position:absolute;display:block;z-index:15295;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:3.8125rem;top:36.5rem;left:3rem;overflow:hidden;display:block; }
#sBPLgimOu07O3kTHJVUqOTRhgggkEqCc { position:absolute;display:block;z-index:15383;border-top:0;border-left:0;border-right:0;border-bottom:0;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:30.6875rem;left:62.4375rem;overflow:hidden;display:block; }
#ddP3znQRA3kzg5AFsqOkJRyDD3O6y5ml { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:42.25rem;left:32.6875rem;overflow:hidden;display:block; }
#zdyyVxZsOUJfCcACU1oWs0MrqtdwZ9OZ { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:42.25rem;left:44.25rem;overflow:hidden;display:block; }
#TaqBTzKisz7sCetKe6hXgAafpnVwVidT { position:absolute;display:block;z-index:15389;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:13.503120422363rem;left:50.732811927796rem;overflow:hidden;display:block; }
#ZqT0A637vML5SOXWTDwfaZJtxkPu0axW { position:absolute;display:block;z-index:15307;border-top:0;border-left:0;border-right:0;border-bottom:0;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:13.159370422363rem;left:68.250000953675rem;overflow:hidden;display:block; }
#sNa5DA3Vvtnst5SPFrwpsfgQXnQAGEIT { position:absolute;display:block;z-index:15309;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.25rem;top:48.5625rem;left:33.125rem;overflow:hidden;display:block; }
#wAn8hrfKwvetdUuQKCTeKaOcsGzrPlMv { position:absolute;display:block;z-index:15311;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:4.125rem;top:30.5625rem;left:14.6875rem;overflow:hidden;display:block; }
#OP0vxKvDizdZS6ma0kFJKIBzTTT2J1nO { position:absolute;display:block;z-index:15397;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:4.5rem;top:30.3125rem;left:26.375rem;overflow:hidden;display:block; }
#TSkTTn4ErVKNNlqQ65APmGIo2B6WEZZX { position:absolute;display:block;z-index:15315;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.25rem;top:31.0625rem;left:38.8125rem;overflow:hidden;display:block; }
#bhidwkMTt9VB0LuVT2s75K2t20DbGQHG { position:absolute;display:block;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:3.875rem;top:30.75rem;left:44.5rem;overflow:hidden;display:block; }
#wDbEtTn4V7tfHbsdRZsLbvbA7PbCDrhw { position:absolute;display:block;z-index:15403;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:3.8125rem;top:18.923431396484rem;left:14.749999046326rem;overflow:hidden;display:block; }
#LqaqB8FPRHI9IkQfNpDknSzuXADZT8qZ { position:absolute;display:block;z-index:15498;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:4.5rem;top:1.1234359741211rem;left:2.5453119277954rem;overflow:hidden;display:block; }
#CfJW8faRhhDmgUJ1asnN3JxhxNoCX8xz { position:absolute;display:block;z-index:15411;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:4.625rem;top:18.704681396484rem;left:37.906250953674rem;overflow:hidden;display:block; }
#BOkGQOOIFz8QmVlCEFSfLDnDmsXb8vJa { position:absolute;display:block;z-index:15329;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:4.625rem;top:18.642181396484rem;left:26.187500953674rem;overflow:hidden;display:block; }
#rAQoRAF3wHdNUGP6r5kSDIKuVtOFMOtk { position:absolute;display:block;z-index:15500;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:4.8125rem;top:18.673431396484rem;left:44.000000953674rem;overflow:hidden;display:block; }
#cKxpND0mqlo9A9114TGEuuzf56mxUhNX { position:absolute;display:block;z-index:15337;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:4.3125rem;top:1.3156204223632rem;left:8.6249990463256rem;overflow:hidden;display:block; }
#gukaVGDzarHwfDKOuTUoNT2Mdtn7cE7N { position:absolute;display:block;z-index:15496;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:12.690620422363rem;left:38.000000953674rem;overflow:hidden;display:block; }
#TvmZrOTHHpZ7c8ANeJthgqCtcW1ErW2a { position:absolute;display:block;z-index:15345;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:24.5rem;left:50.25rem;overflow:hidden;display:block; }
#r487TDiVKAuU125hIlpmESCedXHSLSAX { position:absolute;display:block;z-index:15431;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:30.5rem;left:2.75rem;overflow:hidden;display:block; }
#I6XdwhrLsyitb4vwJT4vv5cNRcO6LeiC { position:absolute;display:block;z-index:15363;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:3.9375rem;top:30.625rem;left:8.8125rem;overflow:hidden;display:block; }
#q8p1ZgsGXSzvWe5PKd3mXUdF6iZx5fkM { position:absolute;display:block;z-index:15367;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:24.5rem;left:32rem;overflow:hidden;display:block; }
#pBDpROa5cWTCTkAGPlCP0GQVTeuMBk3e { position:absolute;display:block;z-index:15453;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:4.4375rem;top:18.831245422363rem;left:32.158593177796rem;overflow:hidden;display:block; }
#FoBNMQsayMGOtAlLCrhChgu54zcGB5yu { position:absolute;display:block;z-index:15371;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:4.0625rem;top:18.798431396484rem;left:2.8125rem;overflow:hidden;display:block; }
#oT91B6TF8EodLiFDAu24CQEfLCCf0Fr0 { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.25rem;top:1.3125rem;left:26.437500953674rem;overflow:hidden;display:block; }
#SlzbX7gAi5QeTywkNyX8VJKLNFZ1QACa { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:3.9375rem;top:7.0968704223631rem;left:44.375000953674rem;overflow:hidden;display:block; }
#GfKX5hDtEgm8CQF4qsRnoGqS0vDPdwTB { position:absolute;display:block;z-index:15459;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:7.4406204223631rem;left:56.625000953674rem;overflow:hidden;display:block; }
#KOHd4goBgTIbQJwfDk7ldFn0ywcRQnmk { position:absolute;display:block;z-index:15379;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:3.9375rem;top:7.2843704223631rem;left:2.84375rem;overflow:hidden;display:block; }
#RU3iTe7sGsokR537CtMMXN0PSK4FpPZn { position:absolute;display:block;z-index:15381;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:4.125rem;top:7.1593704223631rem;left:8.7187490463256rem;overflow:hidden;display:block; }
#CaheyJg7lEJCEwfyU1F7VqSDU2d2RBye { position:absolute;display:block;z-index:15467;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:4.1875rem;top:12.940620422363rem;left:44.250000953674rem;overflow:hidden;display:block; }
#GXZMsyxc6Jfn6tEpDs97xIkv63pHMXxq { position:absolute;display:block;z-index:15385;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:3.875rem;top:13.096870422363rem;left:56.250000953674rem;overflow:hidden;display:block; }
#QgEzemlilEZp0LZvypcv71tOrbtfsTnB { position:absolute;display:block;z-index:15387;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:4.0625rem;top:12.673431396484rem;left:62.312500953674rem;overflow:hidden;display:block; }
#aqXr9bC6zt3MWPtPQeFqtlGdbXdK8O4z { position:absolute;display:block;z-index:15391;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.25rem;top:1.21875rem;left:44.281250953674rem;overflow:hidden;display:block; }
#iTP38fD9GzwrKTD3TGX2l7K0TOy0hPpt { position:absolute;display:block;z-index:15393;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:4.75rem;top:6.7531204223631rem;left:67.750000953675rem;overflow:hidden;display:block; }
#ZUv9hCwTemeDbUxLszhu11qQRMlVJkVd { position:absolute;display:block;z-index:15395;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:12.846870422363rem;left:14.468749046326rem;overflow:hidden;display:block; }
#w8PBztay5f05zd81D47azJWVGgTQeud5 { position:absolute;display:block;z-index:15397;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:12.815620422363rem;left:2.6875rem;overflow:hidden;display:block; }
#l2FPEZ0BJWNGhX9o5rTKrUtAkvKpToo5 { position:absolute;display:block;z-index:15399;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:3.6875rem;top:7.2843704223631rem;left:50.437500953674rem;overflow:hidden;display:block; }
#J6RTNzJ8wZsHqa22VXXSlhaW2ribiWgQ { position:absolute;display:block;z-index:15407;border-top:0;border-left:0;border-right:0;border-bottom:0;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:0.90625rem;left:67.437500953675rem;overflow:hidden;display:block; }
#SdpCWODS4myfLGDdaFkyZHqqGywu5ixR { position:absolute;display:block;z-index:15409;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.3781204223631rem;left:32.437500953674rem;overflow:hidden;display:block; }
#fLlyn0dB69rHmAMXsTVlgMeGDVMwJpke { position:absolute;display:block;z-index:15411;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:18.735931396484rem;left:8.6249990463256rem;overflow:hidden;display:block; }
#pBA1s6qNDrVJ6wewU8Ti5TN30c4xnzkw { position:absolute;display:block;z-index:15501;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:4.125rem;top:24.75rem;left:26.5rem;overflow:hidden;display:block; }
#MgsowMpIDskxDWa3hJcy64t55Kh5hqVy { position:absolute;display:block;z-index:15415;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:3.875rem;top:1.4992141723632rem;left:50.406250953674rem;overflow:hidden;display:block; }
#ErzcTOi3pyPs0fPpob56SSqdW68D5F6F { position:absolute;display:block;z-index:15417;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:4.0625rem;top:1.375rem;left:62.170311927796rem;overflow:hidden;display:block; }
#NSE2R9DlFxzwBPgQd649vNFTkic6gtwU { position:absolute;display:block;z-index:15475;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:3.5625rem;top:48.5625rem;left:3.25rem;overflow:hidden;display:block; }
#e4OG1H0LTB4v0Tsz6nZeuti2i77wDJ8E { position:absolute;display:block;z-index:15481;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:42.5625rem;left:68.5rem;overflow:hidden;display:block; }
#nfPI0lh3tei0gv1xv2DQVrfVtITv59TD { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.25rem;top:13.034370422363rem;left:20.562499046326rem;overflow:hidden;display:block; }
#CCXMMUO5u4440MHUWxnzM5tSGkv4RrF8 { position:absolute;display:block;z-index:15502;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:4.25rem;width:4.25rem;top:42.1875rem;left:2.8125rem;overflow:hidden;display:block; }
#GeFyJIMiy5i9CSbVCu6WBpoOLWK4reyV { position:absolute;display:block;z-index:15503;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:4.1875rem;width:4.1875rem;top:42.1875rem;left:8.75rem;overflow:hidden;display:block; }
#nexU4wNIPC3xsnhgS4ytkWz2sbZT2lnU { position:absolute;display:block;z-index:15482;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:48.625rem;left:9.25rem;overflow:hidden;display:block; }
#H5iTUDJp6b3iz9TvNEL9FDUS27f66NKs { position:absolute;display:block;z-index:15483;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:48.6875rem;left:26.9375rem;overflow:hidden;display:block; }
#ircEkJHR0y6hvmtQ0aFftkN5OGw6J5lh { position:absolute;display:block;z-index:15484;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:48.5625rem;left:21.0625rem;overflow:hidden;display:block; }
#bgJpQsV1VwsbcRAC6qnWyPScwWkoFQ7D { position:absolute;display:block;z-index:15486;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:48.625rem;left:15.1875rem;overflow:hidden;display:block; }
#D5zfuwdhJiHR0E472ZXuywTAkSByUfr6 { position:absolute;display:block;z-index:15504;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:3.5625rem;width:3.5625rem;top:42.5625rem;left:50.6875rem;overflow:hidden;display:block; }
#SeXEpPDXuLiDNNZcnJni5MO0Sk7B974R { position:absolute;display:block;z-index:15100;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:3.5625rem;width:3.5625rem;top:42.25rem;left:56.4375rem;overflow:hidden;display:block; }
#r5LBb87xbntDsRvzKgy0OdnoZACn6v18 { position:absolute;display:block;z-index:15101;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:3.5625rem;width:3.5625rem;top:42.5rem;left:15.0625rem;overflow:hidden;display:block; }
#Hx9221axxTIDGEHIeaOCJTs6t9vnf3bS { position:absolute;display:block;z-index:15102;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:3.5625rem;width:3.5625rem;top:42.5rem;left:26.9375rem;overflow:hidden;display:block; }
#rZVcSBCBQiZH6dIZcWTpqL1n3t5q6wN2 { position:absolute;display:block;z-index:15103;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:3.5625rem;width:3.5625rem;top:42.5rem;left:38.875rem;overflow:hidden;display:block; }
#zyBUVRLbgBCezWxiPCk0xcaz5rDuWsos { position:absolute;display:block;z-index:15104;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:3.5625rem;width:3.5625rem;top:42.5rem;left:62.625rem;overflow:hidden;display:block; }
#imnWxwZZEHFGoJhMPlG3E3xrdwJJ8wIq { position:absolute;display:block;z-index:15105;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:3.5625rem;width:3.5625rem;top:42.5rem;left:20.9375rem;overflow:hidden;display:block; }
#P36qzDNZeDiUTJ95XbaXEXTVqF0ReitB { position:absolute;display:block;z-index:15111;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:3.875rem;width:3.875rem;top:13.034370422363rem;left:26.375000953674rem;overflow:hidden;display:block; }
#EpnhgwfDgE3d2e5L61tvFyzqEasPN1y6 { position:absolute;display:block;z-index:15112;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:3.875rem;width:3.875rem;top:13.159370422363rem;left:32.250000953674rem;overflow:hidden;display:block; }
#U8vsoD91brJHcrygrCoPuHqE4A5pFrAb { position:absolute;display:block;z-index:15509;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:5.5rem;width:5.5rem;top:18.204681396484rem;left:49.500000953674rem;overflow:hidden;display:block; }
#LH1ABLkDNRRJCdTUe3Pk0pcfDxwrtRQA { position:absolute;display:block;z-index:15510;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:1.1875rem;width:4.125rem;top:49.6875rem;left:44.375rem;overflow:hidden;display:block; }
#vwGbbHZ5xkuv5fvJLUsna16bs4r0TRnx { position:absolute;display:block;z-index:15511;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:1.3125rem;width:4.5625rem;top:49.6875rem;left:50.25rem;overflow:hidden;display:block; }
#y6mDiHxyWGArJyPOfHAO5iCo7TLZREsd { position:absolute;display:block;z-index:15512;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:1.25rem;width:4.125rem;top:49.75rem;left:56.3125rem;overflow:hidden;display:block; }
#pkaB6orUWs790VdNecKTqmVDLyior21p { position:absolute;display:block;z-index:15513;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:1.1875rem;width:3.875rem;top:49.75rem;left:62.5625rem;overflow:hidden;display:block; }
#ChkGUf1TtuaZllWZVOCm2qfnZoQUTCTt { position:absolute;display:block;z-index:14981;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a1128, #1c122a);background-image: -moz-linear-gradient(180deg, #1a1128, #1c122a);background-image: -ms-linear-gradient(180deg, #1a1128, #1c122a);background-image: -o-linear-gradient(180deg, #1a1128, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1128', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1128', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #1a1128, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:57.75rem;width:73.875rem;top:0rem;left:0.5625rem;display:block; }
#Msd3WiarUkoFfOLm3El129RzVV5KwHcl { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:2.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wJTaJa2kuFMPkq5nhExTa7eCekbT8OEW { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:8.2812490463256rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PFaRVTHMzbfJ0XwA7QNOyqDW9TXxghwL { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:14.218749046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#K65r6bOElMX6btV358rXmE20CCkKRrlz { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:20.124999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IssLdAmq2u9TuNxnzghziT2nFXSJyT69 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xmxU15JmR5OmKQNMoBIaVskrs96CCpv8 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:31.875000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VkrDprs3D4WAmQaWKEv0MwlhXxKm3Su5 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:37.843750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HltbVHoNXTMD3WcpCiIXgr7neCwuTVUS { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:43.906250953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RylbNKXFllodU66ziOv5pEq0vfruXf8b { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:49.764061927796rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rqvXZ6Tt8uXq06HTDvmnUszeyvqGdiVx { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:55.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#R7zd8H4BEVxRZ9cxBHgv4bmVhRNL3JpT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:61.625000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#t2xTTkJJNmT9mClZuUvfTIZD1cBxamu4 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.90937042236325rem;left:67.500000953675rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#X6iaqhMvxIaJ6Kqty0RimhQV7kABiAm2 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7218704223631rem;left:2.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#z7zg2yhHqdZZ6Ez4tTpebkF9US7cJJTp { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7218704223631rem;left:20.124999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vq8uWRAX07qcMLvk7aeWVUTCFGSTK5WR { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7218704223631rem;left:14.281249046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XN2wWJ1BGRTr55rZMT7VWmPC7N8T7JcS { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7218704223631rem;left:8.2812490463256rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oTlTZDzc3Vkhe6EgNp9Zhis7MUWuiGwp { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7218704223631rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cTSkJ2bMuBR4TncpiAtxdnNbsgW99QiZ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7531204223631rem;left:31.875000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SxfyhZ6XAqGTdQQJ7J909XXwmCQd9RwH { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7531204223631rem;left:37.843750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UIoSzpid6KkxNzwQZLq7vxyIq0pdrlsS { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7218704223631rem;left:43.843750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JdoimA7Wi8AwHtbXcTmTAona7IaJT3M3 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7531204223631rem;left:55.812500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#u9h1UL51CPOgIqq97n6J6HFoWEM18roX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7531204223631rem;left:49.812500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#F9TTyPTmEyalWCI2amO5T08Sl01kIIFm { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7843704223631rem;left:61.670311927796rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gDOF5qRRaQVqO2C1vVA7Unqvnz8NHXib { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7843704223631rem;left:67.562500953675rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cAhblE1zPGEORo3DUbUrohkNFAmXEXIK { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:2.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hUTNnLF5s1S5veLvP3MfUqIqgcJnVaIT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:8.2812490463256rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mb3XaxbN04mztOqgiZxTk0Odwaf1lZlJ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:14.218749046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eGwV8l8FfssmFwqLdiNuk3TAHIz1JTgH { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:26.000000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GH9mAxAufd5RoqwH53s3SfqIzreFhbgI { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:20.124999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NkETDucFrqnNfl2qHzrWSx7AfGLpCmIS { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:43.843750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bwsezxsp36qXcaMUyRPQ6snUPeqmhMNW { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:37.843750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZR7MHKpwfoZy0XDXetb5dAR65y4TIoc5 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:31.875000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Ds7md1XkTLcaMeZK5fRtnAIqm6uOV2VJ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:49.812500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iv6g6unpt7thR1A4VDQtGGFASsFI6y5v { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:55.812500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fzUunZrSTx1qUcGF2FPkzTdrppzwRHnP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:61.732811927796rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OtRkEvAQWTRNVotbm5tytm1QvrA2AfP4 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.534370422363rem;left:67.625000953675rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#S4GTCgxBgq6HpPyTOQtxqBBEaZyy7OZl { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.329681396484rem;left:2.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bpOQl3TDEdlO3XM3gPfObWUfL5ZhClRP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.454681396484rem;left:14.218749046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ueTWIbqxEWpbbgat5KeTWT2cMNdyWJZ9 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.454681396484rem;left:8.2812490463256rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TDdJd0TlDfRTKKRiA8AsCRAy3TfLSEPq { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.471870422363rem;left:25.937500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AwcTgwSkaT89xki6FpPTvuLxP7aRm2qO { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.471870422363rem;left:20.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VceO2gA54RLFWdkaMo46czuJESEmDA1w { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.471870422363rem;left:31.812500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ROsiqczgnmJXxxiEsWF8vJDweGDic6dN { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.471870422363rem;left:37.843750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eBbGk1ep0eLw8XRfP5M1QPH5o2CxQd5y { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.471870422363rem;left:43.843750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AV0KDSPvG9LKK86qMeNHiQcTiblZG67C { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.471870422363rem;left:55.812500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#txXL6hDWpQ1U152aeJPefLKs9Hl5DHz0 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.454681396484rem;left:49.812500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fo3RzPvFUlRd1NlTQfqr7ed6Lbsk4NPO { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.454681396484rem;left:61.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mEbTom0wS4SKWoJyG2chBuCTgLoA48xX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.454681396484rem;left:67.687500953675rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#G2X7LTmvec5IXwtJ8EqS1f8Hs3UD7X0g { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:2.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xEScqdP6s5DJnytOykwaIFkNXSBCSFZV { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:14.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RJsmg0uwPIffTvSIGbRO73Kl7BiLMge7 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:8.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#StRp1XdnoiopnfUFwGAPqKTuTvhHkwUM { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:26.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lFc9FQqxEDTN6kQAgQZ08cDkUxHIxG1b { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:20.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#w8GkvVffnk2H7vUs3w9qvX6naxUCTt3Q { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:31.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qWmn5ALXJUOeuznBhL2dzxC0NmCxH4cV { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:43.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TLQ0xk0HHnHiE5DotSc62UR5eh4lEnrx { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:37.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yRiO4sTx0qikEfHeQFzhkvetCatD03wz { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:49.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LsddE7pooZXCDIZznUE6pw2vCq6K0qNB { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:61.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XaG9DES8JZtqrTuqiMTeDqWxmnVVzLZT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:55.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Ofc8ash0CBeBEsbSTWptT97zeds58z6t { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:67.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Jawo05S74EXwSURbTfmQbQ37pNqOb0LJ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:2.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mApVbFRfTpSBg40OBuioUMd9Vm7aIh0H { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:20.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QBFFO3uH9WOZCGsW8aNox9hrQC6XH9Cc { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:8.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uBfQJhMM4odkv1aAdZBBXUCKqQ2KBCgs { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:14.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pyGzTOTsNTwvF6HxT6ebAHr80ZJypk6X { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:26.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JiWqJFHxzkoEn98ix8gKm3tNGTnJTm65 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:38rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pNUd7t66B0C4Joy4LfLhdCIrz9TQau4y { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:32rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yBpnuI5zzv51RzTBikIluxWSiE4dD2OT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:43.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kp3vVXooGz61MMGQNDPdsI08Sl4kQMJ8 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:49.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aEbmTHJLpnstgVpHOgCAE2upGWeA9XPy { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:55.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Hscr9hPH95PvZHU6vq4Ox3DnMF9wUwyo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:61.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MBTvQDviMV4yeZR0mxT5PIJKy6oX5hLG { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:67.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WCQAPQxVDqQhpkTOC7H739MPxOC2mWnw { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:2.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#v8iSddaBLelKpnOee6qm4CRqHU5DTZnv { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:14.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#w6B7qB9pDyOzFEAdBqyLObMCpQZG24A1 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:8.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#s7BFaFeciIfMvls6oWbUsTfQEiQMZ0ff { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:26.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EqU7JTNVEZB80ZO6Lu4xtQ1W1S7eKBzL { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:20.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gPi2zV44UXfQDf5IoUJE1FW7V2tuX4Kh { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:32rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#q7Ng3PzOvuvPr2dnk1EaHIRB7qf0IZtJ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:38.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yJoTFX7qT2THrzoRIBVk3y8Qi9cWnwKA { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:44rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GqHebpEMaRuqx8zLQNErBaUzJSiExLKI { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:49.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eJ67pqw0oUgerCZquUUOd8yPSnwouPOs { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:55.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#f8ObxTuSEZbRUEC450EpgfkUVhXVsQ6L { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:61.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cxzohTAT2b71ePTCq5MabqrttZZfgtnx { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36rem;left:67.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UOvVxbtsFXE3XxqoFteSUWQN6vbEui58 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:2.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oA3Vs5NQBMeuxZ0z7D4CnEWwEOmdNXNT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:8.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MkV3x8RvG9pq7aJFD8MA7B34iFrszrWm { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:14.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RVmgFaDXlJ5JPZ6aU4CLgfq6BSIZwTTT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:20.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wWlSr6RV5EEE7e3Sv86rwJHS3hWNKArv { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:26.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qmN2DOGdcoQ7wy3WmNT70JNd4n8Mk0Bq { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:32.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qZxUAcGnmGTcW6JLq9RatvBHTgaxAePI { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:38.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PDQ7BwZTrVmUQVI3gKWJuDCofdGM0aZt { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:44.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ykhRrkHNZX9vTAoDhAb0ppfWDPK8lDpT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.875rem;left:49.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T2klTN5g023HhZJwUwUEPVefNNDuRQul { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.875rem;left:55.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Mw5z4aWVKnAMRtV919RT4KtfwIh4IoGl { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:61.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kH3FsW4dzDTTRxyPoiWRHJv36HfRoou8 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15008;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:67.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#n7QRiJEtaTHQoAvDf407uiWP6qvJzfK1 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.75rem;left:2.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xJZpaOa40d2NAFFHz0IHxLN89ADc3hze { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.8125rem;left:8.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KExwrTslO8fmpGe7gsDrdffEzTQE1oWr { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.8125rem;left:14.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MHnuznVWRmQfWoONQHsFIrmfk3Unm2Eu { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.8125rem;left:20.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RNpF9Lep5RkAN6y4g3VmxCZ7crzgaxP4 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.8125rem;left:26.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kpQrPh30yCg1ESzIqesQE5oJSlUfruWv { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.8125rem;left:32.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#s3A0yg97paC3fzqw25gycdIfZ7DugDes { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.75rem;left:38.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qmOxWhbUnmV1iD2cwCgEuIXVVn089GP3 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.875rem;left:44.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ifepnTaBHAeou0yf2vGkCi1GADCg430f { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.875rem;left:50.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QxBmPFZRWwvhFy2qvziCN0VNbZ6irLlm { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.875rem;left:56.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rJF4O9vuMHqV1nG7FQqgOoTfGz9TBDyT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15008;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.875rem;left:62.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HLKLyCkd8vVhXolWn4zIE9qLEh4pFghC { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#ZG0oKGE7whfyxCXd4SiJQdxUPTPmr8M0 { position:absolute;display:block;z-index:15518;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:0.75rem;width:0.75rem;top:4.9203109741211rem;left:12.170311927796rem;overflow:hidden;display:block; }
#Ohfc9ANnunrQD5ZGedswowvAyFEJi3sN { position:absolute;display:block;z-index:15519;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:0.75rem;width:0.75rem;top:4.8578109741211rem;left:41.795311927796rem;overflow:hidden;display:block; }
#eALnJpol3s0tQP4rZo5AgT46DLl70Q4C { position:absolute;display:block;z-index:15520;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:0.75rem;width:0.75rem;top:4.8578109741211rem;left:59.732811927796rem;overflow:hidden;display:block; }
#KQpJEsqonZ0PdxTnDtdgkScBoAGNgfTc { position:absolute;display:block;z-index:15520;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:0.75rem;width:0.75rem;top:4.9203109741211rem;left:47.857811927796rem;overflow:hidden;display:block; }
#cWiocnVfo8hqs5xNwRIrGbTHnESpdwEw { position:absolute;display:block;z-index:15521;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:0.75rem;width:0.75rem;top:10.704681396484rem;left:48.045311927796rem;overflow:hidden;display:block; }
#aDuHLVRu2zKXqKvTt8s02JNSLEnBeIT8 { position:absolute;display:block;z-index:15522;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:0.75rem;width:0.75rem;top:10.704681396484rem;left:53.670311927796rem;overflow:hidden;display:block; }
#cVxSAPzB8xeOGvfZrBT6B5XbJpaIUL8q { position:absolute;display:block;z-index:15523;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:0.75rem;width:0.75rem;top:10.704681396484rem;left:59.857811927796rem;overflow:hidden;display:block; }
#bg5FeLVuWH6vn9iIUZllrM5QiE6oDnUf { position:absolute;display:block;z-index:15524;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:0.75rem;width:0.75rem;top:10.704681396484rem;left:65.420311927794rem;overflow:hidden;display:block; }
#TGFuOQohHrpAoaf4NvdOnBQXPwil0cpv { position:absolute;display:block;z-index:15524;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:0.75rem;width:0.75rem;top:16.423431396484rem;left:59.857811927796rem;overflow:hidden;display:block; }
#wqGG7RNyyeHiv4aaTZUE6d7oHWVTOzNl { position:absolute;display:block;z-index:15525;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:0.75rem;width:0.75rem;top:16.423431396484rem;left:71.514061927794rem;overflow:hidden;display:block; }
#WylQ40iWTn4CBqzvpoM4VCqhQ39TT0FI { position:absolute;display:block;z-index:15525;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:0.75rem;width:0.75rem;top:22.436714172363rem;left:71.639061927794rem;overflow:hidden;display:block; }
#ZaAv76n8qkkp1ou8xKaeTF0OIdbSXt9v { position:absolute;display:block;z-index:15525;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:0.75rem;width:0.75rem;top:28.3125rem;left:12.3125rem;overflow:hidden;display:block; }
#ZgB4uQN9eZtszovJFnqSdkw68gX5BDwT { position:absolute;display:block;z-index:15525;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:0.75rem;width:0.75rem;top:34.0625rem;left:59.875rem;overflow:hidden;display:block; }
#JIS8PnnC2tZbTVbAdKWgJOhv2nUi0wGC { position:absolute;display:block;z-index:15526;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:0.75rem;width:0.75rem;top:34.0625rem;left:36.0625rem;overflow:hidden;display:block; }
#qxuSsyIkVwgnVb9txAKhwS8eJoOB1NOL { position:absolute;display:block;z-index:15527;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:0.75rem;width:0.75rem;top:45.6875rem;left:36.0625rem;overflow:hidden;display:block; }
#ASqsBMxqzTHiIwlQegZC9xQFl30Fc3Jo { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:59rem;left:25.1875rem;display:block; }
#e0NZfp1Ul4RFkUHI9iBCH0kX5KiiCUtg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nwtBS3PTzsiTb9Ud70rIWUJbM925hVzL { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:59rem;left:37.25rem;display:block; }
#h9QJ0pEpSSf4EaMgKVKNGlss68OmAD2O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NoUKyvBCLXlMOhT44TrkLUtQ5EG6JPiS { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.3125rem;text-decoration:none;z-index:15201;text-align:center;text-align-last:center;top:54.0625rem;left:33.250000953674rem;display:block; }
#TaaIJ4hkN7zPmlthcpGFSquhUGI0w7ou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Au94hfwJddintV9kMZ0U2LHgLn6ClQUZ { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.25rem;top:1.3125rem;left:26.437500953674rem;overflow:hidden;display:none; }
#fLt07EeI3XSFDTTVKbA5aenxfPA59hLh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#fLt07EeI3XSFDTTVKbA5aenxfPA59hLh > .row .container { background-color: transparent; background-image: none; }#fLt07EeI3XSFDTTVKbA5aenxfPA59hLh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLt07EeI3XSFDTTVKbA5aenxfPA59hLh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLt07EeI3XSFDTTVKbA5aenxfPA59hLh > .row .container > .video-iframe-container { display: none; }#fLt07EeI3XSFDTTVKbA5aenxfPA59hLh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLt07EeI3XSFDTTVKbA5aenxfPA59hLh > .row > .video-iframe-container { display: none; }#fLt07EeI3XSFDTTVKbA5aenxfPA59hLh > .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); }#fLt07EeI3XSFDTTVKbA5aenxfPA59hLh > .row .container { border-width: 0; border-radius: 0; }#fLt07EeI3XSFDTTVKbA5aenxfPA59hLh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fLt07EeI3XSFDTTVKbA5aenxfPA59hLh > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#Td2Mw3d7VLKEroMI2JttlblwDEW7KWGg { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.25rem;height:1.625rem;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; }
#uSvmulEqHOlXenP0To5NydeRVLa1RciD { position:absolute;display:block;z-index:15055;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:4.25rem;width:4.25rem;top:7.3125rem;left:26.437500953674rem;overflow:hidden;display:block; }
#siakL0rCTq1GqBvmHghXDaZCsqOlZ9zO { position:absolute;display:block;z-index:15515;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:3.9375rem;width:3.9375rem;top:7.4375rem;left:2.875rem;overflow:hidden;display:block; }
#x3MZQpzUIM6BKwKTLpvXeXK3o8wwrBCz { position:absolute;display:block;z-index:15057;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:3.8125rem;width:3.8125rem;top:7.5rem;left:8.875rem;overflow:hidden;display:block; }
#qqSzcOPPCpUAHCc5xe3HrmkHIis7CRZ8 { position:absolute;display:block;z-index:15058;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:3.9375rem;width:3.9375rem;top:7.4375rem;left:14.687500953674rem;overflow:hidden;display:block; }
#p8mDtgtI1AxvIa92i51HgiWGrxpEGsTQ { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:7.8125rem;left:20.875000953674rem;overflow:hidden;display:block; }
#rTrerigHm84WQ7TRnADHXE3Q5g9KCoZW { position:absolute;display:block;z-index:15060;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:4rem;width:4rem;top:7.4375rem;left:32.124999046326rem;overflow:hidden;display:block; }
#Vo8Z51Kci6QFUC5aQSXXzHQHTGCHRdew { position:absolute;display:block;z-index:15514;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:4.5625rem;width:4.5625rem;top:12.982970714569rem;left:31.906249046326rem;overflow:hidden;display:block; }
#Skxt3BZEmidbF2XvribG8J7wEAoc7vhP { position:absolute;display:block;z-index:15062;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:4.3125rem;width:4.3125rem;top:13.25rem;left:14.375rem;overflow:hidden;display:block; }
#p4NAC6HyrT30kHfUeaBdax58WLs4csx4 { position:absolute;display:block;z-index:15508;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:4.3125rem;width:4.3125rem;top:13.25rem;left:20.4375rem;overflow:hidden;display:block; }
#W6ZzkQad1qTmpCa2pSKCzvQFEG41DI2L { position:absolute;display:block;z-index:15064;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:4.3125rem;width:4.3125rem;top:7.25rem;left:38.187502861023rem;overflow:hidden;display:block; }
#a9gKtKTuKSX96LvXNSQdPqPGkK4B3Irw { position:absolute;display:block;z-index:15065;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:4.4375rem;width:4.4375rem;top:13.1875rem;left:38rem;overflow:hidden;display:block; }
#XitTdI6dMRtctQ5xksV0cbCQEN61p1fo { position:absolute;display:block;z-index:15066;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:4.8125rem;width:4.8125rem;top:6.875rem;left:43.937502861023rem;overflow:hidden;display:block; }
#vJiXwGPUzmAyrJkLQoMC8TF5e9ceQkur { position:absolute;display:block;z-index:15067;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:4.8125rem;width:4.8125rem;top:13rem;left:26rem;overflow:hidden;display:block; }
#g5HiOwwMP406FfuRgBAKIwc4LzqyWxef { position:absolute;display:block;z-index:15068;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:4.75rem;width:4.75rem;top:6.9375rem;left:55.812502861023rem;overflow:hidden;display:block; }
#TUeTpG0mDODoGAtxOfMcJ5lz9vJrCrpu { position:absolute;display:block;z-index:15069;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:5rem;width:5rem;top:12.875rem;left:8.3125rem;overflow:hidden;display:block; }
#wL4b8X1Sx5wtLm4nTOHqnDPO7UGWqu0Q { position:absolute;display:block;z-index:15281;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:3.6875rem;top:13.5rem;left:50.3125rem;overflow:hidden;display:block; }
#kgQn7oTTJT9ueD5q65nQUFPsCuCkgXZg { position:absolute;display:block;z-index:15389;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:13.75rem;left:3.3125rem;overflow:hidden;display:block; }
#DVfLS1g0yybpx6TJToHNKHOrGRTGdM2d { position:absolute;display:block;z-index:15307;border-top:0;border-left:0;border-right:0;border-bottom:0;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:13.25rem;left:56.1875rem;overflow:hidden;display:block; }
#K7rzwIpt3pFtATN6ZIeNbkKS2o1ON8k5 { position:absolute;display:block;z-index:15351;border-top:0;border-left:0;border-right:0;border-bottom:0;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:6.9375rem;left:49.750002861023rem;overflow:hidden;display:block; }
#L293cgFfAxdWfccIKsfi3rNTSXmOCRZX { position:absolute;display:block;z-index:15111;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:3.875rem;width:3.875rem;top:13.3125rem;left:61.875rem;overflow:hidden;display:block; }
#VPrsXTRuPanra8EupV0puA91WF7pUODD { position:absolute;display:block;z-index:15112;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:3.875rem;width:3.875rem;top:13.4375rem;left:67.875rem;overflow:hidden;display:block; }
#B3LaFeElmAnKALXHX7LbeBc2xsoVmMqU { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MHin2NL52SV5WZqR7B75RTmpTbwcEyyD { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:34.750000953674rem;left:26.718749046326rem;overflow:hidden;display:none; }
#nnAbq2PMc4CekbIImCVTunDLSBl6VuEu { position:absolute;display:block;z-index:14981;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:14.875rem;width:73.875rem;top:4.9195327758789rem;left:0.5625rem;display:block; }
#azA134CNJ4A38BdZvKtolKQroHN5yxiN { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:8.28125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#c5uEm4tCx11tKqSbDkoTmTpfDKdcFQGN { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NJrkq5iNAL2MNa5huMWcgSNgLDdEoxeH { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:20.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DnBR4EaGRPLxqfJ2VXyH0zyhpZhSltKO { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#F15obmKTKB35eMtir3IxA2GA55ExoShn { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:31.874999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LoOnXbkcT2bKcWNTv7A1ddbo1ZXJADWm { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:37.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LndgGqE6xT7H5CTuwfCmQmFtC05o9JDg { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:43.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#f5UNG5c5SMh1MTdTH1uyrB7Go6obRawi { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:49.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dQiXtlPNlTRev0STSqptQCTHOvImEqDD { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:55.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#INBSwq9tmhSWiTIvkTKhdMQz6qr8HHrL { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:8.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#a9CIKTcOT8Uamm10BWoN7ykRdsA84BVL { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:31.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VsKFOdPoqPcfpBcX1LPPoVIpydJQuzBX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:43.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Dao6mQRNBXx3xCOJTrAE3BMVFT2to9vt { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:20rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wKhMOur6OsyS9dKJ9kkhMPhF1I3h4vLo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:14.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#n4f9dyTEHAdRGmoudZgLftOySehZE4vZ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#h6SzW72JrDpTpJACh9A9Ezb4wW5qZS6L { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HtKDV0R55stTG0laOTCSCtZBucLTftGQ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:49.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WyMrFR6P8iT6x6Ha4QyvdVfeTulPGpTP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:61.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aPPuL6QLUlQhZESsFW6EoUSGCH4FUbv8 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:67.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#du5NkZTTWCh7r0eSmcnfSK7FqK3fGNL6 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:2.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PTLcfVOVUtbBrKuRTXeSxQzmflGrg2Ng { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:55.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MzUIbVr6kQKnS9e7MR7heyfQCTdD1XyE { position:absolute;display:block;z-index:15000;background-color:#282351;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.125rem;left:0.5625rem;display:block; }
#Lh3JaZfsIrxdFCpvUTHOwi5gZMbMQnFK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.25rem;top:5.625rem;left:36.750002861023rem;overflow:hidden;display:block; }
#On3FR2b9DcGft1hRGT6UMQADASdS45Gh { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#Aot4pT4f6fu1StvZdBoMvfhof4kK6qO7 { position:absolute;display:block;z-index:15516;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:0.75rem;width:0.75rem;top:10.920454025269rem;left:6.2329549789429rem;overflow:hidden;display:block; }
#khHIOufih3U75Et7OpHxAuGLrZUl6fAE { position:absolute;display:block;z-index:15517;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:0.75rem;width:0.75rem;top:10.920454025269rem;left:12.232954978943rem;overflow:hidden;display:block; }
#TyuCLTJbuFE54COtySqilmztgskZAVM7 { position:absolute;display:block;z-index:15518;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:0.75rem;width:0.75rem;top:10.9375rem;left:18.125rem;overflow:hidden;display:block; }
#rRQG0gBTOf5O8gc0SUghIJdFeKDrHpZJ { position:absolute;display:block;z-index:15519;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:0.75rem;width:0.75rem;top:10.9375rem;left:24.0625rem;overflow:hidden;display:block; }
#whELTKM594a3bsMe4zvvtEL2TkR0meAM { position:absolute;display:block;z-index:15520;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:0.75rem;width:0.75rem;top:10.9375rem;left:30.0625rem;overflow:hidden;display:block; }
#tG8FE4FAsbTclaLuV8Hr6xfkINGMud7n { position:absolute;display:block;z-index:15521;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:0.75rem;width:0.75rem;top:10.9375rem;left:35.875rem;overflow:hidden;display:block; }
#vuIBkwQ5EbZXnTUJuFbc6yxwM4hpJGoD { position:absolute;display:block;z-index:15522;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:0.75rem;width:0.75rem;top:10.9375rem;left:41.8125rem;overflow:hidden;display:block; }
#cSC6owUL1GcQFgbOoOJwm6wP8FeAxakK { position:absolute;display:block;z-index:15524;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:0.75rem;width:0.75rem;top:10.9375rem;left:53.8125rem;overflow:hidden;display:block; }
#hinZo2MfEQl2yxyMKoXW4gTRcTZAhmiF { position:absolute;display:block;z-index:15519;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:0.75rem;width:0.75rem;top:16.875rem;left:35.75rem;overflow:hidden;display:block; }
#zDxT5b81PNdScuAikRxqpuyIrta6eOCP { position:absolute;display:block;z-index:15520;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:0.75rem;width:0.75rem;top:16.875rem;left:47.6875rem;overflow:hidden;display:block; }
#waywu7Gb7fXWAU4TrtF318nATCFduoNq { position:absolute;display:block;z-index:15524;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:0.75rem;width:0.75rem;top:16.8125rem;left:53.4375rem;overflow:hidden;display:block; }
#cGxPq8gARePOy0MK051dJg71sRSJTfTH { position:absolute;display:block;z-index:15525;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:0.75rem;width:0.75rem;top:16.6875rem;left:59.4375rem;overflow:hidden;display:block; }
#oeE6dXp8i5Xgi0kwFmvPIL6FJbdvQcg3 { position:absolute;display:block;z-index:15279;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:13.264064788818rem;left:44.343750953674rem;overflow:hidden;display:block; }
#wb655d8ghs3UvUlCTAD010ULGNc5z85J { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:61.531249046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#L4gtHRL2rPD1TqbRPNyw0c6CSnSmqfa5 { position:absolute;display:block;z-index:15069;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:4.75rem;width:4.75rem;top:7.0625003576281rem;left:61.718749046326rem;overflow:hidden;display:block; }
#CXSWAadImeu6ryagBCERdCG9bcy8llnh { position:absolute;display:block;z-index:15352;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.1250003576281rem;left:67.562499046325rem;overflow:hidden;display:block; }
#QWEmPTwGmboEfTcE2FNeXUJswEeunsDR { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375003576281rem;left:67.562499046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VmPpSpOg26b4tZn93T39U2fqLwxs3IRe { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#FSuyQPVC0A2yKKT4dBFMusJUopy3mJ9O { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:20.4375rem;left:25.25rem;display:block; }
#pUJHuPIyw83aLV9TSE3tARlnuT7JDwGP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1edGsHPstgQZzzcSs8n9d7dGHetpzXR { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.471590875rem;height:2.909090875rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:20.4375rem;left:37.3125rem;display:block; }
#T8NqWLQozzWpqsnbKrNlZqQ8MeTdX6LD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXR5ABXczWqg91Wwy40FSp3QC6XT1ZVP { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.3125rem;text-decoration:none;z-index:15528;text-align:center;text-align-last:center;top:16.09375rem;left:31.156250953674rem;display:block; }
#dvnzXOwcsuPxyes3uxFHqWw3pIMq2nfX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKaZugbLJ4TC0aXviCRssZnQccAuSBRD { box-sizing:content-box;height:10.0625rem;width:74.75rem;position:absolute;display:block;z-index:15527;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#030304' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #030304);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.7015571594237rem;left:0.24921798706055rem;display:block; }
#cnXTSlfQJnPEPKZgW7XTpuX0Wu60PT6l { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:14.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7 > .row .container { background-color: transparent; background-image: none; }#LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7 > .row .container > .video-iframe-container { display: none; }#LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7 > .row > .video-iframe-container { display: none; }#LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7 > .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); }#LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7 > .row .container { border-width: 0; border-radius: 0; }#LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7 > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#suxcIf5dSaoyXHuL5a1GNipiUkGEwzOc { position:absolute;display:block;z-index:15072;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:5.3125rem;width:5.3125rem;top:0.25rem;left:61.625rem;overflow:hidden;display:block; }
#tXxeXgTCIs4ZaWmhblCHSasInDVvRlAf { position:absolute;display:block;z-index:15073;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:4.5625rem;width:4.5625rem;top:0.5rem;left:2.5rem;overflow:hidden;display:block; }
#OsC13zad3yXuKEl9ml4pfotRSqQ4iavU { position:absolute;display:block;z-index:15074;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:4.125rem;width:4.125rem;top:6.6875rem;left:8.5rem;overflow:hidden;display:block; }
#oik5iHOByxW8W9y0sHTc6tCcJl96XJJV { position:absolute;display:block;z-index:15076;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:3.6875rem;width:3.6875rem;top:7.0625rem;left:20.625rem;overflow:hidden;display:block; }
#EDyKTAVPMSllsWo7K0FALOQTzuc1hUir { position:absolute;display:block;z-index:15077;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:4.5rem;width:4.5rem;top:0.75rem;left:20.3125rem;overflow:hidden;display:block; }
#mhgJ6JRPbaNm7NFv3Z9SfDoJ0FLSvfCD { position:absolute;display:block;z-index:15078;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:4.75rem;width:4.75rem;top:0.6875rem;left:55.875rem;overflow:hidden;display:block; }
#HQrps2y80UovtkxSa5uu61VHoNsmORGA { position:absolute;display:block;z-index:15079;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:4.3125rem;width:4.3125rem;top:6.75rem;left:32.1875rem;overflow:hidden;display:block; }
#Dtnf3NuL2dXpasPDZHhR3M38D1VPQT6s { position:absolute;display:block;z-index:15080;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:4.4375rem;width:4.4375rem;top:6.5625rem;left:49.875rem;overflow:hidden;display:block; }
#iKtA0X9zy4iU4N0ebQLcw5frJ9NKnuh0 { position:absolute;display:block;z-index:15081;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:4.75rem;width:4.75rem;top:6.4375rem;left:55.6875rem;overflow:hidden;display:block; }
#KwveC61Hl0g21eNw0uL0bqSG9TpnMAsd { position:absolute;display:block;z-index:15083;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:3.875rem;width:3.875rem;top:6.875rem;left:68.125rem;overflow:hidden;display:block; }
#Ai5fQipDbmWLXemBMtnyG6GWRP3nWK2d { position:absolute;display:block;z-index:15082;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:4.375rem;width:4.375rem;top:12.6875rem;left:8.625rem;overflow:hidden;display:block; }
#WKucAdnbvTNDw7Op0raVQRkgNoAGTqwZ { position:absolute;display:block;z-index:15084;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:3.625rem;width:3.625rem;top:13.0625rem;left:14.875rem;overflow:hidden;display:block; }
#yPvtMnqkoE3T3WtDVQbiiQVhPzN3cSps { position:absolute;display:block;z-index:15086;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:4.0625rem;width:4.0625rem;top:1rem;left:67.9375rem;overflow:hidden;display:block; }
#hrgCSE2FoC6wfTSSb7TkUCdVHyAqurK0 { position:absolute;display:block;z-index:15085;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:4.125rem;width:4.125rem;top:0.875rem;left:8.5625rem;overflow:hidden;display:block; }
#MPvKvkEO9wDmZJ9WbChn9kmIRDfS48fG { position:absolute;display:block;z-index:15087;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:4.625rem;width:4.625rem;top:12.5625rem;left:20.3125rem;overflow:hidden;display:block; }
#ADVTCd6Msoy1Q4FoQFZrq3nZ9AzKk53K { position:absolute;display:block;z-index:15088;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:4.75rem;width:4.75rem;top:0.4375rem;left:14.3125rem;overflow:hidden;display:block; }
#O8JSfWPPyHfxwXkEfVXXszLAy1yoczTc { position:absolute;display:block;z-index:15089;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:4.5rem;width:4.5rem;top:12.625rem;left:26.3125rem;overflow:hidden;display:block; }
#tqwfT5967fHgzT9xtgiMyr7O0fQLmKZX { position:absolute;display:block;z-index:15090;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:4.3125rem;width:4.3125rem;top:12.6875rem;left:31.9375rem;overflow:hidden;display:block; }
#J9GdXNBwycTUicSscVzILMuEA5tZkvMa { position:absolute;display:block;z-index:15091;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:4.875rem;width:4.875rem;top:12.4375rem;left:37.9375rem;overflow:hidden;display:block; }
#Xmfg66U4GPF61siuiOTLXT19I5PzE3L0 { position:absolute;display:block;z-index:15092;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:4.9375rem;width:4.9375rem;top:12.375rem;left:43.875rem;overflow:hidden;display:block; }
#oayvH6SDeFNV4OSEbWuMmTpmi3I1dLqI { position:absolute;display:block;z-index:15093;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:3.6875rem;width:3.6875rem;top:25.0625rem;left:15.25rem;overflow:hidden;display:block; }
#X06A3g20gVyF1KBRiJwtuVVVTTUeW2zt { position:absolute;display:block;z-index:15094;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:4.375rem;width:4.375rem;top:12.6875rem;left:50.0625rem;overflow:hidden;display:block; }
#DhxFk7gmOldhZTLXvqbKtW2M0TILwcyA { position:absolute;display:block;z-index:15095;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:4.375rem;width:4.375rem;top:12.6875rem;left:56.1875rem;overflow:hidden;display:block; }
#ABKAmeuo8qt1Aq6TCChTQTkpfEdKa3pd { position:absolute;display:block;z-index:15096;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:5rem;width:5rem;top:12.375rem;left:62.125rem;overflow:hidden;display:block; }
#ZhPsoZVXXCL9hsKm3HFXwRT1brKx3xfs { position:absolute;display:block;z-index:15097;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:4.125rem;width:4.125rem;top:12.8125rem;left:68.0625rem;overflow:hidden;display:block; }
#EqMrZ8MIaKmb69tmEuohUKOpFZSSQWBT { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:7.125rem;left:3rem;overflow:hidden;display:block; }
#CZit15e8Dq623fl9e2VBqfdEsDyFwXgm { position:absolute;display:block;z-index:15369;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:1rem;left:44.625rem;overflow:hidden;display:block; }
#AyfXQ2PfWKmoiWc5kSTIyssd89kOLzti { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:19.25rem;left:9.3125rem;overflow:hidden;display:block; }
#JM77efo6122aG6dVTOwoALTFNnh2lLQa { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:18.9375rem;left:15.0625rem;overflow:hidden;display:block; }
#QoWybH4TzkCauNNfKBLDrgS5tJ3Db3Xk { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:19.1875rem;left:21.1875rem;overflow:hidden;display:block; }
#rTcDa5Zp7ap8I2GQucmM6fvtnG7EyGpT { position:absolute;display:block;z-index:15295;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:3.8125rem;top:12.9375rem;left:2.9375rem;overflow:hidden;display:block; }
#Ad56zwCKpvvNgiGMtWf5kMZRO57PDXXi { position:absolute;display:block;z-index:15383;border-top:0;border-left:0;border-right:0;border-bottom:0;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:6.875rem;left:62.25rem;overflow:hidden;display:block; }
#LuAcAC2y22q4Vu9NFKKGfUKh64WQnkpG { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:0.875rem;left:38.4375rem;overflow:hidden;display:block; }
#v8y2OV9pXUEF4XR6ycc9NqubACrgDCnk { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:0.75rem;left:26.125rem;overflow:hidden;display:block; }
#ixXH5gS7WUFZ1D0U98vk0lHwlQOOQFOm { position:absolute;display:block;z-index:15309;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.25rem;top:25.0625rem;left:9.4375rem;overflow:hidden;display:block; }
#stPVKZv7iH9geyOlDyf3T60Egnu2TgZP { position:absolute;display:block;z-index:15311;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:4.125rem;top:6.75rem;left:14.5625rem;overflow:hidden;display:block; }
#ZUpo6hpeHFEGbnhgpd4y3xFafu6lzJW2 { position:absolute;display:block;z-index:15397;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:4.5rem;top:6.5rem;left:26.1875rem;overflow:hidden;display:block; }
#gpy1v4Pb3V2aPsPwbA7e4iDg5r0sJC0k { position:absolute;display:block;z-index:15315;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.25rem;top:7.25rem;left:38.625rem;overflow:hidden;display:block; }
#r266gXo1KV2uv6Lo2XiP226q09vvCC2k { position:absolute;display:block;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:3.875rem;top:6.9375rem;left:44.3125rem;overflow:hidden;display:block; }
#H1UoRCP3LHXfuCda5lcX6RKZW7cg3kXI { position:absolute;display:block;z-index:15345;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:18.5625rem;left:2.875rem;overflow:hidden;display:block; }
#SxEb4P0g4t879BM99Ihw84A3opvt9BBQ { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.25rem;top:0.875rem;left:32.25rem;overflow:hidden;display:block; }
#GHW01Te6L0gfHEZnMQH0ZLp5GJhpgGJV { position:absolute;display:block;z-index:15502;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:4.25rem;width:4.25rem;top:18.6875rem;left:26.5625rem;overflow:hidden;display:block; }
#fk1keml6QdmmR7a2zytd2ZK5sCObWWDD { position:absolute;display:block;z-index:15503;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:4.1875rem;width:4.1875rem;top:18.75rem;left:32.5rem;overflow:hidden;display:block; }
#bvNLVmFySn0KnRbFrNMoS9nq18B3V3Te { position:absolute;display:block;z-index:15504;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:3.5625rem;width:3.5625rem;top:19rem;left:62.375rem;overflow:hidden;display:block; }
#FTDTvSFt63KdGAZWxaCqQB8NLfJu2wpv { position:absolute;display:block;z-index:15100;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:3.5625rem;width:3.5625rem;top:25rem;left:3.4375rem;overflow:hidden;display:block; }
#m5oOVuF8qKunNK4wiwAtATMnXWGiT5zF { position:absolute;display:block;z-index:15101;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:3.5625rem;width:3.5625rem;top:19.0625rem;left:38.875rem;overflow:hidden;display:block; }
#BTZ4U24VSATk8wKIlmXviyNLXPIN92qx { position:absolute;display:block;z-index:15102;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:3.5625rem;width:3.5625rem;top:19.0625rem;left:50.6875rem;overflow:hidden;display:block; }
#wtpA6m2exzT777uieI8JXMOzan8P9o7W { position:absolute;display:block;z-index:15103;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:3.5625rem;width:3.5625rem;top:19.0625rem;left:56.625rem;overflow:hidden;display:block; }
#r3nA9GhsIDiIeXuT3KSmwwME327J0Jsm { position:absolute;display:block;z-index:15104;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:3.5625rem;width:3.5625rem;top:19.0625rem;left:68.375rem;overflow:hidden;display:block; }
#bgpDl8QKs8o33JfkWOvtwBniZaiOa5Ze { position:absolute;display:block;z-index:15105;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:3.5625rem;width:3.5625rem;top:19.0625rem;left:44.75rem;overflow:hidden;display:block; }
#BFh9XKD1zs8JbJlgCnTzD6kb9vBrusJt { position:absolute;display:block;z-index:15509;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:5.5rem;width:5.5rem;top:0.1875rem;left:49.5rem;overflow:hidden;display:block; }
#ZnaFIIlTGvDxUiqFngJxWaTxck4C9Gy9 { position:absolute;display:block;z-index:15510;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:1.1875rem;width:4.125rem;top:26.25rem;left:20.6875rem;overflow:hidden;display:block; }
#ZWJuBhy5br3kpBq9uZZTmSnLdGDes2Rm { position:absolute;display:block;z-index:15511;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:1.3125rem;width:4.5625rem;top:26.25rem;left:26.5625rem;overflow:hidden;display:block; }
#NUZrvlVBNc9kHcrAd8tBQoUVHedPFylf { position:absolute;display:block;z-index:15512;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:1.25rem;width:4.125rem;top:26.25rem;left:32.625rem;overflow:hidden;display:block; }
#B5MrQEtaadxJpFxwDSg0ElgTyGFulcC9 { position:absolute;display:block;z-index:15513;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:1.1875rem;width:3.875rem;top:26.3125rem;left:38.875rem;overflow:hidden;display:block; }
#CK5zHLPp016I0TPaimNPaVVz9hktUhsr { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:34.750000953674rem;left:26.718749046326rem;overflow:hidden;display:none; }
#k8TU6VXxg0ue7hR5HmEOdgGhqVOPnkx2 { position:absolute;display:block;z-index:14981;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a1128, #1c122a);background-image: -moz-linear-gradient(180deg, #1a1128, #1c122a);background-image: -ms-linear-gradient(180deg, #1a1128, #1c122a);background-image: -o-linear-gradient(180deg, #1a1128, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1128', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1128', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #1a1128, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:34.125rem;width:73.875rem;top:0rem;left:0.5625rem;display:block; }
#lp4JK6X4TfhxPITZVJaRhMdJTloaql1C { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:31.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ecz2clXlBbP9oqUvoOhNpQlOfS0VVl3I { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:20.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cczZiBPKVJ5ezNR6UZuVrrbwVCuD7m0T { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MsTBtwt3308AgGgdis1T5ln7k19BhxEf { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:49.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yORRHwexThvGMS3KV3leCz1ixmXQB1WT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:61.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tovWikOmqI2NFebMbV85hksBUfHeNNiX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:67.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BBKGUrruLwDcELGDim8uAtDaMFCsUTcD { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TTSZ7E3dUvVdsnTg66OvBQl8AQ6AwnaZ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:14.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nOfUzA2MVfbkwOOne3IsmUyD9Frqzxw3 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:8.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aVc0SNDaKzXTxCEJbuf3P00ifwkRuCMr { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.375rem;left:8.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JzrdPlLHSzVVGWr09elKz70gIzoWtK4z { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:43.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KVBIeV2Mo5ufaKTRtmr8fuFZPrM8l7bE { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lIMBTqIM6h52QghKwOhfLrDEoaTIL97F { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:2.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tqMxJz7t1NyNhKmldBglM3XDQ80gxkhE { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:14.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NAmOWmuPQ9TtzTZK7cQEvJMWUyD2QgEM { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:8.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ukJuneCAlH5fii6Q6CnzdhB3xzpGyFIN { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:20.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ORNZouLUHGQWzf8t9RV9Qs7ztQ652DHU { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:20rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SDtfbDw3QotLvmUZgNpNDuPZuv0cD8EC { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:14.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZUKGaIQzOKwWDit158Kf8VAmAEtD7qnp { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pGtH0UkPdKm7Xg14hgPFxDF7GOhrntOT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:37.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Boy3kVHnMgKXWfN9xph1EeAXgJZIPSco { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:31.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dBqokJZBa9voILGxKxfKUflgRx4eLXzB { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:43.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qQOAvr67BfyzMrTfWw7PfKTkfpSzFsCd { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:49.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KQW1Tlndp8ZSlmBNCQCG8JF3hEAT0cOc { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:55.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#u3w2D5WkXgovk3nv2yiquTbQUuCmRQOh { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:61.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#L9kK84zkhGFPs9MKs7S6dRtl22qA8fAA { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:67.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZgTvly3O23FLa9FOONmUm8qelsfrN8qe { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:2.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Muse5sgHxV2SDxZs4kUuJUSnEiE2U4k1 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:14.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KtcOzOishKfAms8UzwPnacOEc1GHxT6c { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:8.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IqMomeKX00wV577Laaz4rwtCA94VkXQO { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:26.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GUx8rtTRc8V6Ju9AkcaWF8K79I821Zkw { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:20.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Vu9HMl0IJqkz8tKSP5i6nnazZndBl3CK { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:31.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Lbd9wyHGE56cs3vk9rX51oTxU0ruvlBP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:38rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RrgVUqanfCJTTmR4ZqaVuX65ss9UeDfm { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:43.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#A4FyBgKU74xoXkCgr97t6Vxnv4lCCS8Z { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:49.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XJET3tSZumMTQz69DxsAwQaQuukACKf1 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:55.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gGOypaKDyIxyqrKDqXSfUuLHR1mZyT2A { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:61.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Bt7P9P3ADFNx32nb3RG3uDhVnzBzLdR0 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:67.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TgTMG6zoFIdp1iQg2w9HbqhrtUcRDgn4 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:26.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NMmRBwI2IJlsrQOtHh6pD9fUBpwSyBtW { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:32.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wCfuCAd4t6ofp9TukZNXs5rvquUzOhso { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:38.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uCsAraqgKz0DCrzSEH8R8uOiEJJoFUVZ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:44.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#b3V3FMRIJEGo98ckzmVrfzAvRKrWV6df { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:50rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oTs2aiob3Fnkckne6kbT5TTCQ51VVxNh { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:37.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nNyQp0x0w5UAqhp8UCPQIcvp72u0DZmP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:55.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DWcinAkGsTlDePlINoMn23RB6KFrDQNh { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qNSmbSBAoeC0HBfk6GuvryA6r0Tz8sXU { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:61.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#O8v9z7TeNRcmyytVzp3xyT7mJPclR8Ug { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:67.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QT54ntr4FRxgof0RT9vro772qcpUp1pI { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:2.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dgMcE7s5bpFOBdQ4gEb64dO8fevJJIH9 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:8.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AmEfzmDPBbKPFfVgtnJQFSEKow8S85rJ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:14.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IOZooDXtaM8MneEQdvgD5qlLbEfXZqrJ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:20.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gD1T14c7sf28bH2IATx5m5hlf9DVQqst { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:26.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fvs4w0RQGRZX7MkstBgO1eriX5vC3TqL { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:32.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HUhUPT0M9mocWGGRzZuQieo6VJPMVTbB { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15008;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:38.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aPitVNiPeSp3PLaJiV1oqA9c6UFpeC5L { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#OxzQmJGUSruenBxIOqundFKEiu0ozeH9 { position:absolute;display:block;z-index:15525;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:0.75rem;width:0.75rem;top:4.375rem;left:71.4375rem;overflow:hidden;display:block; }
#XNsonGIZRCWdn0gehGPXgp3uwB4g7kda { position:absolute;display:block;z-index:15525;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:0.75rem;width:0.75rem;top:4.4375rem;left:12.1875rem;overflow:hidden;display:block; }
#tqgHksfeVC4ev0LAEcZXDGUzVHappoJP { position:absolute;display:block;z-index:15525;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:0.75rem;width:0.75rem;top:10.25rem;left:59.6875rem;overflow:hidden;display:block; }
#ql6xqpiQRGCIyt40LpCNlo19p1N4qTTM { position:absolute;display:block;z-index:15526;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:0.75rem;width:0.75rem;top:10.25rem;left:35.875rem;overflow:hidden;display:block; }
#R7P9BXDSgQcizNuAo4uOIFXOLf3gh3TI { position:absolute;display:block;z-index:15527;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:0.75rem;width:0.75rem;top:4.3125rem;left:41.8125rem;overflow:hidden;display:block; }
#MpGTiZKwFTzu2ZWsUwkWXLgdS0VcEEZ9 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#ylHhWzIPpUlS9SPqTRGiFsSNUTs72cQC { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:35.625rem;left:28rem;display:block; }
#PIa8EsEM6QJFExqGTR9KuZFnmhNTB1Te { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sM187IUTsAq3AdPZEy7Gvhmo8tzIgXKQ { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.471590875rem;height:2.909090875rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:35.625rem;left:40.0625rem;display:block; }
#ePWowu9Tmhb2V3TTkTmii7dxpKu3XXbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CMP4PMQABVdEG1yAwXLXN7W5eEw0ruDF { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.3125rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:30.518749237061rem;left:35.425000190735rem;display:block; }
#PD5qop9hyfDJhrfd85GDQVFKHnp7zCLe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AWJKadwTzzJQSmzVqJNPkfxMAswLPDp8 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#AM5zWiqkV20TtP21TuMKxUBfXMcFcmds { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#bAgBp2CSbFUxAKQF9xNDxnu1ExBGKS3e { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#LSwHd7165QwNqT2eDwmo661cynX730RU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#LSwHd7165QwNqT2eDwmo661cynX730RU > .row .container { background-color: transparent; background-image: none; }#LSwHd7165QwNqT2eDwmo661cynX730RU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSwHd7165QwNqT2eDwmo661cynX730RU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSwHd7165QwNqT2eDwmo661cynX730RU > .row .container > .video-iframe-container { display: none; }#LSwHd7165QwNqT2eDwmo661cynX730RU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSwHd7165QwNqT2eDwmo661cynX730RU > .row > .video-iframe-container { display: none; }#LSwHd7165QwNqT2eDwmo661cynX730RU > .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); }#LSwHd7165QwNqT2eDwmo661cynX730RU > .row .container { border-width: 0; border-radius: 0; }#LSwHd7165QwNqT2eDwmo661cynX730RU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LSwHd7165QwNqT2eDwmo661cynX730RU > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#Hw7v98wflpRQzM7kSDsJwgACZc81ul07 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.25rem;height:;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; }
#DBPHbA6QNGEBQd1k6B9P2t8LZ4xX9cli { position:absolute;display:block;z-index:15055;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:4.25rem;width:4.25rem;top:7.3125rem;left:26.437500953674rem;overflow:hidden;display:block; }
#gq5hWxzffG2pRGIDaxGErIoqSCIdbOJ5 { position:absolute;display:block;z-index:15515;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:3.9375rem;width:3.9375rem;top:7.4375rem;left:2.875rem;overflow:hidden;display:block; }
#Awgb6rxdTP1X4ASXaN1W1ObE8H6oxJtc { position:absolute;display:block;z-index:15057;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:3.8125rem;width:3.8125rem;top:7.5rem;left:8.875rem;overflow:hidden;display:block; }
#OD6dybEgrEruwTC5lWiOBDvgQGwrvPr4 { position:absolute;display:block;z-index:15058;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:3.9375rem;width:3.9375rem;top:7.4375rem;left:14.687500953674rem;overflow:hidden;display:block; }
#WvmaQAiVyydeRRw421h6mmqm67iAVnP0 { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:7.8125rem;left:20.875000953674rem;overflow:hidden;display:block; }
#nMwnvpRuEzWHCHhTNPKr2aSBlDrJF8Nc { position:absolute;display:block;z-index:15060;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:4rem;width:4rem;top:7.4375rem;left:32.124999046326rem;overflow:hidden;display:block; }
#SRvJf4xXTkHU4CErbTs9xbZCBs4LbdfX { position:absolute;display:block;z-index:15514;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:4.5625rem;width:4.5625rem;top:12.982970714569rem;left:31.906249046326rem;overflow:hidden;display:block; }
#aL9reARicCAtA6OAe1dcEtSiK4zEBeWx { position:absolute;display:block;z-index:15062;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:4.3125rem;width:4.3125rem;top:13.25rem;left:14.375rem;overflow:hidden;display:block; }
#TDph1EiZUPo5hNbZmeuX679pVdr4SmTH { position:absolute;display:block;z-index:15508;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:4.3125rem;width:4.3125rem;top:13.25rem;left:20.4375rem;overflow:hidden;display:block; }
#CV1JrxUTfsBrGySdQB96mQS7MfZOi5PT { position:absolute;display:block;z-index:15064;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:4.3125rem;width:4.3125rem;top:7.25rem;left:38.187502861023rem;overflow:hidden;display:block; }
#LFZUn1nmxCikdn8xTBcZRcTy2DTf9IeU { position:absolute;display:block;z-index:15065;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:4.4375rem;width:4.4375rem;top:13.1875rem;left:38rem;overflow:hidden;display:block; }
#IDoC6X8OuqbaGNwhp0LBmTIapKsxTcig { position:absolute;display:block;z-index:15066;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:4.8125rem;width:4.8125rem;top:6.875rem;left:43.937502861023rem;overflow:hidden;display:block; }
#KOG92MiclaBMy3uvrXDNh4VMAKPnC1EA { position:absolute;display:block;z-index:15067;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:4.8125rem;width:4.8125rem;top:13rem;left:26rem;overflow:hidden;display:block; }
#ALOK3a8yCxzN2yCEcGXfp49OJRf2sZ9D { position:absolute;display:block;z-index:15068;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:4.75rem;width:4.75rem;top:6.9375rem;left:55.812502861023rem;overflow:hidden;display:block; }
#B8pEWcC8bfISOmmHXa7V30TLAZ0wRays { position:absolute;display:block;z-index:15069;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:5rem;width:5rem;top:12.875rem;left:8.3125rem;overflow:hidden;display:block; }
#HQsb9oUn7ZmZ7MIRHy6Ucz4fXwbqiTUe { position:absolute;display:block;z-index:15281;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:3.6875rem;top:13.5rem;left:50.3125rem;overflow:hidden;display:block; }
#GH8SInHdztvuFbZJqzK54kfOhJzT9izD { position:absolute;display:block;z-index:15389;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:13.75rem;left:3.3125rem;overflow:hidden;display:block; }
#qhflDKHT7nMPfq5X1wNOad8zTRX6Nu1d { position:absolute;display:block;z-index:15307;border-top:0;border-left:0;border-right:0;border-bottom:0;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:13.25rem;left:56.1875rem;overflow:hidden;display:block; }
#KV9iXUMbT1sgKWoqVdxEZaExFdZ0DNIU { position:absolute;display:block;z-index:15351;border-top:0;border-left:0;border-right:0;border-bottom:0;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:6.9375rem;left:49.750002861023rem;overflow:hidden;display:block; }
#t5pXTh9Ts2eNagwfSku8Q29hqdEi2TZS { position:absolute;display:block;z-index:15111;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:3.875rem;width:3.875rem;top:13.3125rem;left:61.875rem;overflow:hidden;display:block; }
#cmcpSLXhoHzsb86UdD6GDuxiJ0Vsei36 { position:absolute;display:block;z-index:15112;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:3.875rem;width:3.875rem;top:13.4375rem;left:67.875rem;overflow:hidden;display:block; }
#sTgt0faSue92ouEGzCQ2aBdgWVJZQ0pP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nCPQOtMASyErJgFD9cuDRSMHmvAk3XJg { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:34.750000953674rem;left:26.718749046326rem;overflow:hidden;display:none; }
#Eizbow1WyPMfKS4iHLXGeJ6DptptC6wN { position:absolute;display:block;z-index:14981;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:14.875rem;width:73.875rem;top:4.9195327758789rem;left:0.5625rem;display:block; }
#OeskaTz4k0hx5UcXTNaMizwbZ6A4C18Q { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:8.28125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#THxWwstSVvGQTaCtTERdT6CFU1OwgTSF { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kS19biJAhFANrRCUwEt4F65X9IsquTE2 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:20.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#V4bTdEBGXQFkPH9uObJ4T6AiqJg3hdTI { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rX65rf3ihTRzrWIuhRZxFfsVzIUgorI1 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:31.874999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JTialGKalWghrB4XyocQtH5DhJZ35e9n { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:37.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tNPGB8FPP5L9dtHznkw35tuSuctQzDMO { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:43.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ez7rmST3gJfNwN1ArHbagqqvPr6OfQKt { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:49.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lZcqFR2SGS9JXciG3CNKeDo1lTiD7lCT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:55.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wuHcSFv0WTSgT4WJlg5exlR3WlXtXOdi { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:8.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Okb1ohyR896P962bXmXFb899qEsSryHn { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:31.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Pwt27ZAQdSFSIKMA85FWiZ4siOwddRun { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:43.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ezQeh7Hr6wgNqJJOGsrHN148dXJISOs4 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:20rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#i6sGiqKdwysVQTndHbFibIa31xf0exsP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:14.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IdVx5mq9ISiAsaEUIRsPWxrrHqQbLCIU { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qHHIAv1iCesrLR58mQeKZbVFQWTeuJDt { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VOZzge6IwX5l8ZBLe9mg4a2SbumD2LvQ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:49.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oa6sUmu8ODwdh5He3ohFb9kp6hGB4aQr { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:61.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vUOEe6xVCkhm599xNkATgP6SzfcaELLl { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:67.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T0J1zrXLlGbcWRQorkXxC6q1xkMNHL8e { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:2.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wLQ83ce2KzIz2HlvMrszS9b9MPeFZ2VA { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:55.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KPdfb1lNkx9CvaVcosmGXg1yeBzqo6hE { position:absolute;display:block;z-index:15000;background-color:#282351;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.125rem;left:0.5625rem;display:block; }
#GOsgf0ZPJPlXT7nZo2k8cbNC7QtHTGGe { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.25rem;top:5.625rem;left:36.750002861023rem;overflow:hidden;display:block; }
#hBxWgUbr6BQTQkemTCPrkDhICq99FJ2M { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#XmefT3PkVdWxPrkau8x9rmuDgxkvQt9F { position:absolute;display:block;z-index:15516;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:0.75rem;width:0.75rem;top:10.920454025269rem;left:6.2329549789429rem;overflow:hidden;display:block; }
#T6yQTpyT5FFPolWXmxEFuH6OpPtChIMw { position:absolute;display:block;z-index:15517;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:0.75rem;width:0.75rem;top:10.920454025269rem;left:12.232954978943rem;overflow:hidden;display:block; }
#OHQm2ktIE74qtwIxTz2DCI5DCPa6z0na { position:absolute;display:block;z-index:15518;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:0.75rem;width:0.75rem;top:10.9375rem;left:18.125rem;overflow:hidden;display:block; }
#xqtM2tHZ1AU5AVR0Cgr1nGD5GPIcvVd7 { position:absolute;display:block;z-index:15519;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:0.75rem;width:0.75rem;top:10.9375rem;left:24.0625rem;overflow:hidden;display:block; }
#C1PwsmuNsxeWz9BdVI5ygS0G1qkVWRSa { position:absolute;display:block;z-index:15520;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:0.75rem;width:0.75rem;top:10.9375rem;left:30.0625rem;overflow:hidden;display:block; }
#SEKRlGbXLDxArUukWQJyQiTr2kyI2xo4 { position:absolute;display:block;z-index:15521;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:0.75rem;width:0.75rem;top:10.9375rem;left:35.875rem;overflow:hidden;display:block; }
#K2vFA7El6fVNE0tJGooEUtTiAl3WK8TO { position:absolute;display:block;z-index:15522;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:0.75rem;width:0.75rem;top:10.9375rem;left:41.8125rem;overflow:hidden;display:block; }
#wJa29Rzr05J4fQzp1s3ezkST2tmdGP58 { position:absolute;display:block;z-index:15524;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:0.75rem;width:0.75rem;top:10.9375rem;left:53.8125rem;overflow:hidden;display:block; }
#hq2hiB1G1dNrSUWTJ9kU3M7rp1tpd4Zv { position:absolute;display:block;z-index:15519;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:0.75rem;width:0.75rem;top:16.875rem;left:35.75rem;overflow:hidden;display:block; }
#tlLGc5u7lEd0WNAR0QaVyG81dfH20tuP { position:absolute;display:block;z-index:15520;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:0.75rem;width:0.75rem;top:16.875rem;left:47.6875rem;overflow:hidden;display:block; }
#vrrxWdqaDcXfZur4vdbFwT7R2O74HeE2 { position:absolute;display:block;z-index:15524;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:0.75rem;width:0.75rem;top:16.8125rem;left:53.4375rem;overflow:hidden;display:block; }
#C33bTozdIt3i9TVlSnFTrSXK39GXCq8c { position:absolute;display:block;z-index:15525;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:0.75rem;width:0.75rem;top:16.6875rem;left:59.4375rem;overflow:hidden;display:block; }
#l5xn6DgW4gwovKsav0l9rgOn1RqOXmeN { position:absolute;display:block;z-index:15279;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:13.264064788818rem;left:44.343750953674rem;overflow:hidden;display:block; }
#wqzVTrkzIZHIaQOGqRpcR7dCgOoulGxX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:61.531249046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vq719WTSWFHHeaUk8Q0cvfeHkADu2z0p { position:absolute;display:block;z-index:15069;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:4.75rem;width:4.75rem;top:7.0625003576281rem;left:61.718749046326rem;overflow:hidden;display:block; }
#vhzBtBI9PGT1LKGZkuobAZG05N85HryE { position:absolute;display:block;z-index:15352;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.1250003576281rem;left:67.562499046325rem;overflow:hidden;display:block; }
#oyezpzpxXLKOBQoivhpB8hzte4NVbiWc { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375003576281rem;left:67.562499046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OXFszX3eFEmoDSeRUb3XLcfDkWWdL0da { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#Eo5RMCauClXbmNe9XIKnAeBNfDs0nulQ { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:20.4375rem;left:25.25rem;display:block; }
#cERei2T8rIRpgGIGJF4mqCWLT514aAQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qRd5iiJHbFaEJ05kzFz1ezmAZPZSstpb { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.471590875rem;height:2.909090875rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:20.4375rem;left:37.3125rem;display:block; }
#OCLvF7dv5o1tF9mV76yDinv8F2fKwoRI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PBdIcukwZrR2vzW7l4V53u6UQhNQGzJQ { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.3125rem;text-decoration:none;z-index:15528;text-align:center;text-align-last:center;top:16.09375rem;left:31.156250953674rem;display:block; }
#THuD4Kdy7TuKK5n8hs56sr2WN2SBzmZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XeR5SU8VZGcJP2Oo8tRCBBbCSIJD7Ho6 { box-sizing:content-box;height:10.0625rem;width:74.75rem;position:absolute;display:block;z-index:15527;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#030304' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #030304);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.7015571594237rem;left:0.24921798706055rem;display:block; }
#nLgDOV7mEiSdc2TFPl6kPQEI5RUONVv9 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:14.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3 > .row .container { background-color: transparent; background-image: none; }#leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3 > .row .container > .video-iframe-container { display: none; }#leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3 > .row > .video-iframe-container { display: none; }#leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3 > .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); }#leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3 > .row .container { border-width: 0; border-radius: 0; }#leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3 > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#WfCfGyddynBoQSW9PbqdCnHd87LEcrTi { position:absolute;display:block;z-index:15072;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:5.3125rem;width:5.3125rem;top:0.25rem;left:61.625rem;overflow:hidden;display:block; }
#hszNQl8ogw5puikQ0mUmwgKmTKurE9Bi { position:absolute;display:block;z-index:15073;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:4.5625rem;width:4.5625rem;top:0.5rem;left:2.5rem;overflow:hidden;display:block; }
#KiVfg5uJzgdl3BfEn2nkkDLeQ9rhSPDt { position:absolute;display:block;z-index:15074;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:4.125rem;width:4.125rem;top:6.6875rem;left:8.5rem;overflow:hidden;display:block; }
#cGmnIJQrXahcPyfBBPgWE18HslHgXy2P { position:absolute;display:block;z-index:15076;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:3.6875rem;width:3.6875rem;top:7.0625rem;left:20.625rem;overflow:hidden;display:block; }
#TtNr6r6tCxJUyEvy5pcxDGP6QmWawdat { position:absolute;display:block;z-index:15077;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:4.5rem;width:4.5rem;top:0.75rem;left:20.3125rem;overflow:hidden;display:block; }
#GAPprg2PSDe3CD2LPMTfmPABO2yGiiGn { position:absolute;display:block;z-index:15078;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:4.75rem;width:4.75rem;top:0.6875rem;left:55.875rem;overflow:hidden;display:block; }
#dGT9MKP1WFWxy2T87zl0ikMOJUVOQOCD { position:absolute;display:block;z-index:15079;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:4.3125rem;width:4.3125rem;top:6.75rem;left:32.1875rem;overflow:hidden;display:block; }
#KZT0W9Xh9xTI38IpdV6ZXmTtvM7IByoT { position:absolute;display:block;z-index:15080;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:4.4375rem;width:4.4375rem;top:6.5625rem;left:49.875rem;overflow:hidden;display:block; }
#AagpWoa9ticTpyg5zQuh7BMrbCcU4GCu { position:absolute;display:block;z-index:15081;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:4.75rem;width:4.75rem;top:6.4375rem;left:55.6875rem;overflow:hidden;display:block; }
#qVdKif6xqIvWOP36LdTf6PhZoeV2h9wT { position:absolute;display:block;z-index:15083;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:3.875rem;width:3.875rem;top:6.875rem;left:68.125rem;overflow:hidden;display:block; }
#nmpOzhNHb5k7rNTOqlFxZG5aWMzplZkc { position:absolute;display:block;z-index:15082;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:4.375rem;width:4.375rem;top:12.6875rem;left:8.625rem;overflow:hidden;display:block; }
#NpGmMHPET4TaR4wvqLnPwgcl5Xq7iynH { position:absolute;display:block;z-index:15084;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:3.625rem;width:3.625rem;top:13.0625rem;left:14.875rem;overflow:hidden;display:block; }
#vcr6zAmvhr3hPP5u1HPSWmK6hwTFRdNa { position:absolute;display:block;z-index:15086;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:4.0625rem;width:4.0625rem;top:1rem;left:67.9375rem;overflow:hidden;display:block; }
#tblDFW5TQN7GkTvesS0yrlMUsnck26pc { position:absolute;display:block;z-index:15085;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:4.125rem;width:4.125rem;top:0.875rem;left:8.5625rem;overflow:hidden;display:block; }
#ZNqTZ6NfNQpsLHFTDv4aLOU3gAOqBX4e { position:absolute;display:block;z-index:15087;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:4.625rem;width:4.625rem;top:12.5625rem;left:20.3125rem;overflow:hidden;display:block; }
#Kkre6OXnonsIayn5LAxFdmpxsN6O08Zl { position:absolute;display:block;z-index:15088;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:4.75rem;width:4.75rem;top:0.4375rem;left:14.3125rem;overflow:hidden;display:block; }
#hVcKUORAQo3TM2TcI7oUTz9QC5rWuzWp { position:absolute;display:block;z-index:15089;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:4.5rem;width:4.5rem;top:12.625rem;left:26.3125rem;overflow:hidden;display:block; }
#VSvly2aPSaiDQ0lpZ720DrHqBXPbUwZf { position:absolute;display:block;z-index:15090;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:4.3125rem;width:4.3125rem;top:12.6875rem;left:31.9375rem;overflow:hidden;display:block; }
#PCXqUkPSDHALBXMq5JGZTIP8yfLnt4mv { position:absolute;display:block;z-index:15091;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:4.875rem;width:4.875rem;top:12.4375rem;left:37.9375rem;overflow:hidden;display:block; }
#FBtmvtne8oEHhlM7ornRsnHSfZxPgrEf { position:absolute;display:block;z-index:15092;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:4.9375rem;width:4.9375rem;top:12.375rem;left:43.875rem;overflow:hidden;display:block; }
#dOPJypqgTPUTL0cXU1bn2LuLi3m4bNZl { position:absolute;display:block;z-index:15093;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:3.6875rem;width:3.6875rem;top:25.0625rem;left:15.25rem;overflow:hidden;display:block; }
#iPicV7fTmAXmrDbWFk7RLWwrAhsN067B { position:absolute;display:block;z-index:15094;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:4.375rem;width:4.375rem;top:12.6875rem;left:50.0625rem;overflow:hidden;display:block; }
#N73DuOOluUUHzSglxqzsSJPzqKZZ7Wxs { position:absolute;display:block;z-index:15095;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:4.375rem;width:4.375rem;top:12.6875rem;left:56.1875rem;overflow:hidden;display:block; }
#T322N6TFIdhs2qVzvK8swGyZV9ScvNvf { position:absolute;display:block;z-index:15096;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:5rem;width:5rem;top:12.375rem;left:62.125rem;overflow:hidden;display:block; }
#WIZuBFf4iquOoPGTKxndgyt4xhPXc1eF { position:absolute;display:block;z-index:15097;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:4.125rem;width:4.125rem;top:12.8125rem;left:68.0625rem;overflow:hidden;display:block; }
#tJXuLxyPNqu8tdAAcArtDkVcuqKBrbr0 { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:7.125rem;left:3rem;overflow:hidden;display:block; }
#oQq97iu2TS9aPQMlzm2TSysazNu6mkwM { position:absolute;display:block;z-index:15369;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:1rem;left:44.625rem;overflow:hidden;display:block; }
#UpNFAxvgERsHKygCLg6IVxrpc2FrwoHt { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:19.25rem;left:9.3125rem;overflow:hidden;display:block; }
#WglDClDvEQIHennHqwCag5JQ0TqSDSPo { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:18.9375rem;left:15.0625rem;overflow:hidden;display:block; }
#GM3Fgm6gDzZnlfIPmUFVVbFt57QvP3lK { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:19.1875rem;left:21.1875rem;overflow:hidden;display:block; }
#MXmkSOuWn0If367rykSRVIrQPcx8MWun { position:absolute;display:block;z-index:15295;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:3.8125rem;top:12.9375rem;left:2.9375rem;overflow:hidden;display:block; }
#iT2WaJKU4GgV1gm1Cqpfa3EcawuW6VyW { position:absolute;display:block;z-index:15383;border-top:0;border-left:0;border-right:0;border-bottom:0;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:6.875rem;left:62.25rem;overflow:hidden;display:block; }
#MTTJKdKhq5hAXqs7wquB6qnAb9oGZ6eJ { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:0.875rem;left:38.4375rem;overflow:hidden;display:block; }
#a4IaL7NkOdoHX6IuJorm6Xq2W3ZmUWFT { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:0.75rem;left:26.125rem;overflow:hidden;display:block; }
#J3MZT4lDmU6aTp3Wi53rryE0Q1pclqph { position:absolute;display:block;z-index:15309;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.25rem;top:25.0625rem;left:9.4375rem;overflow:hidden;display:block; }
#EkK7yGTbeP8ttob2GJHXy4bKZAOy7r6o { position:absolute;display:block;z-index:15311;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:4.125rem;top:6.75rem;left:14.5625rem;overflow:hidden;display:block; }
#o5Dcy3sf3BwCLJEZM40ItRuU5Mi7ixp7 { position:absolute;display:block;z-index:15397;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:4.5rem;top:6.5rem;left:26.1875rem;overflow:hidden;display:block; }
#kr1TWGB0BuSAcdcoO85ErN8Es7GN5z6U { position:absolute;display:block;z-index:15315;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.25rem;top:7.25rem;left:38.625rem;overflow:hidden;display:block; }
#yvaytHvtmoxz53gdNPIn7Mwx1QOWlL1D { position:absolute;display:block;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:3.875rem;top:6.9375rem;left:44.3125rem;overflow:hidden;display:block; }
#w5XhO9yE3wUaVeLDJL6Lvs6B8XwLNDZv { position:absolute;display:block;z-index:15345;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:18.5625rem;left:2.875rem;overflow:hidden;display:block; }
#J7TTgPdC6AEIy4IB0ZaHr0d2STQfKGHT { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.25rem;top:0.875rem;left:32.25rem;overflow:hidden;display:block; }
#mm5H1qvp5GZrXh8r9NARHg76PhCT6HNB { position:absolute;display:block;z-index:15502;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:4.25rem;width:4.25rem;top:18.6875rem;left:26.5625rem;overflow:hidden;display:block; }
#UiKaaA3U5nGZf1826OoApwlDlaXkUrtA { position:absolute;display:block;z-index:15503;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:4.1875rem;width:4.1875rem;top:18.75rem;left:32.5rem;overflow:hidden;display:block; }
#u41HnPaItHCk5LzsU4nsnEscmtTEEk8f { position:absolute;display:block;z-index:15504;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:3.5625rem;width:3.5625rem;top:19rem;left:62.375rem;overflow:hidden;display:block; }
#luGVds9aUHAP63nZOsuI6ywTK1yINxTN { position:absolute;display:block;z-index:15100;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:3.5625rem;width:3.5625rem;top:25rem;left:3.4375rem;overflow:hidden;display:block; }
#x4MD4WJdZ38bE6ZbySzOLJF9Gwq1DbwT { position:absolute;display:block;z-index:15101;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:3.5625rem;width:3.5625rem;top:19.0625rem;left:38.875rem;overflow:hidden;display:block; }
#wt6XC5sPhlmGNLKlTrlFHoEdtBymu5F2 { position:absolute;display:block;z-index:15102;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:3.5625rem;width:3.5625rem;top:19.0625rem;left:50.6875rem;overflow:hidden;display:block; }
#i0sgJiwrtqvuzMzHU259Phb71NG8QkIG { position:absolute;display:block;z-index:15103;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:3.5625rem;width:3.5625rem;top:19.0625rem;left:56.625rem;overflow:hidden;display:block; }
#shQswyCNUHZu1FEnHEOISyKgzoTVXoZ0 { position:absolute;display:block;z-index:15104;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:3.5625rem;width:3.5625rem;top:19.0625rem;left:68.375rem;overflow:hidden;display:block; }
#bO6I5dUNOVsKhTaPp7a38D62tOaJ1r34 { position:absolute;display:block;z-index:15105;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:3.5625rem;width:3.5625rem;top:19.0625rem;left:44.75rem;overflow:hidden;display:block; }
#XdG3yZqfTe47fZhf3quIfxgqNaa91fua { position:absolute;display:block;z-index:15509;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:5.5rem;width:5.5rem;top:0.1875rem;left:49.5rem;overflow:hidden;display:block; }
#xMlyLJ5q7A7XeXXBlhdagg3lfggdhGiD { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:34.750000953674rem;left:26.718749046326rem;overflow:hidden;display:none; }
#gde127HPagUQz1FhdBU1Cr0klmSTzOGn { position:absolute;display:block;z-index:14981;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a1128, #1c122a);background-image: -moz-linear-gradient(180deg, #1a1128, #1c122a);background-image: -ms-linear-gradient(180deg, #1a1128, #1c122a);background-image: -o-linear-gradient(180deg, #1a1128, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1128', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1128', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #1a1128, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:34.125rem;width:73.875rem;top:0rem;left:0.5625rem;display:block; }
#l5ETldlQ66aeHqCw8AiN5ef0h12OVcTb { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:31.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FV320pkaIX7tI8lMr9rRS4s5kVoFlPIO { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:20.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zVTRRiAoRJqszJAHcEogB8xIvm7ZZ8gz { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WSoeAz7cS9klAI4XTKJp2X0DIaDAeHoX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:49.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kzSw0mhkqQEHv8fvGZ3EAabgEAu6Anh6 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:61.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OeyITlBaurhtF1pWZT9Mt2MWcIHsJAxe { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:67.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hbcIgON9MxQc23THGkqLqBuoLJFetZ2D { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gvXDhDhhJnPXotDVkUtbNFM9Vb2hJcFm { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:14.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AOAbbRvV2TwTv9BuOZsOHLbl1HLtJE3a { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:8.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dXdlTG9yqArrxTQIugFnTep9SmicH1sX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.375rem;left:8.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VevlJbTMlIoRHbVkV1JJ9NS0oAiDLE6g { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:43.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wnWP34wq4HvpRTCQwUGTWxxGW0dhw9h1 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#f9Z3vXAXI4AOJOxBuMnZeN1lWh0dho3N { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:2.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OSzcfrVehmB0O323prezR8Q0McsKudm6 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:14.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#w5T4CRo6HhTuZBCvwssVDPSeqbP9raT0 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:8.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#sg1W3Pwb971OyEKNOwqyQv7h7UzvDLWo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:20.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#R8xC2QINOu22Vh57ilpBdRNAlNLRaXCA { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:20rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZKyf4bdCbICrWIz3iopKBWxbrne8wWlM { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:14.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OArT5JT19TPkpmBT5bb9I2GealqXK4T3 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gddFZdbWFWlid0IdfC3VoEisi0FL4x11 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:37.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MVwcp22sRQr9kXTbRbFFMZF9soSGeTbz { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:31.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iPm2lvkAnkXoEiDInDcq4odQlJVa9ecg { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:43.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eZJukGIwkxhUITmQppqxNgQU3o561wED { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:49.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AognbHqNlL7bPzOIgWBaFZlOawiDVEpo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:55.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dGWdH2VFmhFhIHaQGTSZL0oRuSrI06G5 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:61.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TXnN9uEpUl10tPcmkiSROTT47OLLd6lo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:67.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xSnhd6vHsc4cxBaANuVkoPkLyQbf7hlR { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:14.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RUcxqlU9UkiybgT9URCqmauqFcwqV85Z { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:8.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ToyeSqkzcyLg2yyHov3g6OblfMcpgHtE { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:26.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#anbJp45h8qTJ18FWIyugmPMghzqmx2k8 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:20.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nalX4v7iEDZiKMix26K4vqTIDcvLHDFb { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:31.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DrRpNyEQgyP6Bqz1VBbLJMWKMN9RpZbq { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:38rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#o3aKcWvARGbwqIaqaary6AZsbcd1Evmo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:43.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#n0v0fBV3CnzOIxX6mIdMgO7oDH8OxozO { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:49.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zTU4U7tB72apShXlvbBxVuiu3wW0En22 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:55.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Txn2PBpvRHnMJ4p9GDEofTZzaTo8dt1N { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:61.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Rp3DHwApHyKZNa05rsqUO7TxfpaFpRfA { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:67.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zyDPtTvlzsDI9gq3iue0aTvagQuNhIAM { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:26.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cJhHOmMwoUkcsOZapxwL5vhNNKK2omm6 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:32.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#z2WhuTpPHeB6rq9tAtORSlXCPxUCrJAl { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:38.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WFCXl9hU81N99GvbbKLvQhhA9Wd91cfD { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:44.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MV0PaNPVQwXFpVNIkyJwAPEp3qXaDKOJ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:50rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lX1huXFVydWh572OVCapJsfnLMhNHcXs { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:37.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cM11szUyHeoW4OpptgFWEI9Oio3ixDdJ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:55.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dVMWW3KDBfo8SOq9Xs1lzOGzfXML6Kyu { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GioThaQ9MSk783eD3ITTozgJ8J96QvcR { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:61.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rTnfsyxcvVz4aHcMw8b7Rq4J7AB8ANBl { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:2.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#F1tKcT3TTJSt7Jh1ucErmUqe4Ci0dDoP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:8.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#CsuAg73outvJGVLLIDQl46kholWvJdZX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:14.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#waZ1ZmchWTE69MJh0b3bhT2AH4KNDLzu { position:absolute;display:block;z-index:15525;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:0.75rem;width:0.75rem;top:4.375rem;left:71.4375rem;overflow:hidden;display:block; }
#uTZ1IdigbT7qSkdfDuNOnK7eTuaEydJE { position:absolute;display:block;z-index:15525;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:0.75rem;width:0.75rem;top:4.4375rem;left:12.1875rem;overflow:hidden;display:block; }
#K7JumpdRTV5GRX6F5XuyppOo24XymKmz { position:absolute;display:block;z-index:15525;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:0.75rem;width:0.75rem;top:10.25rem;left:59.6875rem;overflow:hidden;display:block; }
#AygbXON3rpwCCO3DFWKP6rwQp2vDfzwg { position:absolute;display:block;z-index:15526;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:0.75rem;width:0.75rem;top:10.25rem;left:35.875rem;overflow:hidden;display:block; }
#xfcUcTH1T7ETshh6DbbR4gooxwAEQvr9 { position:absolute;display:block;z-index:15527;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:0.75rem;width:0.75rem;top:4.3125rem;left:41.8125rem;overflow:hidden;display:block; }
#pLn7tzsFUmDsiu4P2xzgFD8GgvBogiX9 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#LQCAvt3aQ1USvywhedLG52GhPWgyD6pR { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:35.625rem;left:25.25rem;display:block; }
#IsNsles3JAKBMVEKCwNp7HaudyztuJE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CMiWdUbGyI5pR4EQaVkZMAPJlHSUA2Oc { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.471590875rem;height:2.909090875rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:35.625rem;left:37.3125rem;display:block; }
#LzTfC5dVGMWy7cD8PceDC0JKIfqZTLCM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uy82bsRbQZuJnZWRoA6noUQ02tIFJxMd { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.3125rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:30.456249237061rem;left:33.25rem;display:block; }
#ZIkWu6ocm2SLDtCUFHA0Hbizbacm8Cft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MO7F4r3SNpq0qq5ID2P9Ev9TAUG61KDh { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#OnLIf012daFQfqXdgFbZTvRn8oVD3Dlr { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:67.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#fICq30HEb6rEIEWGqVdv7wKgTJL6m62B { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:67.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#AGtw3lVgJlkIo8VODrWskDVvmJc8Gaif { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:67.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#Lp8t60EaeRaVmZeaUDRNpKXMFFVZnmNH { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:14.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#mxxNFicme9BNR0482dW0ttb8oBIIT8yH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#mxxNFicme9BNR0482dW0ttb8oBIIT8yH > .row .container { border-width: 0; border-radius: 0; }#mxxNFicme9BNR0482dW0ttb8oBIIT8yH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxxNFicme9BNR0482dW0ttb8oBIIT8yH > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:none; }#ONPufgB3354U1FxJKrbFzQddOolXkZfo { color:rgba(var(--color-tertiary-0),1);display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.69921875rem;left:7.874218940735rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SdFXInRlJSKX5rp9xmTx1ATTrOrTAO5i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#SdFXInRlJSKX5rp9xmTx1ATTrOrTAO5i > .row .container { border-width: 0; border-radius: 0; }#SdFXInRlJSKX5rp9xmTx1ATTrOrTAO5i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SdFXInRlJSKX5rp9xmTx1ATTrOrTAO5i > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:none; }#Le2JVmUyp8tRmbc1KQBClDLa8kox1FCE { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/197de71b-f1c6-4424-a750-2afe3a975de7/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.1875rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:none; }#Le2JVmUyp8tRmbc1KQBClDLa8kox1FCE.adaptive-delivery-prevent-bg, #Le2JVmUyp8tRmbc1KQBClDLa8kox1FCE.lazyload, #Le2JVmUyp8tRmbc1KQBClDLa8kox1FCE.lazyloading { background-image: none; }
#z4NmOnRLAOigbfwFFwiOxRlamyeDmf0s { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOSRtwfuq3vl2OJC2NP0eJ8Q8iOd2KVg { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:27.312500953674rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pdvckZlDuALVpFsXBKsp03lJ54iaHt5E { position:absolute;display:block;z-index:15006;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:39.687500953674rem;overflow:hidden;display:block; }
#xUhwqK8y8qzBkbgRTsqeNhzWiFlJXG19 { position:absolute;display:block;z-index:15007;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:42.937500953674rem;overflow:hidden;display:block; }
#wzMMPRXsFf31pzkv6Al8XSpJ4QP0o32r { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4609375rem;left:45.125000953674rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sDPNayk6TQ5eNkoOF1GPaEuUAt59IUop { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:14996;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/76b20f4c-53ac-45ae-8c6d-449e68814cf4/32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.375rem;left:0.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; }#sDPNayk6TQ5eNkoOF1GPaEuUAt59IUop.adaptive-delivery-prevent-bg, #sDPNayk6TQ5eNkoOF1GPaEuUAt59IUop.lazyload, #sDPNayk6TQ5eNkoOF1GPaEuUAt59IUop.lazyloading { background-image: none; }
#Whch5ZLR4I80zn7meqZMqsohHJKw3m4z { position:absolute;display:block;z-index:14997;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:6.125rem;width:74rem;top:0.37499982118607rem;left:0.62421798706055rem;overflow:hidden;display:block; }
#XbVRNWoPkrPL30Fgv0IcZDdluoMR3qTx { position:absolute;display:block;z-index:15000;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:4.3125rem;width:20.25rem;display:none; }
#zKM89PAad4eGaRk7iX3LAEx5TK95xtJ5 { position:absolute;display:block;z-index:15000;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:6.125rem;width:47.75rem;display:none; }
#rnMetlIbqoAmtz9tPsLAzGeZvWgfAMDx { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:69.875rem;height:6.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.375rem;left:0.625rem;display:block; }
#Ttn9gD7ziFP2gdL73gClleih9JHcc9h1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owJ64r0nPCP6sR4zTXRFd19ZK7QHUMoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#owJ64r0nPCP6sR4zTXRFd19ZK7QHUMoN > .row .container { border-width: 0; border-radius: 0; }#owJ64r0nPCP6sR4zTXRFd19ZK7QHUMoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owJ64r0nPCP6sR4zTXRFd19ZK7QHUMoN > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:none; }#tiE3uaA97tMrpkGal3PlXfMbbE7p2gCX { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/58a42912-8557-4ce2-adac-a0ee1c0a3426/Frame1261155425.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.1875rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:none; }#tiE3uaA97tMrpkGal3PlXfMbbE7p2gCX.adaptive-delivery-prevent-bg, #tiE3uaA97tMrpkGal3PlXfMbbE7p2gCX.lazyload, #tiE3uaA97tMrpkGal3PlXfMbbE7p2gCX.lazyloading { background-image: none; }
#KCLKyR0SlRiKrUTQMMMoofzcPZlCxaEX { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obz0Qqzhl36g27bgkGFEvm3MhIuZxMI3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:27.312500953674rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kkUocW3fk3TcrJvbaU3USF8XWT6xi8nA { position:absolute;display:block;z-index:15006;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:39.687500953674rem;overflow:hidden;display:block; }
#m4zUFR6G7GNXai5NInx3kck4D7MbvMaE { position:absolute;display:block;z-index:15007;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:42.937500953674rem;overflow:hidden;display:block; }
#i50WfTAhxCwqS0KAmhToIAMqazFKmFwT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4609375rem;left:45.125000953674rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mCfkQMQmJ0g55MLrde2oQ8TzQgEcH7KA { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15002;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/76b20f4c-53ac-45ae-8c6d-449e68814cf4/32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:0.5rem;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; }#mCfkQMQmJ0g55MLrde2oQ8TzQgEcH7KA.adaptive-delivery-prevent-bg, #mCfkQMQmJ0g55MLrde2oQ8TzQgEcH7KA.lazyload, #mCfkQMQmJ0g55MLrde2oQ8TzQgEcH7KA.lazyloading { background-image: none; }
#GnGviVcxdCZy7V44WD1tEt1rMTCvIRc2 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:69.875rem;height:6.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.375rem;left:0.5rem;display:block; }
#B4RStQtNV2NtLgkkZMfP1EHeh0Pmwi6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ouT68UXf29Lb56l5hDpFXT6nlhVkSLnl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#ouT68UXf29Lb56l5hDpFXT6nlhVkSLnl > .row .container { border-width: 0; border-radius: 0; }#ouT68UXf29Lb56l5hDpFXT6nlhVkSLnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ouT68UXf29Lb56l5hDpFXT6nlhVkSLnl > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:none; }#dwMRpqtuT1qvfKs33Au41BaKqfEvgnUs { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1a810a26-1fd3-4f71-bc68-7360546d929e/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.1875rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:none; }#dwMRpqtuT1qvfKs33Au41BaKqfEvgnUs.adaptive-delivery-prevent-bg, #dwMRpqtuT1qvfKs33Au41BaKqfEvgnUs.lazyload, #dwMRpqtuT1qvfKs33Au41BaKqfEvgnUs.lazyloading { background-image: none; }
#V2Za6uP8AKE9VNQT3ha3tOm91uOtzgLR { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5NCPvc4fMy2cHu8PziTnBRoT62OCrZ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.375000953674rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZLQVn4JB4Rf8U9eHlk28v0JMHdHDc6y7 { position:absolute;display:block;z-index:15006;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:39.687500953674rem;overflow:hidden;display:block; }
#kdRbTrwV8Cu9RHrP963wThx99ru4nTNS { position:absolute;display:block;z-index:15007;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:42.937500953674rem;overflow:hidden;display:block; }
#yUo2DEJSLlRXbTCrn6nfPO9U4dH7d8Bv { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4609375rem;left:45.125000953674rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E3grdZVh4eEqufkqe3WFksbGz8T4mZRN { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15002;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/76b20f4c-53ac-45ae-8c6d-449e68814cf4/32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:0.5rem;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; }#E3grdZVh4eEqufkqe3WFksbGz8T4mZRN.adaptive-delivery-prevent-bg, #E3grdZVh4eEqufkqe3WFksbGz8T4mZRN.lazyload, #E3grdZVh4eEqufkqe3WFksbGz8T4mZRN.lazyloading { background-image: none; }
#qOecsST4IToVRwSTSPPZbXLNlFxNOZLi { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:69.875rem;height:6.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.375rem;left:0.5rem;display:block; }
#uD0FbhXRwcTV7D0ltlZNzqeXbSoqMAz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTZDy5TdAfTXXSXeh6KluAMUVkAhTRIz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#ZTZDy5TdAfTXXSXeh6KluAMUVkAhTRIz > .row .container { border-width: 0; border-radius: 0; }#ZTZDy5TdAfTXXSXeh6KluAMUVkAhTRIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTZDy5TdAfTXXSXeh6KluAMUVkAhTRIz > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:none; }#LOZxCGTob99wp9tMugoVewkBDCeMZUKX { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7e1f759d-648e-4585-9019-b9ba25fe9116/Frame1261155407.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.1875rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:none; }#LOZxCGTob99wp9tMugoVewkBDCeMZUKX.adaptive-delivery-prevent-bg, #LOZxCGTob99wp9tMugoVewkBDCeMZUKX.lazyload, #LOZxCGTob99wp9tMugoVewkBDCeMZUKX.lazyloading { background-image: none; }
#nc304wrwrTVcPysiqf1K44N6HwTXoWm1 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tEwRcTnPC1TaHS7HNRaJPxhhywcbQXbx { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.375000953674rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hVrZ6qpZtoH1v7t3Uy7vODkL9BeoGyHf { position:absolute;display:block;z-index:15006;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:39.687500953674rem;overflow:hidden;display:block; }
#Bp3Ke6KGTxosCz2ML6Cu9ngO0Tpn8ymv { position:absolute;display:block;z-index:15007;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:42.937500953674rem;overflow:hidden;display:block; }
#disHr8324utiwv7RQatAW7lxAvdU8dlu { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4609375rem;left:45.125000953674rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vNSRlfFLT0ObXQhI4OmzDLKGgOm6pkco { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15002;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/76b20f4c-53ac-45ae-8c6d-449e68814cf4/32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:0.5rem;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; }#vNSRlfFLT0ObXQhI4OmzDLKGgOm6pkco.adaptive-delivery-prevent-bg, #vNSRlfFLT0ObXQhI4OmzDLKGgOm6pkco.lazyload, #vNSRlfFLT0ObXQhI4OmzDLKGgOm6pkco.lazyloading { background-image: none; }
#kOqNX2PaetWnMWcPHS8DXpMzAZ4Klr99 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:69.875rem;height:6.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.375rem;left:0.5rem;display:block; }
#Mh3wIGtryu60VTQ3AdpLv0OoZBbg1BnF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rfCIluyDyqx5qEhP353M9PUhVLeXSJEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#rfCIluyDyqx5qEhP353M9PUhVLeXSJEF > .row .container { border-width: 0; border-radius: 0; }#rfCIluyDyqx5qEhP353M9PUhVLeXSJEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rfCIluyDyqx5qEhP353M9PUhVLeXSJEF > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:none; }#yTTkVwHK0Bcgu9I7VHyuwPzPEIBJGSAz { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7e1f759d-648e-4585-9019-b9ba25fe9116/Frame1261155407.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.1875rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:none; }#yTTkVwHK0Bcgu9I7VHyuwPzPEIBJGSAz.adaptive-delivery-prevent-bg, #yTTkVwHK0Bcgu9I7VHyuwPzPEIBJGSAz.lazyload, #yTTkVwHK0Bcgu9I7VHyuwPzPEIBJGSAz.lazyloading { background-image: none; }
#yxbTtdNPps6CuJVB0IPb1U26a4Xnv1z5 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AgUrOXbzKDJa67zc0HBZKs0F2GWg2Qxu { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.375000953674rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VPFq4RmhKheEdipzyo1fFu8RRHeEaxvz { position:absolute;display:block;z-index:15006;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:39.687500953674rem;overflow:hidden;display:block; }
#amVqySTL0ARabTAvzTsyuxNmG0I2PDSl { position:absolute;display:block;z-index:15007;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:42.937500953674rem;overflow:hidden;display:block; }
#Rcl3TzMvpvlx3shTuO4gSOhTorOmMu2G { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4609375rem;left:45.125000953674rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WFpKm22peSRDhv9UeludXy7lIu4RVQZ1 { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15002;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/76b20f4c-53ac-45ae-8c6d-449e68814cf4/32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:0.5rem;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; }#WFpKm22peSRDhv9UeludXy7lIu4RVQZ1.adaptive-delivery-prevent-bg, #WFpKm22peSRDhv9UeludXy7lIu4RVQZ1.lazyload, #WFpKm22peSRDhv9UeludXy7lIu4RVQZ1.lazyloading { background-image: none; }
#g9qQlyJvPX6ZAWvuB0dDNmLabW6ZVrHS { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:69.875rem;height:6.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.375rem;left:0.5rem;display:block; }
#nTlkRMTf1hHz78DUqD93FLDpHC23VtIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TdpedizlPA50bNfdI2FmqGpCLKoGF8RZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#TdpedizlPA50bNfdI2FmqGpCLKoGF8RZ > .row .container { border-width: 0; border-radius: 0; }#TdpedizlPA50bNfdI2FmqGpCLKoGF8RZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdpedizlPA50bNfdI2FmqGpCLKoGF8RZ > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:none; }#z4VG767uN4TO0obo9upgmJ0lUmJsuPRH { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7e1f759d-648e-4585-9019-b9ba25fe9116/Frame1261155407.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.1875rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:none; }#z4VG767uN4TO0obo9upgmJ0lUmJsuPRH.adaptive-delivery-prevent-bg, #z4VG767uN4TO0obo9upgmJ0lUmJsuPRH.lazyload, #z4VG767uN4TO0obo9upgmJ0lUmJsuPRH.lazyloading { background-image: none; }
#umOqs8OvbawJsUyKsLpeODRMd9bx63hy { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aHeetChPCpa7GSxtM74yGuKOvEPK9nAR { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.375000953674rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D6OKs6f4FM72w6G5OkGDZ01wXBJCwmqG { position:absolute;display:block;z-index:15006;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:39.687500953674rem;overflow:hidden;display:block; }
#lCGn3T7E2O36HBP5fA06cpJVT4xX9Ge4 { position:absolute;display:block;z-index:15007;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:42.937500953674rem;overflow:hidden;display:block; }
#u1EUUXsxaGuocKmvXhEe9T7BDvMsPJ4w { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4609375rem;left:45.125000953674rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tGyOV5o1sVs2rawi1KOHcZ0AGUcMBs59 { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15002;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/76b20f4c-53ac-45ae-8c6d-449e68814cf4/32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:0.5rem;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; }#tGyOV5o1sVs2rawi1KOHcZ0AGUcMBs59.adaptive-delivery-prevent-bg, #tGyOV5o1sVs2rawi1KOHcZ0AGUcMBs59.lazyload, #tGyOV5o1sVs2rawi1KOHcZ0AGUcMBs59.lazyloading { background-image: none; }
#Nr5NcpVNRMmFWAp7rsIwVSdzNGoK7wSe { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:69.875rem;height:6.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.375rem;left:0.5rem;display:block; }
#MS4WlDXIiwrxpapB6xgAwg3paAaiVaOA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qzvWCSzwbwB1Xy7IOppTyIuAb6x0Vy5w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#qzvWCSzwbwB1Xy7IOppTyIuAb6x0Vy5w > .row .container { border-width: 0; border-radius: 0; }#qzvWCSzwbwB1Xy7IOppTyIuAb6x0Vy5w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzvWCSzwbwB1Xy7IOppTyIuAb6x0Vy5w > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:none; }#mFPetLBtXRPKuxznUD0ZUF6go9ivpZSt { color:rgba(var(--color-tertiary-0),1);display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.57421875rem;left:7.874218940735rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnFw17ykeSsAJu3AuAFGuUNeHlZU52QV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#UnFw17ykeSsAJu3AuAFGuUNeHlZU52QV > .row .container { border-width: 0; border-radius: 0; }#UnFw17ykeSsAJu3AuAFGuUNeHlZU52QV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UnFw17ykeSsAJu3AuAFGuUNeHlZU52QV > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:none; }#ILOkQ9LNNipHd0l2p85Zkqb4CyaSZGyb { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/197de71b-f1c6-4424-a750-2afe3a975de7/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.1875rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:none; }#ILOkQ9LNNipHd0l2p85Zkqb4CyaSZGyb.adaptive-delivery-prevent-bg, #ILOkQ9LNNipHd0l2p85Zkqb4CyaSZGyb.lazyload, #ILOkQ9LNNipHd0l2p85Zkqb4CyaSZGyb.lazyloading { background-image: none; }
#maVCM1IWvD2JbOATi3FWZkrb5NsV6aJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G04o9uwasTZEuok33Dm4OPqvbnE5BELQ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:27.312500953674rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LgG5ThWwNim0bHT4XE4eiKL3Ds3FXw8r { position:absolute;display:block;z-index:15006;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:39.687500953674rem;overflow:hidden;display:block; }
#eIsRRTPDm9bWggBvBks9W9dSQN6UzfrR { position:absolute;display:block;z-index:15007;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:42.937500953674rem;overflow:hidden;display:block; }
#dhMM47A44JakrcPbnTGMeoFLW6PKQ7MP { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4609375rem;left:45.125000953674rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ElDlBfS7qrbkRT1lLAhpnehdy70BJ7SA { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:14998;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/76b20f4c-53ac-45ae-8c6d-449e68814cf4/32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.375rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }#ElDlBfS7qrbkRT1lLAhpnehdy70BJ7SA.adaptive-delivery-prevent-bg, #ElDlBfS7qrbkRT1lLAhpnehdy70BJ7SA.lazyload, #ElDlBfS7qrbkRT1lLAhpnehdy70BJ7SA.lazyloading { background-image: none; }
#e3CXX2ZzKLLOrzoMs05T0KMBpzurQgOa { position:absolute;display:block;z-index:14999;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:6.125rem;width:74rem;top:0.375rem;left:0.5rem;overflow:hidden;display:block; }
#SF1p0BTcrwwCBTogJJPUyrUAbM2Q6NF0 { position:absolute;display:block;z-index:15000;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:4.3125rem;width:20.25rem;display:none; }
#eolCe6tJJegmD8pDBzzQiOtT9xbu8pPq { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KDhXbPn8iVOegmDM6bsScK2ACIHBxSK0 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#panzCR4lrBfKt08JVgtaylgDFLgqzlK2 { position:absolute;display:block;z-index:15000;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:0.875rem;width:0.875rem;display:none; }
#lX65XphLL09kk43k6JXMvciA6BqUeuDD { position:absolute;display:block;z-index:15000;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:6.125rem;width:47.75rem;display:none; }
#hpvZilhHpCHnHvq4w1cQZKmcTnM0OeOW { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:69.875rem;height:6.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.375rem;left:0.5rem;display:block; }
#PDeP3aITDB0TZFVSsyJPlqBgX1PNgHvL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g2esWNUTbl91Tfh7UmUmaCyrxexJOTt2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#g2esWNUTbl91Tfh7UmUmaCyrxexJOTt2 > .row .container { border-width: 0; border-radius: 0; }#g2esWNUTbl91Tfh7UmUmaCyrxexJOTt2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2esWNUTbl91Tfh7UmUmaCyrxexJOTt2 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:none; }#VgCopPJaCkyAM4OISkKQN6sGpIVfNUgZ { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/197de71b-f1c6-4424-a750-2afe3a975de7/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.1875rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:none; }#VgCopPJaCkyAM4OISkKQN6sGpIVfNUgZ.adaptive-delivery-prevent-bg, #VgCopPJaCkyAM4OISkKQN6sGpIVfNUgZ.lazyload, #VgCopPJaCkyAM4OISkKQN6sGpIVfNUgZ.lazyloading { background-image: none; }
#gIVXLrEuoXuqK5FZsfy4hsIbeMQpbUWs { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ubrz4dSHT0QcfI4gO9i749kdJil8nzsa { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:27.312500953674rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mhFC9H357ROZlM8BMQ7FMLHbO0wNbPlC { position:absolute;display:block;z-index:15006;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:1.5rem;width:1.5rem;top:2.6875rem;left:39.687500953674rem;overflow:hidden;display:block; }
#gc8RgXHAOSBtKlupRfDRzMh51yrqAWKm { position:absolute;display:block;z-index:15007;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:1.5625rem;width:1.5625rem;top:2.6875rem;left:42.937500953674rem;overflow:hidden;display:block; }
#DzUTBAzdGbTIefgRf3E94g0qvN3duKpW { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4609375rem;left:45.125000953674rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ic4OdZFcI7rJpFH7oriDOd4NsU8zTdqw { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:14998;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/76b20f4c-53ac-45ae-8c6d-449e68814cf4/32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.375rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }#ic4OdZFcI7rJpFH7oriDOd4NsU8zTdqw.adaptive-delivery-prevent-bg, #ic4OdZFcI7rJpFH7oriDOd4NsU8zTdqw.lazyload, #ic4OdZFcI7rJpFH7oriDOd4NsU8zTdqw.lazyloading { background-image: none; }
#uvEC75CZiyEZ16gB1HH5M8WEoVwvpttQ { position:absolute;display:block;z-index:14999;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:6.125rem;width:74rem;top:0.375rem;left:0.5rem;overflow:hidden;display:block; }
#ey3pXF5ZzFhd7iRhdsl48bdf8NlsBJTb { position:absolute;display:block;z-index:15000;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:4.3125rem;width:20.25rem;display:none; }
#mHHysLvEIBI74qeqyTPfVZaEWrkbPh7M { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ITa4GHlentKx0kxAykValWrxSbaqTgH7 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#btHB5nX3zfQoTD5MdKedT4WzBgI9HuDf { position:absolute;display:block;z-index:15000;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:0.875rem;width:0.875rem;display:none; }
#CUX2JMJE6vZDIHwzu9zqct7XmiuG8ckK { position:absolute;display:block;z-index:15000;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:4.3125rem;width:20.25rem;display:none; }
#wtzK8dRHIJd0lnaKzaiWHfUoriLyekyO { position:absolute;display:block;z-index:15000;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:6.125rem;width:47.75rem;display:none; }
#ZBVce4M6JtOSiGGrheN03f3OvASWMOq6 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:69.875rem;height:6.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.375rem;left:0.5rem;display:block; }
#WumuvanuUU4zmBNeD6ssGA41QvRtDrV0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qUoMysdDdDAxEvVEQzv9X5QLmCgsnR7X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#qUoMysdDdDAxEvVEQzv9X5QLmCgsnR7X > .row .container { border-width: 0; border-radius: 0; }#qUoMysdDdDAxEvVEQzv9X5QLmCgsnR7X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUoMysdDdDAxEvVEQzv9X5QLmCgsnR7X > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:none; }#iG1dinc2Tc0PH1PGLv1T6CUTyZ5tEpuR { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/197de71b-f1c6-4424-a750-2afe3a975de7/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.1875rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:none; }#iG1dinc2Tc0PH1PGLv1T6CUTyZ5tEpuR.adaptive-delivery-prevent-bg, #iG1dinc2Tc0PH1PGLv1T6CUTyZ5tEpuR.lazyload, #iG1dinc2Tc0PH1PGLv1T6CUTyZ5tEpuR.lazyloading { background-image: none; }
#xFsJvAEJ1TgQ7xT5iGdTkGeSO4vnxDdb { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kLfxaQtBUNrPWM9rxKwk8EZX8dOAXZc9 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:27.312500953674rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hLlRI2nhEpTnIb1KMVKB2yk3LuU5VVH7 { position:absolute;display:block;z-index:15006;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:1.5rem;width:1.5rem;top:2.6875rem;left:39.687500953674rem;overflow:hidden;display:block; }
#Qt5BPGQRPGaRonVXttU84TK7GOlhw0fg { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4609375rem;left:45.125000953674rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mwZWCxN9Q5XeZ0TzIF0sesIhL3GpVI8W { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:14998;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/76b20f4c-53ac-45ae-8c6d-449e68814cf4/32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.375rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }#mwZWCxN9Q5XeZ0TzIF0sesIhL3GpVI8W.adaptive-delivery-prevent-bg, #mwZWCxN9Q5XeZ0TzIF0sesIhL3GpVI8W.lazyload, #mwZWCxN9Q5XeZ0TzIF0sesIhL3GpVI8W.lazyloading { background-image: none; }
#ChME1iWoZuO6ugTBwAOf7tolBzfQB0IB { position:absolute;display:block;z-index:14999;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:6.125rem;width:74rem;top:0.375rem;left:0.5rem;overflow:hidden;display:block; }
#emWoTUCIUODT1rww7ahCZ1uZpZSG96Es { position:absolute;display:block;z-index:15000;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:4.3125rem;width:20.25rem;display:none; }
#kwr38tlQTPQ3pdCUg8uFeuzKJGDiauCr { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ydkyh3502eMSKIiTywxrkXTndy1i8Ge8 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NSGuKTd2XWNPMG1tZim1LnsZGd1RcWN3 { position:absolute;display:block;z-index:15000;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:0.875rem;width:0.875rem;display:none; }
#Tfs7taUW0wKLvTNyVWcZhmeSuQS8rSOs { position:absolute;display:block;z-index:15000;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:4.3125rem;width:20.25rem;display:none; }
#XTandPvk9DDZRZ0UtLqstKp8iFFlTtK7 { position:absolute;display:block;z-index:15000;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:6.125rem;width:47.75rem;display:none; }
#ZuEmR3i7HIXMhtKZuet9VKXfghW13XGc { box-sizing:content-box;height:1.5rem;width:1.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#282351;background-image:url("https://images.assets-landingi.com/uc/1fc32a6c-eeae-49f2-812f-2d84c76e2906/33466720_pun5_9jdw_220804.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:2.6374998092651rem;left:42.787499427796rem;display:block; }#ZuEmR3i7HIXMhtKZuet9VKXfghW13XGc.adaptive-delivery-prevent-bg, #ZuEmR3i7HIXMhtKZuet9VKXfghW13XGc.lazyload, #ZuEmR3i7HIXMhtKZuet9VKXfghW13XGc.lazyloading { background-image: none; }
#NT5L7OL0eZxHEBQTIlvhWLfctgS87TBO { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:69.875rem;height:6.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.375rem;left:0.5rem;display:block; }
#srv2eoRUIFvn7Func5EW3SpV13J2cTBV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GXnrBByzmcTG446knx6NkZFZsgFTkqoP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#GXnrBByzmcTG446knx6NkZFZsgFTkqoP > .row .container { border-width: 0; border-radius: 0; }#GXnrBByzmcTG446knx6NkZFZsgFTkqoP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXnrBByzmcTG446knx6NkZFZsgFTkqoP > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:none; }#qkHCofvBFEXZa5pGAUpVayyiyIIw0TuN { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/197de71b-f1c6-4424-a750-2afe3a975de7/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.1875rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:none; }#qkHCofvBFEXZa5pGAUpVayyiyIIw0TuN.adaptive-delivery-prevent-bg, #qkHCofvBFEXZa5pGAUpVayyiyIIw0TuN.lazyload, #qkHCofvBFEXZa5pGAUpVayyiyIIw0TuN.lazyloading { background-image: none; }
#sRaVrKTMiT36xW9KRPiGGgnEil7nZ3t7 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0S46w57L9T7nAX1ddU5isreLElRe7GZ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:27.312500953674rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SPUIz2qF3flE2qdKmdV0y0dKiQhuSmfV { position:absolute;display:block;z-index:15006;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:1.5rem;width:1.5rem;top:2.6875rem;left:39.687500953674rem;overflow:hidden;display:block; }
#Uwz5IFEwvdEFVD03wZm9Ca4xAfRVWvAE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4609375rem;left:45.125000953674rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LiOhdibL8rxm25m4IcTTkHNWTIvKTBge { box-sizing:content-box;height:6.125rem;width:74rem;position:absolute;display:block;z-index:14998;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/76b20f4c-53ac-45ae-8c6d-449e68814cf4/32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.375rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }#LiOhdibL8rxm25m4IcTTkHNWTIvKTBge.adaptive-delivery-prevent-bg, #LiOhdibL8rxm25m4IcTTkHNWTIvKTBge.lazyload, #LiOhdibL8rxm25m4IcTTkHNWTIvKTBge.lazyloading { background-image: none; }
#kEh826GRKTqNZ3byuKJ59TZvW7iOMESX { position:absolute;display:block;z-index:14999;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:6.125rem;width:74rem;top:0.375rem;left:0.5rem;overflow:hidden;display:block; }
#Nz9aOIAVauqbDvr1qMAbnT6Jq9kpU7uK { position:absolute;display:block;z-index:15000;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:4.3125rem;width:20.25rem;display:none; }
#HVJWTviLqFARI9rfFRIfHkATSEAXzW68 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#blWkrCHqc8tbc5oTH7Tm3wtEKWlISqnh { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:19.310936927796rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#u25t0TwFCaJtVt27w9mTfgi09LINIJ3i { position:absolute;display:block;z-index:15000;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:0.875rem;width:0.875rem;display:none; }
#Qozu3GOQsx0tnlPGDD81G1T9FRrlyrP2 { position:absolute;display:block;z-index:15000;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:4.3125rem;width:20.25rem;display:none; }
#itV2nQbIFTDFmWwGKXM9tMyZntnxpVZQ { position:absolute;display:block;z-index:15000;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:6.125rem;width:47.75rem;display:none; }
#qPu1XcXPIvt3C2MoAw27oTrsz7ITQGHN { position:absolute;display:block;z-index:15007;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:1.5625rem;width:1.5625rem;top:2.65625rem;left:42.687500953674rem;overflow:hidden;display:block; }
#nTAPOnLqBRSxkXzXbiePW9ghTfRg6uCE { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:69.875rem;height:6.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.375rem;left:0.5rem;display:block; }
#VfuCKUsznWxQ27TI9qPlTFQpRIdpfrGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH > .row .container { background-color: transparent; background-image: none; }#NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH > .row .container > .video-iframe-container { display: none; }#NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH > .row > .video-iframe-container { display: none; }#NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH > .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); }#NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH > .row .container { border-width: 0; border-radius: 0; }#NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row .container { background-color: transparent; background-image: none; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row .container > .video-iframe-container { display: none; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row > .video-iframe-container { display: none; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .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); }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row .container { border-width: 0; border-radius: 0; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#L5rHGsuJAqDcxFHG9IHsc39SQDATXmAo { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:figtree;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5625rem;left:10.561718940735rem;height:2.4rem;text-align:center;text-align-last:center;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; }
#tlTSRgqvLotdeDLFb8z4ELMgHuKElAS9 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:4.69921875rem;left:25.625000953674rem;height:1.2rem;text-align:center;text-align-last:center;display:block; }
#VqNSTpFkw6nvvz56DKOO0UObV4bGOyg8 { box-sizing:content-box;height:11.5rem;width:17.75rem;position:absolute;display:block;z-index:15004;background-color:#171328;background-image:none;top:7.8117065429688rem;left:0.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#he0BSGzwoIBCbFfXTtLQE8aTMn9d20xp { box-sizing:content-box;height:11.5rem;width:17.75rem;position:absolute;display:block;z-index:15005;background-color:#171328;background-image:none;top:7.8117065429688rem;left:19.187499046326rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GB5kQPiK1f53gqGGd3vWo0zGQIfNsCoI { box-sizing:content-box;height:11.5rem;width:17.75rem;position:absolute;display:block;z-index:15006;background-color:#171328;background-image:none;top:7.8117065429688rem;left:38.000000953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XpEfs6h7HFqKOseO0MEDZlegATCwrRPT { box-sizing:content-box;height:11.5rem;width:17.75rem;position:absolute;display:block;z-index:15007;background-color:#171328;background-image:none;top:7.8117065429688rem;left:56.937500953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZppGH1STUVkXvL5Wz6CohzweztAOAu54 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.9375rem;left:1.25rem;height:4.9rem;text-align:left;text-align-last:left;display:block; }
#i0UhESfhpW6KwiULfM9zAmfakcIEunGT { 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:1.125rem;width:7.625rem;top:14.755493164062rem;left:1.25rem;overflow:hidden;display:block; }
#NE4BwcPlwD5wiVfKUwFwNCvWMlygTTXC { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:16.330505371094rem;left:1.25rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#NrZe8PAbv6OwQQE0vIx8cWmlvTILXDOu { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:17.29296875rem;left:1.25rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#IeKo82IWz3oByLJCBqxGUKLB1JCiBHah { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.6875rem;left:15.624999046326rem;overflow:hidden;display:block; }
#lo2lQKFpopqIXuOqwT68OX4l6OgAuKug { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:8.9375rem;left:20.25rem;height:6.125rem;text-align:left;text-align-last:left;display:block; }
#aBrZV3gTlX2yPXWTnDLgg6SNymSqpwkp { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:7.625rem;top:14.755493164062rem;left:20.249999046326rem;overflow:hidden;display:block; }
#Ey9Xz7ZpLzD9rF17wp3kBTWIdNtnQUso { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:16.330505371094rem;left:20.249999046326rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#WoPA9ntCgtkbvo6KQ11pTehzOqaSMKW9 { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:17.23046875rem;left:20.249999046326rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#VLmIyMKUI9wWHR2c1U8x5a3bripfK5qm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;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:17.23046875rem;left:34.674218177796rem;overflow:hidden;display:block; }
#ic0QVs4JHuu0IG9Oizut5vKEO3TSlTvJ { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:8.95546913147rem;left:39.000000953674rem;height:1.225rem;text-align:left;text-align-last:left;display:block; }
#ksBBU66kGKBTLpvDcFesm5ADKbU4bNIv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:7.625rem;top:14.755493164062rem;left:39.062500953674rem;overflow:hidden;display:block; }
#nMM0ubHHeDQ6Tsxu2KVEWrTGQsUOTRf4 { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:16.330505371094rem;left:39.062500953674rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#FMtKaLMxynu3fyQeCHeCSMMJKza9BPh8 { color:#8a8a8a;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:17.23046875rem;left:39.062500953674rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#cq3WrlLnS9FHXxmk8aSpZnHRkqISzrPE { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;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:17.23046875rem;left:53.500000953674rem;overflow:hidden;display:block; }
#FPMP85k0bG1omIN5RTBBSoPOBA4aTThb { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.9375rem;left:58.218750953674rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
#NBDayq5TmJSrrQ2vUhinC0RBs2LbJ69F { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:7.625rem;top:14.755493164062rem;left:58.218750953674rem;overflow:hidden;display:block; }
#eyGzTplcFD1n50NP8W0VgyWQUykNfmfP { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:16.330505371094rem;left:58.218750953674rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#Z5TomLI2wyLq5H9TRl5sbsDJhOMbcgRh { color:#8a8a8a;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:17.23046875rem;left:58.218750953674rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#cUK7GrpVTfbP0A2rMqoq9SgT2XZNAcqE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;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:17.23046875rem;left:72.500000953675rem;overflow:hidden;display:block; }
#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 { background-color:#1c1d26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { border-width: 0; border-radius: 0; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#Qil7aWgrluJ4sguqoLNzXLRuVMRLWPHO { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rK88Dq6OR9JPNXT4n6c3qrbFHG9eQ78v { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:4.3125rem;left:48.8125rem;height:1.8rem;font-style:normal;display:block; }
#te3gumEBf0CinlSLrxK3bJkI1LyGiJhl { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:6.5rem;left:50.5rem;height:1.6rem;font-style:normal;display:block; }
#skKPNpSO0SH5we9KGTuCfXxdJkw3qgu8 { position:absolute;display:block;z-index:15175;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:6.75rem;left:48.8125rem;overflow:hidden;display:block; }
#TwWH4xbzshnWLRUvqTBznHWmT5pTAnNA { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:8.5625rem;left:50.5rem;height:4.8rem;font-style:normal;display:block; }
#pTxWNrW3OMazKfE6wlxXM1LFwo625ddP { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:8.75rem;left:48.8125rem;overflow:hidden;display:block; }
#RiiHA4JdEDPRc697WJgU5MDmslMU4cRr { position:absolute;display:block;z-index:15177;background-color:#646669;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:0.0625rem;width:26.25rem;top:8.25rem;left:48.8125rem;display:block; }
#Wd20prmP8Iax2zsq0EHTTktbGcCR5IFp { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:20.5rem;left:48.8125rem;overflow:hidden;display:block; }
#c5C77taiJwWE2Av2OVMTdanPl302NItU { position:absolute;display:block;z-index:15178;background-color:#646669;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:0.0625rem;width:26.25rem;top:19.96875rem;left:48.875rem;display:block; }
#LWgIL6GgrAFP6nqCDsTIWIctnRUf1XNf { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:20.3125rem;left:50.5rem;height:3.2rem;font-style:normal;display:block; }
#ARBvXvOLECKC25qrOTe8fDJyXxoSE1bh { color:rgba(var(--color-tertiary-0),0.6);display:block;width:22.75rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.9375rem;left:50.5rem;height:1.95rem;font-style:normal;display:block; }
#lKiQmElCIgVoXKPZvSiTEU6CAElksATl { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;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:22.9375rem;top:14.1875rem;left:50.625rem;overflow:hidden;display:block; }
#LHxA2HKnz6ngJgqThHKgd1Jd2NWzbQTH { color:rgba(var(--color-tertiary-0),0.6);display:block;width:22.75rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:50.5rem;height:1.95rem;font-style:normal;display:block; }
#FPkiH2b98PdoC9DnnK2JrcLW492RTgei { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;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:6.3125rem;top:24.625rem;left:50.5rem;overflow:hidden;display:block; }
#TualwQqvFQ6HuNV1ld3gWyzhC7pdabV0 { position:absolute;display:block;z-index:15179;background-color:#646669;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:0.0625rem;width:26.25rem;top:29.40625rem;left:48.75rem;display:block; }
#k7JF0JhTiZEiKaoVRm9rzypbBtzxGrJI { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:29.8125rem;left:50.75rem;height:1.6rem;font-style:normal;display:block; }
#FmVEaZlK3OTXa2e0wKQ0oxZC4Ilcxcwg { position:absolute;display:block;z-index:15178;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:30rem;left:48.8125rem;overflow:hidden;display:block; }
#tcf6leuyVfCrdZe4nAPpWzGARQ0d6SXw { position:absolute;display:block;z-index:15180;background-color:#646669;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:0.0625rem;width:26.25rem;top:31.8125rem;left:48.8125rem;display:block; }
#mdevIb3wgTvTizpCBxVTdmydTR0VNA8J { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:32.375rem;left:48.8125rem;overflow:hidden;display:block; }
#x42mcohcRorHA3acTPiV3yfx0uqb6VQT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:40.75rem;left:50.6875rem;height:3.2rem;font-style:normal;display:block; }
#mbAzggoGe6rO7aD4PuJkDyie6oWe4gTN { position:absolute;display:block;z-index:15181;background-color:#646669;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:0.0625rem;width:26.25rem;top:40.5625rem;left:48.75rem;display:block; }
#KtFaeOHwx9syphuRd9y7Ac1ezurdT9EO { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:32.375rem;left:50.6875rem;height:7.7rem;font-style:normal;display:block; }
#RFzbmTRMTTiFOThZ93MeBtKtmLqrTbIM { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:41.056640625rem;left:48.8125rem;overflow:hidden;display:block; }
#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container { border-width: 0; border-radius: 0; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#CFlSeis4KR2mwm051utvRbaFRVv2JrvR { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OGyxgV3zxeaNJtvrSSOJEzTwLX4xftgE { position:absolute;display:block;z-index:14996;background-color:#282352;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:46.875rem;width:45rem;top:0rem;left:15rem;display:block; }
#ssX0EVMT0iUGU4WfpOVAQSqTme6WBHIr { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:33.125rem;width:41.5rem;top:1.8125rem;left:16.75rem;display:block; }
#h84WIv8pbTQyiqzvu2i4d6xa4WcTI8W4 { color:#dfddf9;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:3.0625rem;left:31rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hyehiFlS1A8Kl9Ntzer4rH3LvrPSkRZB { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3740234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:3.875rem;left:21.875rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HA31k7VGoS1bhC2QUIlBU6w1ZTbTEwSR { color:rgba(var(--color-tertiary-0),0.7);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:6.2124996185303rem;left:25.90625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaJBTd4ynB1kRaK9SSJNlgAUyDdASRDN { position:absolute;display:block;z-index:15001;background-color:#2d2b58;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.25rem;width:19.375rem;top:8.625rem;left:17.6875rem;display:block; }
#FfUnDcrtZRKecATMkr2ySQifwwqmQscy { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:9.75rem;left:19.125rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b4rlGV48MScqVwzaeINXneha2DbDs8DO { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:11.75rem;left:18.8125rem;overflow:hidden;display:block; }
#P7cinnTuB0T4gTiObcvOBetG6Cn0v7wO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:11.6875rem;left:20.1875rem;height:2.4488625rem;font-style:normal;display:block; }
#Sv43FMzL7LvuaRoBxCi9kSQOFw2DszSa { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.3125rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:12.887500762939rem;left:25.0625rem;display:block; }
#WtdVqhHutF7NIO5dd6rdp6MNcFFuvATc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeUXkkJD5pwAUOdZFbQZnyD1ZQWQOoKK { position:absolute;display:block;z-index:15204;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5rem;width:13.5rem;top:14.625rem;left:20rem;overflow:hidden;display:block; }
#NKibCA1rtGnLIBL8JvAMxv2Qqenl4Pxv { position:absolute;display:block;z-index:15181;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:16.6875rem;left:18.8125rem;overflow:hidden;display:block; }
#p0FlwtP2hyJ1l5bNEsf7xxrcE3HTeVbn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:16.625rem;left:20.1875rem;height:1.22504375rem;font-style:normal;display:block; }
#a3u4fVS9UPvJQFTUs3JHV3lHoC8559wx { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:18.4375rem;left:18.875rem;overflow:hidden;display:block; }
#akq1v2FVqt9nQRFdvVZleL2LA9LgmfFN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:18.375rem;left:20.25rem;height:1.225rem;font-style:normal;display:block; }
#onWQo5pIvCfbsEnJXGTdV7BAIsauxLqG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:24.5rem;left:22.875rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;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; }
#pLkJCHRcxRO1fswU7hfTxL5ikiW67rwW { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;position:absolute;font-family:balooda2;font-size:0.875rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:25.13125038147rem;left:18.5rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#vyao2itrqlHhhyo4XCXWkFHTIvPvg8Mz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:26.5625rem;left:20.125rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZaTrxIxhpKv0VrSOrgaKsIiAtVbmEEnR { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:28.6875rem;left:19.125rem;display:block; }
#Zpp60Nsd8vBM62CUDc0SCoV0ZADMMnlg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IIb16blhVgGzRtNUopHHBif6V0V3HTQU { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:29.1875rem;left:24.125rem;overflow:hidden;display:block; }
#DOya6f0V9GgzSJ4F2R0vNQz4JzDJxrTV { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:29.1875rem;left:24.1875rem;overflow:hidden;display:block; }
#cncAcmwOff6UGCKFbsT217hdQqOtIVM6 { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;top:29.25rem;left:24.5rem;overflow:hidden;display:block; }
#qFueK8S31CvRSSADaZD6spqF1U7iEa9x { position:absolute;display:block;z-index:15002;background-color:#2d2b58;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.1875rem;width:19.375rem;top:8.625rem;left:37.9375rem;display:block; }
#oGLv4H4zbLQtTsLVTTvKKB5kM8gSmDaI { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:9.75rem;left:39.4375rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hmFtyAuTwPTBJ0t0I4nK7FLHTMnWAJi1 { position:absolute;display:block;z-index:15181;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:11.6875rem;left:38.8125rem;overflow:hidden;display:block; }
#PHPoSttAMGlNARMAiXSuMQD9OixGMC9m { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:11.6875rem;left:40.25rem;height:2.4488625rem;font-style:normal;display:block; }
#Q6dZK2ICRZbzOGsGSZm7OFie7BynBzop { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.25rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:12.875rem;left:45.8125rem;display:block; }
#rxcdcHQBOXDLsrUFCv1whvWHxzdvnTL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p5fm0nd1NV4TRXp0TVeffJhsadru3N3T { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5rem;width:11.5625rem;top:14.625rem;left:40.125rem;overflow:hidden;display:block; }
#ZVcXMT7NdIcWOA1WT7hFaKwEnC265BcU { position:absolute;display:block;z-index:15182;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:16.625rem;left:38.8125rem;overflow:hidden;display:block; }
#B3mPNZK4xBb2M3HGJtITWEZFGJEhTzFe { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:16.625rem;left:40.25rem;height:1.225rem;font-style:normal;display:block; }
#rQtvDNhyLJVnhMPSaDIzSCQBBGNxkW9o { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:18.375rem;left:38.8125rem;overflow:hidden;display:block; }
#uWOfMksGxEKvnoP0oFbgFcyyPyQ8u8Vu { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:18.4375rem;left:40.1875rem;height:1.225rem;font-style:normal;display:block; }
#omApkAF0t9wU3CwNwOeXXV8Wbhh9pzbK { position:absolute;display:block;z-index:15206;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5rem;width:3.5rem;top:19.9375rem;left:40.125rem;overflow:hidden;display:block; }
#FJhpszDeZyKTGJafu8GaZMgLn2xwfX0Z { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:21.6875rem;left:38.875rem;overflow:hidden;display:block; }
#otXkphPC7aMdkZgOixnbe8WhQJpLos0E { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:21.625rem;left:40.25rem;height:1.225rem;font-style:normal;display:block; }
#ImW5y7e1JLZWa5xCcPwgT5wlzDMKryTF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:24.5rem;left:43rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;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; }
#tAwMhdnZJsdnTkKzoPQH7r9I3TbXcO3U { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:balooda2;font-size:0.875rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:25.13125038147rem;left:51.9375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#LrOTpGIcPSNvQSikZkM1RikIvodLWFtS { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:26.5625rem;left:40.3125rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITCHvHQXNuH1FFZIfTcaJKp9OxAhXBs3 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.275rem;height:2.275rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:28.6875rem;left:39.4375rem;display:block; }
#VglCd6toy4Dfg8yAEUdKl6SivxVG7xwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aoQUJbTum1ZBLp2OTxvvgwZ9zGL71RgG { position:absolute;display:block;z-index:15186;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:29.1875rem;left:44.3125rem;overflow:hidden;display:block; }
#cuiKytLA7AXV77Jc2TPbTK5Lw447p2Lp { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:29.1875rem;left:44.4375rem;overflow:hidden;display:block; }
#wRXPrOtQLJTvBQVITFD1O6DR1T7LK33a { position:absolute;display:block;z-index:15186;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;top:29.25rem;left:44.625rem;overflow:hidden;display:block; }
#feLzNPAPxerBmRwHQNqkzxpD91B5Umhn { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15187;line-height:1.4;letter-spacing:0;top:34.9375rem;left:28rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uCOrMMBcbbpIbcPU05XeP6QOeqOtFZu9 { position:absolute;display:block;z-index:15181;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.375rem;width:25.25rem;top:36.25rem;left:24.875rem;display:block; }
#TUIPHDQHaCL7CeTNlVhBrox4xyXlw2aA { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:36.75rem;left:24.9375rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g3KdLgIV0ivHgC4wM8cfVCTNGlSARTOr { background-color:#7159ff;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:40rem;left:27.625rem;display:block; }
#IeF7iymOKLy98QUlxr1DLPXTCVURTBgB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8tmn53umbiTOSZOSONaot5r7axcQ9FB { position:absolute;display:block;z-index:15203;height:3rem;width:20rem;top:40.000005722046rem;left:27.562499046326rem;display:block; }
#mJ4EvNGvzHhvImPJQfRRLpICabqBcoAx { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.3125rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:12.887500762939rem;left:25.0625rem;display:none; }
#hFgGnkQCVpzk7osKlySZgD5u4n8Q7KML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uvTGS5fz1WpgbtsNbhILrc19prhpQLwT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.25rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:12.875rem;left:45.8125rem;display:none; }
#D9iKyupu59RvRBAAwepzPlfvO2ra9TQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k2310xP1dkfVLOAsuRnR61X5gTlaovvu { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:43.5rem;left:30.5rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { position:relative;display:block; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { background-color: transparent; background-image: none; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container > .video-iframe-container { display: none; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row > .video-iframe-container { display: none; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .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); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { border-width: 0; border-radius: 0; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w6lTZBrhOcWFmdXgV1wxsTnJT3llSvsT { color:rgba(var(--color-tertiary-0),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:0.6875rem;left:9.3114585876462rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqZtRUFFbs0aForrZ1bw1y9TcaBsmOL4 { position:absolute;display:block;z-index:15001;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:74rem;top:5.375rem;left:0.5rem;display:block; }
#ystfH31awHwwQWJQiCpyKgfRNU5GdOyd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.875rem;top:7rem;left:33.4375rem;overflow:hidden;display:block; }
#BzylkdSeMRwy87hfuEJdfBHn9JNDAyan { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:6.875rem;left:36.0625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XeTvJlolMUg8c2rPT5MCgSTU0gMJEerm { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.1875rem;width:73.75rem;top:8.75rem;left:0.5rem;display:block; }
#wbxT6gdJETUoyyKDxi1wl0LIldikbiKt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.1875rem;top:12.5rem;left:1.25rem;overflow:hidden;display:block; }
#RE2ZX1ZXUVBBrF3bDOfyNLvCyZwuUPnw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.6875rem;top:13.125rem;left:9rem;overflow:hidden;display:block; }
#yvq2b9sSTOFaqyhanUBLLzXKRxTxkZGl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.9375rem;top:12.9375rem;left:19.5rem;overflow:hidden;display:block; }
#mx07vzE6k2E4EcKDauxSOo2TXQVuWL0k { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;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:4rem;top:12.75rem;left:25.3125rem;overflow:hidden;display:block; }
#KvIVdkv8cMp2aAwlawGmOe2HU4zrXNoR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:9.375rem;top:13.1875rem;left:30.4375rem;overflow:hidden;display:block; }
#ct05wyJFLGfUTvgoX0M4JympHofMyHHl { 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:1.1875rem;width:3.1875rem;top:13.1875rem;left:40.875rem;overflow:hidden;display:block; }
#rwKLPo3VQ9Us2FoAqWKWOPELcfIcJi1J { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:8.5rem;top:13.1875rem;left:45.75rem;overflow:hidden;display:block; }
#WheIHLSD05JwUVmVh25MmeIkK9iikJkB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:7.0625rem;top:13.3125rem;left:55.25rem;overflow:hidden;display:block; }
#b9NfZe71DT26tdWuOwcsHrWNr9p82il1 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.5rem;top:13.0625rem;left:63.625rem;overflow:hidden;display:block; }
#kbE0KMeozEnRIoAF4UATEzzshMaOdvg9 { position:absolute;display:block;z-index:15212;border-top:0;border-left:0;border-right:0;border-bottom:0;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:4.5625rem;top:12.65625rem;left:68rem;overflow:hidden;display:block; }
#np4QxUeCsTNCfxFkDA07U3CoImbzpBtA { position:absolute;display:block;z-index:15003;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.5rem;top:18.3125rem;left:0.5625rem;display:block; }
#fTqGrHGhNoiI7RhDOrv4iRlAqMnLK2da { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.375rem;width:23.25rem;top:21.5rem;left:0.5625rem;display:block; }
#ZlTxvGlvd1nSCDqueqHOzlQw81fK1HVC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;top:20.0625rem;left:7.1875rem;overflow:hidden;display:block; }
#CFeek4tq4ti78fVeiMFTkx1Mu3rfliFO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:19.875rem;left:9.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rDuFDVuAZBkb4eXbvFR3Gvi2f28PFpK6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.875rem;top:26.3125rem;left:4.75rem;overflow:hidden;display:block; }
#eWc9SKQ7ZadsV8SsDcUEuzZhnlWAEkbK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:6.9375rem;top:26.1875rem;left:8.3125rem;overflow:hidden;display:block; }
#czoECz81l20TtdV8boSFfsfsRuwRmLRi { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;top:25.875rem;left:17.8125rem;overflow:hidden;display:block; }
#Bkm2fcBTgn1WqZVsUCHoLKtKB39GrkEx { position:absolute;display:block;z-index:15002;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.4375rem;top:18.3125rem;left:25.875rem;display:block; }
#A7vISrcdIP5BI6ZEIU6KCXItXnrWEOzx { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #1c122a);background-image: -moz-linear-gradient(180deg, #000000, #1c122a);background-image: -ms-linear-gradient(180deg, #000000, #1c122a);background-image: -o-linear-gradient(180deg, #000000, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #000000, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.3125rem;width:23.25rem;top:21.5625rem;left:25.875rem;display:block; }
#erFBCQAZMODNTdvLtTtNR3FTH2PnszCl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;top:20.125rem;left:33.6875rem;overflow:hidden;display:block; }
#T3TiiFQfcCJKbDatZ0o2Z7aIAmZQ6y1q { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:19.875rem;left:36.1875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JKyM5VI5KzQ4l80za3yR3FQaurBMSzaT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:1.625rem;top:25.875rem;left:31.5rem;overflow:hidden;display:block; }
#IUJGQqkfxf70nwgHRLJqreuhh9v42cAo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;top:25.6875rem;left:34.75rem;overflow:hidden;display:block; }
#i8JTppSKWShcIvdMyxdOIOvNCmKMWdzD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:25.6875rem;left:38.0625rem;overflow:hidden;display:block; }
#M0SWdivLF3odMVdkgOCyy2oBydF91XfA { 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:1.5625rem;width:1.5625rem;top:25.6875rem;left:41.375rem;overflow:hidden;display:block; }
#NCw7QHbdQtPeeIwn7PmFx7kR5y64Jf7J { position:absolute;display:block;z-index:15004;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.4375rem;top:18.3125rem;left:51rem;display:block; }
#V0J2cqtL5drFsGWEFCs9AUsQhVATAPmc { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.375rem;width:23.25rem;top:21.5rem;left:51rem;display:block; }
#KHS0Rm0o7WaaZkodDLdaGHFvdoHiJnht { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.75rem;top:20.125rem;left:58.125rem;overflow:hidden;display:block; }
#eT9hVLrLqkB6CLLZoMBpNqID9mZ7kcZy { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:19.875rem;left:60.5625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#audgbylHkoaEs1i69QfVy7Ms1FpF9omq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:7.125rem;top:26.125rem;left:55.75rem;overflow:hidden;display:block; }
#F7lVEvHfkPoy8V31BMWcQmeCuF8PcUUw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:5.25rem;top:25.8125rem;left:64.5625rem;overflow:hidden;display:block; }
#x32uaiKUcc7Ir5TGv1QuvrTTzMRWZRGp { background-color:transparent;background-image:none;border-top:0.125rem solid #444769;border-left:0.125rem solid #444769;border-right:0.125rem solid #444769;border-bottom:0.125rem solid #444769;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:31.5625rem;left:28.84375rem;display:block; }
#cCbskPgDZ2ssUvh9fVMNHzmcVRvzaGGV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HkPs3PP3uJVwz7eKT5lT7ZcBIvIpoDeD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15208;opacity:1;top:8.7374992370606rem;left:35.9375rem; }
#PDEZBwkT57fBe1fgyXW04ubx2eeAcKtF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15209;opacity:1;top:21.674999237061rem;left:10.75rem; }
#WhfuVW0VNFLM0VLzZzka7mShR27CgZHh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15210;opacity:1;top:21.674999237061rem;left:35.9375rem; }
#RcpOFzs9TM8fra8iJSVGam8GpTwd17gX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15211;opacity:1;top:21.674999237061rem;left:61.15625rem; }
#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(3,3,4,0.73);background-image:url("https://images.assets-landingi.com/uc/9dba6157-ca1d-474a-9dfd-3d08418e2437/czymjestpilotblack4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.adaptive-delivery-prevent-bg, #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.lazyload, #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.lazyloading { background-image: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container { background-color: transparent; background-image: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container > .video-iframe-container { display: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row > .video-iframe-container { display: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .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); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container { border-width: 0; border-radius: 0; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#d0QKGg1ctCHkWB98K0UDVpQR9gNITVGF { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:4.625rem;left:21.217708587646rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#xKq2JWcGsOHxKSknPdpSLBLwNaG3U18w { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3125rem;left:28.875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;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; }
#DS7im9Abn8LHEDexNFNxi1vc2DuFvOKT { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.625rem;left:33.875rem;display:block; }
#WFGdVie15xclKkJxIWUb98uraruXvuZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZvH5iN74LHaaRPb2AhTBksoW8JfqLP5C { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:2rem;top:18.625rem;left:11.1875rem;overflow:hidden;display:block; }
#XzbiVcTwgNWo6LVCQJCkRg2Ph8WHGa3t { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#G2nfCK1yvA803tXk7LgzCkaG21ysDc4J { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:22.75rem;left:0.8125rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;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; }
#o2A30k7nCQRUwyeTTQIgTwbuwiMpPfi3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:2rem;top:18.625rem;left:36.5rem;overflow:hidden;display:block; }
#OBCKQ5o2lwxXyzcGqe0Z7a284Ps0hcfe { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.0625rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#lvPyU5GmobbCBvZHog4gWWsBq0LLsnBl { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:22.6875rem;left:26.75rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;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; }
#JNquVfUp32s3wthZhnLJkcUvIizGAULz { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:1.6875rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:25.3232421875rem;left:35.125rem;display:block; }
#OKDskyDH9cqki9WH03J8hqzZn0EKhZ4L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxTVmQJ5bGvVa7Xv7JXdi4G8irrqfWCH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:18.625rem;left:61.625rem;overflow:hidden;display:block; }
#b2wvSrobeQGfCu62yScZMVVBs2taMqyV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.0625rem;left:53.34375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#uG71kQGolNFc4ZIgr77WDhsdNlWrMlaM { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:22.75rem;left:50.65625rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;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; }
#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container { background-color: transparent; background-image: none; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container > .video-iframe-container { display: none; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row > .video-iframe-container { display: none; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .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); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container { border-width: 0; border-radius: 0; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#KrP15DzKzbss8RbXgbftnv6A4k8QPLBT { color:rgba(var(--color-tertiary-0),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:0.6875rem;left:9.3114585876462rem;height:3.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { background-color: transparent; background-image: none; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container > .video-iframe-container { display: none; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row > .video-iframe-container { display: none; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .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); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { border-width: 0; border-radius: 0; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .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:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #403d64; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .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; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);line-height:1.4;overflow:hidden;height:auto; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--headlines-font-family);font-weight:300;font-style:normal;height:auto;color:rgba(var(--color-tertiary-0),1);line-height:1.4;overflow:hidden; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .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://images.assets-landingi.com/uc/ba0570b6-9999-4e61-9618-d47894547070/Vector.svg");background-size:contain !important; }#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-trigger.adaptive-delivery-prevent-bg, #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-trigger.lazyload, #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-trigger.lazyloading { background-image: none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.875rem;left:-9.5367431640625E-7rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #gAU9oIgwTAWfrKomelCLefToN93bR3U1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD { display:none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #at8k72bQeTBlykD8qSztCfNG0qkJUtqT { display:none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #beKTryoMq6efxnyk3uINVShBD10NUpZ1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y { display:none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #LQmHvJe99lSfvc74qS6GiJf5159pEHIu { display:none; }
#aD028CbMz2frTA70poFgDV8CtUTK5Vws { position:relative;display:block; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws { background-color: transparent; background-image: none; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .row .container > .video-iframe-container { display: none; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .row > .video-iframe-container { display: none; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .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); }#aD028CbMz2frTA70poFgDV8CtUTK5Vws { border-width: 0; border-radius: 0; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tyCqXQfOQIREIIT9VGVKz6a7Q2nMVNSt { color:#ffffff;display:block;width:25rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:0.79332399368287rem;left:25.000000953674rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { background-color: transparent; background-image: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container > .video-iframe-container { display: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container { display: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .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); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { border-width: 0; border-radius: 0; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.62456875rem;height:0.99989375rem;text-decoration:none;z-index:15042;text-align:left;text-align-last:left;top:2.28515625rem;left:0rem;display:block; }
#IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:2.3291664123535rem;left:5.1875rem;display:block; }
#ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:2.2979164123535rem;left:14.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1rem;text-decoration:none;z-index:15045;text-align:left;text-align-last:left;top:2.3125rem;left:24.3125rem;display:block; }
#GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1rem;text-decoration:none;z-index:15046;text-align:left;text-align-last:left;top:2.3125rem;left:35rem;display:block; }
#JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { position:absolute;display:block;z-index:15185;height:1.375rem;width:75rem;top:4.1875rem;left:0rem;display:block; }
#kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.1348724365234rem;left:62.5rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row .container { background-color: transparent; background-image: none; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row .container > .video-iframe-container { display: none; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row > .video-iframe-container { display: none; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .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); }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row .container { border-width: 0; border-radius: 0; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;position:relative;display:block; }#bxltAzVTfHKzi9QX8oz9xk24mu0qWl5q { color:rgba(var(--color-tertiary-0),1);display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4751586914062rem;left:7.875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hlL5guKXqnutJWJiUZ1dLcG3G28Gp1eg { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15506;opacity:1;top:2.8735790252686rem;left:62.624999046325rem; }
#mB3EcqempiopT1CDkJ11UZ8U4tO0tXEJ { box-sizing:content-box;height:1.375rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15507;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6619319915771rem;left:62.437499046326rem;display:block; }
#rgLaIgK5QbFTsTbyeqKZX8v9tLk6L40G { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15054;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:26.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#chB97DKimVhEtohWZwPegNhCJ9UpA0J6 { position:absolute;display:block;z-index:15055;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:3.125rem;width:3.125rem;top:9.125rem;left:15.875rem;overflow:hidden;display:block; }
#QCyTVTPXrx5KTZX8bILVRTybard1dkfW { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:9.4375rem;left:19.75rem;overflow:hidden;display:block; }
#yPNHvU2OrhF4h9Pcsv5ntHTGAWo95RnG { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:9.5rem;left:23.4375rem;overflow:hidden;display:block; }
#QtrU5DlnPcVBDmdm5cRWIJoaN3mnwsX8 { position:absolute;display:block;z-index:15058;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:3.0625rem;width:3.0625rem;top:9.2999944686887rem;left:26.750000953674rem;overflow:hidden;display:block; }
#XMw1KICENuRgH8QOngMhKt1UEp7TOnwP { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:9.6875rem;left:30.9375rem;overflow:hidden;display:block; }
#EFqtGe0BtTZzmoqU8pXPtNarZaIxk6yD { position:absolute;display:block;z-index:15060;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:3rem;width:3rem;top:9.3125rem;left:34.1875rem;overflow:hidden;display:block; }
#iTGo3c45k2Tgz5l2HU4Zwt4C5kpdFBuQ { position:absolute;display:block;z-index:15061;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:3.375rem;width:3.375rem;top:9.1749944686887rem;left:37.737500190735rem;overflow:hidden;display:block; }
#FhCBxOh5WBk27ByaZvKUyzw170y6xaqi { position:absolute;display:block;z-index:15062;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:3rem;width:3rem;top:9.25rem;left:41.5625rem;overflow:hidden;display:block; }
#FWBAV4DA7hHa9BLVIc4WVAJ79TFSp8pm { position:absolute;display:block;z-index:15508;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:9.3125rem;left:45.125rem;overflow:hidden;display:block; }
#V4Iedtq0Xavbh16nvKsFWnwxL6yTxfIS { position:absolute;display:block;z-index:15064;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:3.3125rem;width:3.3125rem;top:9.1875rem;left:48.5625rem;overflow:hidden;display:block; }
#dcVuruhkupJZKy93gTeRGTAKilME1OMi { position:absolute;display:block;z-index:15065;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:3rem;width:3rem;top:9.25rem;left:52.375rem;overflow:hidden;display:block; }
#udOMddRBxa33xnouy5wKs0hX75Ir2vxk { position:absolute;display:block;z-index:15066;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:3.0625rem;width:3.0625rem;top:9.25rem;left:56rem;overflow:hidden;display:block; }
#hmwgVMmJiSc75wfi99EHxaPqSmINaQXV { position:absolute;display:block;z-index:15067;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:3.4375rem;width:3.4375rem;top:12.625rem;left:19.375rem;overflow:hidden;display:block; }
#pTIyep16CoyEDXTbQId068EAllf7LS1R { position:absolute;display:block;z-index:15068;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:3.375rem;width:3.375rem;top:12.624994277954rem;left:22.987500190735rem;overflow:hidden;display:block; }
#am1lav0W7bZs9fIWF2Tc22xovAAQCOwb { position:absolute;display:block;z-index:15069;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:3.4375rem;width:3.4375rem;top:12.75rem;left:15.75rem;overflow:hidden;display:block; }
#FMroKXkG12zaTmbf9VsMamippBy2Z1dB { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.875rem;left:26.8125rem;overflow:hidden;display:block; }
#LTWiDqZOLFQmHm89K2FaDBHHvHGOkliz { position:absolute;display:block;z-index:15072;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:3.5rem;width:3.5rem;top:12.625000476837rem;left:30.374999046326rem;overflow:hidden;display:block; }
#NdVQZ5QqQh7i369IQLWJPAEkuu8sX0CB { position:absolute;display:block;z-index:15073;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:3rem;width:3rem;top:12.875000476837rem;left:34.187499046326rem;overflow:hidden;display:block; }
#v2296bqN1GnFgNTI1vkW7ldTVQ0V17li { position:absolute;display:block;z-index:15075;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:3.5625rem;width:3.5625rem;top:12.593750476837rem;left:37.718752861023rem;overflow:hidden;display:block; }
#F0NTWZ434FbbKsPL8eOqEPJ1edtQiC1z { position:absolute;display:block;z-index:15074;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:3.125rem;width:3.125rem;top:12.812500476837rem;left:41.500002861023rem;overflow:hidden;display:block; }
#dQutXgCe5sZAxe2kXM3F82rHIztpPlFP { position:absolute;display:block;z-index:15076;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:3.0625rem;width:3.0625rem;top:12.812500476837rem;left:45.125002861023rem;overflow:hidden;display:block; }
#TI8MLXeB56WCKuRmUoJ968EH9aRxMAsF { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.906250476837rem;left:48.750002861023rem;overflow:hidden;display:block; }
#xuUqfEwLtOpKHcbiHGH8hqzT4meDcoFt { position:absolute;display:block;z-index:15078;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:3.375rem;width:3.375rem;top:12.75rem;left:52.312500953674rem;overflow:hidden;display:block; }
#PA3nIfIze6yDSwPNwq7JRzleXEIb8koK { position:absolute;display:block;z-index:15079;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:3.1875rem;width:3.1875rem;top:12.781250476837rem;left:55.937502861023rem;overflow:hidden;display:block; }
#roQhaFvRmQpmI1TvaUS4lNVqmv6gBv8f { position:absolute;display:block;z-index:15080;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:3.375rem;width:3.375rem;top:16.32954633078rem;left:15.721591828674rem;overflow:hidden;display:block; }
#FSEg5u7oCZ8WSuToCXUdFFNK2UfdMuwl { position:absolute;display:block;z-index:15081;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:3.125rem;width:3.125rem;top:16.454546451569rem;left:19.500000953674rem;overflow:hidden;display:block; }
#UoHBpk4V8HAQGFToJILQBpXyEdqU2sz6 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:16.767046451569rem;left:23.468750953674rem;overflow:hidden;display:block; }
#LmpJN2sHa3grb33bptwISbDNsTp4BnTP { position:absolute;display:block;z-index:15082;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:3.3125rem;width:3.3125rem;top:16.437500476837rem;left:26.718749046326rem;overflow:hidden;display:block; }
#NCLToepeT23NUTqyrKKBw6GXM4583y7n { position:absolute;display:block;z-index:15084;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:3rem;width:3rem;top:16.562500476837rem;left:30.499999046326rem;overflow:hidden;display:block; }
#pkTJAErIdkEE7rlWeui9ISrglRwUUTfJ { position:absolute;display:block;z-index:15086;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:3.125rem;width:3.125rem;top:16.500000476837rem;left:34.124999046326rem;overflow:hidden;display:block; }
#iyEEc2mnsKZMgwDDgb8rqTNTxZBEVo4y { position:absolute;display:block;z-index:15085;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:3.0625rem;width:3.0625rem;top:16.500000476837rem;left:37.906252861023rem;overflow:hidden;display:block; }
#Nb9HoJJDuTth32il2Zl18LTRX4neTt0T { position:absolute;display:block;z-index:15087;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:3.3125rem;width:3.3125rem;top:16.392046451569rem;left:41.375002861023rem;overflow:hidden;display:block; }
#dTEXc0CmBUHTn6giQreSlp8Hda8qvt76 { position:absolute;display:block;z-index:15088;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:3.25rem;width:3.25rem;top:16.375000476837rem;left:45.000002861023rem;overflow:hidden;display:block; }
#Jq5qWKTkl4olUoC8iTIXCQtxckDpfIWV { position:absolute;display:block;z-index:15089;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:3.25rem;width:3.25rem;top:16.392046451569rem;left:48.593752861023rem;overflow:hidden;display:block; }
#MmTCINROKraTTMdhvBUvItaf7ZRZDuE0 { position:absolute;display:block;z-index:15090;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:3.4375rem;width:3.4375rem;top:16.250000476837rem;left:52.062502861023rem;overflow:hidden;display:block; }
#LSS4ntTJ4XK88ZDdzMIWZ7Gq9I5rhnP5 { position:absolute;display:block;z-index:15091;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:3.5rem;width:3.5rem;top:16.250000476837rem;left:55.750002861023rem;overflow:hidden;display:block; }
#EdJSdzXlQDniz7V1GEZ1ugyvBn7wbcQE { position:absolute;display:block;z-index:15092;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:3.3125rem;width:3.3125rem;top:20.017046451569rem;left:15.781250953674rem;overflow:hidden;display:block; }
#BlUCJ2dGu2CV5c7Ol6cNUiUe44xrkhHL { position:absolute;display:block;z-index:15093;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:3.0625rem;width:3.0625rem;top:20.204546451569rem;left:19.531250953674rem;overflow:hidden;display:block; }
#cnek2rsSC5Uqo7L2MRKWw9dugTH9qgWa { position:absolute;display:block;z-index:15094;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:3.1875rem;width:3.1875rem;top:20.142046451569rem;left:23.107245445251rem;overflow:hidden;display:block; }
#eChNVznkDJ35JlE4GPl0Z8WnkMf93xrK { position:absolute;display:block;z-index:15095;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:3.125rem;width:3.125rem;top:20.204546451569rem;left:26.843749046326rem;overflow:hidden;display:block; }
#Ou9NrrSiLeAUPFASFRMecnBpurb8BfdB { position:absolute;display:block;z-index:15096;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:3.375rem;width:3.375rem;top:38.545438766479rem;left:55.843752861023rem;overflow:hidden;display:block; }
#IoXht8ovdwa3L5ZmpqAiDLHDJUuxhU5V { position:absolute;display:block;z-index:15097;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:3.1875rem;width:3.1875rem;top:20.079546451569rem;left:34.093749046326rem;overflow:hidden;display:block; }
#GVeTroNAuwqhxX7RvqyDhQN3wIi2elzg { position:absolute;display:block;z-index:15279;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:20.423296451569rem;left:38.250002861023rem;overflow:hidden;display:block; }
#KfsrueD5AkZyqI5c16BTZqq1ThmtJVDX { position:absolute;display:block;z-index:15281;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:20.423296451569rem;left:41.812502861023rem;overflow:hidden;display:block; }
#pCKuio8MDEM7dP91OkLAI7AyW3NQKR30 { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:20.423296451569rem;left:45.312502861023rem;overflow:hidden;display:block; }
#C7RxC3ksEbg9PX0eCG64gllHcxqfIsfG { position:absolute;display:block;z-index:15369;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:20.423296451569rem;left:48.968752861023rem;overflow:hidden;display:block; }
#En8bGXV8uGqUGK4ooTWtfmbyklFVAq8U { position:absolute;display:block;z-index:15287;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:20.110796451569rem;left:52.312502861023rem;overflow:hidden;display:block; }
#CXRNX739ZT0VGTRQozl3JVTra8ycbbd4 { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:20.624989509583rem;left:56.437502861023rem;overflow:hidden;display:block; }
#ZOWKeEhKJ8nSwTxz0EQoXRCHL2Oz7kH0 { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:24.187500953674rem;left:16.187500953674rem;overflow:hidden;display:block; }
#A19p7zl7fobMTPhREDnCaA6UlwI6WyZu { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:24.000000953674rem;left:19.687500953674rem;overflow:hidden;display:block; }
#zer39VbguMGe2oJdp9M6JX8A4n8RFD2G { position:absolute;display:block;z-index:15295;border-top:0;border-left:0;border-right:0;border-bottom:0;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:23.875000953674rem;left:23.281250953674rem;overflow:hidden;display:block; }
#PT2GL4gvS7NHTRLaSJ88l33MXeQxU7W5 { position:absolute;display:block;z-index:15383;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:24.187500953674rem;left:27.124999046326rem;overflow:hidden;display:block; }
#OilBpJxsxOUWQATqOF4NmlTRWnpFZBnN { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:24.187500953674rem;left:30.749999046326rem;overflow:hidden;display:block; }
#rGb98mrNuxg207QkmL3lREC6Q39MnBX8 { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:23.937500953674rem;left:34.124999046326rem;overflow:hidden;display:block; }
#lRSnd2gKhiNl5MrMxLEK24JOwXEJDKiK { position:absolute;display:block;z-index:15389;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:24.281250953674rem;left:38.343752861023rem;overflow:hidden;display:block; }
#Gn9J2RhwHG2aBdrOghINTGIg82Rc4FMO { position:absolute;display:block;z-index:15307;border-top:0;border-left:0;border-right:0;border-bottom:0;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:24.093799591064rem;left:41.718750953674rem;overflow:hidden;display:block; }
#TQy2TlzXpLhpBzkZkw7IiCicRWCQ7eeR { position:absolute;display:block;z-index:15309;border-top:0;border-left:0;border-right:0;border-bottom:0;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:24.343750953674rem;left:45.468752861023rem;overflow:hidden;display:block; }
#c8GsEEFU2iElLoSrJLnmvJu2HcqlFCTc { position:absolute;display:block;z-index:15311;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:23.937500953674rem;left:48.843752861023rem;overflow:hidden;display:block; }
#lVgET6CaTW9Xa4ygfg1wu4f7XCdZfpO2 { position:absolute;display:block;z-index:15397;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:23.875000953674rem;left:52.375002861023rem;overflow:hidden;display:block; }
#mtcaGQhQwnlm4B4FG7UWf7ZuerRxRzWf { position:absolute;display:block;z-index:15315;border-top:0;border-left:0;border-right:0;border-bottom:0;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:24.343750953674rem;left:56.437502861023rem;overflow:hidden;display:block; }
#cgFpm28mLBLunWofU33yEnT7TzS0mxHK { position:absolute;display:block;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:27.875001907349rem;left:16.187500953674rem;overflow:hidden;display:block; }
#hRICuOGNJJTpXOvnTCN2TB2gN3UwO8ba { position:absolute;display:block;z-index:15403;border-top:0;border-left:0;border-right:0;border-bottom:0;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:27.781251907349rem;left:19.718750953674rem;overflow:hidden;display:block; }
#ZAHyFmXFsTi7Wb5LsZESxFooMNvCMoNC { position:absolute;display:block;z-index:15321;border-top:0;border-left:0;border-right:0;border-bottom:0;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:27.565342782349rem;left:23.159091828674rem;overflow:hidden;display:block; }
#h1eHTAF4fmTdTwQFNZvoyEZHTBSy92ud { position:absolute;display:block;z-index:15323;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:27.593751907349rem;left:26.843749046326rem;overflow:hidden;display:block; }
#NZuA2uvQUJlieX56HEfGRk9FSazt1kqP { position:absolute;display:block;z-index:15498;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:27.593751907349rem;left:30.468749046326rem;overflow:hidden;display:block; }
#AC4GxGfzhoJqZc2WlwwLTeGyE0VTwQAk { position:absolute;display:block;z-index:15411;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.25rem;top:27.437501907349rem;left:34.062499046326rem;overflow:hidden;display:block; }
#lq9cwU9pkBDxfpwDrsQ9NzuvSLpJV0dE { position:absolute;display:block;z-index:15329;border-top:0;border-left:0;border-right:0;border-bottom:0;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:27.468751907349rem;left:37.906252861023rem;overflow:hidden;display:block; }
#afuaDy4uiDru9PCByNmsth1hF5NV0FHU { position:absolute;display:block;z-index:15500;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:27.409092782349rem;left:41.284093736023rem;overflow:hidden;display:block; }
#TFOGyTM9TPBIIFzmfCXBKy4sF92AXauf { position:absolute;display:block;z-index:15499;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:27.437501907349rem;left:44.875002861023rem;overflow:hidden;display:block; }
#dc1eLMaGq3pfok8ONsXhBHM3Ei0kJA6T { position:absolute;display:block;z-index:15413;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:27.875001907349rem;left:48.968752861023rem;overflow:hidden;display:block; }
#ypUdxO1vt4BIke3VCr87bs4FnL7XR2ha { position:absolute;display:block;z-index:15337;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:2.875rem;top:27.781251907349rem;left:52.437502861023rem;overflow:hidden;display:block; }
#zt08vM6L4aV7ESffWlrNOL4lV4F1u8N6 { position:absolute;display:block;z-index:15490;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:31.312501907349rem;left:15.937500953674rem;overflow:hidden;display:block; }
#O7CcHXKT2nq00X35y9TAQupim9kJ6JTq { position:absolute;display:block;z-index:15491;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:31.281251907349rem;left:19.468750953674rem;overflow:hidden;display:block; }
#WfK9siO0WCF0BwEpV37PXKV18TrQ6K42 { position:absolute;display:block;z-index:15492;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:31.281251907349rem;left:23.187500953674rem;overflow:hidden;display:block; }
#R0g5Xyx9vaWIrAruRuyJre63BqLIfqpL { position:absolute;display:block;z-index:15493;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:31.437501907349rem;left:26.999999046326rem;overflow:hidden;display:block; }
#wDiLPSyUk5WwOSdn1cmyccW2alNt37rR { position:absolute;display:block;z-index:15494;border-top:0;border-left:0;border-right:0;border-bottom:0;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:31.375001907349rem;left:30.499999046326rem;overflow:hidden;display:block; }
#ecTkOAiKrilGr8kVTedzAgXsnq9uhSKb { position:absolute;display:block;z-index:15495;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:31.343751907349rem;left:34.156249046326rem;overflow:hidden;display:block; }
#lp7FWoTAXKfRkGmPlBccNb8eOpyMaCHt { position:absolute;display:block;z-index:15496;border-top:0;border-left:0;border-right:0;border-bottom:0;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:31.437501907349rem;left:37.906252861023rem;overflow:hidden;display:block; }
#fbtMXPtkxCTCsxMh32aOWzI91hPhkL7n { position:absolute;display:block;z-index:15351;border-top:0;border-left:0;border-right:0;border-bottom:0;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:31.159091949463rem;left:41.468752861023rem;overflow:hidden;display:block; }
#tcMt4hlI6e4rwkyUwMBTocDwdm8JQX3T { position:absolute;display:block;z-index:15345;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:31.187501907349rem;left:45.125002861023rem;overflow:hidden;display:block; }
#qTopBFuH8PtGv5R2rqiu8AlvHyl4MDnN { position:absolute;display:block;z-index:15431;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:31.159091949463rem;left:48.562502861023rem;overflow:hidden;display:block; }
#K1OOox5XAkbrVSwJoGDTpkUSEfkHAPel { position:absolute;display:block;z-index:15363;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:31.312501907349rem;left:52.437502861023rem;overflow:hidden;display:block; }
#B4R0eGVCBlBieceFduQ8ZVcS5qzv72Cn { position:absolute;display:block;z-index:15365;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:2.8125rem;top:31.346591949463rem;left:56.062502861023rem;overflow:hidden;display:block; }
#nKkk8FvfPioZlFSZ8sqh4ED6hi4itBlt { position:absolute;display:block;z-index:15367;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:2.8125rem;top:35.000000953674rem;left:16.062500953674rem;overflow:hidden;display:block; }
#p1S5dbW0H94xAECCPEHAEHBInRnOTaLm { position:absolute;display:block;z-index:15453;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:35.125000953674rem;left:19.687500953674rem;overflow:hidden;display:block; }
#oE0rMBpaF0KPPcmTA7gZ9Tnq22xFTo9K { position:absolute;display:block;z-index:15371;border-top:0;border-left:0;border-right:0;border-bottom:0;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:35.000000953674rem;left:23.232954978943rem;overflow:hidden;display:block; }
#HK7kQTsgyfIbmzAk1O962E3kNuJQ9GC2 { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:34.750000953674rem;left:26.718749046326rem;overflow:hidden;display:block; }
#ZH0l0TJW91r1RvJJEcXDfIN2a2BZmmsS { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:34.968750953674rem;left:30.562499046326rem;overflow:hidden;display:block; }
#OlQg4Vs377h5W7B8Ud9fcJ64b2v3mcM1 { position:absolute;display:block;z-index:15459;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:35.156250953674rem;left:34.437499046326rem;overflow:hidden;display:block; }
#zAHwNqC02WIbKRGwwKeVUCvL7ye36WJR { position:absolute;display:block;z-index:15377;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:2.8125rem;top:35.000000953674rem;left:38.031252861023rem;overflow:hidden;display:block; }
#rJUWwtLAD5kiVw6Rue0V0RLQ4D2pStRr { position:absolute;display:block;z-index:15379;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:35.218750953674rem;left:41.750002861023rem;overflow:hidden;display:block; }
#wehGiVTTlPq7ZowPeouZDzOT95eP3dSx { position:absolute;display:block;z-index:15381;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:2.8125rem;top:35.093750953674rem;left:45.250002861023rem;overflow:hidden;display:block; }
#vxsR9JkSy6hPQAu25CImc9KvMiIeqisp { position:absolute;display:block;z-index:15467;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:35.062500953674rem;left:48.968752861023rem;overflow:hidden;display:block; }
#exO7NKv9t5McbmAQprm18STtDAnxUaN1 { position:absolute;display:block;z-index:15385;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:35.031250953674rem;left:52.500002861023rem;overflow:hidden;display:block; }
#m9NZmGh4dDAiuEee4I2dLAM6IUS7CTXL { position:absolute;display:block;z-index:15387;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:35.156250953674rem;left:56.281252861023rem;overflow:hidden;display:block; }
#AFv37pELzKeprTsTD6aiZ8Gn1x1NCbR8 { position:absolute;display:block;z-index:15473;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:38.982955932618rem;left:16.250000953674rem;overflow:hidden;display:block; }
#KH0emtX48Ta8O39DTfpJqxFrmMR3KQ5d { position:absolute;display:block;z-index:15391;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:2.9375rem;top:38.795455932618rem;left:19.562500953674rem;overflow:hidden;display:block; }
#Xqr8K1VgNcC0lMCZBix3DA7ewEvgdpdq { position:absolute;display:block;z-index:15393;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:38.482955932618rem;left:23.044745445251rem;overflow:hidden;display:block; }
#X6v7vevpVUq1ry7zxrsnlBMWQZUyMTEL { position:absolute;display:block;z-index:15395;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:38.764205932618rem;left:26.843749046326rem;overflow:hidden;display:block; }
#J8s1t851cbbVyIlDGVNzEcwwXoqTCyCV { position:absolute;display:block;z-index:15397;border-top:0;border-left:0;border-right:0;border-bottom:0;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:38.670455932618rem;left:30.437499046326rem;overflow:hidden;display:block; }
#EspDiUn1nBnAbSSKnFUeRCxg5i0JKncJ { position:absolute;display:block;z-index:15399;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:2.8125rem;top:38.826705932618rem;left:34.281249046326rem;overflow:hidden;display:block; }
#gQr0ModT9ysZ24RNasZGJGWo8rpU84ET { position:absolute;display:block;z-index:15401;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:2.9375rem;top:38.826705932618rem;left:37.968752861023rem;overflow:hidden;display:block; }
#Eg9v94L1kwHTIhgkuTBw9LTWpd9XKXey { position:absolute;display:block;z-index:15403;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:2.8125rem;top:38.826705932618rem;left:41.656252861023rem;overflow:hidden;display:block; }
#IFhseUG4EhNuAtTa84aa4hTJlF2BHvbR { position:absolute;display:block;z-index:15405;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:38.701705932618rem;left:45.031252861023rem;overflow:hidden;display:block; }
#QzWIQZXtni7rNdFcBbb9NWT8meNHomvZ { position:absolute;display:block;z-index:15407;border-top:0;border-left:0;border-right:0;border-bottom:0;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:38.576705932618rem;left:48.625002861023rem;overflow:hidden;display:block; }
#pgyRanE7GUfwRLguW51zlOtWGdylxlN6 { position:absolute;display:block;z-index:15409;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:38.795455932618rem;left:52.437502861023rem;overflow:hidden;display:block; }
#Dxgrpzf3VTqbuSysLfdRbik4FR5R1Tkd { position:absolute;display:block;z-index:15411;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:2.9375rem;top:42.357955932618rem;left:15.937500953674rem;overflow:hidden;display:block; }
#zxcWrxTCi9rULiLSCECEn37Nnlb0fn4E { position:absolute;display:block;z-index:15501;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:42.451705932618rem;left:19.562500953674rem;overflow:hidden;display:block; }
#DxOOXndy5DHJ7L5sx1xGhivNBF5ePm4s { position:absolute;display:block;z-index:15415;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:42.53125rem;left:23.343750953674rem;overflow:hidden;display:block; }
#BZoVRJ6uTN500HuhSffCtTC9sm7aE4gI { position:absolute;display:block;z-index:15417;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:42.576705932618rem;left:26.937499046326rem;overflow:hidden;display:block; }
#dVImId8HoxMRlqdfiGFw6Tw1e6eZ5VzN { position:absolute;display:block;z-index:15475;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:42.764205932618rem;left:45.500002861023rem;overflow:hidden;display:block; }
#XrWkoBXdCImVad1fcbiNRsmH5UCr9neR { position:absolute;display:block;z-index:15481;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482972621917rem;left:45.437502861023rem;overflow:hidden;display:block; }
#alRkoqL7TsakwOBLLDT4zWn2F6xhaQsF { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:27.593750953674rem;left:56.000002861023rem;overflow:hidden;display:block; }
#Vh1zPSZbQ5dttyuCQggt4lyVKutWKZkP { position:absolute;display:block;z-index:15502;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:3rem;width:3rem;top:42.451705932618rem;left:37.812502861023rem;overflow:hidden;display:block; }
#HVaVSAhiyVUSiyWdbl9iSHck6ayzDVeh { position:absolute;display:block;z-index:15503;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:3rem;width:3rem;top:42.482955932618rem;left:41.406252861023rem;overflow:hidden;display:block; }
#AwulEQT5zNZrko399bHQNI7Slt12aRud { position:absolute;display:block;z-index:15482;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:42.701705932618rem;left:49.093752861023rem;overflow:hidden;display:block; }
#NLkqQmNgAyypU4pdUDno7N6wlqqNdS4H { position:absolute;display:block;z-index:15483;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:42.701705932618rem;left:52.750002861023rem;overflow:hidden;display:block; }
#vm09E4ItIumE08kgTMXfO3hK4ztKpghL { position:absolute;display:block;z-index:15484;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:42.701705932618rem;left:56.281252861023rem;overflow:hidden;display:block; }
#w6UhlUNvITuk6Oz2e0v1Q3NpyetATc48 { position:absolute;display:block;z-index:15486;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482955932618rem;left:16.187500953674rem;overflow:hidden;display:block; }
#KQwmbK1nBV5NCHiKuQqzeeVl0EP6mMSH { position:absolute;display:block;z-index:15504;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482955932618rem;left:19.875000953674rem;overflow:hidden;display:block; }
#lxqmdNfvaAzLi7eIQ0P0ZpQu6nyGTx8I { position:absolute;display:block;z-index:15100;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482955932618rem;left:23.468750953674rem;overflow:hidden;display:block; }
#mmL04I9wcymiW7WHH8SxawX2LM3tls4T { position:absolute;display:block;z-index:15101;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482955932618rem;left:27.124999046326rem;overflow:hidden;display:block; }
#I70CTOENHtk5ZQDA8C5RbkpB5LJgIkHG { position:absolute;display:block;z-index:15102;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482955932618rem;left:30.749999046326rem;overflow:hidden;display:block; }
#kLi7oD12z9qy4PDdz2qHBGBI3OCF691d { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482955932618rem;left:34.732954978943rem;overflow:hidden;display:block; }
#mcbduyVReuIsDF4ZeG0s6BfbuWG2QGL8 { position:absolute;display:block;z-index:15104;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.528409957886rem;left:38.250002861023rem;overflow:hidden;display:block; }
#Cpp4aHoMErENJTdslyiDQS6ZI7XqemPr { position:absolute;display:block;z-index:15105;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482972621917rem;left:41.812502861023rem;overflow:hidden;display:block; }
#TEC1hL4CfKZZNb1Z2fDZv4zXZoDKu4vx { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:42.6875rem;left:30.6875rem;overflow:hidden;display:block; }
#i8wctSMhdfBDhUcqQ5XhAgtBkfuwNdFo { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:42.6875rem;left:34.3125rem;overflow:hidden;display:block; }
#uWPrMqu6KbA4kIZNDx59M9UAgnutrdXq { box-sizing:content-box;height:51.625rem;width:50.875rem;position:absolute;display:block;z-index:14981;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.1860795021057rem;left:12.127131462097rem;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; }
#XeIFqFC8FiZi3U2RsUeWvQquOtEbN4aA { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15505;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6683235168457rem;left:62.437499046326rem;display:block; }
#DLte3KxMynQaxKURPqvPg3fI6TbGqpFR { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:15.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IRvPaXlJN79gsPAkLLEiIQiA2PQrIpE7 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:19.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kUhpONs5Mp9naDS4Paey6B1dJZqi8fbV { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JQX4RP6cyqdI8FhTy1ksql7APkBJLF1e { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:26.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pP2sq0XebnxdSBdBxCQlToww6T4kum3D { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Tz0s4i7cGk8H3WDBBLAWoILFs1R5iQTK { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qlMUpdSwJziWKOq2elvHa8mXPVZ3Qp4L { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:37.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZmuxS4hoVqH5pILwTHUCJlT5QT60hiQ3 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:41.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nCqGW8WGVhHqDXt2klxpJbEsOXx9vo2S { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15063;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:44.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yihdTv6hTytpNSRILXCgeBHtOILlnd8e { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:48.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aerwlI6zBVMiraDTtppUoGvM3WKpB822 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yTE1cSwc4qG4Ea4m9JCTr2AQnkzJXbzJ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UE7Tol7u6oNieuZwLKawzVXTl7qynODh { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:15.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZeTivRwp0bL3NKTOEbbu4scay5ozAHHQ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:19.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XPAfoFwmoADdHCLdK6bXP4g5xqCMzvJm { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:23rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Hn5hSzT7Tm10V4vNStVruVlOzunMDWR5 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15055;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uqFQnIAf7aQoKym1XTLHn37HpxfeTupS { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15056;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UtOHuMFcfyzfIlWoepyLnvzebI9it8Z3 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15057;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZBwmsQ5t5pla5CJ4gaPQc7Vng1AHiLbX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15058;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:41.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mE9PXUuOQw581DqVveM2sJGAOL5eKzPO { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15059;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LfVtJV5nnm7T6iVJ6nOOtNKglIPwNUPK { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15060;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:48.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NCyegwOzboZsUyMDsLaBte7ELQynbGrE { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15061;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pZeLFvAgxRoCwk25Cc1ZdIGnGcfvTEyK { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15062;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iGGP82KgVdTRr2ONoZTdA7gd6MrlXGwz { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mAhxQJlkMiEEPvQOvpB02J5EIAp6M6Sh { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:19.437500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dBoAPgVCIrzA9E0Cogn2LW0d70ZBid0V { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TseTGCn2qLT3Le5JJ9argBgApTsFnn0Q { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#v1z59RfEAtAqQlhKWCvzuNiikzbvqVMo { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:33.999999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TPioKOCzvGCBQOk9NECvAzEtrDtw5cxq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#frAZ859cMR19bKvd27KPPC4lLFwfJEo3 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VnBVGrq1GstTuGGL8WXGghlydv1VTz1B { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FUuHxFIMzrdcULKEtzvCInDnNZwuBUFT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:45.000002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#f9IN2WyicaEbQBCPiPbT17EW0q3SE6AB { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uQw0rgX0ivu4xEZ8Tq3UVp8PArdeGpgS { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HfvUm2KschV9iItL5U5qKmkGfDTbUTT9 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZK042UlepqMrs03sUv1vFPJfTP4tVFMT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gcStuV7wg4TkBp9R4ztcgerG9M5WakOr { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Vn5KXa9LtTKx656HGw5vqLWLLJQMMpAu { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qB7ULD7aGMED13H9JnR019Cuo8d9C5aD { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zJDwkq66zChOAl7VJ0Tv90o3LLP4y7uQ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OiSuGmPNMCEXuP6sGJ9yEBtulPfCnXTC { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:45.000002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#t9JHtTocXH3I3GDUJFgqIQERfWrap1AH { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DqUcOGQ47fhn7GeznQQOH1FPoDhHpRQn { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JcTCHbvhFtGl0lfFAdbRV8b7NzxDRATt { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#v1qhMv36nbgTPRlqNP4up28nQRnVNU3P { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Dg8AXkMweBGubgUkeFZNtEihEyla3UUq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MiROMWdq16MInGN2SNU2FpO8VPCra2AL { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#caSlMIRtaqKhoQ284LKQAeq0hAkcqUok { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yC0T6QrIMRZM164VGX7qq2JKNpCod1Tu { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yM4DJI0cxN8CBQmdN96FKZuiM0RaSgBF { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Hx21JXUlCWra3nhlSgy6hsuRyGAb31wF { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uonAPxIZq0DfNZsg2TD1lbtAycsITyBH { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tkwMueMJvCr2I6rSfhet5Maht47RJr2C { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#W54vesf10nGiidghba1zFolTWseOhJR5 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:41.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tnStaJOuOLLrXeATIoFL9ZONh8XcmZ7l { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rJ5hcWT4R5O8XZHybWchGbq9FaGliEU6 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#X6ve9HsC80vzmv5FnizUcOhDizNBbW1B { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HpR2FXcyztTdePvaTe2hqJEmoeL2SKLZ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#p55xUOBn35gTHSCwDr5XtUwARzOmBIZA { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nGKeqqN5qHSVde76DIaUAe2MpubfHd7w { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437502384186rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#my53iloSnW198qFdIOiko9neE60EEeUC { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DFxu6H6zGHwtxh2Ztk2U5JQWov3dDDiJ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SOuiTCxgCvCITp6slwJNdxiKAlbeW7C8 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SMLvWTgf6LoD3Ta57HPZP9Duwzy7AqRM { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#myhJk8adN7bKe4EpOq3l5V2PSILmPGEC { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DMlbXRwNsw03tLaBxc5D51FxT5Ul2lk1 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xHRVfCFNcJeaAR0yyulgsTrCV82lVNke { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SUTdEDnKwofwAEfSZ68r19AeiB46Pq6M { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FPSTyVlRfodTMCUBIseTLLliNE1MvQb3 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#N07fTv77rKs504Oxt8Mm5HQJpHecfktI { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#m7kETo66kqSCxTZNuNsrWEZHlxQkfw9t { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VqEfFTiDCVvhNDiKZeJq4ef3AANRy9Bv { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cgqlJFSqa7tpdZcHVT7ehd6AT1MNA4lK { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ycW3oZ6GSWKSwv6pMoy9IvfKGv1ETqtU { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oWzePUVBeA9KKfVlapy3EJKUZcMBXnPX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nsughKlbKvnRAlNHFDwyi7JKND8gyvaX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iLiUqXWW2ZFvgBab57Ufci9T8NLUsLXX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pDwQzSFuDtwmTJCsDtSSgG97SkUq47iT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iwziJAxoLPvTX2pw6zkkg8CrSrJZrNpR { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ls2ayETBBsTcufKZ8sFTdb2DGRTA0rEO { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zTrCVIczry4t32mIpaOgreI7RmHXxOhl { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#W2oOfNlq9We8Mitkp2RoTwAFxnt5B7rf { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fT5OWTnmG3kt4km17hA6XWo1ARtUh9HV { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GW4WWa7HsNKK2skRqmTcI9GHnBuHboha { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WTiNswgcRevuyBs5DwfqNqVz4LgnJrC5 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#S2heosLZskRMbXlXLcKVpTBWVp4pX6y8 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zWJZGZqmi7rynQ1qXLFL9s14kuG0oA7s { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AnECQGiEqOuZqNSR4KihISr1NZJFU45w { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vnPNIWpfZWITRbVEX1rVlfmN6OWfi7Ol { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yeIJztUTGNoJwKaUArh2JHvM38ranUN9 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wk123QWiGQwN41W5wCCXtr6rHkmCy4fy { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qvG7UpgVsSKXHRi2nZ5GPT7bIrA8Vh5n { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:45.000002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vSHnZKc9IMVFRqbmS1L9xvItqKH8BCz6 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#M7Gdd2p7sPIbit0bmq8ubTwQqmuncAfW { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kzodTyS3Nf9qpOF2A83XucZihEnRFdmr { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vpXQVIHSQsJTVTLvzVvE2V0Tar53DbMR { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.545455932618rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kBMhMMAUqZkJB5ahd5nTIbwZTpJ32sZp { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#B8KnUn7cmyceZy0PHEw3M85bFT4cbSdu { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#O9cChu6zQxzOZMZnFTMUuAt0wDSopKzR { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#evVlz1aTOnl4MgFCEbhiKC8xnyr4G7gz { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Mlveve6khbdNuBPrvTnzdU37PURu8PFt { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:48.656252861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#CSCoWU4egWAO8AReyfMIv2xWS5QJ6pXq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OVBluapO7GO79h8SoECaPrz1iTnmHIZ3 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Gfm5qyRPBNaNIMmr9lrX2L9kN1VHZRir { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LddubOPZVRE5zSivS74JTTxmsILEcctC { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:52.250002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#C1OOOrfI1wgGTzyIKqSMhqoeLJaRKwhl { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fWex2lt2A8MgPnZgBQiksu7fCM1X7rDJ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oyfmiKWx41dUot3dkykcbbXMadTMzhg4 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.295455932618rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IqxhuaZWR6GlymVgdepgTrLo5c3WWqib { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QHg1ha2Z5qIQkWk7U6F8yqF1xocm3cNJ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#I3TprODRW9Kz2dHMnkC0CXhSAzGK6Zo2 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#q13VATei0XmbCVV6c33D88C65Nfu7QAq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xHXNKvbULtpc94OeUrVn34kt91MWJyeq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TZOUB04BlEPuZqypzBM3CypREaeMOvVV { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#E8eOW9iPobHM7HcTst1JCNSNE3kSToQv { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:41.437502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vRQqDJgykxHFVNC4mSTwfeRLfNbIqDXb { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:48.656252861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VMUfeVkpG9kSu92kllWwu2n9MizM1QrP { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GARbEXQMFd3eQ162S83PzAQHDVTdo1I4 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:52.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#q54G4nAZi6tpqlODlNW456ZTKi4JMuCb { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QehEb4lmxGbnqTHnDT32l5WXsbTPbJ6k { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.045455932618rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UWLg4QzipNJAiIXlVwgDiVrnIIdCRR06 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.0625rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RTJh1NVrb83w2TDORLTzFRCfLyrulV4o { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.0625rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kdW7yLOJwhX8fSES1MNPHuBx1G8rEst3 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.0625rem;left:26.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cS7JzSyDZRMoINAa4s9KAGxboSMt66cd { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.0625rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VRQLlaJkD5EKlCr3aPHLJvbiNUMiuMTK { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.0625rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Zr7W4AzCHUNe3lov8HvvbgIQ2dSKqOF4 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.0625rem;left:37.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BKt4PeLGcRdw1hHS7eiwzcUVnThUap0P { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.045455932618rem;left:55.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GWsnV8cVRHZMm93S6poGP7C4ScrT9dBM { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.045455932618rem;left:52.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#a86dMmMIexhPmGdHlcsxVCRAvcZK8Sxp { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.045455932618rem;left:48.656252861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#R0UTNTT03nw5OO6hlMFaqZ8dyF7ntHtg { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.045455932618rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BwGcramxWhCFFfD8T18eHcRZ2zcSVHyo { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.045455932618rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#G0re0FZqDrVcZ9GtTt6Bwssb2ST2l7XQ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.795455932618rem;left:35.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NhVDduRp3NqdA9rStgG1Mt2ipEgEfCvT { position:absolute;display:block;z-index:15509;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:3.3125rem;width:3.3125rem;top:20.017046451569rem;left:30.343749046326rem;overflow:hidden;display:block; }
#Q1E9qUCTTDm5J8N0RV8QmUnqhupBwt8B { position:absolute;display:block;z-index:15510;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:0.9375rem;width:2.875rem;top:47.25rem;left:48.9375rem;overflow:hidden;display:block; }
#Vu6556TqnofxFLEPuDr4euimLnMwVR1G { position:absolute;display:block;z-index:15511;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:0.9375rem;width:2.875rem;top:47.25rem;left:52.5625rem;overflow:hidden;display:block; }
#E0VmxETQte2ENK0iOB0qQXWFHtfJXoJw { position:absolute;display:block;z-index:15512;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:0.9375rem;width:2.875rem;top:47.264205932618rem;left:56.156252861023rem;overflow:hidden;display:block; }
#bRa1FE6zEP7Qy7WLi7DUKQ06W8yA5LKK { position:absolute;display:block;z-index:15513;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:0.9375rem;width:2.875rem;top:51.014205932618rem;left:36.062502861023rem;overflow:hidden;display:block; }
#G2fXJuuQmQdg0xKpUWs93eCwqOfSZtwZ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#pdbJEsfe5qZ172f1qXxhoZ8QDPhxsGqJ { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:34.750000953674rem;left:26.718749046326rem;overflow:hidden;display:none; }
#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row .container { background-color: transparent; background-image: none; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row .container > .video-iframe-container { display: none; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row > .video-iframe-container { display: none; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .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); }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row .container { border-width: 0; border-radius: 0; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#HQeTBaaKT3ovLC3QOwn6opluZpVmDG2o { color:rgba(var(--color-tertiary-0),1);display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:7.875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L5RtUS2NpifUrpWkB0aL45F3XuxQIDts { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15506;opacity:1;top:2.8735809326172rem;left:62.562499046325rem; }
#QKLoIbTMDwvqSKfFmNrZhfavI7mil7k1 { box-sizing:content-box;height:1.375rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15507;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6619338989258rem;left:62.374999046326rem;display:block; }
#KkpPiquJqFn8Ecu1lckDmu0HLdSgEweL { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15054;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:26.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EHwoRW9gchwR5O8mysyUL9naPwANwoXQ { position:absolute;display:block;z-index:15055;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:3.125rem;width:3.125rem;top:9.125rem;left:15.875rem;overflow:hidden;display:block; }
#GOANkwSGDHvh17DXBtqTd1mDwy8whNPZ { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:9.4375rem;left:19.75rem;overflow:hidden;display:block; }
#QAlPRvvo3wcO1OLPvcdBo6pHBOPVCsC7 { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:9.5rem;left:23.4375rem;overflow:hidden;display:block; }
#EecdTATtT2JxFRTqKi4maKuZT4I6JRfI { position:absolute;display:block;z-index:15058;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:3.0625rem;width:3.0625rem;top:9.25rem;left:26.8125rem;overflow:hidden;display:block; }
#hrrA06MA4Q6PTX7nFor7TFwUEOmyz6zV { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:9.6875rem;left:30.9375rem;overflow:hidden;display:block; }
#GbIfFf8J336ibB6e3Wx5LBkeTHFLfTXE { position:absolute;display:block;z-index:15060;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:3rem;width:3rem;top:9.3125rem;left:37.9375rem;overflow:hidden;display:block; }
#GULbs3EkP65KNPAdyo2HxGKsGOTs4H7D { position:absolute;display:block;z-index:15061;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:3.375rem;width:3.375rem;top:9.1079826354981rem;left:52.295454978943rem;overflow:hidden;display:block; }
#PxCEda72ZViXq9U3k9ZMOcIUiBxGst8z { position:absolute;display:block;z-index:15062;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:3rem;width:3rem;top:9.25rem;left:41.5625rem;overflow:hidden;display:block; }
#lzTKzF9z2Xay1WhtsmH4wHJhJw5CE3qD { position:absolute;display:block;z-index:15508;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:9.3125rem;left:45.125rem;overflow:hidden;display:block; }
#nDpJTNWtyQ8ybNvsmUzQKFUOnup2Iu5T { position:absolute;display:block;z-index:15064;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:3.3125rem;width:3.3125rem;top:9.1875rem;left:48.5625rem;overflow:hidden;display:block; }
#TsHG3uaVCSPBQfioSWoJ1tNGG7Jy7TMI { position:absolute;display:block;z-index:15065;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:3rem;width:3rem;top:23.936819076538rem;left:26.874999046326rem;overflow:hidden;display:block; }
#AwqprTaEbavp8fv0sK22n2qdeKighaKn { position:absolute;display:block;z-index:15066;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:3.0625rem;width:3.0625rem;top:9.25rem;left:56rem;overflow:hidden;display:block; }
#Gn86Sz5xnfmUFLBDy33Ak94ov8Ne4RxJ { position:absolute;display:block;z-index:15067;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:3.4375rem;width:3.4375rem;top:12.625rem;left:19.375rem;overflow:hidden;display:block; }
#O6Adoc4OfrA0bCpkJDHpK5VZBLcx2U9c { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.937500238419rem;left:45.156252861023rem;overflow:hidden;display:block; }
#IKSlAU9S1t3ip7ReZnT9CLvoGzA8ZPUR { position:absolute;display:block;z-index:15072;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:3.5rem;width:3.5rem;top:16.249995470047rem;left:19.375000953674rem;overflow:hidden;display:block; }
#XAIu5hv7hHMIUvCMnFDikKD2K1DasgK4 { position:absolute;display:block;z-index:15074;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:3.125rem;width:3.125rem;top:16.437500238419rem;left:55.843752861023rem;overflow:hidden;display:block; }
#eIWUvoUxUmwkkT9anXFrTDETvfG1b3yS { position:absolute;display:block;z-index:15076;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:3.0625rem;width:3.0625rem;top:20.169739723206rem;left:30.468749046326rem;overflow:hidden;display:block; }
#qvczlSJxFOyfUXoqS5R4RKyCpAz1d4D0 { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:20.232244968414rem;left:23.250000953674rem;overflow:hidden;display:block; }
#E8PG0hU7n2BOO4MHHHUOcfUmncOOL5J1 { position:absolute;display:block;z-index:15078;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:3.375rem;width:3.375rem;top:20.124290466309rem;left:26.749999046326rem;overflow:hidden;display:block; }
#upoGzrIo6ey4XFSIFUUHpzJ41BTZm0t6 { position:absolute;display:block;z-index:15079;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:3.1875rem;width:3.1875rem;top:20.12423992157rem;left:52.281252861023rem;overflow:hidden;display:block; }
#Mpl5o1pUkWu6OwmVWJkTFpnyI96VkWqu { position:absolute;display:block;z-index:15080;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:3.375rem;width:3.375rem;top:20.06173992157rem;left:48.593752861023rem;overflow:hidden;display:block; }
#NrsJP758apv6ss1KnWFdUtCGUZ0TytIs { position:absolute;display:block;z-index:15081;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:3.125rem;width:3.125rem;top:20.232245445251rem;left:55.968752861023rem;overflow:hidden;display:block; }
#mpPPruB3EZRkUIVHOhkKHfyt66WTNXZ3 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:24.187445640564rem;left:16.187500953674rem;overflow:hidden;display:block; }
#i0SkdqPKXF962bB4eTbxk9JfnvMnS9yM { position:absolute;display:block;z-index:15082;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:3.3125rem;width:3.3125rem;top:23.842986106873rem;left:19.562500953674rem;overflow:hidden;display:block; }
#yoTMv5qUqpznPdCw87O387QuARFl7Qaf { position:absolute;display:block;z-index:15084;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:3rem;width:3rem;top:23.936736106873rem;left:23.218750953674rem;overflow:hidden;display:block; }
#vHmn6vxybCVdcDuklHTLGqXVrBvnPypC { position:absolute;display:block;z-index:15086;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:3.125rem;width:3.125rem;top:20.25rem;left:34.1875rem;overflow:hidden;display:block; }
#EEqaHBP1ZrzFhr1tqcvCNT26mSbnlscW { position:absolute;display:block;z-index:15085;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:3.0625rem;width:3.0625rem;top:20.25rem;left:37.9375rem;overflow:hidden;display:block; }
#ABMGZW4qkiTHoSeoeLKssopWOpqar9lt { position:absolute;display:block;z-index:15087;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:3.3125rem;width:3.3125rem;top:23.780569076538rem;left:37.750002861023rem;overflow:hidden;display:block; }
#icn1a0Uft2r6oeyZUfyyiTnV2UNkVs5l { position:absolute;display:block;z-index:15088;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:3.5rem;width:3.5rem;top:19.99933052063rem;left:41.267045853943rem;overflow:hidden;display:block; }
#g2DH55Ssw9V0W3o1cKJUhX7TRzBXFmK2 { position:absolute;display:block;z-index:15089;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:3.25rem;width:3.25rem;top:23.8125rem;left:41.5rem;overflow:hidden;display:block; }
#b50CGL92kHkZiBitv2rcp57nPrOGOo7p { position:absolute;display:block;z-index:15092;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:3.3125rem;width:3.3125rem;top:23.780529022217rem;left:48.826704978943rem;overflow:hidden;display:block; }
#OPR10J8WzRstqOwxcWBMTQ5FCatoQS6q { position:absolute;display:block;z-index:15093;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:3.0625rem;width:3.0625rem;top:27.5625rem;left:15.9375rem;overflow:hidden;display:block; }
#N1QMTzku8o0FM5BPneixqiBqLmyePZAd { position:absolute;display:block;z-index:15094;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:3.1875rem;width:3.1875rem;top:27.5rem;left:19.5rem;overflow:hidden;display:block; }
#vzkbQEiwfR2c7o9Co2fXTTFg4DLlJTz4 { position:absolute;display:block;z-index:15095;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:3.125rem;width:3.125rem;top:23.874324798584rem;left:52.232954978943rem;overflow:hidden;display:block; }
#IZRUBBKGTxaUmfHeG85fcDivPAXftfHc { position:absolute;display:block;z-index:15096;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:3.375rem;width:3.375rem;top:27.279813766479rem;left:23.170454978943rem;overflow:hidden;display:block; }
#JVFiircbx5a4tViaqcegGeIPZsT2qUAw { position:absolute;display:block;z-index:15097;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:3.1875rem;width:3.1875rem;top:23.843041419983rem;left:55.937502861023rem;overflow:hidden;display:block; }
#t2r5HLwykT4FMnoll2xCkXn4KsDtQbf5 { position:absolute;display:block;z-index:15279;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:9.4375rem;left:34.500000953674rem;overflow:hidden;display:block; }
#LgBD4I4v878Ws6zzOi9irWJzleCsTELn { position:absolute;display:block;z-index:15281;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:13.125000953674rem;left:16.187500953674rem;overflow:hidden;display:block; }
#k2UoNvAMVhubE2IKhRgUeTS988vynAoE { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:13.125000238419rem;left:48.968752861023rem;overflow:hidden;display:block; }
#imRl690EzhkXRoAlXpeI3oOIUcaTTwrN { position:absolute;display:block;z-index:15369;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.811784029007rem;left:16.187500953674rem;overflow:hidden;display:block; }
#WeJnKvqEO0p43BMd3bL7oBy8onMIIVkg { position:absolute;display:block;z-index:15287;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:12.812500953674rem;left:23.170454978943rem;overflow:hidden;display:block; }
#b9y3RVf0MuicyIM6oxWeS61VfzvQFs8o { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:13.250000238419rem;left:52.750002861023rem;overflow:hidden;display:block; }
#rTxspZbqD2pTzv15exfPeOLiF23hzpSi { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.749295473099rem;left:23.468750953674rem;overflow:hidden;display:block; }
#XVT8RN0ZgWW0lsmtWnT8O3dDmf2Vm5Jb { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:16.561784029007rem;left:26.937499046326rem;overflow:hidden;display:block; }
#t83ZTi9T72J3zEdRTUblOCWJm3PWyD6e { position:absolute;display:block;z-index:15295;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.499289751053rem;left:48.718752861023rem;overflow:hidden;display:block; }
#JF71QRpB40A4w7RvyaHu2KVVoPTs069c { position:absolute;display:block;z-index:15383;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.749289751053rem;left:52.625002861023rem;overflow:hidden;display:block; }
#e969AwzbGT94DJDbHUpnE4EwBGGxrLqM { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:24.187500953674rem;left:30.749999046326rem;overflow:hidden;display:block; }
#PJuA73ttwdnRZkDLEIdR6qRoJQOzIRLu { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:23.937500953674rem;left:34.124999046326rem;overflow:hidden;display:block; }
#KE7g6HWscLW6MkTNfpBbTzN4wSTMFBLm { position:absolute;display:block;z-index:15389;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:13.218755722046rem;left:30.937499046326rem;overflow:hidden;display:block; }
#uT4yq48DUukrrGbctxm5v4HTxQaeZkCZ { position:absolute;display:block;z-index:15307;border-top:0;border-left:0;border-right:0;border-bottom:0;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:13.031255722046rem;left:38.093752861023rem;overflow:hidden;display:block; }
#ArNsJomWGiPbMAbmhEgO4DCP7g6uLOV4 { position:absolute;display:block;z-index:15309;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:20.32528591156rem;left:45.187502861023rem;overflow:hidden;display:block; }
#LT6cIomb2qMTWwzClkgsJmRX7yzmemMV { position:absolute;display:block;z-index:15311;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:16.561789751053rem;left:38.000002861023rem;overflow:hidden;display:block; }
#AS8HcGfq6f16xWiNh45CTZGvZ4fUqAAy { position:absolute;display:block;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.749319076538rem;left:41.812502861023rem;overflow:hidden;display:block; }
#JyVwK95pI9L61oDTIZWvR3n4AUTvoLt1 { position:absolute;display:block;z-index:15403;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:3.5625rem;top:12.593750238419rem;left:41.295454978943rem;overflow:hidden;display:block; }
#z18lyRlE5DlHXNU14g6llPzZZdhEWWns { position:absolute;display:block;z-index:15321;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.499289751053rem;left:30.499999046326rem;overflow:hidden;display:block; }
#wAdzpc1k1s4uZsGSo2qasRJXx6kHsAQS { position:absolute;display:block;z-index:15323;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:12.843755722046rem;left:34.156249046326rem;overflow:hidden;display:block; }
#Flb2FTsCQqM0av4DywFzF0Hr9OCdMiei { position:absolute;display:block;z-index:15413;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.544744729996rem;left:34.062499046326rem;overflow:hidden;display:block; }
#m1UDHhmbC0DRrdfOLAE3D86CGNtEsoSd { position:absolute;display:block;z-index:15411;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:2.9375rem;top:20.204545974731rem;left:15.968750953674rem;overflow:hidden;display:block; }
#axT9IvpIVhdUTlQarKElIoPSg5tcqZJF { position:absolute;display:block;z-index:15501;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:20.235795974731rem;left:19.625000953674rem;overflow:hidden;display:block; }
#LC6y38ef9hqXTPqTUPHHwcRIPyiInk9a { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:12.843755722046rem;left:26.843749046326rem;overflow:hidden;display:block; }
#LkQTAuiczCtI4e16iXigd0bHtRnKfAzN { position:absolute;display:block;z-index:15502;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:3rem;width:3rem;top:27.625rem;left:26.9375rem;overflow:hidden;display:block; }
#ihtK1EgsxQqrlJH2ta8tLbvlJ9n2QC95 { position:absolute;display:block;z-index:15503;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:3rem;width:3rem;top:27.6875rem;left:30.5rem;overflow:hidden;display:block; }
#cg10dxiU075WfmUBUiOmzVgDLbn8R841 { position:absolute;display:block;z-index:15504;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:34.5625rem;overflow:hidden;display:block; }
#pt09WXLXaIHn0nw9kgJtmywktzm07KEm { position:absolute;display:block;z-index:15100;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:41.5625rem;overflow:hidden;display:block; }
#DXl5TpceBlXyD5Pg9F6NPGAXraCTIqAQ { position:absolute;display:block;z-index:15101;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:45.375rem;overflow:hidden;display:block; }
#TSrCO5WohDMFGxCCEBTxV4R7MZSt9eD6 { position:absolute;display:block;z-index:15102;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:49rem;overflow:hidden;display:block; }
#E5GP2ATgUInwPkur6LnZReOsHfLUf4iz { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:52.8125rem;overflow:hidden;display:block; }
#hcuvbC4MmXStcfFoo0LNGr1IVQCUzBKK { position:absolute;display:block;z-index:15104;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.875rem;left:56.3125rem;overflow:hidden;display:block; }
#R1shmFIS5SObgub573wu2aWiMhVhr8EF { position:absolute;display:block;z-index:15105;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.843750953674rem;left:38.187502861023rem;overflow:hidden;display:block; }
#vo0JPLRAyUWmWfLrfa4frsUZrq5ceT3T { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:31.5rem;left:26.999999046326rem;overflow:hidden;display:block; }
#MGCmrL98Fy9stcXG0amfZods5scUUlyA { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:31.5rem;left:30.624999046326rem;overflow:hidden;display:block; }
#Hia7nUscuHgrisH7e5Z1xFv8iTMbFT9T { box-sizing:content-box;height:34.0625rem;width:50.9375rem;position:absolute;display:block;z-index:14981;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.1853713989258rem;left:12.127131462097rem;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; }
#hCnXdU2hL8zS9Uw9wZ3czEz4PvTzL0QC { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15505;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6683235168457rem;left:62.374999046326rem;display:block; }
#hctpqAhQyFGhEk0G898diHggOx5rJZew { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:15.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MW5dWn3DnfecpfWGtCnVKGTVvAF9bwrm { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:19.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yCInMipwNSF0qMFOuP9ZUBIn2d8oiKpa { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#D71Tce6Kqm7HQkTDm3keqW36ifOZFqg7 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:26.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eH7xW0FfpLFNzrIupOLvOi6sI0dJTLD2 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PfSdZ0cNOlTsnamODG4oqec7sgqVaT3V { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IGSbIzb7fRJeLslrGXaPTecqLpDFqwpd { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:37.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tGcTTe8gLywp6zdyle73g7eti9yVu7FT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:41.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#av9hTZ76uTl0PLsmnxvF2BHC5gzyAwVg { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15063;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:44.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#izpay7Pv26lM0H5IZLVdHGZqei0ORr1g { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:48.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LHTuvpNh4nuHBTMG64LcUOIaVVO0kKkM { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LQM2xJ0wLPin8Asw20z0o3Z0NE109bG2 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#S8P2tv0bfTycLSmT11KdNXG2pRZ0UfXx { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:15.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZQOlQD7n0222A0V9W8QRhBRbKTqozqpA { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:19.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xmmBhbBvmAi5iznaA6BM4rWNewQTfEHX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:23rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pGpsl9gDaLy6bK1wTGcRt4nPhdWWhAa5 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15055;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#V6fHmxSAHzwpQRaaBy32hUCVxv4IVEAf { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15056;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oq9H1T2o0v9E5zuIhUnv4TWxEEMuJyZg { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15057;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#O6xnH3Ozw8oOXJ84vwHXMyksgW390ovW { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15058;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:41.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#W4W0pcB41hyMM02cPNd9c07Ih6UN7U8G { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15059;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IGfLVrHIXW9dMtKZ3qR7nXTwdPcUIdeP { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15060;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:48.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#V8QTrpOUm01ecWeBK3Fd95rkxNCdqA28 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15061;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AXRr7HE3pcFdQB5mAi2NhTLHAEOh3UTr { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15062;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#J8zSrzRtCuyOPmCAXZHAd9LxvTTeUsCs { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mBqcAu6Xhvz9JpZPIaBBRWkTO0lsJbqo { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:19.437500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TwhbQ06mFRWF3hDtieku7HFaisiRSex8 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lt4b698ExSbuhtVLVC4EAgL0SMVJDhza { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BoutBdz4kwQqcVwyUwekSASCDcDWvPW8 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:33.999999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mSLEkSAlipatySZdtQrTcTM9OJDCWzvB { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xQpNh2p1NvgyvQ19WbnTTPk6fo2M0RLk { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gJEKNaZCRWFJ0KlIqLnfUtiCB6AB6A3B { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Q3UVhM2nExxJxbdrxhnWmnZO0MNNZ6w6 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:45.000002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mCDEHR0XUs44P94t8ztWT25cbULBIhsd { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#sz73sCfQl6eL0o36FSk45moaIWMEpci0 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cN78Hu0Kr5JDrnvHkHeoXitHzhGHRVR1 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QZSFT4UMT0inyrn17ceJv9oDZOkLPyBF { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RbAGCDADHiV2aTRO0UsqgCEUWzA6rTkz { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QHVibci1Uv7bF6C1gE8VZE2gDV1oMcLq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Ebp96w5ePT2p5d0wwhGVGgk3fV7yQnMR { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ihpHuUQgsbZxpn3OvUP4OBJbMf4f8Kli { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Z8sPpPaXygDiTcSThEDezNwcpCizvrco { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:45.000002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SW4dazplMtFP1cgFxCnBOOteGgR4VVC7 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#twcAi7SovFhCx4bPzvDnmV6TM7XfUfgm { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DeqKrIdZCV96VFcJBJlQJRRTS6bdVOl8 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MnwoEvFEU7g1rBw0EkUi7OOz33kyRrbh { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eXIUCykeHxFHBWnEnIU7CrXspwoZBBFm { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#h6AaOXHCI4KdRuPlbX0G6DIxgMmBpSHa { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#K3E6lwX9Dh9OvgOVZTcwrMBQUroW5sw9 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oOrnkeVi7RcvRE2QtqvcdXIot4GNv5VD { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pDXhlW88WqmgS79Cfedc0TvdqZi7gofa { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UrtEmiXhHKDdBq1LE9ey8cWnwQT8b19k { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HKhSGCOQ3V1toEsGRX2TGi4LBw9m5XTd { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TLiR9fxck1NqsgqqwlBT2ckS3KWw6QTa { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#a1ZTiq4l3Xvf5vgGAHlDNPUIiTb6KGU5 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:41.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#sJvMpkEQToe3ZkxZnC7Jd9wTrW1GS27p { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#V3eGfBoTfKKFI4M7DSaS9brH8fRbZhgX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ThQFmFutUpuNcf2A4mgJby81rugorKwq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#J17TBHTJdHkMSmhBHaDtDtB6TaNpN9WB { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KHsTTJQR1ENQ3T8ZGE43JbFJfD5TU8Ta { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#A78ZaTtcB2OOML9qP5tyM25kTZcyVRkx { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437502384186rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TqGUcskbwDQ2umA3DcTTEo5rJfgnvTR7 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rD1TPQyrTVPTtNQeZqdMi3zIRkQfDu3x { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#M1lUseXp9nmZ3Jkl07h0ZwhR8OkWvGrd { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iHgUkzOI53lbEXGOkFz7wbH4XvoFe6PW { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aVsWkJAsHJuIw140bfuLPnffGfURLGWr { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QmxAOGadQt92DpsHFrSOhMwLaD6qNhTD { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XNfTcrqlLKQs8rJzcdrbZZ85BRnxvJqq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yQfGWxruzQhalqpnPEP9F8oqoOxfu1hF { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WI3y3U6mTPCRXdfBASKaTPJgFpcSe8FR { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#v2zIZnrGIedP3BDpRAldko3TMRvKrFwG { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xtS3hAiRAev3tZFQGrPomDggzhkCSnzf { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#krdZDt8y5E8Ulyg7a016UdKZTqVUHEsu { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZSFMXrC5yyCgUvuWnrcFEmwwt2FrTDBC { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zOGr00QzfwZPkzxNrAEBbFKdyZrxfRnG { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:45.062502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#w5IbQhctxcciE2Tky4NHoGpofACUH4NL { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:41.437502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PLyHh5nKOIA4smEQPZvfRziaaib1oPZZ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:37.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Niq92lJmRcPut2lRvxDzFio4kikd0yaW { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:33.999999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZaRz1uKLb4uJm6cIT7iuvG5xpXkmEbqR { position:absolute;display:block;z-index:15509;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:3.3125rem;width:3.3125rem;top:12.718750238419rem;left:55.812502861023rem;overflow:hidden;display:block; }
#hS3x4fv5fH92JWtZ46k8eZOCRtm5tWhu { position:absolute;display:block;z-index:15510;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:0.9375rem;width:2.875rem;top:32.3125rem;left:38.125002861023rem;overflow:hidden;display:block; }
#LfwXQqw6aVJeK2oo4AL6lJ0EtV7a4XTD { position:absolute;display:block;z-index:15511;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:0.9375rem;width:2.875rem;top:32.3125rem;left:41.750002861023rem;overflow:hidden;display:block; }
#QPs2tKEwJHIrcburDBU5HE6sfATphoE2 { position:absolute;display:block;z-index:15512;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:0.9375rem;width:2.875rem;top:32.3125rem;left:45.312502861023rem;overflow:hidden;display:block; }
#CFz2sZD5F2ukfH2TeuPDewNqaS8h5nrb { position:absolute;display:block;z-index:15513;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:0.9375rem;width:2.875rem;top:32.375rem;left:34.249999046326rem;overflow:hidden;display:block; }
#p7aMx4uvDkCW2X2R3Nn90aflFuiBJ3CC { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#Cu16pCn5rzCOv6fm2GzqrydfeL4nflpp { position:absolute;display:block;z-index:15090;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:3.4375rem;width:3.4375rem;top:16.280540466309rem;left:44.843752861023rem;overflow:hidden;display:block; }
#bGMunKmGqpShK4a8SQ7w29LadHw0LCDC { position:absolute;display:block;z-index:15091;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:3.5rem;width:3.5rem;top:23.6875rem;left:45rem;overflow:hidden;display:block; }
#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row .container { background-color: transparent; background-image: none; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row .container > .video-iframe-container { display: none; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row > .video-iframe-container { display: none; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .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); }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row .container { border-width: 0; border-radius: 0; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#kS8cADxXDXbtLAUPBH3E31LLV4Fv9xJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:14980;line-height:1.3;letter-spacing:0;top:5.5rem;left:7.875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#weHbcbc4JVU9kVHiLuARwqaA9ibO22dM { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15506;opacity:1;top:2.8735809326172rem;left:62.874999046325rem; }
#U7G8XTMkWu7qL31iyZTVScPk2XrfINDg { box-sizing:content-box;height:1.375rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15507;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6619338989258rem;left:62.687499046325rem;display:block; }
#Ttn0l1slw4GVTZB3mM9r01OFtLPcPiRp { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15054;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:26.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XAST6zsGfOF7tgAu6TX6TLJxTpBwdHGn { position:absolute;display:block;z-index:15055;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:3.125rem;width:3.125rem;top:9.125rem;left:15.875rem;overflow:hidden;display:block; }
#GbNc4SHfX9fUL0zA8eXp9WSIduhNo6wH { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:9.4375rem;left:19.75rem;overflow:hidden;display:block; }
#AUJwX9tXPg8m3P23yEfBBlgM1OtoH66N { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:9.5rem;left:23.4375rem;overflow:hidden;display:block; }
#GidTSmZg2KDZrVQrXoLGNZ4h905oJ0cr { position:absolute;display:block;z-index:15058;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:3.0625rem;width:3.0625rem;top:9.25rem;left:26.8125rem;overflow:hidden;display:block; }
#NfziBTdRbQZJRK660MN2vd99cnDdloVH { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:9.6875rem;left:30.9375rem;overflow:hidden;display:block; }
#d8KeZf9Q2J4yap2rqUJaT8t8s1vDENXw { position:absolute;display:block;z-index:15060;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:3rem;width:3rem;top:9.3125rem;left:37.9375rem;overflow:hidden;display:block; }
#XARy5aL9Zo9dVHEAPO9rpQuXsK5RWFtv { position:absolute;display:block;z-index:15061;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:3.375rem;width:3.375rem;top:9.1079826354981rem;left:52.295454978943rem;overflow:hidden;display:block; }
#p2ua1dTGwacztAHNIRyHT31TxarJengh { position:absolute;display:block;z-index:15062;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:3rem;width:3rem;top:9.25rem;left:41.5625rem;overflow:hidden;display:block; }
#pnTIPgDzbzmUmew13XUSPGWPcmTbtUpK { position:absolute;display:block;z-index:15508;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:9.3125rem;left:45.125rem;overflow:hidden;display:block; }
#h5y7i7EaT1dSe4Kl6yq5A8S3k202Nrbz { position:absolute;display:block;z-index:15064;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:3.3125rem;width:3.3125rem;top:9.1875rem;left:48.5625rem;overflow:hidden;display:block; }
#TBV5VQpwM16DPArJlaNMJT4rW3XAvwbw { position:absolute;display:block;z-index:15065;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:3rem;width:3rem;top:23.936819076538rem;left:26.874999046326rem;overflow:hidden;display:block; }
#iwimXu28FwrKTUA20xMQUoJ0tvesknum { position:absolute;display:block;z-index:15066;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:3.0625rem;width:3.0625rem;top:9.25rem;left:56rem;overflow:hidden;display:block; }
#SXXvZCLMgRUHgck2PDEKoMkko3MRga4a { position:absolute;display:block;z-index:15067;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:3.4375rem;width:3.4375rem;top:12.6875rem;left:19.437500953674rem;overflow:hidden;display:block; }
#q6VmMVykSSbFB0rRBk3TaCOr4XX1F3os { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.937500238419rem;left:45.156252861023rem;overflow:hidden;display:block; }
#HKk2TM82tP8Gvbg84yJit6NFoFypqQh9 { position:absolute;display:block;z-index:15072;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:3.5rem;width:3.5rem;top:16.249995470047rem;left:19.375000953674rem;overflow:hidden;display:block; }
#VxPzkhXTMfbqeslmoy54wRNdTh953X8y { position:absolute;display:block;z-index:15074;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:3.125rem;width:3.125rem;top:16.437500238419rem;left:55.843752861023rem;overflow:hidden;display:block; }
#eewTMXaeRXoz3yFGpZ7cgkgTsme3PK9y { position:absolute;display:block;z-index:15076;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:3.0625rem;width:3.0625rem;top:20.169739723206rem;left:30.468749046326rem;overflow:hidden;display:block; }
#x0WvwgrRONpUrUakkJRa3MDQJ1eOFTPJ { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:20.232244968414rem;left:23.250000953674rem;overflow:hidden;display:block; }
#TovLArmEeIQcCPFKCd7SORqOLNRybzwl { position:absolute;display:block;z-index:15078;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:3.375rem;width:3.375rem;top:20.124290466309rem;left:26.749999046326rem;overflow:hidden;display:block; }
#L4q07Q35CwFawKGaoxNZEVot5B0a59yV { position:absolute;display:block;z-index:15079;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:3.1875rem;width:3.1875rem;top:20.12423992157rem;left:52.281252861023rem;overflow:hidden;display:block; }
#VqlQTDeVKw2KbThFFXx7mlTUcACRE2oO { position:absolute;display:block;z-index:15080;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:3.375rem;width:3.375rem;top:20.06173992157rem;left:48.593752861023rem;overflow:hidden;display:block; }
#m0UFX2i5k1EfFP2MJXEBESpng4AnXTDX { position:absolute;display:block;z-index:15081;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:3.125rem;width:3.125rem;top:20.232245445251rem;left:55.968752861023rem;overflow:hidden;display:block; }
#TqvxtaKyB0xR54Mp4qHVQTWE8WuqUkx1 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:24.187445640564rem;left:16.187500953674rem;overflow:hidden;display:block; }
#uNNAAOw4VTiBEpKtOThd3B5mWPSTEsai { position:absolute;display:block;z-index:15082;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:3.3125rem;width:3.3125rem;top:23.842986106873rem;left:19.562500953674rem;overflow:hidden;display:block; }
#pah6pFfGX7VxV7RZSuG1gLOkOqgkXHUa { position:absolute;display:block;z-index:15084;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:3rem;width:3rem;top:23.936736106873rem;left:23.218750953674rem;overflow:hidden;display:block; }
#hfsV5Gaf2OtHgKu2LQRNwayEQODFLb6r { position:absolute;display:block;z-index:15086;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:3.125rem;width:3.125rem;top:20.25rem;left:34.1875rem;overflow:hidden;display:block; }
#v3veHP0ThhqXMN0ZGGOKhmOn4OuLh0fa { position:absolute;display:block;z-index:15085;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:3.0625rem;width:3.0625rem;top:20.25rem;left:37.9375rem;overflow:hidden;display:block; }
#qXfHASrt5iLEu0hcbGeCSS7VeAdEeZRr { position:absolute;display:block;z-index:15087;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:3.3125rem;width:3.3125rem;top:23.780569076538rem;left:37.750002861023rem;overflow:hidden;display:block; }
#GP1qKUWrAlcnZiQMo99xIpDKSZR1urSE { position:absolute;display:block;z-index:15088;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:3.5rem;width:3.5rem;top:19.99933052063rem;left:41.267045853943rem;overflow:hidden;display:block; }
#SfmTBisUNttpvA4yMoVV4tTO6pguauUo { position:absolute;display:block;z-index:15089;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:3.25rem;width:3.25rem;top:23.8125rem;left:41.5rem;overflow:hidden;display:block; }
#TO5uoLnkdZBQfXU7HSu8cxo8aBF45FBH { position:absolute;display:block;z-index:15092;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:3.3125rem;width:3.3125rem;top:23.780529022217rem;left:48.826704978943rem;overflow:hidden;display:block; }
#XZzLi3KaeW56c6uAQHOHy968TehmmkKV { position:absolute;display:block;z-index:15093;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:3.0625rem;width:3.0625rem;top:27.5625rem;left:15.9375rem;overflow:hidden;display:block; }
#EeaN5mnwfJpf7q6gN8w3l4XJRJfuF9Q8 { position:absolute;display:block;z-index:15094;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:3.1875rem;width:3.1875rem;top:27.5rem;left:19.5rem;overflow:hidden;display:block; }
#JF0v80TFCQ4gobCoZJ2XfEzu05rXkR7v { position:absolute;display:block;z-index:15095;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:3.125rem;width:3.125rem;top:23.874324798584rem;left:52.232954978943rem;overflow:hidden;display:block; }
#zLen9HlTU5NT4OqL6D5bolhdGOGzLVxr { position:absolute;display:block;z-index:15096;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:3.375rem;width:3.375rem;top:27.279813766479rem;left:23.170454978943rem;overflow:hidden;display:block; }
#lZZrCDn1ktv8EbmoeQszIJKs64S3fexz { position:absolute;display:block;z-index:15097;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:3.1875rem;width:3.1875rem;top:23.843041419983rem;left:55.937502861023rem;overflow:hidden;display:block; }
#doWF1LUUveUs1r0l5A89uABCiy2CMxpn { position:absolute;display:block;z-index:15279;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:9.4375rem;left:34.437500953674rem;overflow:hidden;display:block; }
#mBJbg5SdRvNqE7v6mRaAbecPWSExO1yS { position:absolute;display:block;z-index:15281;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:13.125000953674rem;left:16.187500953674rem;overflow:hidden;display:block; }
#Sniz80MCHW6KFbtR2uXSRn7d9kcOV65I { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:13.125000238419rem;left:48.968752861023rem;overflow:hidden;display:block; }
#ElATz1FfMNWvgC1RUR5ffuZ7CTfT4X8o { position:absolute;display:block;z-index:15369;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.811784029007rem;left:16.187500953674rem;overflow:hidden;display:block; }
#GRHPBVoDgb4WK9kRh90olGXhwQBbNMra { position:absolute;display:block;z-index:15287;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:12.812500953674rem;left:23.170454978943rem;overflow:hidden;display:block; }
#TFrqR3Hwga8Z4rl7NTWpVXLbTtD7kvgb { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;top:13.250000238419rem;left:52.750002861023rem;overflow:hidden;display:block; }
#Uuzn0MfzzHlCdUlnAbSV2XJAhF3xb6Zk { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.749295473099rem;left:23.468750953674rem;overflow:hidden;display:block; }
#WwOhNbxZb5i9UbbdKACen4BIXw8lZBWV { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:16.561784029007rem;left:26.937499046326rem;overflow:hidden;display:block; }
#VAkVMridAeWImqAgcygXo84fEvnxPVyF { position:absolute;display:block;z-index:15295;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.499289751053rem;left:48.718752861023rem;overflow:hidden;display:block; }
#ccJZT78rO4ZBJkV6ZFr7GsAbuQ3kq5TC { position:absolute;display:block;z-index:15383;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.749289751053rem;left:52.625002861023rem;overflow:hidden;display:block; }
#PNHkHkWM8oedv13V88HVqxApT9zuU6in { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:24.187500953674rem;left:30.749999046326rem;overflow:hidden;display:block; }
#GJSzNeTH9EPLgpGhlIrDzpeAVv3nLcZT { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:23.937500953674rem;left:34.124999046326rem;overflow:hidden;display:block; }
#SFABDXwbayMUwX1Jq9N3VtuTkwQpU7ba { position:absolute;display:block;z-index:15389;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:13.218755722046rem;left:30.937499046326rem;overflow:hidden;display:block; }
#ffTq5Bq4Td5bTGGiSThFhI4sGZfoeQb1 { position:absolute;display:block;z-index:15307;border-top:0;border-left:0;border-right:0;border-bottom:0;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:13.031255722046rem;left:38.093752861023rem;overflow:hidden;display:block; }
#b6BM0m2xDeuPOzfgM8qOcyn9dpS5DyNQ { position:absolute;display:block;z-index:15309;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:20.32528591156rem;left:45.187502861023rem;overflow:hidden;display:block; }
#d06ue3dJtk6ztgZrPnhycmIhgZT6PAUR { position:absolute;display:block;z-index:15311;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:16.561789751053rem;left:38.000002861023rem;overflow:hidden;display:block; }
#ugbrWUTUgzbafI30SRtgg26Jdbq94UBb { position:absolute;display:block;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.749319076538rem;left:41.812502861023rem;overflow:hidden;display:block; }
#IHBkLQkKRsJkJXzFaIfxTAfCKhRAmU8D { position:absolute;display:block;z-index:15403;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:3.5625rem;top:12.593750238419rem;left:41.295454978943rem;overflow:hidden;display:block; }
#KxQq5T5uktxOqyQutVyNwqReFhLuuCAJ { position:absolute;display:block;z-index:15321;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.499289751053rem;left:30.499999046326rem;overflow:hidden;display:block; }
#TI62tlHXbAfb4TeWsXX8LXMkfPBOPTcT { position:absolute;display:block;z-index:15323;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:12.843755722046rem;left:34.156249046326rem;overflow:hidden;display:block; }
#FEFT3TFZCHEJuugW8e15Qfn95LuA7USN { position:absolute;display:block;z-index:15413;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.544744729996rem;left:34.062499046326rem;overflow:hidden;display:block; }
#T7sy0ostU7wM6vwCsCzyoxn87DCzFVAV { position:absolute;display:block;z-index:15411;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:2.9375rem;top:20.204545974731rem;left:15.968750953674rem;overflow:hidden;display:block; }
#gRLRbf0taTFEw3HOgyEEanQfzpOUreT2 { position:absolute;display:block;z-index:15501;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.875rem;top:20.235795974731rem;left:19.625000953674rem;overflow:hidden;display:block; }
#cyTvV57Lopy272Mq0LJ9mnbmTlxThXnw { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:12.843755722046rem;left:26.843749046326rem;overflow:hidden;display:block; }
#aL7cVRQ2yno0CTJKGmcGClkAPlGUb6ZZ { position:absolute;display:block;z-index:15502;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:3rem;width:3rem;top:27.625rem;left:26.9375rem;overflow:hidden;display:block; }
#TvbgcJ46u7pyzEVruaPsQrIbKri7orho { position:absolute;display:block;z-index:15503;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:3rem;width:3rem;top:27.6875rem;left:30.5rem;overflow:hidden;display:block; }
#PDp59Arv4rBIpkFtnsxdR0zMs2coXUq5 { position:absolute;display:block;z-index:15504;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:34.5625rem;overflow:hidden;display:block; }
#HnnHEiOKI50htzTZsxlvETeI766phVbO { position:absolute;display:block;z-index:15100;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:41.5625rem;overflow:hidden;display:block; }
#gUnA9ENlzuiIkSsTP8ONurMZtuXSmnrK { position:absolute;display:block;z-index:15101;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:45.375rem;overflow:hidden;display:block; }
#uWVXytc9pGQlwhylynSkkLalGIXvSmDN { position:absolute;display:block;z-index:15102;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:49rem;overflow:hidden;display:block; }
#xqPRe111ktFO6zT82HGGZHHmDlqyp5mC { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:52.8125rem;overflow:hidden;display:block; }
#qC6GAC6OK5PdzHoThQ3TN5adeM2w9lHs { position:absolute;display:block;z-index:15104;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.875rem;left:56.3125rem;overflow:hidden;display:block; }
#yVm344cBKZH02RnchwQqc9wqJosLXVbN { position:absolute;display:block;z-index:15105;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.843750953674rem;left:38.187502861023rem;overflow:hidden;display:block; }
#TW7WWVHRb2TP61JeSXzDt32imPgdbGLk { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:31.4375rem;left:34.375rem;overflow:hidden;display:block; }
#TxJgkFHbm4EV6lygbq4ulgTIo29IUEfk { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:31.4375rem;left:38.0625rem;overflow:hidden;display:block; }
#TcvhUWvGDw03hDyDdQ2fOhxakspdDqtE { box-sizing:content-box;height:33rem;width:51.1875rem;position:absolute;display:block;z-index:14979;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.1853637695312rem;left:12.127131462097rem;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; }
#Ey8vCrEgqwoVLA1Azggn1NtPpcPMXimp { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15505;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.668327331543rem;left:62.687499046325rem;display:block; }
#ZbgNpG2qNG0FX7oZL8t5E5Grqlc5ABPW { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:15.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eXwPeC7xAvdzIBcwXy9GKteAipIUIBBw { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vBVVAEeJRxkd9uyXdk38uaKmg1c6eLRV { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:26.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PJzy9BUZh1Q8oZt2wp7TTrlexpnlyOGo { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UZZ9Bxrp9KgsXXiimlAvgQcuwnkkg9mQ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SukE78SGtESBX9LTeZ361BiUWvxLMblm { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:37.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#f7sWUgkd11hqKoDUEF35TkS5vVdWVzpv { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:41.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DbCB3SluXnslwysbAaXeUtT9MABgTKQc { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15063;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:44.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dvbaSL90tq9OdhFOF2c6hKSQUoaV0KlT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:48.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HaDCQmP3sUMs0bJ9E0FTonkzpuPlsolQ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iudld5RpN26Q7CxRU2mGh3GWV0ATnf3c { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aTRrt45VqF4trbd8EQgk89WeZI7BpZsX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:23rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QiTNKdV0lRU5TfxGNeTmbrT4ETEickuy { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15055;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GoXbVL76CP5aqnGk9tOzbhsChGUnilKW { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15056;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aMztkr6FEineoNIu8TMUBLkRSeQ3BNJN { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15057;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QlWeh0AM5EGzGbyhM7xH4O8bWIAJMer4 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15058;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:41.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bKBxA3BUgTncGwaTCMoq8oCkJKJK6Q5A { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15059;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SWXTp3MpegtNSJ3KuT6MGIKThJcT55Fh { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15060;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:48.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FW3xHqmKG6T1SF0ae6WrBPBNDnwJoDCM { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15061;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#b8omaknqqOKGc8TwsCG1ERyX6pqdiT7l { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15062;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Tmfvs8kVb4I1RGpp0f2bANfKVD9Rdhq7 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hulHkXzTLW6iC4cKKAM8JhVxTVUlxZQs { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:19.437500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zruXNGFHtMCDM09KoPl1zU95o6lmV2OT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FnENHT4As3PmhvHUv6uK7Zsm0ZSTi4wm { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OF1NF5kJ8FPkqiafD79f18TSlmUOxxpX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:33.999999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nCvmAbNrZBCUTDaisuoWQxA3IxwGKv4E { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZMd1L12Tk74F1PTKtszCiqTODRyHPics { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mMlxUpooEFLTthaNk0e6c02qx9BEsx3G { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nHw1BM03PETKtHeKJ1FqOwCf9sezsU5w { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:45.000002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#N0DnlCpK6Z0cT26XcTaOx210sg4D4MfU { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EzsIad7nOXsqedPXb6O9iWnUTp9BExWi { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Sdab5k8wQgUMrcJniOGd7sZUOrXFuOMJ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ImQqag468OTIDtZI3Z2LA2UDf7yhuk0s { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#r4M7zcugTNDeHKT8S8BeS0GSsVBSXkMB { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nzKsyJfFLqq83bdroNUVyIGcw1MdkET7 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WhOCuhoPTNRrgrTwchAGtrc3sUP7VTic { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#D8smwkpbHV9wKhxKk8aRVuIhBeI93c4i { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vg8FaOl0WmgEogqUhw8DnxprovM4NxpO { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:45.000002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uxIX0zMVO5ioVcZ4g6UvXyziXfwuP1Jy { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bG6MZxTQ02b0FmKqRRZCC2perREcuUuT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BQImILXePxrzrh2HZPcnsTtTPVc7SG04 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VThS3hSPh0q5Jo8SZ67bFP3DTPHCU4Kz { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZiBMTsiJfcahFXIRFpIZCmP3p1h8bhch { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#N5p1N4ZwcdK4zqUckozkdmJ9TUS975rx { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IZi9bMDDbMJThIvDQh7EKl9lJb3aRcwf { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gpa3CucP1uemNPqagvK08TgnQzHheleV { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#s5oRTcqdCbJGRFwKFIS6TbzgJ8IL3Fnr { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rq6hsvNi2kGcgQZQbbD1lSEiOfJ01Tgg { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RbirXKtgvvUZC1JxRByHSmW8l8bgGW52 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uqFMZoCfLCSTFXlcXDqytevxQaP7GKPI { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#d4rEIcN3aFzW0OcJkEDlWUMtP0cL0cMN { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:41.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#moCIiX1iL9e28vIwTxLs0qm1bGX3ECNB { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TIJIG4GVpubv22OvOGplAoo2fHDDwdH2 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IiaiSxO6L18T1nJkIu8FuqZw01swBJaU { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#i11cbxIIyfCF09o9oD2TAhwPLJQQkByX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TCeS5ICrrhJ1nK8RM1xx5aIlSTOyn4KK { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZaHqWG666U2yh0nRdX7GZBXOyUXa6ek9 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437502384186rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#va6V8eKZJeBR2gLctunTrbevLr3wNekF { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gHaRp5p9WHJPDBgTxOFkDA2Lf2Wqlyih { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OA1p5S38mlL1trzc5DEwEryo8rLUKxP9 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#usIZfGQwWaleFQtGVMeQp2yJMfKtaVig { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JKDRiX7NwzEBKbxs4Vlzel5DTcRqq30Z { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Ei6cMZAJirP0STl35ydKJgJTPBVRwUv1 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vTfMZcLa2kRhmZeHFW5fz9VieTFqX6PV { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yJTQVakTp9czPKeZ7NZuG42VRz12wouU { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dzqSmlnwPFcKmpHG6iwepq2o5s7g1e44 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eAyOaKQ6bDDn7TAiV2lHwEIe7MD462ZF { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Q8Lsy6P1DXTinT6JmIg6Jn2NExv8WBN1 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#I8hbspObh4aGogBIwrT7vE43x0gTzshM { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0625rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dxFmZvkLrPgZmEMQJ65VCeD8mLez115G { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0625rem;left:37.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UfqvVfqtWZOC6kp06hcyR02LGSob896g { position:absolute;display:block;z-index:15509;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:3.3125rem;width:3.3125rem;top:12.718750238419rem;left:55.812502861023rem;overflow:hidden;display:block; }
#Kf6XHnsR28cfwZ8q4eRiVKMR3v0OivFa { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#PfskIBXePcAe7Z3IwgUNx2zrepFWS8tE { position:absolute;display:block;z-index:15090;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:3.4375rem;width:3.4375rem;top:16.280540466309rem;left:44.843752861023rem;overflow:hidden;display:block; }
#tq47NE1rEG0MTBmy5D7hMDl6Z3ePhtLR { position:absolute;display:block;z-index:15091;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:3.5rem;width:3.5rem;top:23.6875rem;left:45rem;overflow:hidden;display:block; }
#prIvPx1XsBG4P1LMOo5THAEiFsGxeO3o { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15062;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#avWTW3JeWoTTOFU1wnsN3VTaEs2b2Xql { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#ACNkvmiP10nriOhSIzQFTFOf07n8bcGJ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.1079547405244rem;left:19.437500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fTurHKWcNPQ02lQLTy4fCkdGOpoomOPO { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.687500238419rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#B9T6VpzQKsmgyzBo8F1VdK4z36201TbD { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.687500238419rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KMd99xfkPNyeDyQm6OdiCAxt8sqgVUGh { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #slXSKMluoE6RRSqa38TbwlvCdOXmapRN { background-color:#0e1f82;background-image:url("https://images.assets-landingi.com/uc/ffcaf0fe-0d7d-4290-9a8e-9208f94b7763/Hero3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN.adaptive-delivery-prevent-bg, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyload, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyloading { background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { background-color: transparent; background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .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); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { width:47.75rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UBZU5CmlFuWdTi6KtO6SJrLxLV26JyRZ { top:0.86250001192094rem;left:0rem;width:5.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Je59vanziZw6BW7S3yiMfgQm3uCbO6SW { top:0.61250001192093rem;left:45.500001490116rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wZ7sR4W0o5qbUPT8Laqy9MLeTcPBog89 { width:17.0625rem;height:1.9375rem;top:4.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZfrhDNvuucWnWHrZET8l1culIMQQ69nt { width:17.0625rem;height:1.9375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eN7NuEUfl4GLtlPSUKrXKPSzivwr8El6 { top:0.89375019073488rem;left:12.3125rem;width:19.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h8rsSHgoI6lMUTTlL04lM4KzJJK8QCaH { width:1.125rem;height:1.375rem;top:6.8615036010744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A3BombTbs8DZIvVntXZ4mZeXcV54ckwD { top:6.921875rem;left:1.9375001788139rem;width:19.125rem;height:3.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDma4WQ0Z5hKNAH4a7xCmmk3rvxlvU7U { width:1.125rem;height:1.375rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTNwJEqGcmzeAIlSZQtibmnGiNbNPzQI { top:10.995738983154rem;left:1.9375001788139rem;width:18.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTHuqQLhqslQhJxL6wmxXqAzPn5Xbyz0 { top:12.214488983154rem;left:7.4062501788137rem;width:8.75rem;height:1.21875rem;font-size:0.9375rem;color:#c7c4f4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #oulL2dLvhpoEu4lsxryDqbfMWSzDdbzq { width:1.125rem;height:1.375rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vWDU7e76F4fBphNM4cQWoSmc0thyacdD { top:14.117899894714rem;left:1.9375001788139rem;width:19.6875rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iEXGCvVZnzqvqgweq4ilbCvir7mgS9X8 { width:1.375rem;height:1.375rem;top:13.995740890503rem;left:20.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTpZZwQeE8epEbiFLa9DaM1hholNDcBc { display:block; }
 }@media only screen and (max-width: 1199px) { #BKNVWgEA5RKvMFvVB6gum9evvZd2EUhB { width:15.4375rem;height:7rem;top:10.875001907349rem;left:22.562500178814rem;font-size:0.625rem;z-index:15223;display:block; }
 }@media only screen and (max-width: 1199px) { #VvKK5VBPKVotIXrc3N6w69ielwx5s17q { width:0.75rem;height:0.75rem;top:14.372161865234rem;left:20.674717128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5VEcd14IPk7R3bH6r5RTCi0fh0V9iCC { width:16.3125rem;height:8.25rem;top:10.312501907349rem;left:22.062500178814rem;z-index:15222;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #UgeL3c4zbAfaIPdUgN7gIUH1c7T9ZdtN { width:1.3125rem;height:1.3125rem;top:14.125001907349rem;left:21.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tyApVTTmX1ngDGp6aMHncTzoSNktmCE5 { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yg7T3KSJEIZc20vOUnDIwnPMVGtaAo68 { width:1.125rem;height:1.375rem;top:16.062502861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p1eU5s8cQn8NteTwRMS0mT0nPu1wT0Zh { top:16.180397033691rem;left:1.9375001788139rem;width:21.125rem;height:3.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0zOovs9wOPtTxRbxcF9NWOqpWSnZhf1 { width:10.375rem;height:3rem;top:20.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MT57XbaoErgxM7vSSuo8ZF1fAwRaTIVT { display:block; }
 }@media only screen and (max-width: 1199px) { #oOWvcMFHJGtJB0TsOQNu5yiXBsdAilkf { top:21.62144947052rem;left:12.857955157757rem;width:10.1875rem;height:1.38125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kb5TxsRTDtTM1hOBVSEmMeyFEsR9dgLA { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RqsnGbt1MMsHrkqkemvPoew7y7oMULWf { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l0V8vmPbUNILXHNgh1f7E8aZqHsktpmr { width:23.875rem;height:13.375rem;top:4.3125rem;left:23.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #sUcewihKCk95c9NZ8SchXt2LCvHzgdkv { width:15.875rem;height:4.1875rem;top:24.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GsoTxczbTcT0izgcT147iupfiR8Kul79 { width:9rem;height:1.3125rem;top:32.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lbybwaqJpcWFcd1K87TCR05irbT7PwFg { width:46.375rem;height:26.0625rem;top:5.25rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv { background-color:#0e1f82;background-image:url("https://images.assets-landingi.com/uc/ffcaf0fe-0d7d-4290-9a8e-9208f94b7763/Hero3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.adaptive-delivery-prevent-bg, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyload, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyloading { background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { background-color: transparent; background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .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); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { width:47.75rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XwIpwfJGx6MmPeZExqCsgaKULqlJkXzX { top:0.875rem;left:0rem;width:5.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIJDiFTcfomoaVwdrZU65nmTtvhXCISf { top:0.625rem;left:45.500001490116rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FeLG05o8HQa6V7kdnkOQENhA1mcv3iWq { width:1.125rem;height:1.375rem;top:7.4247169494631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hz280cCh17E0tyBrzZRxg5qTscxUlizs { width:17.0625rem;height:1.9375rem;top:4.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EdmU25g0DJLbP55nwSg6TeMAMRTzZCPa { width:17.0625rem;height:1.9375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6ybktXkHxlL6TIilo9fiQGOAcQ3AC4x { top:7.4843759536744rem;left:1.9375001788139rem;width:21.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RH3a5uFQ6DFaHnC4F0r4nbA8HkAJLp5K { width:1.125rem;height:1.375rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g5Ts91qHPE8ueVcPymAXKmV7CX4M7Oe2 { top:11.750000953674rem;left:1.9375001788139rem;width:19.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mbeqbgk7gEVgQR9EuozbInfc4VpfWJqq { top:12.964061737061rem;left:7.4062500596044rem;width:5.5rem;height:1.21875rem;font-size:0.9375rem;color:#c7c4f4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #SnPGbIrEUtd5ciBBvTxoa9qCyV1r5unO { width:1.125rem;height:1.375rem;top:14.812500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aQNKAM9pWpT0xyCfUFyKPAa88nBaooXL { top:14.973721504211rem;left:1.9375001788139rem;width:19.9375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vc4HXEUtBgu8xvXxtcsgTGKA8zRAqCNU { width:1.3125rem;height:1.3125rem;top:15.000000953674rem;left:21.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X9QUiv0g91vJcmvCPboRclN06T3TlbPO { width:1.375rem;height:1.375rem;top:14.808239936829rem;left:20.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpUIVIWnhVNb00WpFNABuR2dTtSW2TdG { display:block; }
 }@media only screen and (max-width: 1199px) { #bZDZpTSq36uJxCweDO84IOnM8XA0va3U { width:16.25rem;height:8.25rem;top:11.375000953674rem;left:22.125000178814rem;z-index:15222;display:block; }
 }@media only screen and (max-width: 1199px) { #OVtT0Q6UtLbQeSmNkTFqbWlU9x4XsWZb { width:15.4375rem;height:7rem;top:11.937500953674rem;left:22.625000178814rem;font-size:0.625rem;z-index:15223;display:block; }
 }@media only screen and (max-width: 1199px) { #bwflh2uOkiQdciNmOu6yKeU1Oa6NBKrW { width:0.75rem;height:0.75rem;top:15.226563453674rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AU6TUJqX6QhDdvuSxXMDFzu7Oomti6QK { width:1.125rem;height:1.375rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z9mRJ2bCuZOnzXNvOLrMSFbzAqen3A9U { top:17.18039894104rem;left:1.9375001788139rem;width:21.8125rem;height:3.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fkCRalhuyZmRUhNxfv22dm9TOJoIpCT2 { width:13.9375rem;height:3rem;top:21.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BseBreS34XdH2cyqMRkLe9QdTX1D5MCU { display:block; }
 }@media only screen and (max-width: 1199px) { #D4xMwTmZ0UIxbnZPQMtAHQiq7925b2b1 { width:23.875rem;height:13.375rem;top:4.3125rem;left:23.875000178814rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #DKx3HE2tkiTU0zd2u1mkJCVWuaV8mztm { width:16.375rem;height:4.3125rem;top:25.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wa9LPcKTdoKTUvmZIloVVKawsVmth82V { width:46.375rem;height:26.0625rem;top:5.125rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ux2APO8dyxTOW7ZppeXFp8wMqrOw24PF { width:20rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG { display:none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT { display:none; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { width:47.75rem;height:14rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ktG77pQq53VR5tHIcoaUvHLVXCM7DHcu { width:47.75rem;height:4.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMqa3dC70FzBZ7CMe0wWZbieNhxWknBd { top:2.46875rem;left:1.1875rem;width:34.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BWMRfgEPkTueO6eH82FuRebJaMrBVOAh { width:2.1875rem;height:1.25rem;top:2.6875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sHbp47B2Z7tqtvhlIyWQXFvn1fcDZqe8 { width:2.1875rem;height:1.25rem;top:2.6875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MyyiIog6z634exTQSd55tnTHG4zwFJ75 { width:2.1875rem;height:1.25rem;top:2.6875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmeiEzBroOiW9tzvPZOkyTccSIXVHbtx { width:47.5rem;height:10.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLeATTP2MbTnDqh1trNRtrcLfTiWIh1K { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pa7qT62iBgkaOhnVo1LRTrJtMBk7r8ms { top:7.1875rem;left:1.1875rem;width:24.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2c0HvsKbihtsV0k9ib7aPAUGZNyst6s { top:10.3125rem;left:12rem;width:7.1875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCvIpAKtr0KN3QmNpB931oDIUJzBdiCB { width:6.4375rem;height:1.375rem;top:10.362508773804rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eJEsU9lRLnF3RKchVkR1iVgG6Jotlssl { display:block; }
 }@media only screen and (max-width: 1199px) { #pdZ2BpfCocyCIC93TBEa3qAF1zGsoFEK { width:13.875rem;height:3rem;top:7.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0ERBiMlhU5mr5XxX5EizQaI8GHTi0HZ { display:block; }
 }@media only screen and (max-width: 1199px) { #F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO { display:none; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container { width:47.75rem;height:22.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CepSf6ZgxOsuN0IF4HMt6VeVsgcGWpfv { width:47.75rem;height:4.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xt3XbTGTrDIXtE4iPnBLm1TD25RMEd88 { top:2.46875rem;left:1.1875rem;width:39.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOivcMQlkzBaTHwr9aSkgo0i1CXGHfcW { width:47.5rem;height:13.1875rem;top:3.15625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #Cc4Vq8JFLVHt4kxqoKNTUBhXHu53bnTR { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WDPGcqakoUAuX5N3DaDhi6Mnou7kLmoL { width:4rem;height:1.25rem;top:9.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBochVIhefq7s3vKpo3sZuFnDOVMm4Pz { width:5rem;height:5rem;top:8.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BXpblpKxsXw5Dx1GSsFW9IFl6FLEPHa9 { display:block; }
 }@media only screen and (max-width: 1199px) { #o2kuUUx2FfFaHr5yOETX62cP4tdmczek { width:4rem;height:1.25rem;top:9.9375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kUkl5mWxVIdaCsCMgzFvBFRMMQvXlk81 { width:5rem;height:5rem;top:8.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GR6WBNrFHsptlN3rnEq9DBHzZDzdQBrA { display:block; }
 }@media only screen and (max-width: 1199px) { #iyPZnT9PrfeaM6kkyagbqnVJiV7u7y5O { width:4rem;height:1.25rem;top:9.9375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gu4hV8bCKHGgCNumfqNyZoTKQMEEMLgm { width:5rem;height:5rem;top:8.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZfHJyNSA1JEE2mU9ETVc1fTTtAqnByK { display:block; }
 }@media only screen and (max-width: 1199px) { #MGEIGLTvvSnmRQwA12QZTWKqntHGvQ5C { width:3.9375rem;height:1.25rem;top:9.9375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMAMOgSsiPdQgMSmEW2PlPcFg2IMTTHr { width:5rem;height:5rem;top:8.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKUCmFNKtGQP5uXqdDe02DTpQRchXHSE { display:block; }
 }@media only screen and (max-width: 1199px) { #gGD7nbrOE07I2le6nE49UcPT0d5aCedl { width:5rem;height:5rem;top:8.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyTfwFHwwfqDJvdRbg7IPWRKM7SW1rGA { width:5rem;height:5rem;top:8.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aR7Jbi7QJasvTzZUxOKSQRTs8wRwTfEt { width:5rem;height:5rem;top:8.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTLTvfebrXFiG9e2bco1uyZtRXNTG2Tz { width:5rem;height:5rem;top:8.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FNTLBvZxbPQsyakTvtybLmvT61LknQzR { width:0.75rem;height:0.8125rem;top:12.375rem;left:14.4375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #k5hKJlvvxs9xdJgTpvAkG2xDG8gEbixz { width:0.75rem;height:0.8125rem;top:12.375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTW1K2Ftwl9vgiEVXbIKNosRyXyR3C0A { width:0.75rem;height:0.8125rem;top:12.375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMvrfCer6KnVP9UHTVFqGTTzsSCkU617 { width:0.75rem;height:0.8125rem;top:12.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UpiedUTv5ZFGCv4maiyk3uxL93v5h7dV { width:0.5rem;height:0.5rem;top:12.5625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mfkPF1eEIGdPPcQiGwZlVOwM32Css51c { width:0.5rem;height:0.5rem;top:12.5625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqyUpe8JWg7dK4KdF4LXDvzGcau5Lw8P { width:0.5rem;height:0.5rem;top:12.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCRKGKuaROwEbufyn4vZJbxPCWqKmPDE { width:0.5rem;height:0.5rem;top:12.5625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OeNwJMFbuw81X4nsrE5eSveITTqdvDta { width:11.625rem;height:3rem;top:11.3125rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nz3KUlvGkZw00SQ0xqqUw4lMeT00SowK { display:block; }
 }@media only screen and (max-width: 1199px) { #ObeVS9N7kr0fRPDq8VzfM7w3FJKlS0bl { width:47.75rem;height:2.923825rem;top:17.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gq9Xn9aMVTOhD7KP3VQbeJteiTCbbFrc { width:0.5rem;height:0.5rem;top:17.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpnwkRZb55cPJOoFax0JLky8XpCXSTFd { display:none; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { width:47.75rem;height:30.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vgZPMQISSrJ5PTbtEVdiq9JaV17A0RGf { width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nxpmq4QLTJcnTgr8spuFziQX9DtQRF6r { width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FDf7V9bdlnPzeFbkTeqM3Bv3oRAZBb4E { width:47.75rem;height:4.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #onvh1WoPGHaZcUDiZOJLOXFBVAnaRfs1 { top:2.46875rem;left:1.1875rem;width:43.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oy8rAtfR4lSD19E1Mm26Kg7NBeQMaDLx { width:47.5rem;height:19.0625rem;top:4.09375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #A7tgAGNmg2XxH5I7VeNWRqw012a1KEKC { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsnp1tFTpBMZOXNwvFIwZOwvO91SkCpB { width:5rem;height:5rem;top:6.875rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nUZmoLnQ7vSwlH4v9eCapGDoT6xCs0Lo { width:5rem;height:5rem;top:6.875rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WTrVMp7yuLDw0yb6o8O4CHomHNLiXX03 { width:5rem;height:5rem;top:6.875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TlNTxZZMFo8XC95hL8Uc2z2CKi7cL9TL { display:block; }
 }@media only screen and (max-width: 1199px) { #vBGvmBpIvrlv78EQKdTQQccvZazJ0U6d { width:5rem;height:5rem;top:6.875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DtcUZyti4PTpvxAcz3waMhwTwwTl1xLH { display:block; }
 }@media only screen and (max-width: 1199px) { #FTTQLwhncnASvkTbTEnzLVghtMp1iEmT { width:38.8125rem;height:0.89375rem;top:7.125rem;left:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JCVmusmOqtKQKBF34UZEIEZSTXEx0u9a { width:10.5625rem;height:0.89375rem;top:7.125rem;left:37.237499237061rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qK7WW3msUwST4hlthLZMQTWToKtivell { width:9.25rem;height:1.3125rem;top:7rem;left:37rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ILdk8mlOUzzaw8al08lRSUg67ZrHAUu0 { display:block; }
 }@media only screen and (max-width: 1199px) { #hmNrhMwSPwTflDfUyeMRGxpATU4x2dhK { width:3.75rem;height:3.75rem;top:10.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EosdC7OUkTzDVuSiVOHMo6bkgEz7E1SM { width:5rem;height:5rem;top:9.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BL95nQrL93gCoLVv2l2py9PZkEmTFdJA { display:block; }
 }@media only screen and (max-width: 1199px) { #UzbWCSegrm3g8eByN9mZvomOF57P5KOc { width:3.625rem;height:1.375rem;top:11.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y1Uez76WMZyqQS7eTpGTClGzq5Md6Htf { width:5rem;height:5rem;top:10.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tulefvRTEozZ9EeXul9XkpT6qCHrmCbJ { display:block; }
 }@media only screen and (max-width: 1199px) { #XwgRK7TXGM9wBA1D5wLNTtayrItxT8lc { width:3.625rem;height:1.375rem;top:11.8125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zrO0deO9r3RqztcTiwGsSFaX0yK7g1ZL { width:5rem;height:5rem;top:10rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sZfu6QOUIAapX39933cnHRs4iSRADQDT { display:block; }
 }@media only screen and (max-width: 1199px) { #q0IhC2yukFfMLMXoG5O0UaAMuXEJUALy { width:2.5rem;height:2.75rem;top:11.0625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lv51Tzw78R033AiWAzfGis1mLRJTuZa1 { width:5rem;height:5rem;top:10rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rp1iaIXZ40FtL9HNBye5ontKGt1Z6UAR { display:block; }
 }@media only screen and (max-width: 1199px) { #Vv0PdOVT6rSLpSSOCM23PDflZrpdwB3A { width:2.25rem;height:2.75rem;top:11.125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ooNp2aLhTs2f2QCJKr31EtOJOkw3aq99 { width:5rem;height:5rem;top:10rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I8RTpDKmpTy86oblVpDUEMZf5NhsfQF0 { display:block; }
 }@media only screen and (max-width: 1199px) { #oaHbLaOoMEBTTbHropkcw80Cl3cxGVzi { width:3.625rem;height:3.625rem;top:10.5rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a6iD0p7piwcfCy5aan9vVh1f7ifheyCu { width:5rem;height:5rem;top:9.9875011444094rem;left:39.299999237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bPhG4WURQdptKGa3ECpfyKBldmBr8f9q { display:block; }
 }@media only screen and (max-width: 1199px) { #JTVLiDGu8uq5NGkrECHA0LWaUd3Rgl6d { width:3.625rem;height:2.375rem;top:17.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPwBrscWtl9OkJv2cTgQUE4VikVnVPiQ { width:5rem;height:5rem;top:16.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sn9zFTV5CT8NTve9BUXtNEIfaRZpDM9H { display:block; }
 }@media only screen and (max-width: 1199px) { #scTGTKJQyVni2VlCUZs7k07P6KyZOApM { width:3.625rem;height:2.875rem;top:17.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHSmJzwsbAt0g7LcPpVZqV9goTi13fL5 { width:5rem;height:5rem;top:16.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5ORBcpVMoAs7SL5gEph2TC2TNTl7GyH { display:block; }
 }@media only screen and (max-width: 1199px) { #H722qWQ2fIAH5xwXczSGDTveLbNbhOQF { width:2.875rem;height:2.875rem;top:17.25rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaFBXo1HqsQJ7N6UvrXKcDeq5b3vXmrI { width:5rem;height:5rem;top:16.1875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PVgANxZghZJm7m4tmJKsQu4Usmo0T3fi { display:block; }
 }@media only screen and (max-width: 1199px) { #MFaQ3bqgFqwOc1qOqlnWH9CKhnaDhqin { width:5rem;height:5rem;top:10rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gtAaOTQTfODtgTXGdelH2qKdA2LUbP1g { width:5rem;height:5rem;top:10rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #htxPkBJn6XH4SoqhQif17cAqXsvREuMa { width:5rem;height:5rem;top:10rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J16JO9yCbPpMtFTBbyIVDd70B58PdpnX { width:5rem;height:5rem;top:9.9375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XSFDS2eznnIdC7FGVW0NVlKmytAa0IJI { width:5rem;height:5rem;top:9.9375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KpBEM6aawnXNyugVaPbUE2sC6TTMlJLE { width:5rem;height:5rem;top:9.9375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IJqRS2XtElaFmQ4pX2fNTlTsEahBwdgo { width:5rem;height:5rem;top:16.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iVbH2eQ0oKwSgUEEpR8PickSwT9xTTih { width:5rem;height:5rem;top:16.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H0hA3wwzi0fgptaITJAvUBLhzDxEgEw9 { width:5rem;height:5rem;top:16.1875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nxM7xxKVx55taHS96de3HXCDGPGngpQE { width:5rem;height:5rem;top:16.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #leuZkTJWPHvTOLNypbX5TEdCNOlTy3e4 { width:3.5rem;height:3.5rem;top:16.9375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mO1aFC5cHiuAqzmqMXTAQN4Aadv5zxsg { width:5rem;height:5rem;top:16.1875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXikNRh9yZ30O5eSZRq3upuQa5f2ucgC { display:block; }
 }@media only screen and (max-width: 1199px) { #eVgKeCo2pdqGatu1vTrxFqNUPkOQms8G { width:5rem;height:5rem;top:16.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y5boSB4glsRCZr8ud6GgG7iv6fh1xg4K { width:3.6875rem;height:3.6875rem;top:16.84375rem;left:32.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GsWs3KMP23qNNyxPoWANHdDoAzUfJelX { width:5rem;height:5rem;top:16.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zFFA4PBl6HETRvq4XW6lcXAOZdoR7Ivh { display:block; }
 }@media only screen and (max-width: 1199px) { #QwfDvZH9eyWHxradPVTqL1wP9DCVhZcG { width:5rem;height:5rem;top:16.1875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nsZyZ3HLVEpmn2hwOPD23ECVq8uJw54P { width:3.3125rem;height:3.3125rem;top:17.03125rem;left:40.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PBdO3aHimViiEfgB7ez8ZKnbJ1ynxp8M { width:5rem;height:5rem;top:16.1875rem;left:39.487499237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X777vALLK8sOg31ofozgXBN0EeT1paHD { display:block; }
 }@media only screen and (max-width: 1199px) { #ahIR7yxcldQvveVdDo8aEAemJeLTZlrg { width:0.75rem;height:0.8125rem;top:10.6875rem;left:47rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GlzmskDS4kOAoV83LnbwmzccHyDmDAA0 { width:0.75rem;height:0.8125rem;top:10.6875rem;left:47rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BDEU4Ick21WaZlIuxn3TpT898rIwpVuc { width:0.75rem;height:0.8125rem;top:19.925001144409rem;left:43.174999237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mqLLNO03azFHImerlpUe7brD3rQpag3g { width:0.75rem;height:0.8125rem;top:13.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOpT7T9zh3b2WMVeHThyGrM4S3xnnFwI { width:0.75rem;height:0.8125rem;top:13.8125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCLQCCwTbRlFDpGMo02PF4p6Iag8PxJM { width:0.75rem;height:0.8125rem;top:13.8125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C6nDebITA3TCmf40WhHPSaaNOaUc6Xge { width:0.75rem;height:0.8125rem;top:13.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UlqFDJIExzkhkeq9Dff3Wa9EX6v9dhUc { width:0.75rem;height:0.8125rem;top:13.75rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uGuMkLq8kePQbMyoyVwIQqiFUA5FbSwn { width:0.75rem;height:0.8125rem;top:13.75rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2zbggyceLZDzfEW7iIFAT6qmsKIebCs { width:0.75rem;height:0.8125rem;top:20rem;left:7.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #EfpR7ML2E63ixe4no2SSByzvUcDuuDlF { width:0.75rem;height:0.8125rem;top:20rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gRpCrJgrTeuS1r3MbBoV6HI0T2U3EWAG { width:0.75rem;height:0.8125rem;top:20rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EBXxMMoILET5ChLQypOMf6Dlu96g5x6U { width:0.75rem;height:0.8125rem;top:20rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNmfMxRalVRWz7BJQSeLwCDyunRVnqwN { width:0.75rem;height:0.8125rem;top:20rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qSLl7MIvLS8oZeDGz55kTTdLuQpoKSE7 { width:10.9375rem;height:2.3125rem;top:24.3125rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hF0LekanMg8qr0EFrGTpX2MLrtn0s5VD { display:block; }
 }@media only screen and (max-width: 1199px) { #sqIfavCP5zlUJ5giWkiLGynWfnVGAki9 { width:10.5875rem;height:2.3375rem;top:24.25rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLoiLGxgEVHhlKvK8ySdelP7kKfN8uOu { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { width:27.5625rem;height:2rem;top:2.28125rem;left:10.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s7oreNTgreFu376sUVHTB4kZvopVbgGe { display:none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { width:47.75rem;height:9.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { width:23.75rem;height:7.8125rem;top:0rem;left:11.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #erknzs6JscFTDUBFh5kwJ02bnKBN73EB { width:1.5rem;height:1.5rem;top:0.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { width:22rem;height:1.6rem;top:0.625rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { width:22rem;height:4.546875rem;top:2.3125rem;left:14.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { width:16rem;height:1.5rem;top:5.625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block; }
 }@media only screen and (max-width: 1199px) { #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { display:none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { width:47.75rem;height:8.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { width:23.75rem;height:6.875rem;top:0rem;left:12rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { width:1.5rem;height:1.5rem;top:0.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTc6ykKALRdZCIcAikRJN72IrAERztTI { width:18.8125rem;height:2.6rem;top:0.75rem;left:14.5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { width:20.0625rem;height:2.27415rem;top:3.5625rem;left:14.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB { display:block; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row .container { width:47.75rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 { display:block; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row .container { width:47.75rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ef38e464fb1c3a4537ee576491602d28 { width:21.8125rem;height:2.275rem;top:0.875rem;left:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G4WzxsuKDmwuH79K5ma9WMoL4DMDx0Nv { width:11.8125rem;height:10.1875rem;top:4.4375rem;left:8.2500001788137rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ypATLCIsOMdmIbwmpXo1HIab6M56vkKm { width:10.3125rem;height:1.125rem;top:1.4375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MXTGToEv15M55WgtpdviyvmZGRBAz5V3 { width:8.625rem;height:2.275rem;top:0.875rem;left:35.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lc6a092537f2ad682f8d9d14b9c2b99b { width:11.8125rem;height:11.625rem;top:4.4375rem;left:8.2500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBPzU2xk5atWHwHKguCFx37nTy8S3Fy6 { width:4.75rem;height:1.8rem;top:5.3125rem;left:8.8750001788137rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #K1h75s1MVtOTCnCyQNtD0CTuXymzrIhS { width:3.25rem;height:3rem;top:7.125rem;left:8.6875001788137rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #mP0VJNdUPIiRO6ZRTeqUGeTr1gQWgnW3 { width:9.8125rem;height:1.5rem;top:9.5369319915769rem;left:8.9375001788137rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #ma6b706b7706f9f6c4ced65b857f5182 { width:9.8125rem;height:0.9rem;top:11.4375rem;left:8.8750001788137rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #s8B1t8Qu3SpQf91V6Zb86VzXxgVg8pmc { width:9.8125rem;height:0.9rem;top:12.3125rem;left:8.8579551577569rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #PTApd8XGt6R2C7wQvZoLwpoOd4N7ltE1 { width:10.6875rem;height:2.0625rem;top:13.482954025269rem;left:8.8125001788137rem;font-size:0.75rem;z-index:15249;display:block; }
 }@media only screen and (max-width: 1199px) { #c28FPZTRH1Rd773U41gUVZZdvXppEiea { display:block; }
 }@media only screen and (max-width: 1199px) { #d862d9f7463793a22fcde56ea8f7d368 { width:11.8125rem;height:11.625rem;top:4.4375rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mc977074d772e79af43db76aeb84a8f9 { width:7.125rem;height:1.8rem;top:5.3125rem;left:21.437500178814rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #AZaFdlzg2Kudymw9nD90O6CZg61s4iFA { width:3.125rem;height:3rem;top:7.1122150421144rem;left:21.375000178814rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #IX0QhsSNUwz3ed2ySebF6xdVrIDcwSGV { width:5.5625rem;height:1.5rem;top:9.5625rem;left:21.437500178814rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #MWNPUrVaKR4JzknwcrJPdZPa3hafZmyl { width:9.8125rem;height:0.9rem;top:11.4375rem;left:21.437500178814rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #oJAJ2evDdgbTPi817wu4xdTn4U6kEE1q { width:9.8125rem;height:0.9rem;top:12.336647033691rem;left:34.375002086163rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #I76020982929823963a7e7af9973d055 { width:10.6875rem;height:2.0625rem;top:13.5rem;left:21.562500178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0b67f32935a50870df96f2ec906c7ab { display:block; }
 }@media only screen and (max-width: 1199px) { #Iym84r27Eb1dZ5a1LosP07L1LPhIZa4n { width:10.8125rem;height:2.125rem;top:13.375004768372rem;left:21.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v4b682bb12879aca3100aa0d340bbd84 { width:11.75rem;height:11.625rem;top:4.4375rem;left:33.812502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uthradc0vpTSCRF75H8Qz3UhfhU2P1kF { width:6.875rem;height:1.8rem;top:5.3125rem;left:34.343752086163rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #TSiQkiPTIhL6rGQcVD2VMSDykLob6W6F { width:4.5rem;height:3rem;top:7.125rem;left:34.062502086163rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #No4NCP4z0RRUNbtPRElmfr4gIMZ5heOF { width:9.8125rem;height:1.5rem;top:9.4992904663088rem;left:34.375002086163rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #fgLZpTFTFJ7MlbSpxWm7m2AZr5C730W9 { width:9.8125rem;height:0.825rem;top:11.4375rem;left:34.375002086163rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #RVodVT2vi6GtJDFTckodxw4FozpGHFvs { width:9.8125rem;height:0.9rem;top:12.336647033691rem;left:21.437500178814rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #L9d60cd2b2ce5218eed0ddfb3108d86b { width:10.6875rem;height:2.0625rem;top:13.5rem;left:34.343752086163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mc345c71b475cd391707d1c98d763782 { display:block; }
 }@media only screen and (max-width: 1199px) { #LbhqTUhXTkEuIErnXEu062TVTauW1PlW { width:10.75rem;height:2.125rem;top:13.482233047486rem;left:34.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbe4148f9a8022eccc90316fd4e5f74e { width:6.5rem;height:1.8rem;top:17.686790466309rem;left:0.63920456171037rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qDOHEFoBeKqtTiTDIfCfmqXwWMyU8Rvr { width:8.5625rem;height:2.1rem;top:16.182529449463rem;left:9.8750001788137rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EClAyVfVlsPGdlVfNRn8xAKmi99c8dk9 { width:10.8125rem;height:0.975rem;top:18.1875rem;left:9.0625001788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ed20f2b40e86976f0a72f3f7299f4475 { width:8.375rem;height:1.65rem;top:19.236505508423rem;left:9.9687501788137rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #LbqaHJUAcFw9kk0l0mbw9Kcb8ZgTS7Gq { width:8.5625rem;height:2.1rem;top:16.1875rem;left:22.625000178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcdcb0de63bc2025fbe94b7593da4bcc { width:10.125rem;height:0.975rem;top:18.098012447357rem;left:21.843750178814rem;font-size:0.75rem;z-index:15250;display:block; }
 }@media only screen and (max-width: 1199px) { #O49a859b71eeee12f36eb878d549f41c { width:10.6875rem;height:1.65rem;top:19.25rem;left:21.562500178814rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #FUC4vFHm3GerQyLIbpvMXKBIZCh1XT8E { width:8.5625rem;height:2.1rem;top:16.1875rem;left:35.406252086163rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p20a397c0881a1b38ba9111499df9ce8 { width:9rem;height:0.975rem;top:18.159091949463rem;left:35.187502086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f2a2983090eef04d629452d0f68cf982 { width:8.0625rem;height:1.65rem;top:19.25rem;left:35.656252086163rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #G0ce4033fd8d52696e158af98d8af6ec { width:46.125rem;height:3.4375rem;top:21.411933898926rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #OVOG0ThtrGD4UD0KX3M8CSRO1Ish9RpN { width:1.5625rem;height:1.5rem;top:29.651279449463rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLJ0mofsTIsCpx2GVQ7ECI1yL82JPidE { width:4.9375rem;height:0.75rem;top:21.786933898926rem;left:0.62500005960463rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dLGs8mrELQC6ZpSUhfzA17bNn0FQrJTG { width:1.5625rem;height:1.5rem;top:22.161933898926rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mWQvzeq5lHwOUxHHOTBKFpRvkffc7Lc5 { width:5rem;height:0.5rem;top:22.9375rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z21ZFWlL9c2uNBCQ0fP7TszhhC5RTaQB { width:5rem;height:0.5rem;top:23.875rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pu6CdTTRhxophp7l8hPbT0n7HeyS5RsV { width:1.5625rem;height:1.5rem;top:22.161933898926rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NccH5qoKbnuISyVCbrQa9B0EnVAyc9Qr { width:1.5625rem;height:1.5rem;top:22.161933898926rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MsHgFzVX2gCaqbfuDchTzhpDbKtNV7aH { width:2.0625rem;height:0.75rem;top:25.170455932618rem;left:0.62500005960463rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dyRQtTRu3r03UbHc9m1QfsLN5SoW91Vw { width:2.625rem;height:0.8125rem;top:26.3125rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SVhMFpkz9aNXyHBmncztBJE1pETsBg0R { width:2.625rem;height:0.8125rem;top:26.3125rem;left:3.5000001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkMw3O0d4ai2lwQtf0aUO1oZU54Ci1E4 { width:2.625rem;height:0.8125rem;top:27.4375rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GyMnAPqFRmJczCFmJdmmfs9iZKVvsd9X { width:2.625rem;height:0.8125rem;top:27.4375rem;left:3.5000001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iGs6ngC1vKbVlPSMtCUVndhqlKwkStwt { width:2.1875rem;height:2.1rem;top:25.920455932618rem;left:13.062500178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vBW7W2gPEPGk72RvzBUr7leo4RwH42iZ { width:1.5625rem;height:1.5rem;top:25.920455932618rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #viteWn9BmTaeVZCRWvkKVSDToWycKySr { width:1.5625rem;height:1.5rem;top:25.920455932618rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTULEXZ4GfDt1LlNuTfMMMk9Oq2COsP3 { width:1.5625rem;height:1.5rem;top:33.482246398926rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I8uJwpe80GScWsl5QFCqdCFQZnT2nWCv { width:4.9375rem;height:0.75rem;top:32.732246398926rem;left:0.62500005960463rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwi3FTF9rS6f6551MAnRd9xHkE92J0Lk { width:8.125rem;height:1.5rem;top:30.120029449463rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A5LWF0aJcetgTFCphxDoRfbn4eS6nD5K { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:13.375000178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aoR9MPMHRiZIkECcySKJfiScVa48wZD4 { width:2.1875rem;height:0.75rem;top:30.870029449463rem;left:0.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kr80cHmOGax8WAufyx5nwkWQXHpwwTV4 { width:1.5625rem;height:1.5rem;top:29.651279449463rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A5SfQxSsBPgPmdpeNNGVKgOe3cXTgqII { width:1.5625rem;height:1.5rem;top:29.651279449463rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NB5bh8WzSLnIVNc2LaMmtWe2Lf9lEvhl { width:2.1875rem;height:0.75rem;top:28.995029449463rem;left:0.62500005960463rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8tPLIWLM789pRefvEKOHI68k3hTSi0F { width:7.3125rem;height:1rem;top:33.795455932618rem;left:0.45170456171036rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FaQaiXa4iKVXyQhRwHiqlxsBhm1aAoGg { width:1.5625rem;height:1.5rem;top:33.482246398926rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTwnh5ChTsCVNtyJJGKrONVpXWNORVXn { width:1.5625rem;height:1.5rem;top:33.482246398926rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QeTdD9v5kT3EnVg3XPECW5DF8pTyLSaO { width:9.5625rem;height:2.1rem;top:36.90767288208rem;left:9.5000001788137rem;font-size:1.75rem;z-index:15226;display:block; }
 }@media only screen and (max-width: 1199px) { #CeEI79AXunxeJD9uVht5yMcKNyGSfEiX { width:8.5625rem;height:0.9rem;top:39rem;left:9.8750001788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2DikyBR0M48MT7koF8fMh1kbbAQ5hvK { width:11.25rem;height:2.0625rem;top:41.018466949463rem;left:8.5312501788137rem;font-size:0.75rem;z-index:15247;display:block; }
 }@media only screen and (max-width: 1199px) { #TMUAUONSXOgCeoc2CqTydHxddiH9onkg { display:block; }
 }@media only screen and (max-width: 1199px) { #c8ed66d8b7013fdf079da8a246d4a675 { width:8.0625rem;height:0.975rem;top:43.911224365234rem;left:10.125000178814rem;font-size:0.75rem;z-index:15251;display:block; }
 }@media only screen and (max-width: 1199px) { #e5cI7ODMrkpIdmT9ZTPGMA4fZrJ2Bkpe { width:10.25rem;height:2.1rem;top:36.906959533691rem;left:21.781250178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TF9UEMsOGnRzpeg22In9L3yNOnA98Je7 { width:8.5625rem;height:0.9rem;top:39.0078125rem;left:22.625000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unoL0tcJLSrlncekoRvMcFiXt8MCmHWs { width:11.25rem;height:2.0625rem;top:41.018466949463rem;left:21.281250178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bumOBfZ1l1WHc1gRGC15EFXdDFMEwJeo { display:block; }
 }@media only screen and (max-width: 1199px) { #hzuux1Ugbnf3BUAVNBPTstBKyDe0KFJM { width:11.25rem;height:2.3125rem;top:40.893466949463rem;left:21.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OpOfbkdvwWeAqZEUrqH5pLxb9NtLhT4B { width:8.0625rem;height:0.975rem;top:43.910511016846rem;left:22.875000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ddrLrv4tNs7wM3WfEvTyQx2eaQkrgQFe { width:9.9375rem;height:2.1rem;top:36.64204788208rem;left:34.718752086163rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V9pv7WQ1vCi9fUlKKhw4Vbk4iBB1nZA3 { width:8.5625rem;height:0.9rem;top:39rem;left:35.406252086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #goFtAHvgARUktiqy9CXgGIpawOGI8fA4 { width:46.125rem;height:3.4375rem;top:28.682529449463rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #krTFyLxRxEHkZS6RH2GXlfGi6KOGvcHM { width:12.5rem;height:2.0625rem;top:41.018466949463rem;left:33.437502086163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EgJ260ZbLyppBSPqxToQ3DPPMBE0QmvH { display:block; }
 }@media only screen and (max-width: 1199px) { #QPqN5oqyZCBLSCPqqPiFJVFT9WoqbDZJ { width:12.4375rem;height:2.3125rem;top:40.893466949463rem;left:33.437502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g31hNf9FfqQ0vF71196dvdNTzH2Jdg56 { width:8.0625rem;height:0.975rem;top:43.910511016846rem;left:35.656252086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X16ys1UvASJkeGfKWBdrqc90nuAypWKZ { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 1199px) { #wfSt8IkdJtBA1Pk8FheklEA0lkaD3TcP { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 1199px) { #DLEweSQPL51rbaPwAgXJOT7lAGSxFVD7 { width:12.5625rem;height:41.9375rem;top:4.1242904663086rem;left:7.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l6guST9MNJzgXxGSXrInRKeziihQaZGp { width:18.75rem;height:38.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Or0ins6Btwow534GuLDQLBMQiXPbU4pa { display:none; }#Or0ins6Btwow534GuLDQLBMQiXPbU4pa > .row .container { width:47.75rem;height:49.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #kNGyi5D9Vb6mEunI6Xb6bftwldeQE1r3 { width:11.8125rem;height:10.1875rem;top:6.3125rem;left:8.2500001788137rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E6vbzr8nlKVr356min22vLo2indu9fao { width:4.75rem;height:1.79971875rem;top:7.1875rem;left:8.8750001788137rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #J2JFaNmmXHFoASHuXU8nNtL3deGdE3Df { width:3.25rem;height:3rem;top:9.0000009536744rem;left:8.6875001788137rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDbPduf1MWGDWSKNRuKiXwVTCKxvhDiT { width:9.8125rem;height:1.5rem;top:11.411932468414rem;left:8.9375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #MBk1PKmHqA2b1Jhcan38zAHTStUpcgeM { width:9.8125rem;height:0.89985625rem;top:13.312500476837rem;left:8.8750001788137rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Mpd8ys1pfe31ibKTLQzc5t91W70JMTtA { width:11.8125rem;height:11.625rem;top:6.3125rem;left:8.2500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDACMmzxC6HmeEITxRqTOpolMQ1phxnn { width:11.8125rem;height:11.625rem;top:6.3125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qtUcIWmp6vN6W6qHgREFaC7Qx1xpmBRc { width:11.75rem;height:11.625rem;top:6.3125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LDJQKZfAHczr67kBTfL95gtpZo7XT4MB { width:10.125rem;height:0.97443125rem;top:20.036211967468rem;left:9.0937501788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0fsJ5OFaPulIJz3DSo6tvDIW9uA7Zus { width:7.125rem;height:1.79971875rem;top:7.1875002980231rem;left:21.437500178814rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #CqPqOdeDoDPcHpxR1wJ6uozSJcnxJRGl { width:9.8125rem;height:0.89985625rem;top:14.187500476837rem;left:8.8579551577569rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #aV2HVUb9LpHx2FfofwUDXsDVn3vNxhuJ { width:10.6875rem;height:2.0625rem;top:15.375rem;left:21.562500178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BGK72z6IGly6PmpZ3h6XTEyz4MQoSZH8 { display:block; }
 }@media only screen and (max-width: 1199px) { #u2N0iCNH1CAw0m3fpMFDbuWE3Fb591dc { width:10.6875rem;height:2.0625rem;top:15.375001430511rem;left:34.343752086163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZTqxw2pqkd0yG8SPq07UuD0ugcvlZlz { display:block; }
 }@media only screen and (max-width: 1199px) { #wy1dv787zOnWlFCaxHzTn4ZE3MT0nRyI { width:10.6875rem;height:2.0625rem;top:15.35795545578rem;left:8.8125001788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGH33r5BW1nlBBJmRTkvRsMXP7TgPo23 { display:block; }
 }@media only screen and (max-width: 1199px) { #Jq0mcuWQH0mKtZy4p702bVydINUK2sHN { width:10.8125rem;height:2.1875rem;top:13.375004768372rem;left:21.437500178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XQJPT8xRqGWoKab5SvQ0xknnh4sANBb8 { width:6.5rem;height:1.79971875rem;top:19.561790466309rem;left:0.63920456171037rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uA04AdgP3diqm0oW5766z1TbraWqN2Cy { width:8.375rem;height:1.64915rem;top:21.111506462097rem;left:9.9687501788137rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #Whu6qJLbI2A2cVmB1fTwcxpXektynpUr { top:2.9808282852173rem;left:21.750000178814rem;width:10.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9KllgSchPGa62Gvw1JXzswbReF207k9 { top:2.5063920021057rem;left:33.812502086163rem;width:10.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q3A4P0yVugKTw7bkZW19MuHOoZUDaHKE { width:8.5625rem;height:2.09943125rem;top:18.057528853416rem;left:9.8750001788137rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GagVzah0O3Ax28pfTkrL8N9U9egevqlA { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #aKSowrOWwOQCycE7dDnTWi1APbS0Dww3 { width:10.6875rem;height:1.64915rem;top:21.125rem;left:21.562500178814rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #DLTo6ygzxXmb4E99nHgfqxpFqMkmcu81 { width:9rem;height:0.97443125rem;top:20.034791946411rem;left:35.187502086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fs0P98746p2dCznNsfaEFOXRH1vID6T4 { width:8.0625rem;height:1.64915rem;top:21.125rem;left:35.656252086163rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #yeSl67z6B6mhUX32sh86PA0bbnaxaxiQ { width:3.125rem;height:3rem;top:8.9872158169744rem;left:21.375000178814rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #OaKfq7qDP4fwDI1sFlU8tplzcCpP2Ttc { width:5.5625rem;height:1.5rem;top:11.4375rem;left:21.437500178814rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #v9XHciBbV9wqkxcMAKUoiOHNl1rcRPN7 { width:9.8125rem;height:0.89985625rem;top:13.3125rem;left:21.4375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #s7gyl344eg8lKtZAIVHwcipEPvzpsSdl { width:9.8125rem;height:0.89985625rem;top:14.211648464203rem;left:34.375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #TtJi1mQDAITbgcFb3JDUkRXtRrL7mxG0 { width:6.875rem;height:1.79971875rem;top:7.1875rem;left:34.343752086163rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Fur3SKvZwQ75gJAhJI0Ah4TCzPf8DJeP { width:4.5rem;height:3rem;top:9.0000001788137rem;left:34.062502086163rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #WN6o9nPP2IalrBcpmGTNNcgrMHWDEpFi { width:10.8125rem;height:0.97443125rem;top:20.034791946411rem;left:21.000000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C90J9Ru30Km7r9O4ZHnXyBFHCFcUwMP7 { width:9.8125rem;height:1.5rem;top:11.374289989471rem;left:34.375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #TTnzpGBEqBadfLwQEW00aWamEu6h8lBp { width:9.8125rem;height:0.824575rem;top:13.3125rem;left:34.375rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #s9aLXbWGPIDLWlSkIoPK0DiKN6yeAi4H { width:9.8125rem;height:0.89985625rem;top:14.211648464203rem;left:21.4375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #SDELfBy1J8HedTacqSHDDWKbNXACsWHI { width:8.5625rem;height:2.09943125rem;top:18.0625rem;left:22.625000178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iszLeWmGctTREPLMtcy3TH6OKvnHHRk5 { width:8.5625rem;height:2.09943125rem;top:18.0625rem;left:35.406252086163rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OBBq2Q6rVfde9JdS8eO5B4BQ1rUNMHsT { width:1.5625rem;height:1.5rem;top:31.526279449463rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uJhJbfIJA0FyFsgEG5m1hQ7VLUicc7Rm { width:4.9375rem;height:0.75rem;top:23.661931991577rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tFS3Fcmaz3WmO8Mo87e3sU6DGB7JTwuN { width:5rem;height:0.5rem;top:24.8125rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZ0qGfVBJdzf8fgtvaOkS973UZOODPPK { width:5rem;height:0.5rem;top:25.75rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dXKV9AgEgeBM2N4ErgCk1USqpSLBJcDs { width:1.5625rem;height:1.5rem;top:24.036937713623rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMff06WdRCPQLguw9P3rpXsnwDMBQTyH { width:8.5625rem;height:0.89985625rem;top:40.875rem;left:9.8750001788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MbT5J8IxB97twchUWNG7FhTZPcQ24ZEl { width:1.5625rem;height:1.5rem;top:24.036937713623rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AedT0iubvBkaDTGguHZ8XSULo6RI8999 { width:1.5625rem;height:1.5rem;top:24.036937713623rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CCToidaT2L4lXlzycTJ311xUPtQOr6cb { width:46.125rem;height:3.4375rem;top:30.557529449463rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #qFl4iL2Nv1XekSgZPskMRCSwucW9Grx7 { width:2.0625rem;height:0.75rem;top:27.045455932618rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xdm2UXczauugDW1ioq6lva0hNCU1Lre7 { width:2.625rem;height:0.8125rem;top:28.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vs3xE7dgxZbKpfA8OPQ6nmXugxfuPAwq { width:2.625rem;height:0.8125rem;top:28.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dec0T723aWT0J1adOFws4uA9wufKwkJS { width:2.625rem;height:0.8125rem;top:29.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KMZWnrRSg08CBFdA2SVixl85bEncD916 { width:2.625rem;height:0.8125rem;top:29.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFS3JWgvHa2o8SGotFslJHOJiN7nv0Z6 { width:1.5625rem;height:1.5rem;top:27.795454025269rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XxqPuW5XW8e7PJQBTwuwxpGmwu0sNxWO { width:1.5625rem;height:1.5rem;top:27.795454025269rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JiUFO6S9TbzOrXMeeMPEfHGEULUzJA6o { width:2.1875rem;height:2.09943125rem;top:27.795455932618rem;left:13.062500178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QIMxnzlBVZW5Cqqz9EOufNJmnqLZ2TrI { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFsGRyKrfbT0TFbwfVeCobEcTOSfvosM { width:4.9375rem;height:0.75rem;top:34.607244491577rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0nrkXvzKsvCKwvk8MRyXO91yrM1OvT2 { width:10.375rem;height:2.0625rem;top:31.682529449463rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kZ7pcLOdZq3Mk2m6Aoi5W8fxwiMakWeN { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:13.375000178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZWBcsgTWl3Sk5KkTZpz3ZbA8SoZXuPT3 { width:2.1875rem;height:0.75rem;top:30.870029449463rem;left:0.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nxaeMfeG1HMhvupOc2fedVbRzcEO3nQ9 { width:9.5rem;height:1.375rem;top:35.420455932618rem;left:0.45170456171036rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zz5xd3DT7sVkbSwhHXxJGtH28KTDo4T6 { width:2.1875rem;height:0.75rem;top:30.870029449463rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e3y8l8O1mox2fMxXPte1H8MGSoTsHSgW { width:1.5625rem;height:1.5rem;top:31.526279449463rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6UG4OdoPVW2tIG2bIfuoDKVkdZWEuRG { width:1.5625rem;height:1.5rem;top:31.526279449463rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oBvFybzC0lSlorZ7vWPF1TF5r4USNl1G { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rrfhK6Fh1G8808kBhMweo527k91tiwBM { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nvCzLMUo7r06h6hEVZ74tkXTn8dJZlIn { width:9.5625rem;height:2.09943125rem;top:38.78267288208rem;left:9.5000001788137rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y4xvFydgiygHndRFTHx7yeOqQgJidpUx { width:10.25rem;height:2.09943125rem;top:38.78196144104rem;left:21.781250178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vT4CsluPZCU5WrfdykNr7Csa93czr31H { width:11.25rem;height:2.0625rem;top:42.893466472626rem;left:8.5312501788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkxaO1yVL5HSmrTXxnyTPWwQyy4Z8vlZ { display:block; }
 }@media only screen and (max-width: 1199px) { #qgfXPMFeSIJLo3iZNAGUiF2B7EtwE0Sl { width:10.8125rem;height:2.1875rem;top:13.375004768372rem;left:21.437500178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xHWX2UaOf8XyGfqUH3TkZIhv18SvV6DX { width:8.0625rem;height:0.97443125rem;top:45.786222457886rem;left:10.125000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EQPwMbMrChU40XbI54SwWP6kfg6nfoRF { width:9.9375rem;height:2.09943125rem;top:38.517045974731rem;left:34.718752086163rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o1LQeQ0hW9Xk5sp1mlihdHMJ5blpDQ22 { width:8.5625rem;height:0.89985625rem;top:40.8828125rem;left:22.625000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWIROvl5Xdi1xt6NHmNikJhznXNlJVDI { width:8.5625rem;height:0.89985625rem;top:40.875rem;left:35.406252086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UANhtL2Ob1IUkTpTr5klrVmbp5Jar4eO { width:11.25rem;height:2.0625rem;top:42.893466472626rem;left:21.281250178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hIgT6wXnCCUKoaB7duOFW5W0z0ggllNK { display:block; }
 }@media only screen and (max-width: 1199px) { #Nah2by6r9whxTcMJSANV4FREtWZFFgKq { width:8.0625rem;height:0.97443125rem;top:45.785512924194rem;left:22.875000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GmCI28q0iLNmI2KqB6vuz2AFAZ1IK8If { width:8.0625rem;height:0.97443125rem;top:45.785512924194rem;left:35.656252086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qf5faRTabqBtf8Thd91N837z2rxOM0EI { width:12.5rem;height:2.0625rem;top:42.893466472626rem;left:33.437502086163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hJ7BTXkgIQSxP0yHricZ5t4G8Wgqmup4 { display:block; }
 }@media only screen and (max-width: 1199px) { #Zkvn2Or2V3wQkZ8sWNE9wo4eI8wZKUFt { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 1199px) { #TcTcC0OkHBdNRDQnJrHP1QCZx9nGlbo4 { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 1199px) { #C75c0vFJ3zGa9LDK9t5FdGvdfb5ICXdC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze { display:none; }#fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze > .row .container { width:47.75rem;height:49.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lCFCTRoK82purrN7pT23MicLA2r6pEWX { width:11.8125rem;height:11.625rem;top:6.3125rem;left:8.2500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1PQFeawOnTymPX2FRT3hCtruaWuoqCB { width:11.8125rem;height:11.625rem;top:6.3125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UqfUHEBqEsTnrBGTg1ZqEAXJk9TTsxSV { width:11.75rem;height:11.625rem;top:6.3125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GleCZlehv2f3XfQS93X2LvrJmdyZeBCh { width:11.8125rem;height:10.1875rem;top:6.3125rem;left:8.2500001788137rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SWzVXNxLDHTAEblg34zfupIW861K7xT5 { width:4.75rem;height:1.79971875rem;top:7.1875rem;left:8.8750001788137rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #TlP23IScN6TLCVXcaGTG7tlTApMC05f4 { width:3.25rem;height:3rem;top:9.0000009536744rem;left:8.6875001788137rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #NJ29L1ZwZ4SipG0rPx27nT2lPvaeiqX4 { width:9.8125rem;height:1.5rem;top:11.411932468414rem;left:8.9375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #HyG2NPCDViCI29X8RcF64JECazTCv4TV { width:9.8125rem;height:0.89985625rem;top:13.312500476837rem;left:8.8750001788137rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Mn3hRgAMXbKBBSV1rT09ZDn3ArHz13Mv { width:9.8125rem;height:0.89985625rem;top:14.187500476837rem;left:8.8579551577569rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #GMxzmCntaKNRVAcV5L6R2RKDhb7ESIRm { width:7.125rem;height:1.79971875rem;top:7.1875002980231rem;left:21.437500178814rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #FqK9KB064Jc9olhCulJwNr3n4dIDa6yH { width:10.125rem;height:0.97443125rem;top:20.036211967468rem;left:9.0937501788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QA60TguAJfQ4r6d9ycXrZKNDuAKxTGea { width:10.6875rem;height:2.0625rem;top:15.375rem;left:21.562500178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nWBtmilzZJkg0gI8TmzMJw78VsnDymTg { display:block; }
 }@media only screen and (max-width: 1199px) { #zwcS7AsIvEBLJKcoOOs7XAl38CUtW8vI { width:10.6875rem;height:2.0625rem;top:15.375001430511rem;left:34.343752086163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NHORr982OKGGedy8eudFRktf1420Ni5P { display:block; }
 }@media only screen and (max-width: 1199px) { #fCtL4fEuzav8xgf4qqEUUzH522QyLuT1 { width:10.6875rem;height:2.0625rem;top:15.35795545578rem;left:8.8125001788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STPJ2ytonlPr7UQINcWPdCVJObAb2gMB { display:block; }
 }@media only screen and (max-width: 1199px) { #DLXFOGizT14Uvo2bUsLc8WBR2wdH4NHo { width:15.75rem;height:2.3125rem;top:45.125rem;left:24.889204978943rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WT1tEaVe6VBc95FXMAqwGmhwkqm0o3KK { width:6.5rem;height:1.79971875rem;top:19.561790466309rem;left:0.63920456171037rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lnTdUgF1rdNPKE3GfZXg3pavnsZhpEzk { width:8.375rem;height:1.64915rem;top:21.111506462097rem;left:9.9687501788137rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #S7bM5PAnTGK41ptgOQ4JAhyVsVrng1zi { top:2.9808282852173rem;left:21.750000178814rem;width:10.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwPWnaaJRQqw2Cr8ltGupQyVbHg2MkHv { top:2.5063920021057rem;left:33.812502086163rem;width:10.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xrwq6wLJ7hz1xfbH6uisUgm0pcfIlEzT { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #avF8QREpA0t7UTTdQwSuwJ58t94hTPik { width:10.6875rem;height:1.64915rem;top:21.125rem;left:21.562500178814rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #MSsMwcbsmPGpOxA2snTTrzftIGypFpAt { width:9rem;height:0.97443125rem;top:20.034791946411rem;left:35.187502086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fGEbVBDWnfLis465RCeZfmKtTk5tecBx { width:8.0625rem;height:1.64915rem;top:21.125rem;left:35.656252086163rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #T35Ly8Ks9ZsJKAoeCBiwbqVS1OlDT99u { width:3.125rem;height:3rem;top:8.9872158169744rem;left:21.375000178814rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Sdwy6x8roySz7cVE8mvp3vxCTXLzLOsV { width:5.5625rem;height:1.5rem;top:11.4375rem;left:21.437500178814rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #EwThCwQ87QatCnEdEHv9fxUVFq4xVrxy { width:9.8125rem;height:0.89985625rem;top:13.3125rem;left:21.4375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #cbzs1ULSWEAq7thDmULsDRbaWLlv68gi { width:9.8125rem;height:0.89985625rem;top:14.211648464203rem;left:34.375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #zc5SwWGcfeFdhzqqGNcrJDWxIdENkKpV { width:6.875rem;height:1.79971875rem;top:7.1875rem;left:34.343752086163rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #oftbaqy2t1A4CkJORXV7J2SdnsA7qCUT { width:4.5rem;height:3rem;top:9.0000001788137rem;left:34.062502086163rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Jba2OKhTSkG30polzDaP1JLlo0lJQcpU { width:9.8125rem;height:1.5rem;top:11.374289989471rem;left:34.375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #mnIVv70U02cA4sBwLPqzbDwaFyTezlr0 { width:9.8125rem;height:0.824575rem;top:13.3125rem;left:34.375rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #J0tFwFwNT5n16yZfoLdkEhEzbiw7o7yN { width:9.8125rem;height:0.89985625rem;top:14.211648464203rem;left:21.4375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #aJVRLM2ZkbKrc5PdgZPmrd25cdym4h12 { width:8.5625rem;height:2.09943125rem;top:18.057528853416rem;left:9.8750001788137rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ka3B1JTyLEMTbdL2z2MdUfbw94Q6RRHM { width:10.8125rem;height:0.97443125rem;top:20.034791946411rem;left:21.000000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWQa3vJxlaIt0qGAsNAxeSmJWFq8b3Ct { width:8.5625rem;height:2.09943125rem;top:18.0625rem;left:22.625000178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HvLmrDCay4viQM0oL5rLCx4GHtF02HEs { width:8.5625rem;height:2.09943125rem;top:18.0625rem;left:35.406252086163rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5k4xVaUCSGoUrqtd2sNuBCfvqhDi0IX { width:1.5625rem;height:1.5rem;top:24.036937713623rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KhTi3xg45iUkL2tFOvQ94NlNN6PwDNJh { width:1.5625rem;height:1.5rem;top:31.526279449463rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ueaWnIqQczowumPOUxxbNPquh7cHswiG { width:4.9375rem;height:0.75rem;top:23.661931991577rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vcMlLsn8cJDqT8JdXWEuXxIu71U2UATs { width:5rem;height:0.5rem;top:24.8125rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pHeZwpG6iwTAMDN9tXo9CS48trCwdZ5V { width:5rem;height:0.5rem;top:25.75rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aJnwAVlOTEk94pw0QfwFMWvl3hda9lMV { width:8.5625rem;height:0.89985625rem;top:40.875rem;left:9.8750001788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkcvMoHIpiUEFu5S78q8Orp8ERAkPSx7 { width:1.5625rem;height:1.5rem;top:24.036937713623rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AamA6XkTa4tAwG8TfOUX6uc0cSgr2gTS { width:1.5625rem;height:1.5rem;top:24.036937713623rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lUh1C5xqk5WQRDrFKAGL9XSiOdliblu5 { width:46.125rem;height:3.4375rem;top:30.557529449463rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQPxZ0UKTPmTF4TlSA3P7HBQwoo54rJ0 { width:2.0625rem;height:0.75rem;top:27.045455932618rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VLabbIUQRdheRm9ZEFFeX7DHVg8zAMpm { width:2.625rem;height:0.8125rem;top:28.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mPHAlSoAFfTfGRNBLkJcKWiDyXGf06eF { width:2.625rem;height:0.8125rem;top:28.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ID86zfZJlDX3cAmu6Uzl1IPyt11C1AaB { width:2.625rem;height:0.8125rem;top:29.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kt7v0pnHTyHIL1ORweFd2RAHQdfRRTDc { width:2.625rem;height:0.8125rem;top:29.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v5J8bbMUeCkoNy3XQKsuftW2J9JbpSs2 { width:1.5625rem;height:1.5rem;top:27.795454025269rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G4vqGxwHJHMaNVE8ex8IM5Vpvpqoe2zx { width:1.5625rem;height:1.5rem;top:27.795454025269rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ErbuTmVwBBzoGnWXraR2d113EnQJB146 { width:2.1875rem;height:2.09943125rem;top:27.795455932618rem;left:13.062500178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBkvTgFFmzkJD6w7H3O7iFzUrhXJ9Twy { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZzwkNJA1bRv4NL3TvBC3du6I5X4vsOsn { width:4.9375rem;height:0.75rem;top:34.607244491577rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRh2HIx4bWFxLeP8JeMwvpHtsUHfuw3g { width:10.375rem;height:2.0625rem;top:31.682529449463rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wFihhWugNc0fuP1DNzWn1ZeGK91VDg8Z { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:13.375000178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CmRwE9lmMlC8iAgaQgp6F676dKpETLkM { width:2.1875rem;height:0.75rem;top:30.870029449463rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zC3qqpgrlFoO2QckIb0AJek4LX765TAX { width:2.1875rem;height:0.75rem;top:30.870029449463rem;left:0.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #prAz33PceaNK93iPrpVsNUIfNxvXZEQK { width:9.5rem;height:1.375rem;top:35.420455932618rem;left:0.45170456171036rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWt3uTGu4z3gZzMMuTZqV2qEkKHWWwhM { width:1.5625rem;height:1.5rem;top:31.526279449463rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6CdniHMtNhi6UxdotKG4qCmP2w6UQIC { width:1.5625rem;height:1.5rem;top:31.526279449463rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rWLoEsMGf0wxqCpZvVZ2c6zqNeOfm9v8 { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkhEc3VJwZRSaiApx4SbqwcZJrhWZgFG { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oyPsD5UMGBPRtZb54yLomq3WdWkRTZxI { width:9.5625rem;height:2.09943125rem;top:38.78267288208rem;left:9.5000001788137rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x3dLGbSlJ4wbv0eUP4sH6HCMIORpaKbT { width:10.25rem;height:2.09943125rem;top:38.78196144104rem;left:21.781250178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oqFRLSLqTNRry0KBeJG7kW92vGEU8wqw { width:11.25rem;height:2.0625rem;top:42.893466472626rem;left:8.5312501788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RyZHTV9shQmgUdzOTAIZni5iLO4APNkT { display:block; }
 }@media only screen and (max-width: 1199px) { #iiFbQnyDxsAt2NUOPBeUAi6qi2VXoqVm { width:15.75rem;height:2.3125rem;top:45.125rem;left:24.889204978943rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mfl6FrWTWTCaGTWfqrzS5zJVKgJ4tc79 { width:8.0625rem;height:0.97443125rem;top:45.786222457886rem;left:10.125000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qbp1LJRwWm0ycs1VrUEMDzP13PDPRu92 { width:9.9375rem;height:2.09943125rem;top:38.517045974731rem;left:34.718752086163rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kL1yTQ2ESOnkyFObeq5dNsk55KhNhzAD { width:8.5625rem;height:0.89985625rem;top:40.8828125rem;left:22.625000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyexkDUvspTSLnOlW4aGKvV9sagC5paV { width:8.5625rem;height:0.89985625rem;top:40.875rem;left:35.406252086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUv9GUHib1fDVTmgP16PNokqTLCpRvtK { width:11.25rem;height:2.0625rem;top:42.893466472626rem;left:21.281250178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qJenbzqts5rEnnPLKszbR3BPCp1tT76u { display:block; }
 }@media only screen and (max-width: 1199px) { #he5wW5FpRESQSNLL10206PFrVmnrNMU1 { width:8.0625rem;height:0.97443125rem;top:45.785512924194rem;left:22.875000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8kXuqn9thvptsGWteRiDdVsxROuvmtx { width:8.0625rem;height:0.97443125rem;top:45.785512924194rem;left:35.656252086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SrMv2QKz2oB8D2VnrdWCfa2Tecq7vnLS { width:12.5rem;height:2.0625rem;top:42.893466472626rem;left:33.437502086163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QVEC37zfLrGJQiRKWCDNDawDenGrgtM6 { display:block; }
 }@media only screen and (max-width: 1199px) { #W7SQqbSToqEJpUAfiVvNsf9Dobx3GpA1 { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 1199px) { #R9TAiwmULbV1BEv4QMyNsoh04O7Cs1HT { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 1199px) { #o2c6NVecZrKfT0STrxuC322ISGb3TpXC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 { display:block; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row .container { width:47.75rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iTfUAszUTPshdDNobsEInaCWD7OIquTQ { width:47.75rem;height:1.4625rem;top:2.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ka2wD7UrRKlfeGmTysKF9PWGIssfD4LU { width:11.1875rem;height:5.875rem;top:5.6875rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mUhdGg1Pg46l0EniT0NlNMccTAzxuMSM { width:11rem;height:5.8125rem;top:5.7187366485596rem;left:12.343750178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z3QkNy8mDbudVdVSVWm5fBb6vo4QSEob { display:block; }
 }@media only screen and (max-width: 1199px) { #EKSHolZXOT0ma77gHZK13LwrKGlX8E6b { width:20.125rem;height:6.125rem;top:11.1875rem;left:3.0625009536743rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T7Nw2lmp5U4RBTMBTgKgTTKReDcOv8IS { width:9.5625rem;height:2.275rem;top:6.3125rem;left:13.125000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UQ09xMlLNvLxb8Jw9AH3Kryywg8i9hsI { width:1.875rem;height:1.0625rem;top:9.4375002384187rem;left:13.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V73fKTZMINFHZ5l8SqWR6bO2CqSLSQR8 { width:1.25rem;height:1.25rem;top:9.3750002384187rem;left:15.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wryTtr27wCDCIhUL6gXgOSd7V9QBiG5l { width:1.8125rem;height:1.0625rem;top:9.4375002384187rem;left:17.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3AU3Br3bzA3inLGwcnAbMa0sia9dGww { width:2.25rem;height:1.125rem;top:9.3750002384187rem;left:19.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x5fIFznTV196PtrvnaZh5tkunTlFLpqO { width:11.0625rem;height:5.8125rem;top:5.7187366485596rem;left:24.250000178814rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 1199px) { #RU5F3kBQ0P8qkGFTMCmAhsZlsVdNo7ew { display:block; }
 }@media only screen and (max-width: 1199px) { #Abu2U0nRqSSbpZsykxavrTSoGhcVVwoX { width:11.1875rem;height:5.875rem;top:5.6875rem;left:24.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B0lHZodwthL4L7FwATO5aFcPqftPH2bt { width:19.125rem;height:6.0625rem;top:11.1875rem;left:25.187502861023rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AI8usOExSmNdTaiwwqccrMn9OFvDqkn5 { width:9.6875rem;height:2.275rem;top:6.3125rem;left:24.750000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqGVkcZUQmF6opvPwIch6LvieJZofHpQ { width:8.1875rem;height:1rem;top:9.5937503576281rem;left:25.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZsRXhEknszuKqxxI5SXWugCy9h7AGxTT { width:1.375rem;height:0.625rem;top:9.7812503576281rem;left:26.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQdIJRvZZAhZ4QPw2eUE0iRzhV63QUEH { width:25.5625rem;height:16.1875rem;top:11.5rem;left:11.093750536442rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BRB59Eq6vy8xGpsEEkkJ1yd0gKTWnOgT { width:21.25rem;height:4.6875rem;top:12.875000476837rem;left:13.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #laSoWOsAbokHMoLpTJRXCgubByBbmG4l { width:21.3125rem;height:4.625rem;top:12.937500476837rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tAmRXR6fvoh3Sfs4llzxkKxJSEnzqORh { display:block; }
 }@media only screen and (max-width: 1199px) { #inVsUdEWgRUF5L85wefnSnbuzMyXTgt2 { width:1.375rem;height:1.375rem;top:13.750000476837rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sDHZ9Ih0N6ItTOBC2HRpKK9JdNZfu69E { width:0.875rem;height:0.875rem;top:14.125000476837rem;left:14.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mc3GSnxN0dfZ2JeEfuoU3CRuZl5ARWBO { width:8rem;height:2.4rem;top:13.500000476837rem;left:16.500000178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ugtF1ubLONB9UQJmvTr5Eh5qieiQQAiV { width:9.3125rem;height:1.05rem;top:15.562500476837rem;left:16.500000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIomQhgNAKNXZAG6NAN6WlK70uGwbdgg { width:8.9375rem;height:2.4rem;top:13.437500476837rem;left:24.812500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGBdRBW3nOH6JWHL74J2EbGxuQmNWile { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eJtO9V4Qq6e3zpG2xaKD6ICILF1LlKfD { width:5.5rem;height:1.05rem;top:15.562500476837rem;left:28.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oA3ezpXSMiJw4vaWWhOQDCHKES71tIws { top:18.812500476837rem;left:13.875000178814rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G8gh3ZfvUPlKLDbQZJRmmgLrCsWirUTQ { width:20rem;height:3rem;top:18.812500476837rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T16GrG3zZfvetfScJzV7iAtZEzz2FISp { display:block; }
 }@media only screen and (max-width: 1199px) { #gWbUXbknSE8m5ch5muGTZ3BDL4qclOtD { width:21.25rem;height:1.05rem;top:22.312500953674rem;left:13.250000536442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aEniLyASiEeo86pnoVCoThnRtHO7Gcmp { width:1rem;height:1rem;top:0.99928188323975rem;left:37.625002086163rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBPmHrimho2LnQxfhTbP4G1mTPcqQkWm { width:1.25rem;height:1.25rem;top:0.87499189376831rem;left:37.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JI42S9CLLJmBP1whvWtD7orAwn8RxSyr { width:28.5rem;height:27.9375rem;top:1.375rem;left:9.5625005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK { display:none; }#SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK > .row .container { width:47.75rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EQbRR1fb8PR3UybkwKZHTehdF1585821 { width:11.1875rem;height:5.875rem;top:5.6875rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tubTMPPIVCRNgJGPKT1vAJUUVTObJ67y { width:11rem;height:5.8125rem;top:5.7187366485596rem;left:12.343750178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HBKTTTbf8Rnz3GeW5w5mhokgF3VVxaUR { display:block; }
 }@media only screen and (max-width: 1199px) { #lNuKWl4zl1s8tka9repQfqi6qc5HvtF9 { width:20.125rem;height:6.125rem;top:11.1875rem;left:3.0625009536743rem;display:none; }
 }@media only screen and (max-width: 1199px) { #egPG6Pc5zlT6ihuXi5w5hIwma2ilJuqP { width:9.5625rem;height:2.27415rem;top:6.3125rem;left:13.125000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O2GUeAiQxMBTITmDWpUmToEqqEA96A1p { width:1.875rem;height:1.0625rem;top:9.4375002384187rem;left:13.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ziASs1RBHmKiaJtJv9VIiACicFGuP6D6 { width:1.25rem;height:1.25rem;top:9.3750002384187rem;left:15.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #taJSk9w47nRqPSosauMaoD0iNsd4bTGZ { width:1.8125rem;height:1.0625rem;top:9.4375002384187rem;left:17.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4J7UK4TGRA5QaCq2VhnGxwLUKWU4C2q { width:2.25rem;height:1.125rem;top:9.3750002384187rem;left:19.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTMnsHklOFmvDSnmEwqLGneokAU9UeeL { width:11.0625rem;height:5.8125rem;top:5.7187366485596rem;left:24.250000178814rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 1199px) { #s904fg9h1VSEXihkQv5n0rpSbW12Wmbm { display:block; }
 }@media only screen and (max-width: 1199px) { #VNqLARNugsLShRfT8QONbbvkPg9NZKLd { width:11.1875rem;height:5.875rem;top:5.6875rem;left:24.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vml4vkf9yWg2gSOi1rKRyJUXlAFTnFFz { width:19.125rem;height:6.0625rem;top:11.1875rem;left:25.187502861023rem;display:none; }
 }@media only screen and (max-width: 1199px) { #f3trLKUTmeckb9VEXkQTldd1kcTF9HCz { width:9.6875rem;height:2.27415rem;top:6.3125rem;left:24.750000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VPB3J2R1hrnIzFKDAPxTgL9rq4t73F6l { width:8.1875rem;height:1rem;top:9.5937503576281rem;left:25.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQZXAbRWf74P47keh18OXfdIPpd2gq2L { width:1.375rem;height:0.625rem;top:9.7812503576281rem;left:26.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOf6Jw9oCHR5War3hnDdDTe7rd34J2Bl { width:25.5625rem;height:14.5rem;top:11.500000476837rem;left:11.093750178814rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bKt5crdgTRnQU3WKAgbaJ23edOeehE1h { width:21.25rem;height:4.6875rem;top:12.875000476837rem;left:13.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vcw7WVv4mLtivMak9KBvQbsls9SrZyXl { width:21.3125rem;height:4.625rem;top:12.937500476837rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i7NUxgBqKxF2OJ1bX4Tu1aLwMVqHyR3L { display:block; }
 }@media only screen and (max-width: 1199px) { #aSaH0OkFVFF5doOoZ5ypNxCAZQyxCV5l { width:1.375rem;height:1.375rem;top:13.750000476837rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqJhIFQRtd8Tw25pueMp659U20Bwyxnx { width:0.875rem;height:0.875rem;top:14.125000476837rem;left:14.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTJylvw7tsOcOpTo0BeDTH6chODTXkTz { width:8rem;height:2.39985625rem;top:13.500000476837rem;left:16.500000178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TkIwbGHCsCoS6TVUXJsrvkOTR80LUsVd { width:9.3125rem;height:1.04971875rem;top:15.562500476837rem;left:16.500000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uFzPWkd1hHi33aoMZq4VyBsS8b8Ir0Oc { width:8.9375rem;height:2.39985625rem;top:13.437500476837rem;left:24.812500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #huv26t4ny3I0SoTiHV0iFCBurTriEqTG { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l7J4SuXT4wL36E9m96A82VVRQwrpxozi { width:5.5rem;height:1.04971875rem;top:15.562500476837rem;left:28.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sossxwGg9so67GraupmFIHVac699vqWC { width:14.6875rem;height:0.875rem;top:17.750000476837rem;left:16.562500178814rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #INT0nEOv1f8Hta7pEPeQxXbilLpICJJL { top:18.812500476837rem;left:13.875000178814rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PhSW1tfmOu1TXQrffA1QoxDqrr055T2d { width:20rem;height:3rem;top:18.812500476837rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6QUSlCRT3azyiwMXlhILrxAVWnk9v1U { display:block; }
 }@media only screen and (max-width: 1199px) { #wLqesMEGyl86MAWFRJVA5priQTcsTJZi { width:21.25rem;height:1.04971875rem;top:22.562501430511rem;left:13.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GltFoUcQ4VcKCBpvrdHx8UL7V1HsIc3c { width:1rem;height:1rem;top:0.99928188323975rem;left:37.625002086163rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AxfLxIowhhXq06Hdf2HAxt3Que5H1mnM { width:1.25rem;height:1.25rem;top:0.87499189376831rem;left:37.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tkbx2XEJZWS83qX8dl1fvQp1hEdmnBUT { width:26.1875rem;height:2.92471875rem;top:2.1235795021057rem;left:10.514205157757rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HXWTNcoi4WNGMDNlRze4QG6ezsSXSUSP { width:28.5rem;height:26.25rem;top:1.3750004768372rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N { display:none; }#XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N > .row .container { width:47.75rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LcKXCqIMckE9WpSozoBuS6EUQfnv1tNB { width:11.1875rem;height:5.875rem;top:5.6875rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ln1UFql53rp8kUn1x02V84oTl7g9us7v { width:11rem;height:5.8125rem;top:5.7187366485596rem;left:12.343750178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nXzXTtdmKXbwHNLSUdPlfsoKFfV5sk91 { display:block; }
 }@media only screen and (max-width: 1199px) { #tbH17sLRxxrcIH3ahAoq8ci793nVBBNA { width:20.125rem;height:6.125rem;top:11.1875rem;left:3.0625009536743rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hmnp8H359qTv7FwyUPkETzAIHTvgQv1U { width:9.5625rem;height:2.27415rem;top:6.3125rem;left:13.125000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7tlPoIyio6NO0EH31TDzT32qOqBrzEO { width:1.875rem;height:1.0625rem;top:9.4375002384187rem;left:13.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #whCiyoh37PzKuGzkXMnIK8RFofcTxzTq { width:1.25rem;height:1.25rem;top:9.3750002384187rem;left:15.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlEVUuROrvQKvwExfQAHfgiTsbN1CRRL { width:1.8125rem;height:1.0625rem;top:9.4375002384187rem;left:17.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W4qmZXA0whTcVSryLQFGQFQWNht9Ri7Q { width:2.25rem;height:1.125rem;top:9.3750002384187rem;left:19.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sm9UKAV3g6KQvWbc8lXTJC7amJ10SAFr { width:11.0625rem;height:5.8125rem;top:5.7187366485596rem;left:24.250000178814rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 1199px) { #eTrZtKFHGfaq1dVkZuLl8tNWHN3aEsJ1 { display:block; }
 }@media only screen and (max-width: 1199px) { #Pw3y7MVLOL3Nb4szAednLfgnRcJvaMfl { width:11.1875rem;height:5.875rem;top:5.6875rem;left:24.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nlMcJEsoWqO0eC2ANiAPI7OBgBSzH5MC { width:19.125rem;height:6.0625rem;top:11.1875rem;left:25.187502861023rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Qzzt2LIXd7eQsu3kxP28iDSt1dABWIsw { width:9.6875rem;height:2.27415rem;top:6.3125rem;left:24.750000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ShDiTk5AEEv88aXSZSssRopotPi8aVgI { width:8.1875rem;height:1rem;top:9.5937503576281rem;left:25.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lVxC7Td7aMiEoNTrKJmUoFbrkuqA83zO { width:1.375rem;height:0.625rem;top:9.7812503576281rem;left:26.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vIubF9ad62VVl24BueWDVxgkFrC3sXXD { width:25.5625rem;height:14.5rem;top:11.500000476837rem;left:11.093750178814rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JI1tuSRTAsqLhqcX1cKWBt3KbSMOKTxL { width:21.25rem;height:4.6875rem;top:12.875000476837rem;left:13.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mUvx6nAy0iIs5pyMrKAMezRGxrVSREJF { width:21.3125rem;height:4.625rem;top:12.937500476837rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M8H8m4HOvosu0l44SwKXEpiawuZ3JhsF { display:block; }
 }@media only screen and (max-width: 1199px) { #ekDbIZz4HZLg4PHwZp87PnL7gOkNTT3v { width:1.375rem;height:1.375rem;top:13.750000476837rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2qcd4KT7sLKESk3xKXrkkylDTIEASZd { width:0.875rem;height:0.875rem;top:14.125000476837rem;left:14.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hs6e5MGJcCTqAdVIhfvz28TNIrxttRwi { width:8rem;height:2.39985625rem;top:13.500000476837rem;left:16.500000178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hFDFkc6v8T86kVxvJT3pToiI3XGZ2TTB { width:9.3125rem;height:1.04971875rem;top:15.562500476837rem;left:16.500000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZfeSdbmX4hpMzdXDD68AURUKMmmifiHL { width:8.9375rem;height:2.39985625rem;top:13.437500476837rem;left:24.812500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #brIQ4CvoDEwq8B8HDZI7F31LQzK4XUuz { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T8pvnXCQfP7UkvwqI2Qo2ziI7yRCXdaV { width:5.5rem;height:1.04971875rem;top:15.562500476837rem;left:28.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a30Af4Fyh4rcq44RuA06NiLeTTTCnzzB { width:14.6875rem;height:0.875rem;top:17.750000476837rem;left:16.562500178814rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwk0pvoqUoyVsKI00hUvTkPRXIJ5iwpw { top:18.812500476837rem;left:13.875000178814rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTlJfNTTFRp1EZ5so8iSVM6gLd4es6hi { width:20rem;height:3rem;top:18.812500476837rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lPHGMqzHbKaKIq7mZ5QWlQlTp5qfHrGv { display:block; }
 }@media only screen and (max-width: 1199px) { #GOxWDr3TiIGLAtg0HkhGpfRqOpxrrnFs { width:21.25rem;height:1.04971875rem;top:22.562501430511rem;left:13.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b3qDwzQMC6tL0Ux8RoCb9hDth2keay9O { width:1rem;height:1rem;top:0.99928188323975rem;left:37.625002086163rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qrVXJiw9M7CZ2ZAtqEWtT1y6LCbotaTC { width:1.25rem;height:1.25rem;top:0.87499189376831rem;left:37.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MSRXkicqdfEVOKy6aqBVvD9zvn2iirWz { width:26.25rem;height:2.92471875rem;top:2.1235795021057rem;left:10.750000178814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yzRkG5DSb78TyFOrCPNE9eiHiNMouuUu { width:28.5rem;height:26.25rem;top:1.3750004768372rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa { display:block; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { width:47.75rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xIXUrxCTaFb4oiNyoFTyxz0rhBHTf9ig { width:11.25rem;height:6.125rem;top:5.5625rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0LH0eqquXSae9flaP9XfOZcVOnPSC4Q { display:block; }
 }@media only screen and (max-width: 1199px) { #nASG3SgJ9K1Oy1HEMkTC0Ewfr6oCQFZE { width:47.75rem;height:1.4625rem;top:2.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #huDpTNhcvs2FCnbJTmMFFq0wCyLHa74p { width:19.125rem;height:6.0625rem;top:11.1875rem;left:4.1562509536743rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yoHUMN3xHAs2lgpdHwoZZUWpRMdLnU3r { width:11.1875rem;height:5.875rem;top:5.6875rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UrkD7XQXXLaAWyS227xM32cvlMISMxH5 { width:9.5625rem;height:2.275rem;top:6.3125rem;left:13.062500178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ddHK4v0UsORzAI0XgvzsloBThiuJTBt9 { width:1.875rem;height:1.0625rem;top:9.5rem;left:13.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R4UGOtEthMzCZknGeF1Hmh2LZdEaASK4 { width:1.25rem;height:1.25rem;top:9.5rem;left:15.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LzvbMo1LU5BBVOFNZJpmJ1fJQRGnyy0c { width:1.8125rem;height:1.0625rem;top:9.5rem;left:17.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zRMnkptefKCXyGfLJhuWMbfxg3TXz5if { width:2.25rem;height:1.125rem;top:9.4375rem;left:19.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gW1gBvXNgJ3yuic2FSFwVRa06y3Epmxu { width:11.1875rem;height:5.875rem;top:5.6875rem;left:24.187500178814rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 1199px) { #pmMFLFh2oxGh9vsLnwCzEysJn1p4xUfM { width:11.125rem;height:5.8125rem;top:5.75rem;left:24.281250178814rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 1199px) { #wB1hA94IXoDLydytLdfiqB3Q4UOeio4U { display:block; }
 }@media only screen and (max-width: 1199px) { #xfW58UtIaF7Z2eEQMIgR5UTBwIkxkVt1 { width:20.125rem;height:6.125rem;top:11.1875rem;left:24.812502861023rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eHKHHsgAT6adJoagATGcrDWSXFEdGIKU { width:10.625rem;height:2.275rem;top:6.3125rem;left:24.500000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NtPt9EgR0oOJA5T2cWa9WsDe6M2CaaQP { width:8.1875rem;height:1rem;top:9.59375rem;left:25.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7VEau62Cz7Ht6QXB1dGAZy80O4iK9bT { width:1.375rem;height:0.625rem;top:9.78125rem;left:27.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yfSCDucHnMEObaxiqMvSQoEmUcO0D6QU { width:25.5625rem;height:30.1875rem;top:11.5rem;left:11.093750178814rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zP4vkhJJyf78EeRqqWIniqhXlwFwqEwq { width:21.25rem;height:4.6875rem;top:12.25rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WvNSTSvFh5K7kRmXA1wpEZJrnnrOKZXu { width:21.3125rem;height:4.5625rem;top:12.25rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PkCqt2ectdxRNg4pqlwefW0H6FWvFcCH { display:block; }
 }@media only screen and (max-width: 1199px) { #G8mKEsLTdTFUAoGtNcTu4WxALfaFZtSb { width:1.375rem;height:1.375rem;top:13.125rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2BxBM2TxbtITlrbSTpMlAiTvp25zyeH { width:0.875rem;height:0.875rem;top:13.5rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zOHZU9EwawbMF5wJX5AucD1wAEcWiDZo { width:8rem;height:2.4rem;top:12.875rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwnR5wff1fgwd0PtSPI2RmneapRqydqw { width:9.3125rem;height:1.05rem;top:14.9375rem;left:16.562500178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uuZ7dkMDQSNwHPvTHuPlg3c9Rw27otHR { width:8.9375rem;height:2.4rem;top:12.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vr87Lvf8cZuIvBbrZtLyi1oF4sOBqm7x { width:21.25rem;height:4.6875rem;top:17.8125rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qU4tKG1U4so0RTyOa0u4TJPJPvq1KwHm { width:21.1875rem;height:4.5625rem;top:17.8125rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XApUpBifeZr7m7Z5GihewwBmdFXALKyT { display:block; }
 }@media only screen and (max-width: 1199px) { #tNi3IfriyrAatcTsIu53nwbqtNdAkUPU { width:1.375rem;height:1.375rem;top:19.011363983154rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRWNT5PGwOwahqca4seJ4CE3FX26Ivbi { width:0.875rem;height:0.875rem;top:19.386363983154rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iDFbbcshtWTE3aTR8FiJPaM6iBe7QUH6 { width:7.875rem;height:2.4rem;top:18.625rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lrM8Pul94gylBPxm0U5K5gcZTTwaPv0D { width:9.3125rem;height:1.05rem;top:20.6875rem;left:16.562500178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EizyV7qnvfviT6tB3LgzB3TyWDnq97bl { width:8.9375rem;height:2.4rem;top:18.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVbPhdWFdw8JIQX7GHw0OlRXeddIgMbn { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ntqG7liyDJW7Vr5nC28iT7EEHhMCz6WQ { width:9.375rem;height:0.9625rem;top:20.698863983154rem;left:24.125000178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qg6A1AlPRW4p7EcFLWWlt3HVeE8L5Fxl { width:21.25rem;height:4.6875rem;top:23.5rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihhQ9r5h1VbkteLU9VX71HTO7FhRakqO { width:21.25rem;height:4.6875rem;top:23.4375rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RxSep291rNTx0dkl3TtDd9ZtyIgCgzZl { display:block; }
 }@media only screen and (max-width: 1199px) { #hUWUlxQMZmbuBTpkLTzfREHzdTJSkTym { width:1.375rem;height:1.375rem;top:24.4375rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZsS3xJ1MD5CaTHr8APf8dE7MdnB9bbD { width:0.875rem;height:0.875rem;top:24.8125rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MP4qPWW9yF7ofgdCB9HDW0Un9xSlL9BJ { width:8rem;height:2.4rem;top:24.125rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vIAigqTQGXKUCHTC223efyM5eqm23PWv { width:9.3125rem;height:0.9625rem;top:26.3125rem;left:16.562500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzrGeDBcGld0oGSqtAVuyI0z6rbdM5Wp { width:8.9375rem;height:2.4rem;top:23.875rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w3GPcR2O4zRadIlDkx5G2GwDCTRQe9Td { width:9.4375rem;height:0.9625rem;top:26.3125rem;left:24.062500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPhlTddAMWZ6CivCyfw5oRcUytaPTBMJ { width:21.125rem;height:4.5rem;top:29.21519947052rem;left:13.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WI5Ns5XVH2ak13Cl1qIs7HbL4hDspb7w { display:block; }
 }@media only screen and (max-width: 1199px) { #ZSHtqv9y20suiP018d81OrPdhCJoeOea { width:21.25rem;height:4.6875rem;top:29.125rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZSH5wKvppCsTgLTgEtVhHPzT6pCLpcqT { width:1.375rem;height:1.375rem;top:30.125rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldb2G9D3h7pKreisw3mlzg6oXqu96ZBu { width:0.875rem;height:0.875rem;top:30.5rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OwcCnS3CRaiqh37bMTWBHkrJQZm3O0EU { width:8rem;height:2.4rem;top:29.75rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JhrDJSDLvhDHd5D3xhuPODRr9992NQw1 { width:9.3125rem;height:0.9625rem;top:32rem;left:16.562500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Txcd8CAbzTTiUXKyRv64Gli6iyltaaXB { width:8.9375rem;height:2.4rem;top:29.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e34uamQrkKwDswF96KMTcQE8GTzBSZ4T { width:9.4375rem;height:0.9625rem;top:32rem;left:24.062500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EbPnZPWDqzAsleXKVPAKranNduzzv3SL { width:20rem;height:3rem;top:35rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Py3MLHX3ykC3qkTD3PXXGJCZaiCyn78f { display:block; }
 }@media only screen and (max-width: 1199px) { #Aln2LyrBmXWFa9glZHC4JMEkVsATL0bP { top:35rem;left:13.875000178814rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sz945MG2C1VwTMfGqUXF30B0rcG3mZeI { width:21.25rem;height:1.05rem;top:38.686791419983rem;left:13.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4m7E7Otma51donEPI58lbgTkoxroaiM { width:28.5rem;height:41.9375rem;top:1.375rem;left:9.5625001788137rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 1199px) { #qBPkVuDncvfh0WmIsz1keXPpJct4uXqf { width:1.25rem;height:1.25rem;top:0.875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dcDmHwMp78i2CdFGblSnhQdPI1FfEw4z { width:1rem;height:1rem;top:1rem;left:37.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FibAgTkENbe3AByQbeHoQro3FxxevJ1x { display:none; }#FibAgTkENbe3AByQbeHoQro3FxxevJ1x > .row .container { width:47.75rem;height:46.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vsTtrTmzZEbygln03KzfJ2e5BGRt0N7E { width:11.25rem;height:6.125rem;top:5.5625rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUUAmEUxQqx505VemqOp3WTOpk3WT6IV { display:block; }
 }@media only screen and (max-width: 1199px) { #FNrnArPyzHuT3NdKXvZe4NMl9tqrHxRX { width:19.125rem;height:6.0625rem;top:11.1875rem;left:4.1562509536743rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BPNQNOW8TLsOXFQ1k3gLXqeDCzR5xDMH { width:11.1875rem;height:5.875rem;top:5.6875rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aWNnq3gGbvQhdZroSGVlRwJhxUbzyekJ { width:9.5625rem;height:2.27415rem;top:6.3125rem;left:13.062500178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9dx8h8sdawUF7TfAKSIO4Q1eaqAnyQl { width:1.875rem;height:1.0625rem;top:9.5rem;left:13.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5Kuf3WD1ppliASlZUn9pmARz4dIKzf4 { width:1.25rem;height:1.25rem;top:9.5rem;left:15.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTuJkH9K8SyRkf19Vo0SVdShSFTaIdMa { width:1.8125rem;height:1.0625rem;top:9.5rem;left:17.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKpbSpgkCZtlA3dTvIJ4TLOS2hle63Lm { width:2.25rem;height:1.125rem;top:9.4375rem;left:19.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mQoVqaJ3Jml3kcu0DBVoFvVbTPZWKeJQ { width:11.1875rem;height:5.875rem;top:5.6875rem;left:24.187500178814rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 1199px) { #I6zZsERe1QDPctf0TCOzBi9p23qCPbHX { width:11.125rem;height:5.8125rem;top:5.75rem;left:24.281250178814rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 1199px) { #FDPz1mrsNEear46Gzomw0rd2u53DVPi7 { display:block; }
 }@media only screen and (max-width: 1199px) { #A03LpqOMuWNxSMFhf0tNIVwn5rQHpzeT { width:20.125rem;height:6.125rem;top:11.1875rem;left:24.812502861023rem;display:none; }
 }@media only screen and (max-width: 1199px) { #K0kfb7CZCtEKxoBex9AZhN0hTkThDg13 { width:10.625rem;height:2.27415rem;top:6.3125rem;left:24.500000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sd99Ne7xZ7WrEB9RAaTB8Q4D61kr2M2e { width:8.1875rem;height:1rem;top:9.59375rem;left:25.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXD38mezCboraObnkmiUCih3sJqC3WOV { width:1.375rem;height:0.625rem;top:9.78125rem;left:27.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XfmMseZeTwqib8px68x01Ur24qtKZUas { width:25.5625rem;height:30.1875rem;top:11.5rem;left:11.093750178814rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #reT7PkyTX1o0VyIWWetvXHvJCXP7og1S { width:21.25rem;height:4.6875rem;top:12.25rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VCiZaGbyHyN4JyanK5Q3zmU880nt7TSE { width:21.25rem;height:4.5625rem;top:12.25rem;left:13.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JUTCVolaMPm3gxOnce45NqkuNt5RkGeq { display:block; }
 }@media only screen and (max-width: 1199px) { #dT5qwRSKT74T4ewShR0HLC01B5HJTNmc { width:1.375rem;height:1.375rem;top:13.125rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AZieVPVlu9KN5yzNTgUkPFm8Z550xaS2 { width:0.875rem;height:0.875rem;top:13.5rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nky0LXPFJQ0OhneBlDX8NOnmm6GFT1Gb { width:8rem;height:2.39985625rem;top:12.875rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8RHmKtv4nTl5PwTlXWT7AHxod2Afiqx { width:9.3125rem;height:1.04971875rem;top:14.9375rem;left:16.562500178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qo6yKFxtehnFNkNxkOQmNbUf5SItGUre { width:8.9375rem;height:2.39985625rem;top:12.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GnDMFymrxRI5CU0pMZBc9xfBsKbP4mUZ { width:21.25rem;height:4.6875rem;top:17.8125rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxErWrqgZsWiqxk2RIdx0HP5UTupLOmx { width:21.25rem;height:4.5625rem;top:17.8125rem;left:13.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #auD9TevFMwAH9tIqlbPxEXRxsiWXFNks { display:block; }
 }@media only screen and (max-width: 1199px) { #MVH7PaC2rUJMoBZ5kHxFFzTDcH6Fycap { width:1.375rem;height:1.375rem;top:19.011363983154rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThrOakhRaW1S0IEHHwTIU7k6NICPDURb { width:0.875rem;height:0.875rem;top:19.386363983154rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bb7KmC3CiJZ6D0MmsFHDsFkqhG8tBQDK { width:8rem;height:2.39985625rem;top:18.625rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZvkTqLkXLOGr8CAyiKIClVTDvt1Irfxn { width:9.3125rem;height:1.04971875rem;top:20.6875rem;left:16.562500178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y2z0JSu7NOorwsdxwrHXQd5r4NoIn6l7 { width:8.9375rem;height:2.39985625rem;top:18.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #znnL4Zy7hylJvkMD5VZ9LeN3teITUMlL { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Sl2AKeC1vG2vG6cWHIZSeKRRqKIGMH5M { width:9.375rem;height:0.96235625rem;top:20.698863983154rem;left:24.125000178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVVuDPde1KGqmtBUcTt0UBi99oDRbF7o { width:21.25rem;height:4.6875rem;top:23.5rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ftZ7ewVL63hltqUt6Z6AOCeFT3Kn5rtS { width:21.25rem;height:4.6875rem;top:23.4375rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9QO01kqE1tOcGJZI6rHicSETH2l1FqC { display:block; }
 }@media only screen and (max-width: 1199px) { #vSoZsb3gEQRcoWziEDoC6ugpzBqfwn38 { width:1.375rem;height:1.375rem;top:24.4375rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tpy9HwTy37GEVlHDnds89MaQraP5vvpn { width:0.875rem;height:0.875rem;top:24.8125rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ru8l0i2I0iFzs9NcJNImAaBCsEwuBd1b { width:8rem;height:2.39985625rem;top:24.125rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g8Cx1wFDmQ8QGx0QcV8EGmIc0h2buePt { width:9.3125rem;height:0.96235625rem;top:26.3125rem;left:16.562500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Po3dkU3holxk7Hd1qhn9fvK84NMOkN1G { width:8.9375rem;height:2.39985625rem;top:23.875rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GoE3zox7g17OSz4ApaPsOkKtohJscknJ { width:9.4375rem;height:0.96235625rem;top:26.3125rem;left:24.062500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cKlDBziQ6St9vXpS5PtM1GIAkEl2P90k { width:20rem;height:3rem;top:35rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeIvgUkniBbLptzAJH3T4AEmKzGXp3Us { display:block; }
 }@media only screen and (max-width: 1199px) { #FOou2XnLFs0wPGk13HASDqOSkzsJ3WQF { top:35rem;left:13.875000178814rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DI0eLqSrRJJ0ZxVsfeNcgKmEyDcxE4Ha { width:28.5rem;height:41.9375rem;top:1.375rem;left:9.5625001788137rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 1199px) { #UgKdtslFrWog7AT7EKJksiX3zTwD2Nhw { width:1.25rem;height:1.25rem;top:0.875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AFIW3dU6odaxSNgTA2TJVBnwuSN45eNT { width:1rem;height:1rem;top:1rem;left:37.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DQo32hp9HRlfTtnKEs0yToyTzzTqZSWG { width:26.9375rem;height:2.92471875rem;top:2.125rem;left:10.406250178814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bzzKLHIhpLlEoMlTsFDo50rtZoTRmfZc { width:21.13636875rem;height:4.57315rem;top:29.182528495789rem;left:13.306108653546rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NJUVwKX4wec4LcxTR7uTU4509aNMg5oR { display:block; }
 }@media only screen and (max-width: 1199px) { #svI3PCB20Bcd4IkAJdQTyeTauWRdHCAf { width:21.25rem;height:4.6875rem;top:29.125rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cMowgwv2ezMs4JeFON9Jz5z5QooPu5og { width:8rem;height:2.39985625rem;top:29.75rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rdKK7NWc0l9sODftZpdOyRoOSiasGZ7r { width:9.3125rem;height:0.96235625rem;top:32rem;left:16.562500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Md24haLhT6cTm01tcMOHhP8PQOyuBsdl { width:0.875rem;height:0.875rem;top:30.5rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPCByJM2ddZynEwPzdTTS3SqgHz0TEte { width:1.375rem;height:1.375rem;top:30.125rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KDhnkeQu3UC86LfIydudW0mcXUQ6Wb2h { width:8.9375rem;height:2.39985625rem;top:29.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeJdc4SUacPlZWDTAVQtnETzk8TK1DHX { width:9.4375rem;height:0.96235625rem;top:32rem;left:24.062500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HlRAdlFWTnaZgTPFwstbgmCMVxMPuJqS { width:21.25rem;height:1.04971875rem;top:38.686791419983rem;left:13.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S { display:none; }#x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S > .row .container { width:47.75rem;height:46.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #zlChzwDmSSG2zV2wnwf6UNc3y894GuJ4 { width:11.25rem;height:6.125rem;top:5.5625rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XyaGeHcBMsScrJCnlbcNbovFIacOJRR7 { display:block; }
 }@media only screen and (max-width: 1199px) { #WXT0rZRBoZnnFrcTa8U9k6TE3TIICxsg { width:19.125rem;height:6.0625rem;top:11.1875rem;left:4.1562509536743rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UxyreJtpQlQbwGrc6f9TGq7tZvWN2KIw { width:11.1875rem;height:5.875rem;top:5.6875rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pbyf9grC84GWV0pdsNK2iSP7LmifLyFe { width:9.5625rem;height:2.27415rem;top:6.3125rem;left:13.062500178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LVtf3oMLEq4Lvt7PTZShH9i5ZRqUBopv { width:1.875rem;height:1.0625rem;top:9.5rem;left:13.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XR6ATfTUKQnKRg6EHHeknfWJ6viGFqdk { width:1.25rem;height:1.25rem;top:9.5rem;left:15.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZiShqiOQRLZFBOZEfZm2emCNlOigPLZ { width:1.8125rem;height:1.0625rem;top:9.5rem;left:17.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nxh7TkB6muR0RUIDCklHuPDtiCT08W8Q { width:2.25rem;height:1.125rem;top:9.4375rem;left:19.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yxOVNcRsR6tFdxRMpgQMvJKoBLseiVSr { width:11.1875rem;height:5.875rem;top:5.6875rem;left:24.187500178814rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 1199px) { #vMMsayMsCzmMk6Fig23BIQ7pgn0CP1eZ { width:11.125rem;height:5.8125rem;top:5.75rem;left:24.281250178814rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 1199px) { #mL9OFdD8Fq2KilI6c9anSyDhFCeUJm3w { display:block; }
 }@media only screen and (max-width: 1199px) { #dqZ3nhZiZWun7ET2uUJ62RTeCc22ogq4 { width:20.125rem;height:6.125rem;top:11.1875rem;left:24.812502861023rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QmaHGG5K4AqwbG8OeT7WNvDXhBHoDh3C { width:10.625rem;height:2.27415rem;top:6.3125rem;left:24.500000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #miklrdmyfTT3TapcpVM5BzH2DJe4vOt0 { width:8.1875rem;height:1rem;top:9.59375rem;left:25.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RrOTTXImmEMvHlFEtmX63yoiBcDrf9N5 { width:1.375rem;height:0.625rem;top:9.78125rem;left:27.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e2BJOvPrD2qv0qDdXIXRTsQI72dHzTWs { width:25.5625rem;height:30.1875rem;top:11.5rem;left:11.093750178814rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bFFugWJwM9t0fTMqIQsmsQOqGpqkn2H9 { width:21.25rem;height:4.6875rem;top:12.25rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z18mOm4ZBtZJRgdr1K7uz8Fc9b1TDfLG { width:21.25rem;height:4.5625rem;top:12.25rem;left:13.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaMF3FovhszCaH8eMr5odkc9CimwS12A { display:block; }
 }@media only screen and (max-width: 1199px) { #bUPlJKOcD5iNMwC8cggOytlW1Hl0K1dV { width:1.375rem;height:1.375rem;top:13.125rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SUmGTr48TkQ6VaUNvhTu6AhQhC6OOBka { width:0.875rem;height:0.875rem;top:13.5rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TekQev2o856CTKqluZKAydHny25QkrTv { width:8rem;height:2.39985625rem;top:12.875rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r8FTc0FbooNiWps1VC7yeSKcoClsHevq { width:9.3125rem;height:1.04971875rem;top:14.9375rem;left:16.562500178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nbkUBygolIuesgTZQR1mtcOGiEz3WcSi { width:8.9375rem;height:2.39985625rem;top:12.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NgdxiIxMbZKQ7wZCgo7yiM2usBbJ8dwU { width:21.25rem;height:4.6875rem;top:17.8125rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E7kobvcNShvQ3Ilr7GZ1hvgaoWss7NVc { width:21.25rem;height:4.5625rem;top:17.8125rem;left:13.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DoT20kJAIFL9haqdtsKsgemmJfHVrvg7 { display:block; }
 }@media only screen and (max-width: 1199px) { #yk8EcEAGme0uInf3ht9for6FLD3tsmPM { width:1.375rem;height:1.375rem;top:19.011363983154rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FuW8ZBlnmTf9Fc2NIXKvlLP1JSHNEILI { width:0.875rem;height:0.875rem;top:19.386363983154rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPMiRnePoa85OurWqg4f4k6lUcne2tbc { width:8rem;height:2.39985625rem;top:18.625rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FAGppKgdCOmk0MkxQIzqpwq7M0Z8ZMMd { width:9.3125rem;height:1.04971875rem;top:20.6875rem;left:16.562500178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9ZfBoHEOBkSc9nSJ991vmF6hLHVQLbt { width:8.9375rem;height:2.39985625rem;top:18.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kka6WQw5cXkMz5yN6mPgukIThbFHitgs { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EzSDMDfBLzM5dMl4HqnCl7RXJJHFIHBA { width:9.375rem;height:0.96235625rem;top:20.698863983154rem;left:24.125000178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NgD3hoLtxrQfolJB8wQoEhzU0PuTTMex { width:21.25rem;height:4.6875rem;top:23.5rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CgJy9hEZ2BO5ze9qLZK9IGHqtrxAgyh9 { width:21.25rem;height:4.6875rem;top:23.4375rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDCngPzGavrS4lzZBkh26HFuPDL8euxS { display:block; }
 }@media only screen and (max-width: 1199px) { #p0PbHdHwBuT1BmNFiKR7CDNDo6s1TrWw { width:1.375rem;height:1.375rem;top:24.4375rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I9kdLcQrNarx7pcOsMQw0NPPtoPR9bpp { width:0.875rem;height:0.875rem;top:24.8125rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nL5bBJ0SDT4nNLyo2NnRl9Jz4cg3lHm8 { width:8rem;height:2.39985625rem;top:24.125rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TfRX9TsCvbCg3yPokmbivwTtTmaIVbio { width:9.3125rem;height:0.96235625rem;top:26.3125rem;left:16.562500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZIf9khr13CXBUTD2TBS0o6hPK7FBL9z { width:8.9375rem;height:2.39985625rem;top:23.875rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cwt0CRIz4EmRg5kHy1iV0MNt0XolCrh8 { width:9.4375rem;height:0.96235625rem;top:26.3125rem;left:24.062500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGQfWfMuzby06QgF57Wy1emTEcRXxS7b { width:20rem;height:3rem;top:35rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihLvBZN28R2IbxqFKDuKoX8mdWFipRmZ { display:block; }
 }@media only screen and (max-width: 1199px) { #aQGTlr5Zpuq0QSSB0n5iDldT2Crdl3Uz { top:35rem;left:13.875000178814rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgNhAuOxSQnn3MafdAcClCJDmEWZ0WiM { width:28.5rem;height:41.9375rem;top:1.375rem;left:9.5625001788137rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 1199px) { #VsAnOAGWGGTwxaIFk50KiThniNU6AS8M { width:1.25rem;height:1.25rem;top:0.875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9UTVCVquXeTHD6A7tH10XS4O5WA0elb { width:1rem;height:1rem;top:1rem;left:37.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KcMRmSvntICUfB130GZBtmsv0WMhyT9I { width:27.75rem;height:2.92471875rem;top:2.1249895095825rem;left:10.000000178814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g52WbMHVqlE2mMQ09SahP1ZUp09qfT01 { width:21.13636875rem;height:4.57315rem;top:29.182528495789rem;left:13.306108653546rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRQK6X1XKp6wzuySFCNPp27TyvtXk7h1 { display:block; }
 }@media only screen and (max-width: 1199px) { #dV2HV8hVPxcn3u2UxfmRgKB2RcNOcuLT { width:21.25rem;height:4.6875rem;top:29.125rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iwyw6Wz1hSHrV8nbRkHZ2hEKUayTeUtn { width:8rem;height:2.39985625rem;top:29.75rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQbHFMu7QPKHTFQK9OeATnuOAMgJH3zG { width:9.3125rem;height:0.96235625rem;top:32rem;left:16.562500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3Xfl4fQCDcBJbEwyZa6fEn4ItRTqPhh { width:0.875rem;height:0.875rem;top:30.5rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ka7ScKhfBlCcVLOz0D612A58RaJUDeEo { width:1.375rem;height:1.375rem;top:30.125rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JvmlFZcbfz8RDLRXwMXRK7snJMfgzKqD { width:8.9375rem;height:2.39985625rem;top:29.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RWvUv7MBXpNfqV0Cg7ASVIZ6Xq3GtmpG { width:9.4375rem;height:0.96235625rem;top:32rem;left:24.062500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qrRfPbcSkCruAfk6ZwsIgiLkMXv1cPkP { width:21.25rem;height:1.04971875rem;top:38.686791419983rem;left:13.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf { display:block; }#vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf > .row .container { width:47.75rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HfJBSvTAgKNGkwcnD5JCkU9fFo5qc1Pe { top:2.34375rem;left:1.1875rem;width:40.0625rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mo1D3KtJTrBQSX3TTvB0Z8cHVDO16mCy { width:3.1875rem;height:3.1875rem;top:6.625rem;left:1.2500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kBeDpBm1uKQTxceJJ7TTE50cNsULZhkl { width:3rem;height:3rem;top:6.6875rem;left:5.0625001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRUkkm1Fnud01F22p4NLy9LeTXNmHV2p { width:2.9375rem;height:2.9375rem;top:6.75rem;left:8.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TxHDfV0rzF7SZZsT74rNMZ1aBaZUm62e { width:3.3125rem;height:3.3125rem;top:6.5rem;left:12.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BnkgDDM9Qtmu12I610T72F3zHPtQmuTm { width:2.75rem;height:2.75rem;top:6.8125rem;left:16.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUMQKAZIvn2N0PIS4OhH7Eb2G35Ofcep { width:3rem;height:3rem;top:6.625rem;left:20.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r7R4U9IzgBZHzfsUMbrfK4mQN04TG0z5 { width:3.3125rem;height:3.3125rem;top:6.5625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bSTTx7F8VrLiTzQiqxBa29Hm2EZRvMev { width:3rem;height:3rem;top:6.9250003816563rem;left:28.175000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1WTwt9opOBycMzFeocJymsMwA5cKthB { width:3.125rem;height:3.125rem;top:6.7812501909213rem;left:43.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zpT0r1HAhRBP2n6o3UJALm37X0MHXutC { top:6.625rem;left:31.6875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #owsMIhvwTVhsTFm85G2WJNUvJJ0TLFSC { top:10.875rem;left:39.6875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHOp5UoxTyrKQG2n93tCuffmap31rhvU { top:10.625rem;left:5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #axNNPy3Wv9uf2cp4cu135wITG4S6IqDT { top:10.5625rem;left:8.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eyD4q97RVwgEJGNHrECvyLVqGpsFqdQv { top:10.750001144596rem;left:16.687499582768rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rCMOzVnT0KTKxIBQQETHZH1BRGfCzBeM { top:10.8125rem;left:13rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s4iFmG84L1iPTHZeoJs7de1T47nvfyiD { top:10.8125rem;left:1.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTtbHUkEvMPRm0wSTzwfsvaEMJZZMzxz { top:10.75rem;left:20.5625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bUXLNOfHZgKwJxpXEtJXPmL8RSohL9TN { top:6.625rem;left:35.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lXcdHLfrWtZoAQ9IargF3LMO0L89xQ01 { top:7rem;left:39.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DIIXcyZCeIu3SXaazsTadd86W2e5QWFB { top:10.75rem;left:28.0625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #REwaRJnQ80g3H59cuPhx8xXpqTzSlxKE { top:10.843750953674rem;left:43.625001490116rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nxOCwfU6T6TqTbBETx2BkcLxX1isSF3a { top:11.000000190921rem;left:24.343749582768rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U0WggIwalQ366WOAlt59LHSQvpqDfnVV { top:10.75rem;left:31.9375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wmSwlT6diWBE5mUpGhG5F1JSuiX2fgo8 { top:10.8125rem;left:35.8125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FNaoVAguuhRJ1rXFkMZIh9yU51gwXLV2 { width:3.5rem;height:3.5rem;top:6.6875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tHQOIJKcCK1rwQc233pbSTf4nULR8BRL { top:29.937500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IcBvkpApwXhNqvlczXJ6LoQ0iQmonzec { width:47.75rem;height:9.375rem;top:5.5679626464844rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 1199px) { #lkROCDdFZm2vGOQpeuHHMmnMwWMW3qHo { width:3.5rem;height:3.5rem;top:6.6875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #noEScFJmC2e2fuJEhN7xDRDS3qGtMJiv { width:3.5rem;height:3.5rem;top:6.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XhUmH6ewIFdg3OQhXLUTyVI9xPIBdN25 { width:3.5rem;height:3.5rem;top:10.5625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #honmxtvNFldtBUHXlOacCMAWhTp6UF44 { width:3.5rem;height:3.5rem;top:10.562501144596rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AVxg0D4rqZBgRNDKMJdLDTZxbSaeOzrP { width:3.5rem;height:3.5rem;top:6.6875rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rk7cDkwS5dnNc0VEEfGQUxKR2cJKe661 { width:3.5rem;height:3.5rem;top:10.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J6B9177PrbRRUSZdh5VRqUsivdytG2EE { width:3.5rem;height:3.5rem;top:6.65625rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ImBe8i0N9IJtDXcZ1VWIOd0FAcRyKCzI { width:3.5rem;height:3.5rem;top:6.6875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bALf94QyWpTk4Ixlxw7e8WitOJLepCJA { width:3.5rem;height:3.5rem;top:10.5625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bWgK0JfVas6dPgodwvZClpBcpE847zPa { width:3.5rem;height:3.5rem;top:6.6875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PE7XZvmJJqrAVoQIMobFt65tpshQPCuV { width:3.5rem;height:3.5rem;top:10.5625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DvTJ9uihT8NeerNKiQtZqvXcIExigtQz { width:3.5rem;height:3.5rem;top:6.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EEuTx1F8UFxRUqegpuT9dN9yJ1U8vP8r { width:3.5rem;height:3.5rem;top:6.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S94rLT3OSgMyKHlSlPd0UmhNmzcoUcbr { width:3.5rem;height:3.5rem;top:10.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b2Vw4hSWd8FXOZWSLe9aqc9rZo4qNE5r { width:3.5rem;height:3.5rem;top:6.6875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lg5hx7a61oPWOtl8uywz0CPnOfBCGTNg { width:3.5rem;height:3.5rem;top:6.6875rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aE2Ic8PsMbExyCkf2cEtRUkAJBP1HlAR { width:3.5rem;height:3.5rem;top:10.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T19PkXMu5W9TBInbQUHzF7yr6K4i2LzG { width:3.5rem;height:3.5rem;top:10.5625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dsW4qtafnIltcJLBbpzQaBCmSqXqtlHz { width:3.5rem;height:3.5rem;top:10.562500190921rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AtvqG2FMT1HWTrDR5I12E4xVFSgWn7cK { width:3.5rem;height:3.5rem;top:10.5625rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jl4CXrgkasCuyEa2zaDzry6JWMZOQJb9 { width:3.5rem;height:3.5rem;top:6.6875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UlBo1uXDmWRztVPWkBobcWGlD2KCiMVT { width:3.5rem;height:3.5rem;top:10.5625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xovsy4W9J8ETQ4vTkM7youbNRw6Jufeu { width:3.5rem;height:3.5rem;top:10.5625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svt4kmh5L4DG3u0ms0EzqzRbh1aG6JBn { width:47.75rem;height:4.5rem;top:1.0499954223632rem;left:0rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 1199px) { #VaUNtIdgcAeSUsLgILedoAX40I6kkOSc { width:1.25rem;height:0.5625rem;top:5.5625rem;left:23.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dPAPZSaGbncOLmpuTkTmVzfpviJaR39p { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:39.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KNHg10UR1TNqwL7p50nH8i50ETGeIGZo { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:7.3579551577569rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szANKC6cRl3PR5fWPKDSeO6dTXBMWTZE { width:0.75rem;height:0.75rem;top:9.1704545021056rem;left:3.7329546809196rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXBcTUIWSdOk9CgAmcGu7fTFIW2zbx64 { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:11.170455157757rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwRhkvUr0nT5gg3uBZlmD1BTLELTnAu6 { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:15.232955157757rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CrsopD3RKOZy601UT7ObixNOqH6WsS2h { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:19.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5ApRuZJOn1U7F4z2phErxMb4nV4PPTL { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:22.670456111431rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qoq6Hm9JETU3AgGCPwTGcZZsdzTpBR6x { width:0.75rem;height:0.75rem;top:13.1875rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bfu45PgIJETNorfurSGRD1PkIgsbOShT { width:0.75rem;height:0.75rem;top:9.1875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #op0za1ivcqkie6OkGg7NUsaGbKcamptq { width:0.75rem;height:0.75rem;top:9.3125rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zIHuBErT293HpdEhVOJWrtlcPqFCV5P2 { width:0.75rem;height:0.75rem;top:9.1875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CdobAqAnO9Xa9GNRFwNDAgFP5KT9N7vG { width:0.75rem;height:0.75rem;top:13.0625rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CgC6qFhIpiMJQlaa1KQ0UHkVAo9R2cxu { width:10.375rem;height:3rem;top:17.6875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xvKXdSfWLHmoo7JNOx0snVIAdBa87x0v { display:block; }
 }@media only screen and (max-width: 1199px) { #XU0krkleQ7Q7fu42C99fiiOaKDyGRVST { width:11.6875rem;height:2.9375rem;top:17.75rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vBQzwi0OWSk5bmZDcyrQbB7C3C4EfMTb { display:block; }
 }@media only screen and (max-width: 1199px) { #CiaeZAMO5E4hXumIFnRdberbJs80svnm { width:13.9375rem;height:2.3125rem;top:13.875rem;left:16.906249582768rem;z-index:15530;display:block; }
 }@media only screen and (max-width: 1199px) { #SCdUGCoWFVhhd4J2wNw2wCM5sO0E3Vde { display:block; }
 }@media only screen and (max-width: 1199px) { #JKzDiRzBRJD6ANrCPx3F3HPr648mnLDK { width:47.75rem;height:4.75rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl { display:block; }#xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl > .row .container { width:47.75rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FckErdBNMd9v3TSFhrhl5V5E7hlZlE2x { width:2.9375rem;height:2.9375rem;top:0.56249952316284rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJR2riLDhWW9w9uUgiAmS6bfvIcvnfTJ { width:3.25rem;height:3.25rem;top:0.40624952316284rem;left:4.6875000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZXbTRQQm4ZXt2vTJQG1aluikLG6TTCK { width:2.75rem;height:2.75rem;top:0.65624952316281rem;left:9.0312505364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mW0EZlcvu5NW4Hdr5ukXTZTR2aislp67 { width:3.1875rem;height:3.1875rem;top:0.43749952316284rem;left:12.750000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEzWo9KrZDsfCG2R2bibtMTL30cdsq17 { width:4rem;height:4rem;top:15.560156226158rem;left:42.875001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oppi4335bzl2NKFUy8QI0nWof5MbGWlp { width:3.5rem;height:3.5rem;top:19.500000476837rem;left:12.593750536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dqoK2IJk82cwWJun2ucJtMrl5UnwyRyi { width:3.0625rem;height:3.0625rem;top:4.4351558685303rem;left:12.812500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oCzVt3nQFRCDprMZ1J18nX166StcJ5Pu { width:3.75rem;height:3.75rem;top:4.1226558685303rem;left:16.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FNSXME5NvncCsrfeAB6e88zvfEF6cZEe { width:3.4375rem;height:3.4375rem;top:4.21875rem;left:20.096093714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZwRQXA2q4SoTbebhPi45D6JOp3wRfPN { width:3.5rem;height:3.5rem;top:4.15625rem;left:23.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KUtcToGndocgupTAx9DvlJHeaTMPkWTO { width:3.375rem;height:3.375rem;top:4.21875rem;left:27.846093714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pC2gUHnDFU8FcdrSyFxOnoEodq6EI0f5 { width:3rem;height:3rem;top:4.5601558685303rem;left:31.937501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ht2J2gsSBqWJXaqvTL8Qr2NVFlT2OuLF { width:3.125rem;height:3.125rem;top:4.40625rem;left:35.658593714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #suvW7149o9fUsB8eXiIHVBXy95PAVFRl { width:3.1875rem;height:3.1875rem;top:4.3726558685303rem;left:39.437501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B7NwP7bkk4VNuwQaPiMOWqT0FUoUS96X { width:3.25rem;height:3.25rem;top:4.3101558685303rem;left:43.187501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gW1QTTI0SS4AaGJmadx81PXLRfKtNttF { width:2.5rem;height:2.5rem;top:20.125000476837rem;left:1.5937500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sGoWheuxwRzBwtXXGWkShxrufS4ZRNRr { width:3.625rem;height:3.625rem;top:7.93515586853rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SMWTKf3FuGf9GgZEeLIPg1tTe6vhnlAl { width:2.875rem;height:2.875rem;top:8.37265586853rem;left:5.2500000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tMh1JuSey8K05kbCoAmCvZOGT5XKnn55 { width:3.4375rem;height:3.4375rem;top:8.06015586853rem;left:8.6875005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VdMTb33UNL6D0cPn5zKaGnRv2lVFROxT { width:3.125rem;height:3.125rem;top:8.24765586853rem;left:12.750000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sycKAIwUvhiyRADb0ovJnQIBgiWlWzlL { width:3.1875rem;height:3.1875rem;top:8.09140586853rem;left:16.437499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qcuvsGEdEZmwbu0sgaJUE3z93XUmDS41 { width:3.1875rem;height:3.1875rem;top:8.12265586853rem;left:20.281249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8AAHN8AcZ06K9OTT7QyRoMLTluvUpaN { width:3.4375rem;height:3.4375rem;top:8.06015586853rem;left:23.999999582768rem;z-index:15504;display:block; }
 }@media only screen and (max-width: 1199px) { #Xo03A0HR7ab0q9NpiehvrBEDBrrOxxmC { width:3.75rem;height:3.75rem;top:7.87265586853rem;left:27.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hIB5rFsCIFQw2kUq1WgMZzUd2sTaBciO { width:3.375rem;height:3.375rem;top:8.12265586853rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ztGThrGsml3A635lRq0xGKLrT2RxGX7y { width:3.5rem;height:3.5rem;top:7.93515586853rem;left:35.439843714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IfIgAUR8NIiCIMdTa3KKm8xKtLQzTPXB { width:3.375rem;height:3.375rem;top:8.12265586853rem;left:39.468751490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6OdRkr4D59wflzH6coUg1nkIEk0o6nq { width:3.25rem;height:3.25rem;top:8.15390586853rem;left:43.221093714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qCNanBDzuTCTUo9bvtpCLy18NPdT43Xf { width:3.0625rem;height:3.0625rem;top:19.843750476837rem;left:5.1250000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CRhHlTA7KtSzT4T8AbLyAc7SMP4ylrMt { width:3.1875rem;height:3.1875rem;top:11.935156345367rem;left:1.2499999403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #srXGtnZsenMzy8PhM2Zvywxu3GwLBOIk { width:3.3125rem;height:3.3125rem;top:11.872656345367rem;left:5.0312500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v3ONANwOvGwcpOlkVpXRXMvoqFxtveT2 { width:3.75rem;height:3.75rem;top:11.747656345367rem;left:8.6875005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qr904fQqEVNNQ43vRKAx07HimWdqTEvv { width:3.5625rem;height:3.5625rem;top:12.04296875rem;left:12.437500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #syE1z4DSTFCtFPPvWFEEbaOA449UbS11 { top:12.16796875rem;left:16.343749582768rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OetxqLQUwhbcd9H3dZI1dvtC3fT9amJt { top:11.872656345367rem;left:20.187499582768rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c4qsnpCRdoZ1zka88QBCQGOTDW1zXzdh { top:12.23046875rem;left:24.346093714238rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odJM1QWTyrmQqauuH9qXcfnQcTZMR1S1 { top:12.216406345367rem;left:28.249999582768rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xI3X8x0N3vFSpdNzfpv8TwyhN135krIE { top:12.028906345367rem;left:31.875001490116rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hKtEzkNX3zhmRuQqktE21R2gU0mlmOaF { top:12.372656345367rem;left:36.033593714237rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGcQMx7lUJzEnToMpmrU2e9cXsqPfTkJ { top:12.122656345367rem;left:39.687501490116rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3RrVTOCBWT3UkI5qxTKFNaTGNG6n1DR { top:12.04296875rem;left:43.406251490116rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXWsiDgCWvug4beo3HTw3CVe9s7bMtUC { top:19.750000476837rem;left:8.8437505364419rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sBPLgimOu07O3kTHJVUqOTRhgggkEqCc { top:16.37265624851rem;left:1.6562500596046rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ddP3znQRA3kzg5AFsqOkJRyDD3O6y5ml { top:16.122656241059rem;left:5.3125000596046rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zdyyVxZsOUJfCcACU1oWs0MrqtdwZ9OZ { top:16.028906255961rem;left:8.9375005364419rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaqBTzKisz7sCetKe6hXgAafpnVwVidT { top:16.310156241059rem;left:13.000000536442rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZqT0A637vML5SOXWTDwfaZJtxkPu0axW { top:16.184374988079rem;left:16.562499582768rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sNa5DA3Vvtnst5SPFrwpsfgQXnQAGEIT { top:16.185156255961rem;left:20.499999582768rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wAn8hrfKwvetdUuQKCTeKaOcsGzrPlMv { top:15.997656255961rem;left:24.189843714238rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OP0vxKvDizdZS6ma0kFJKIBzTTT2J1nO { top:15.997656255961rem;left:28.062499582768rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSkTTn4ErVKNNlqQ65APmGIo2B6WEZZX { top:16.185156255961rem;left:32.062501490116rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bhidwkMTt9VB0LuVT2s75K2t20DbGQHG { top:16.028906255961rem;left:35.908593714237rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDbEtTn4V7tfHbsdRZsLbvbA7PbCDrhw { top:19.812500476837rem;left:43.500001490116rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LqaqB8FPRHI9IkQfNpDknSzuXADZT8qZ { top:19.65625rem;left:39.737500727177rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CfJW8faRhhDmgUJ1asnN3JxhxNoCX8xz { top:19.46875rem;left:23.783593714238rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BOkGQOOIFz8QmVlCEFSfLDnDmsXb8vJa { top:0.3125rem;left:43.093751490116rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rAQoRAF3wHdNUGP6r5kSDIKuVtOFMOtk { top:4.24609375rem;left:1.1867187619209rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cKxpND0mqlo9A9114TGEuuzf56mxUhNX { top:23.81093788147rem;left:12.812500536442rem;width:2.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gukaVGDzarHwfDKOuTUoNT2Mdtn7cE7N { top:23.81093788147rem;left:16.593749582768rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvmZrOTHHpZ7c8ANeJthgqCtcW1ErW2a { top:23.74843788147rem;left:20.346093714238rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r487TDiVKAuU125hIlpmESCedXHSLSAX { top:23.62343788147rem;left:24.093749582768rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I6XdwhrLsyitb4vwJT4vv5cNRcO6LeiC { top:23.84218788147rem;left:28.158593714238rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q8p1ZgsGXSzvWe5PKd3mXUdF6iZx5fkM { top:4.4343748092651rem;left:8.9687505364419rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pBDpROa5cWTCTkAGPlCP0GQVTeuMBk3e { top:27.54453086853rem;left:1.3429687619209rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FoBNMQsayMGOtAlLCrhChgu54zcGB5yu { top:23.84218788147rem;left:35.846093714237rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oT91B6TF8EodLiFDAu24CQEfLCCf0Fr0 { top:23.62343788147rem;left:39.737500727177rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SlzbX7gAi5QeTywkNyX8VJKLNFZ1QACa { top:15.93359375rem;left:39.656251490116rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GfKX5hDtEgm8CQF4qsRnoGqS0vDPdwTB { top:19.968750476837rem;left:20.656249582768rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KOHd4goBgTIbQJwfDk7ldFn0ywcRQnmk { top:0.68515586853025rem;left:28.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RU3iTe7sGsokR537CtMMXN0PSK4FpPZn { top:0.68515586853025rem;left:31.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CaheyJg7lEJCEwfyU1F7VqSDU2d2RBye { top:27.5625rem;left:5.1875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GXZMsyxc6Jfn6tEpDs97xIkv63pHMXxq { top:23.74843788147rem;left:31.968751490116rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QgEzemlilEZp0LZvypcv71tOrbtfsTnB { top:23.96718788147rem;left:43.625001490116rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aqXr9bC6zt3MWPtPQeFqtlGdbXdK8O4z { top:23.65468788147rem;left:1.2375000119209rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTP38fD9GzwrKTD3TGX2l7K0TOy0hPpt { top:0.56015586853027rem;left:16.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZUv9hCwTemeDbUxLszhu11qQRMlVJkVd { top:0.49765586853027rem;left:20.3125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w8PBztay5f05zd81D47azJWVGgTQeud5 { top:0.56015586853027rem;left:24.0625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l2FPEZ0BJWNGhX9o5rTKrUtAkvKpToo5 { top:27.500000953674rem;left:9.0312505364419rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J6RTNzJ8wZsHqa22VXXSlhaW2ribiWgQ { top:0.62265586853027rem;left:39.5rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SdpCWODS4myfLGDdaFkyZHqqGywu5ixR { top:0.81015586853025rem;left:35.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fLlyn0dB69rHmAMXsTVlgMeGDVMwJpke { top:4.2476558685303rem;left:5.0000000596046rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pBA1s6qNDrVJ6wewU8Ti5TN30c4xnzkw { top:27.4375rem;left:27.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MgsowMpIDskxDWa3hJcy64t55Kh5hqVy { top:24rem;left:5.125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ErzcTOi3pyPs0fPpob56SSqdW68D5F6F { top:23.8125rem;left:8.8125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NSE2R9DlFxzwBPgQd649vNFTkic6gtwU { top:27.8125rem;left:20.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e4OG1H0LTB4v0Tsz6nZeuti2i77wDJ8E { top:27.8125rem;left:24.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nfPI0lh3tei0gv1xv2DQVrfVtITv59TD { top:19.875000476837rem;left:27.937499582768rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CCXMMUO5u4440MHUWxnzM5tSGkv4RrF8 { width:3.1875rem;height:3.1875rem;top:27.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GeFyJIMiy5i9CSbVCu6WBpoOLWK4reyV { width:3.0625rem;height:3.0625rem;top:27.5625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nexU4wNIPC3xsnhgS4ytkWz2sbZT2lnU { top:27.75rem;left:36rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H5iTUDJp6b3iz9TvNEL9FDUS27f66NKs { top:27.8125rem;left:39.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ircEkJHR0y6hvmtQ0aFftkN5OGw6J5lh { top:27.75rem;left:43.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bgJpQsV1VwsbcRAC6qnWyPScwWkoFQ7D { top:31.625rem;left:1.6562500596046rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5zfuwdhJiHR0E472ZXuywTAkSByUfr6 { width:2.5rem;height:2.5rem;top:31.75rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SeXEpPDXuLiDNNZcnJni5MO0Sk7B974R { width:2.5rem;height:2.5rem;top:31.6875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r5LBb87xbntDsRvzKgy0OdnoZACn6v18 { width:2.5rem;height:2.5rem;top:31.6875rem;left:9.1562505364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hx9221axxTIDGEHIeaOCJTs6t9vnf3bS { width:2.5rem;height:2.5rem;top:31.625rem;left:5.4375000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZVcSBCBQiZH6dIZcWTpqL1n3t5q6wN2 { width:2.5rem;height:2.5rem;top:31.6875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zyBUVRLbgBCezWxiPCk0xcaz5rDuWsos { width:2.5rem;height:2.5rem;top:31.6875rem;left:12.906250536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imnWxwZZEHFGoJhMPlG3E3xrdwJJ8wIq { width:2.5rem;height:2.5rem;top:27.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P36qzDNZeDiUTJ95XbaXEXTVqF0ReitB { width:2.9375rem;height:2.9375rem;top:19.937500476837rem;left:31.937501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EpnhgwfDgE3d2e5L61tvFyzqEasPN1y6 { width:2.6875rem;height:2.6875rem;top:20.000000476837rem;left:35.814843714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U8vsoD91brJHcrygrCoPuHqE4A5pFrAb { width:3.625rem;height:3.625rem;top:19.562500476837rem;left:16.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LH1ABLkDNRRJCdTUe3Pk0pcfDxwrtRQA { width:2.6875rem;height:0.875rem;top:32.375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwGbbHZ5xkuv5fvJLUsna16bs4r0TRnx { width:2.6875rem;height:0.875rem;top:32.375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6mDiHxyWGArJyPOfHAO5iCo7TLZREsd { width:2.6875rem;height:0.875rem;top:32.4375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pkaB6orUWs790VdNecKTqmVDLyior21p { width:2.6875rem;height:0.875rem;top:32.4375rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChkGUf1TtuaZllWZVOCm2qfnZoQUTCTt { width:47.75rem;height:39.375rem;top:0rem;left:-0.0625rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 1199px) { #Msd3WiarUkoFfOLm3El129RzVV5KwHcl { width:3.5rem;height:3.5rem;top:31.1875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wJTaJa2kuFMPkq5nhExTa7eCekbT8OEW { width:3.5rem;height:3.5rem;top:31.1875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFaRVTHMzbfJ0XwA7QNOyqDW9TXxghwL { width:3.5rem;height:3.5rem;top:31.3125rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K65r6bOElMX6btV358rXmE20CCkKRrlz { width:3.5rem;height:3.5rem;top:31.25rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IssLdAmq2u9TuNxnzghziT2nFXSJyT69 { width:3.5rem;height:3.5rem;top:31.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xmxU15JmR5OmKQNMoBIaVskrs96CCpv8 { width:3.5rem;height:3.5rem;top:23.49843788147rem;left:39.362500727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VkrDprs3D4WAmQaWKEv0MwlhXxKm3Su5 { width:3.5rem;height:3.5rem;top:23.46718788147rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HltbVHoNXTMD3WcpCiIXgr7neCwuTVUS { width:3.5rem;height:3.5rem;top:4.1539058685303rem;left:8.6562505364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RylbNKXFllodU66ziOv5pEq0vfruXf8b { width:3.5rem;height:3.5rem;top:27.3125rem;left:20.187499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rqvXZ6Tt8uXq06HTDvmnUszeyvqGdiVx { width:3.5rem;height:3.5rem;top:23.482810974121rem;left:35.500001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R7zd8H4BEVxRZ9cxBHgv4bmVhRNL3JpT { width:3.5rem;height:3.5rem;top:23.482810974121rem;left:1.0617187619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t2xTTkJJNmT9mClZuUvfTIZD1cBxamu4 { width:3.5rem;height:3.5rem;top:19.625000476837rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6iaqhMvxIaJ6Kqty0RimhQV7kABiAm2 { width:3.5rem;height:3.5rem;top:31.1875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z7zg2yhHqdZZ6Ez4tTpebkF9US7cJJTp { width:3.5rem;height:3.5rem;top:31.3125rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vq8uWRAX07qcMLvk7aeWVUTCFGSTK5WR { width:3.5rem;height:3.5rem;top:31.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XN2wWJ1BGRTr55rZMT7VWmPC7N8T7JcS { width:3.5rem;height:3.5rem;top:31.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTlTZDzc3Vkhe6EgNp9Zhis7MUWuiGwp { width:3.5rem;height:3.5rem;top:31.1875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTSkJ2bMuBR4TncpiAtxdnNbsgW99QiZ { width:3.5rem;height:3.5rem;top:27.3125rem;left:24.062499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SxfyhZ6XAqGTdQQJ7J909XXwmCQd9RwH { width:3.5rem;height:3.5rem;top:27.3125rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UIoSzpid6KkxNzwQZLq7vxyIq0pdrlsS { width:3.5rem;height:3.5rem;top:27.3125rem;left:16.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JdoimA7Wi8AwHtbXcTmTAona7IaJT3M3 { width:3.5rem;height:3.5rem;top:23.482810974121rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u9h1UL51CPOgIqq97n6J6HFoWEM18roX { width:3.5rem;height:3.5rem;top:19.625000476837rem;left:20.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F9TTyPTmEyalWCI2amO5T08Sl01kIIFm { width:3.5rem;height:3.5rem;top:19.625000476837rem;left:23.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDOF5qRRaQVqO2C1vVA7Unqvnz8NHXib { width:3.5rem;height:3.5rem;top:19.625000476837rem;left:16.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cAhblE1zPGEORo3DUbUrohkNFAmXEXIK { width:3.5rem;height:3.5rem;top:31.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hUTNnLF5s1S5veLvP3MfUqIqgcJnVaIT { width:3.5rem;height:3.5rem;top:27.32656288147rem;left:27.846093714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mb3XaxbN04mztOqgiZxTk0Odwaf1lZlJ { width:3.5rem;height:3.5rem;top:27.3125rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eGwV8l8FfssmFwqLdiNuk3TAHIz1JTgH { width:3.5rem;height:3.5rem;top:27.3125rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GH9mAxAufd5RoqwH53s3SfqIzreFhbgI { width:3.5rem;height:3.5rem;top:23.482810974121rem;left:27.874999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NkETDucFrqnNfl2qHzrWSx7AfGLpCmIS { width:3.5rem;height:3.5rem;top:23.482810974121rem;left:23.999999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bwsezxsp36qXcaMUyRPQ6snUPeqmhMNW { width:3.5rem;height:3.5rem;top:19.625rem;left:27.874999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZR7MHKpwfoZy0XDXetb5dAR65y4TIoc5 { width:3.5rem;height:3.5rem;top:19.625000476837rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ds7md1XkTLcaMeZK5fRtnAIqm6uOV2VJ { width:3.5rem;height:3.5rem;top:15.747656226158rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iv6g6unpt7thR1A4VDQtGGFASsFI6y5v { width:3.5rem;height:3.5rem;top:15.747656226158rem;left:16.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzUunZrSTx1qUcGF2FPkzTdrppzwRHnP { width:3.5rem;height:3.5rem;top:11.872656345367rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OtRkEvAQWTRNVotbm5tytm1QvrA2AfP4 { width:3.5rem;height:3.5rem;top:11.85546875rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4GTCgxBgq6HpPyTOQtxqBBEaZyy7OZl { width:3.5rem;height:3.5rem;top:23.54921913147rem;left:4.9375000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bpOQl3TDEdlO3XM3gPfObWUfL5ZhClRP { width:3.5rem;height:3.5rem;top:27.3125rem;left:35.500001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ueTWIbqxEWpbbgat5KeTWT2cMNdyWJZ9 { width:3.5rem;height:3.5rem;top:27.37343788147rem;left:8.6562505364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDdJd0TlDfRTKKRiA8AsCRAy3TfLSEPq { width:3.5rem;height:3.5rem;top:27.374218940735rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwcTgwSkaT89xki6FpPTvuLxP7aRm2qO { width:3.5rem;height:3.5rem;top:23.54531288147rem;left:20.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VceO2gA54RLFWdkaMo46czuJESEmDA1w { width:3.5rem;height:3.5rem;top:23.54531288147rem;left:16.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ROsiqczgnmJXxxiEsWF8vJDweGDic6dN { width:3.5rem;height:3.5rem;top:19.625000476837rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eBbGk1ep0eLw8XRfP5M1QPH5o2CxQd5y { width:3.5rem;height:3.5rem;top:19.625000476837rem;left:8.6562505364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AV0KDSPvG9LKK86qMeNHiQcTiblZG67C { width:3.5rem;height:3.5rem;top:15.747656226158rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #txXL6hDWpQ1U152aeJPefLKs9Hl5DHz0 { width:3.5rem;height:3.5rem;top:15.747656226158rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fo3RzPvFUlRd1NlTQfqr7ed6Lbsk4NPO { width:3.5rem;height:3.5rem;top:15.747656226158rem;left:8.6562505364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mEbTom0wS4SKWoJyG2chBuCTgLoA48xX { width:3.5rem;height:3.5rem;top:11.872656345367rem;left:27.812499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2X7LTmvec5IXwtJ8EqS1f8Hs3UD7X0g { width:3.5rem;height:3.5rem;top:27.3125rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xEScqdP6s5DJnytOykwaIFkNXSBCSFZV { width:3.5rem;height:3.5rem;top:27.375000953674rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RJsmg0uwPIffTvSIGbRO73Kl7BiLMge7 { width:3.5rem;height:3.5rem;top:23.54531288147rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #StRp1XdnoiopnfUFwGAPqKTuTvhHkwUM { width:3.5rem;height:3.5rem;top:23.54531288147rem;left:8.6875005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lFc9FQqxEDTN6kQAgQZ08cDkUxHIxG1b { width:3.5rem;height:3.5rem;top:19.625000476837rem;left:35.500001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w8GkvVffnk2H7vUs3w9qvX6naxUCTt3Q { width:3.5rem;height:3.5rem;top:19.625000476837rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qWmn5ALXJUOeuznBhL2dzxC0NmCxH4cV { width:3.5rem;height:3.5rem;top:19.625000476837rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLQ0xk0HHnHiE5DotSc62UR5eh4lEnrx { width:3.5rem;height:3.5rem;top:15.747656226158rem;left:35.500001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yRiO4sTx0qikEfHeQFzhkvetCatD03wz { width:3.5rem;height:3.5rem;top:15.747656226158rem;left:31.625001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LsddE7pooZXCDIZznUE6pw2vCq6K0qNB { width:3.5rem;height:3.5rem;top:15.747656226158rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XaG9DES8JZtqrTuqiMTeDqWxmnVVzLZT { width:3.5rem;height:3.5rem;top:11.872656345367rem;left:23.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ofc8ash0CBeBEsbSTWptT97zeds58z6t { width:3.5rem;height:3.5rem;top:11.872656345367rem;left:20.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jawo05S74EXwSURbTfmQbQ37pNqOb0LJ { width:3.5rem;height:3.5rem;top:19.625000476837rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mApVbFRfTpSBg40OBuioUMd9Vm7aIh0H { width:3.5rem;height:3.5rem;top:15.747656226158rem;left:27.812499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QBFFO3uH9WOZCGsW8aNox9hrQC6XH9Cc { width:3.5rem;height:3.5rem;top:15.747656226158rem;left:23.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBfQJhMM4odkv1aAdZBBXUCKqQ2KBCgs { width:3.5rem;height:3.5rem;top:15.747656226158rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pyGzTOTsNTwvF6HxT6ebAHr80ZJypk6X { width:3.5rem;height:3.5rem;top:11.872656345367rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JiWqJFHxzkoEn98ix8gKm3tNGTnJTm65 { width:3.5rem;height:3.5rem;top:11.872656345367rem;left:16.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pNUd7t66B0C4Joy4LfLhdCIrz9TQau4y { width:3.5rem;height:3.5rem;top:8.06015586853rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yBpnuI5zzv51RzTBikIluxWSiE4dD2OT { width:3.5rem;height:3.5rem;top:8.06015586853rem;left:27.812499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kp3vVXooGz61MMGQNDPdsI08Sl4kQMJ8 { width:3.5rem;height:3.5rem;top:8.06015586853rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aEbmTHJLpnstgVpHOgCAE2upGWeA9XPy { width:3.5rem;height:3.5rem;top:4.1851558685303rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hscr9hPH95PvZHU6vq4Ox3DnMF9wUwyo { width:3.5rem;height:3.5rem;top:4.1851558685303rem;left:27.812499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MBTvQDviMV4yeZR0mxT5PIJKy6oX5hLG { width:3.5rem;height:3.5rem;top:4.1851558685303rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WCQAPQxVDqQhpkTOC7H739MPxOC2mWnw { width:3.5rem;height:3.5rem;top:15.747656226158rem;left:20.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v8iSddaBLelKpnOee6qm4CRqHU5DTZnv { width:3.5rem;height:3.5rem;top:11.872656345367rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6B7qB9pDyOzFEAdBqyLObMCpQZG24A1 { width:3.5rem;height:3.5rem;top:11.872656345367rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s7BFaFeciIfMvls6oWbUsTfQEiQMZ0ff { width:3.5rem;height:3.5rem;top:8.06015586853rem;left:16.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EqU7JTNVEZB80ZO6Lu4xtQ1W1S7eKBzL { width:3.5rem;height:3.5rem;top:8.06015586853rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gPi2zV44UXfQDf5IoUJE1FW7V2tuX4Kh { width:3.5rem;height:3.5rem;top:8.06015586853rem;left:8.6875005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7Ng3PzOvuvPr2dnk1EaHIRB7qf0IZtJ { width:3.5rem;height:3.5rem;top:4.1851558685303rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJoTFX7qT2THrzoRIBVk3y8Qi9cWnwKA { width:3.5rem;height:3.5rem;top:4.1851558685303rem;left:23.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GqHebpEMaRuqx8zLQNErBaUzJSiExLKI { width:3.5rem;height:3.5rem;top:4.1851558685303rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eJ67pqw0oUgerCZquUUOd8yPSnwouPOs { width:3.5rem;height:3.5rem;top:0.37265586853027rem;left:35.500001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f8ObxTuSEZbRUEC450EpgfkUVhXVsQ6L { width:3.5rem;height:3.5rem;top:0.37265586853027rem;left:23.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxzohTAT2b71ePTCq5MabqrttZZfgtnx { width:3.5rem;height:3.5rem;top:0.37265586853027rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOvVxbtsFXE3XxqoFteSUWQN6vbEui58 { width:3.5rem;height:3.5rem;top:11.872656345367rem;left:35.500001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oA3Vs5NQBMeuxZ0z7D4CnEWwEOmdNXNT { width:3.5rem;height:3.5rem;top:11.872656345367rem;left:8.6562505364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkV3x8RvG9pq7aJFD8MA7B34iFrszrWm { width:3.5rem;height:3.5rem;top:8.06015586853rem;left:20.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RVmgFaDXlJ5JPZ6aU4CLgfq6BSIZwTTT { width:3.5rem;height:3.5rem;top:8.06015586853rem;left:35.502343714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWlSr6RV5EEE7e3Sv86rwJHS3hWNKArv { width:3.5rem;height:3.5rem;top:8.06015586853rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qmN2DOGdcoQ7wy3WmNT70JNd4n8Mk0Bq { width:3.5rem;height:3.5rem;top:4.1851558685303rem;left:35.502343714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZxUAcGnmGTcW6JLq9RatvBHTgaxAePI { width:3.5rem;height:3.5rem;top:4.1851558685303rem;left:20.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PDQ7BwZTrVmUQVI3gKWJuDCofdGM0aZt { width:3.5rem;height:3.5rem;top:4.1851558685303rem;left:1.0312499403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ykhRrkHNZX9vTAoDhAb0ppfWDPK8lDpT { width:3.5rem;height:3.5rem;top:0.37265586853027rem;left:31.625001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2klTN5g023HhZJwUwUEPVefNNDuRQul { width:3.5rem;height:3.5rem;top:0.37265586853027rem;left:20.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mw5z4aWVKnAMRtV919RT4KtfwIh4IoGl { width:3.5rem;height:3.5rem;top:0.37187385559082rem;left:8.6875005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kH3FsW4dzDTTRxyPoiWRHJv36HfRoou8 { width:3.5rem;height:3.5rem;top:0.37187385559082rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n7QRiJEtaTHQoAvDf407uiWP6qvJzfK1 { width:3.5rem;height:3.5rem;top:11.872656345367rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xJZpaOa40d2NAFFHz0IHxLN89ADc3hze { width:3.5rem;height:3.5rem;top:8.06015586853rem;left:23.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KExwrTslO8fmpGe7gsDrdffEzTQE1oWr { width:3.5rem;height:3.5rem;top:8.06015586853rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MHnuznVWRmQfWoONQHsFIrmfk3Unm2Eu { width:3.5rem;height:3.5rem;top:7.98046875rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RNpF9Lep5RkAN6y4g3VmxCZ7crzgaxP4 { width:3.5rem;height:3.5rem;top:4.1851558685303rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kpQrPh30yCg1ESzIqesQE5oJSlUfruWv { width:3.5rem;height:3.5rem;top:4.1851558685303rem;left:16.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s3A0yg97paC3fzqw25gycdIfZ7DugDes { width:3.5rem;height:3.5rem;top:0.37265586853027rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qmOxWhbUnmV1iD2cwCgEuIXVVn089GP3 { width:3.5rem;height:3.5rem;top:0.37265586853027rem;left:27.795312464238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifepnTaBHAeou0yf2vGkCi1GADCg430f { width:3.5rem;height:3.5rem;top:0.37265586853027rem;left:16.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QxBmPFZRWwvhFy2qvziCN0VNbZ6irLlm { width:3.5rem;height:3.5rem;top:0.37265586853027rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rJF4O9vuMHqV1nG7FQqgOoTfGz9TBDyT { width:3.5rem;height:3.5rem;top:0.37265586853027rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HLKLyCkd8vVhXolWn4zIE9qLEh4pFghC { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:39.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZG0oKGE7whfyxCXd4SiJQdxUPTPmr8M0 { width:0.75rem;height:0.75rem;top:26.231250762939rem;left:15.045312464237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ohfc9ANnunrQD5ZGedswowvAyFEJi3sN { width:0.75rem;height:0.75rem;top:10.73046875rem;left:18.795312464238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eALnJpol3s0tQP4rZo5AgT46DLl70Q4C { width:0.75rem;height:0.75rem;top:18.35546875rem;left:18.982812464238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQpJEsqonZ0PdxTnDtdgkScBoAGNgfTc { width:0.75rem;height:0.75rem;top:29.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cWiocnVfo8hqs5xNwRIrGbTHnESpdwEw { width:0.75rem;height:0.75rem;top:18.29296875rem;left:41.920312464237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDuHLVRu2zKXqKvTt8s02JNSLEnBeIT8 { width:0.75rem;height:0.75rem;top:14.60546875rem;left:22.732812464238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cVxSAPzB8xeOGvfZrBT6B5XbJpaIUL8q { width:0.75rem;height:0.75rem;top:22.29531288147rem;left:22.732812464238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bg5FeLVuWH6vn9iIUZllrM5QiE6oDnUf { width:0.75rem;height:0.75rem;top:29.965629577637rem;left:11.295312464237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGFuOQohHrpAoaf4NvdOnBQXPwil0cpv { width:0.75rem;height:0.75rem;top:22.29531288147rem;left:22.732812464238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqGG7RNyyeHiv4aaTZUE6d7oHWVTOzNl { width:0.75rem;height:0.75rem;top:22.29531288147rem;left:22.732812464238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WylQ40iWTn4CBqzvpoM4VCqhQ39TT0FI { width:0.75rem;height:0.75rem;top:10.66796875rem;left:22.732812464238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaAv76n8qkkp1ou8xKaeTF0OIdbSXt9v { width:0.75rem;height:0.75rem;top:22.29531288147rem;left:22.732812464238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZgB4uQN9eZtszovJFnqSdkw68gX5BDwT { width:0.75rem;height:0.75rem;top:10.73046875rem;left:3.7328124642372rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JIS8PnnC2tZbTVbAdKWgJOhv2nUi0wGC { width:0.75rem;height:0.75rem;top:6.79296875rem;left:45.670312464237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qxuSsyIkVwgnVb9txAKhwS8eJoOB1NOL { width:0.75rem;height:0.75rem;top:18.48046875rem;left:7.4203124642375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ASqsBMxqzTHiIwlQegZC9xQFl30Fc3Jo { width:10.375rem;height:3rem;top:40.4375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e0NZfp1Ul4RFkUHI9iBCH0kX5KiiCUtg { display:block; }
 }@media only screen and (max-width: 1199px) { #nwtBS3PTzsiTb9Ud70rIWUJbM925hVzL { width:11.6875rem;height:2.9375rem;top:40.5rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9QJ0pEpSSf4EaMgKVKNGlss68OmAD2O { display:block; }
 }@media only screen and (max-width: 1199px) { #NoUKyvBCLXlMOhT44TrkLUtQ5EG6JPiS { width:13.9375rem;height:2.3125rem;top:36.03671836853rem;left:16.906249582768rem;z-index:15197;display:block; }
 }@media only screen and (max-width: 1199px) { #TaaIJ4hkN7zPmlthcpGFSquhUGI0w7ou { display:block; }
 }@media only screen and (max-width: 1199px) { #Au94hfwJddintV9kMZ0U2LHgLn6ClQUZ { top:23.62343788147rem;left:39.737500727177rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fLt07EeI3XSFDTTVKbA5aenxfPA59hLh { display:block; }#fLt07EeI3XSFDTTVKbA5aenxfPA59hLh > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Td2Mw3d7VLKEroMI2JttlblwDEW7KWGg { top:2.34375rem;left:1.1875rem;width:40.0625rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uSvmulEqHOlXenP0To5NydeRVLa1RciD { width:3.1875rem;height:3.1875rem;top:6.625rem;left:1.2500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #siakL0rCTq1GqBvmHghXDaZCsqOlZ9zO { width:3rem;height:3rem;top:6.6875rem;left:5.0625001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x3MZQpzUIM6BKwKTLpvXeXK3o8wwrBCz { width:2.9375rem;height:2.9375rem;top:6.75rem;left:8.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qqSzcOPPCpUAHCc5xe3HrmkHIis7CRZ8 { width:3.3125rem;height:3.3125rem;top:6.5rem;left:12.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p8mDtgtI1AxvIa92i51HgiWGrxpEGsTQ { width:2.75rem;height:2.75rem;top:6.8125rem;left:16.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTrerigHm84WQ7TRnADHXE3Q5g9KCoZW { width:3rem;height:3rem;top:6.625rem;left:20.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vo8Z51Kci6QFUC5aQSXXzHQHTGCHRdew { width:2.9375rem;height:2.9375rem;top:6.7840919494631rem;left:24.284092128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Skxt3BZEmidbF2XvribG8J7wEAoc7vhP { width:3.25rem;height:3.25rem;top:6.5335998535156rem;left:28.062499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p4NAC6HyrT30kHfUeaBdax58WLs4csx4 { width:2.75rem;height:2.75rem;top:7rem;left:32.062502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W6ZzkQad1qTmpCa2pSKCzvQFEG41DI2L { width:3.3125rem;height:3.3125rem;top:6.4375rem;left:35.471590220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a9gKtKTuKSX96LvXNSQdPqPGkK4B3Irw { width:3.1875rem;height:3.1875rem;top:6.625rem;left:39.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XitTdI6dMRtctQ5xksV0cbCQEN61p1fo { width:3rem;height:3rem;top:6.75rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vJiXwGPUzmAyrJkLQoMC8TF5e9ceQkur { width:4rem;height:4rem;top:10.1875rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g5HiOwwMP406FfuRgBAKIwc4LzqyWxef { width:3.125rem;height:3.125rem;top:10.5625rem;left:1.3125001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUeTpG0mDODoGAtxOfMcJ5lz9vJrCrpu { width:3.5rem;height:3.5rem;top:10.25rem;left:16.562499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wL4b8X1Sx5wtLm4nTOHqnDPO7UGWqu0Q { top:10.500000953674rem;left:27.999999582768rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kgQn7oTTJT9ueD5q65nQUFPsCuCkgXZg { top:10.9375rem;left:5.5625000596046rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVfLS1g0yybpx6TJToHNKHOrGRTGdM2d { top:10.6875rem;left:20.687499582768rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K7rzwIpt3pFtATN6ZIeNbkKS2o1ON8k5 { top:10.4375rem;left:23.999999582768rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L293cgFfAxdWfccIKsfi3rNTSXmOCRZX { width:2.9375rem;height:2.9375rem;top:10.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VPrsXTRuPanra8EupV0puA91WF7pUODD { width:2.6875rem;height:2.6875rem;top:10.6875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B3LaFeElmAnKALXHX7LbeBc2xsoVmMqU { width:3.5rem;height:3.5rem;top:6.5rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MHin2NL52SV5WZqR7B75RTmpTbwcEyyD { top:29.937500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nnAbq2PMc4CekbIImCVTunDLSBl6VuEu { width:47.75rem;height:9.75rem;top:5.5679690362886rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 1199px) { #azA134CNJ4A38BdZvKtolKQroHN5yxiN { width:3.5rem;height:3.5rem;top:6.5rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5uEm4tCx11tKqSbDkoTmTpfDKdcFQGN { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:27.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NJrkq5iNAL2MNa5huMWcgSNgLDdEoxeH { width:3.5rem;height:3.5rem;top:6.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnBR4EaGRPLxqfJ2VXyH0zyhpZhSltKO { width:3.5rem;height:3.5rem;top:6.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F15obmKTKB35eMtir3IxA2GA55ExoShn { width:3.5rem;height:3.5rem;top:10.375000953674rem;left:27.874999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LoOnXbkcT2bKcWNTv7A1ddbo1ZXJADWm { width:3.5rem;height:3.5rem;top:6.5rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LndgGqE6xT7H5CTuwfCmQmFtC05o9JDg { width:3.5rem;height:3.5rem;top:10.311791419983rem;left:8.7187501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f5UNG5c5SMh1MTdTH1uyrB7Go6obRawi { width:3.5rem;height:3.5rem;top:10.4375rem;left:24.064843714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQiXtlPNlTRev0STSqptQCTHOvImEqDD { width:3.5rem;height:3.5rem;top:6.5rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #INBSwq9tmhSWiTIvkTKhdMQz6qr8HHrL { width:3.5rem;height:3.5rem;top:6.4375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a9CIKTcOT8Uamm10BWoN7ykRdsA84BVL { width:3.5rem;height:3.5rem;top:10.437500953674rem;left:39.406251490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VsKFOdPoqPcfpBcX1LPPoVIpydJQuzBX { width:3.5rem;height:3.5rem;top:6.46875rem;left:24.158593714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dao6mQRNBXx3xCOJTrAE3BMVFT2to9vt { width:3.5rem;height:3.5rem;top:6.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wKhMOur6OsyS9dKJ9kkhMPhF1I3h4vLo { width:3.5rem;height:3.5rem;top:6.4687501909213rem;left:43.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n4f9dyTEHAdRGmoudZgLftOySehZE4vZ { width:3.5rem;height:3.5rem;top:10.375000953674rem;left:1.1867187619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h6SzW72JrDpTpJACh9A9Ezb4wW5qZS6L { width:3.5rem;height:3.5rem;top:10.375rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HtKDV0R55stTG0laOTCSCtZBucLTftGQ { width:3.5rem;height:3.5rem;top:10.311721801757rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WyMrFR6P8iT6x6Ha4QyvdVfeTulPGpTP { width:3.5rem;height:3.5rem;top:10.4375rem;left:20.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aPPuL6QLUlQhZESsFW6EoUSGCH4FUbv8 { width:3.5rem;height:3.5rem;top:10.375rem;left:16.499999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #du5NkZTTWCh7r0eSmcnfSK7FqK3fGNL6 { width:3.5rem;height:3.5rem;top:10.375rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PTLcfVOVUtbBrKuRTXeSxQzmflGrg2Ng { width:3.5rem;height:3.5rem;top:10.375000953674rem;left:12.468750536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MzUIbVr6kQKnS9e7MR7heyfQCTdD1XyE { width:47.75rem;height:4.5rem;top:1.0681819915771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lh3JaZfsIrxdFCpvUTHOwi5gZMbMQnFK { width:1.25rem;height:0.5625rem;top:5.5625rem;left:23.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #On3FR2b9DcGft1hRGT6UMQADASdS45Gh { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:39.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Aot4pT4f6fu1StvZdBoMvfhof4kK6qO7 { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:7.3579551577569rem;display:block; }
 }@media only screen and (max-width: 1199px) { #khHIOufih3U75Et7OpHxAuGLrZUl6fAE { width:0.75rem;height:0.75rem;top:9.1704545021056rem;left:3.7329546809196rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TyuCLTJbuFE54COtySqilmztgskZAVM7 { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:11.170455157757rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rRQG0gBTOf5O8gc0SUghIJdFeKDrHpZJ { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:15.232955157757rem;display:block; }
 }@media only screen and (max-width: 1199px) { #whELTKM594a3bsMe4zvvtEL2TkR0meAM { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:19.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tG8FE4FAsbTclaLuV8Hr6xfkINGMud7n { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:22.670456111431rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vuIBkwQ5EbZXnTUJuFbc6yxwM4hpJGoD { width:0.75rem;height:0.75rem;top:32.419746041298rem;left:11.232955157757rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cSC6owUL1GcQFgbOoOJwm6wP8FeAxakK { width:0.75rem;height:0.75rem;top:13.1875rem;left:26.874999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hinZo2MfEQl2yxyMKoXW4gTRcTZAhmiF { width:0.75rem;height:0.75rem;top:13.050000190735rem;left:42.050000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zDxT5b81PNdScuAikRxqpuyIrta6eOCP { width:0.75rem;height:0.75rem;top:12.9375rem;left:22.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #waywu7Gb7fXWAU4TrtF318nATCFduoNq { width:0.75rem;height:0.75rem;top:36.153411149979rem;left:11.232955157757rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cGxPq8gARePOy0MK051dJg71sRSJTfTH { width:0.75rem;height:0.75rem;top:28.482954978943rem;left:22.607956111431rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oeE6dXp8i5Xgi0kwFmvPIL6FJbdvQcg3 { top:10.531250953674rem;left:39.437501490116rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wb655d8ghs3UvUlCTAD010ULGNc5z85J { width:3.5rem;height:3.5rem;top:6.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L4gtHRL2rPD1TqbRPNyw0c6CSnSmqfa5 { width:3.125rem;height:3.125rem;top:10.625rem;left:35.708592951297rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXSWAadImeu6ryagBCERdCG9bcy8llnh { top:10.4375rem;left:31.750001490116rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QWEmPTwGmboEfTcE2FNeXUJswEeunsDR { width:3.5rem;height:3.5rem;top:6.5rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VmPpSpOg26b4tZn93T39U2fqLwxs3IRe { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:27.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FSuyQPVC0A2yKKT4dBFMusJUopy3mJ9O { width:10.375rem;height:3rem;top:16.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pUJHuPIyw83aLV9TSE3tARlnuT7JDwGP { display:block; }
 }@media only screen and (max-width: 1199px) { #t1edGsHPstgQZzzcSs8n9d7dGHetpzXR { width:11.525rem;height:2.80859375rem;top:16.845313263126rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8NqWLQozzWpqsnbKrNlZqQ8MeTdX6LD { display:block; }
 }@media only screen and (max-width: 1199px) { #TXR5ABXczWqg91Wwy40FSp3QC6XT1ZVP { width:13.9375rem;height:2.3125rem;top:11.031250190921rem;left:16.906249582768rem;z-index:15530;display:block; }
 }@media only screen and (max-width: 1199px) { #dvnzXOwcsuPxyes3uxFHqWw3pIMq2nfX { display:block; }
 }@media only screen and (max-width: 1199px) { #uKaZugbLJ4TC0aXviCRssZnQccAuSBRD { width:47.75rem;height:6.5rem;top:8.8125001909213rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnXTSlfQJnPEPKZgW7XTpuX0Wu60PT6l { width:3.5rem;height:3.5rem;top:10.375000190921rem;left:35.533593714237rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 1199px) { #LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7 { display:block; }#LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7 > .row .container { width:47.75rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #suxcIf5dSaoyXHuL5a1GNipiUkGEwzOc { width:3.75rem;height:3.75rem;top:0.06329345703125rem;left:16.187499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tXxeXgTCIs4ZaWmhblCHSasInDVvRlAf { width:3.4375rem;height:3.4375rem;top:0.15936279296875rem;left:20.096093714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OsC13zad3yXuKEl9ml4pfotRSqQ4iavU { width:3.375rem;height:3.375rem;top:0.15936279296875rem;left:27.846093714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oik5iHOByxW8W9y0sHTc6tCcJl96XJJV { width:3rem;height:3rem;top:0.31329345703125rem;left:31.937501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EDyKTAVPMSllsWo7K0FALOQTzuc1hUir { width:3.125rem;height:3.125rem;top:0.34686279296875rem;left:35.658593714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mhgJ6JRPbaNm7NFv3Z9SfDoJ0FLSvfCD { width:3.1875rem;height:3.1875rem;top:0.31329345703125rem;left:39.437501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HQrps2y80UovtkxSa5uu61VHoNsmORGA { width:3.25rem;height:3.25rem;top:0.25079345703125rem;left:43.187501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dtnf3NuL2dXpasPDZHhR3M38D1VPQT6s { width:2.5rem;height:2.5rem;top:0.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iKtA0X9zy4iU4N0ebQLcw5frJ9NKnuh0 { width:3.625rem;height:3.625rem;top:3.8757934570312rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KwveC61Hl0g21eNw0uL0bqSG9TpnMAsd { width:2.875rem;height:2.875rem;top:4.3132934570312rem;left:5.2500000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ai5fQipDbmWLXemBMtnyG6GWRP3nWK2d { width:3.4375rem;height:3.4375rem;top:4.0007934570312rem;left:8.6875005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKucAdnbvTNDw7Op0raVQRkgNoAGTqwZ { width:3.125rem;height:3.125rem;top:4.1882934570312rem;left:12.750000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yPvtMnqkoE3T3WtDVQbiiQVhPzN3cSps { width:3.1875rem;height:3.1875rem;top:4.0320434570312rem;left:16.437499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hrgCSE2FoC6wfTSSb7TkUCdVHyAqurK0 { width:3.1875rem;height:3.1875rem;top:4.0632934570312rem;left:20.281249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MPvKvkEO9wDmZJ9WbChn9kmIRDfS48fG { width:3.4375rem;height:3.4375rem;top:4.0007934570312rem;left:23.999999582768rem;z-index:15504;display:block; }
 }@media only screen and (max-width: 1199px) { #ADVTCd6Msoy1Q4FoQFZrq3nZ9AzKk53K { width:3.75rem;height:3.75rem;top:3.8132934570312rem;left:27.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O8JSfWPPyHfxwXkEfVXXszLAy1yoczTc { width:3.375rem;height:3.375rem;top:4.0632934570312rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tqwfT5967fHgzT9xtgiMyr7O0fQLmKZX { width:3.5rem;height:3.5rem;top:3.8757934570312rem;left:35.439843714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J9GdXNBwycTUicSscVzILMuEA5tZkvMa { width:3.375rem;height:3.375rem;top:4.0632934570312rem;left:39.468751490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xmfg66U4GPF61siuiOTLXT19I5PzE3L0 { width:3.25rem;height:3.25rem;top:4.0945434570312rem;left:43.221093714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oayvH6SDeFNV4OSEbWuMmTpmi3I1dLqI { width:3.0625rem;height:3.0625rem;top:11.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X06A3g20gVyF1KBRiJwtuVVVTTUeW2zt { width:3.1875rem;height:3.1875rem;top:11.8125rem;left:8.8437505364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DhxFk7gmOldhZTLXvqbKtW2M0TILwcyA { width:3.3125rem;height:3.3125rem;top:7.9210815429688rem;left:5.0312500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABKAmeuo8qt1Aq6TCChTQTkpfEdKa3pd { width:3.75rem;height:3.75rem;top:7.6257934570312rem;left:8.6875005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZhPsoZVXXCL9hsKm3HFXwRT1brKx3xfs { width:3.5625rem;height:3.5625rem;top:7.9835815429688rem;left:12.437500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EqMrZ8MIaKmb69tmEuohUKOpFZSSQWBT { top:8.1710815429688rem;left:24.346093714238rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CZit15e8Dq623fl9e2VBqfdEsDyFwXgm { top:8.1570434570312rem;left:28.249999582768rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AyfXQ2PfWKmoiWc5kSTIyssd89kOLzti { top:8.3132934570312rem;left:36.033593714237rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JM77efo6122aG6dVTOwoALTFNnh2lLQa { top:8.0632934570312rem;left:39.687501490116rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QoWybH4TzkCauNNfKBLDrgS5tJ3Db3Xk { top:7.9835815429688rem;left:43.406251490116rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTcDa5Zp7ap8I2GQucmM6fvtnG7EyGpT { top:0.25000095367432rem;left:1.3429687619209rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ad56zwCKpvvNgiGMtWf5kMZRO57PDXXi { top:8.375rem;left:1.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LuAcAC2y22q4Vu9NFKKGfUKh64WQnkpG { top:7.9375rem;left:32.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v8y2OV9pXUEF4XR6ycc9NqubACrgDCnk { top:12.032043457031rem;left:5.2500005364418rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ixXH5gS7WUFZ1D0U98vk0lHwlQOOQFOm { top:8.063281059265rem;left:20.439843714238rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #stPVKZv7iH9geyOlDyf3T60Egnu2TgZP { top:7.9515638351437rem;left:16.499999582768rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZUpo6hpeHFEGbnhgpd4y3xFafu6lzJW2 { top:11.9375rem;left:12.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gpy1v4Pb3V2aPsPwbA7e4iDg5r0sJC0k { top:12.125rem;left:16.8125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r266gXo1KV2uv6Lo2XiP226q09vvCC2k { top:12rem;left:20.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H1UoRCP3LHXfuCda5lcX6RKZW7cg3kXI { top:0.46875095367432rem;left:12.862499773503rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SxEb4P0g4t879BM99Ihw84A3opvt9BBQ { top:0.37579345703125rem;left:5.0625000596046rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHW01Te6L0gfHEZnMQH0ZLp5GJhpgGJV { width:3.1875rem;height:3.1875rem;top:11.75rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fk1keml6QdmmR7a2zytd2ZK5sCObWWDD { width:3.0625rem;height:3.0625rem;top:11.875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bvNLVmFySn0KnRbFrNMoS9nq18B3V3Te { width:2.5rem;height:2.5rem;top:15.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTDTvSFt63KdGAZWxaCqQB8NLfJu2wpv { width:2.5rem;height:2.5rem;top:15.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m5oOVuF8qKunNK4wiwAtATMnXWGiT5zF { width:2.5rem;height:2.5rem;top:15.875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTZ4U24VSATk8wKIlmXviyNLXPIN92qx { width:2.5rem;height:2.5rem;top:12.0625rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wtpA6m2exzT777uieI8JXMOzan8P9o7W { width:2.5rem;height:2.5rem;top:12.1875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r3nA9GhsIDiIeXuT3KSmwwME327J0Jsm { width:2.5rem;height:2.5rem;top:12.1875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bgpDl8QKs8o33JfkWOvtwBniZaiOa5Ze { width:2.5rem;height:2.5rem;top:12.156250953674rem;left:24.468749582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BFh9XKD1zs8JbJlgCnTzD6kb9vBrusJt { width:3.625rem;height:3.625rem;top:0.12500095367432rem;left:23.846093714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZnaFIIlTGvDxUiqFngJxWaTxck4C9Gy9 { width:2.6875rem;height:0.875rem;top:16.6875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZWJuBhy5br3kpBq9uZZTmSnLdGDes2Rm { width:2.6875rem;height:0.875rem;top:16.6875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NUZrvlVBNc9kHcrAd8tBQoUVHedPFylf { width:2.6875rem;height:0.875rem;top:16.6875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B5MrQEtaadxJpFxwDSg0ElgTyGFulcC9 { width:2.6875rem;height:0.875rem;top:16.625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CK5zHLPp016I0TPaimNPaVVz9hktUhsr { top:29.937500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #k8TU6VXxg0ue7hR5HmEOdgGhqVOPnkx2 { width:47.75rem;height:23.5rem;top:0rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 1199px) { #lp4JK6X4TfhxPITZVJaRhMdJTloaql1C { width:3.5rem;height:3.5rem;top:3.875rem;left:24.002343714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ecz2clXlBbP9oqUvoOhNpQlOfS0VVl3I { width:3.5rem;height:3.5rem;top:11.65625rem;left:8.7500005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cczZiBPKVJ5ezNR6UZuVrrbwVCuD7m0T { width:3.5rem;height:3.5rem;top:11.6875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MsTBtwt3308AgGgdis1T5ln7k19BhxEf { width:3.5rem;height:3.5rem;top:3.8757810592651rem;left:39.281251490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yORRHwexThvGMS3KV3leCz1ixmXQB1WT { width:3.5rem;height:3.5rem;top:11.688293457031rem;left:4.9687505364418rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tovWikOmqI2NFebMbV85hksBUfHeNNiX { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:27.812499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBKGUrruLwDcELGDim8uAtDaMFCsUTcD { width:3.5rem;height:3.5rem;top:0.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTSZ7E3dUvVdsnTg66OvBQl8AQ6AwnaZ { width:3.5rem;height:3.5rem;top:11.625rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nOfUzA2MVfbkwOOne3IsmUyD9Frqzxw3 { width:3.5rem;height:3.5rem;top:7.7492065429688rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVc0SNDaKzXTxCEJbuf3P00ifwkRuCMr { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:12.625000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JzrdPlLHSzVVGWr09elKz70gIzoWtK4z { width:3.5rem;height:3.5rem;top:11.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVBIeV2Mo5ufaKTRtmr8fuFZPrM8l7bE { width:3.5rem;height:3.5rem;top:11.6875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIMBTqIM6h52QghKwOhfLrDEoaTIL97F { width:3.5rem;height:3.5rem;top:11.6875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tqMxJz7t1NyNhKmldBglM3XDQ80gxkhE { width:3.5rem;height:3.5rem;top:7.4375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NAmOWmuPQ9TtzTZK7cQEvJMWUyD2QgEM { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:23.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ukJuneCAlH5fii6Q6CnzdhB3xzpGyFIN { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:20.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ORNZouLUHGQWzf8t9RV9Qs7ztQ652DHU { width:3.5rem;height:3.5rem;top:11.6875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SDtfbDw3QotLvmUZgNpNDuPZuv0cD8EC { width:3.5rem;height:3.5rem;top:7.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZUKGaIQzOKwWDit158Kf8VAmAEtD7qnp { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pGtH0UkPdKm7Xg14hgPFxDF7GOhrntOT { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:16.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Boy3kVHnMgKXWfN9xph1EeAXgJZIPSco { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dBqokJZBa9voILGxKxfKUflgRx4eLXzB { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:27.812499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qQOAvr67BfyzMrTfWw7PfKTkfpSzFsCd { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQW1Tlndp8ZSlmBNCQCG8JF3hEAT0cOc { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u3w2D5WkXgovk3nv2yiquTbQUuCmRQOh { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:27.812499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L9kK84zkhGFPs9MKs7S6dRtl22qA8fAA { width:3.5rem;height:3.5rem;top:3.9382810592651rem;left:1.1554687619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZgTvly3O23FLa9FOONmUm8qelsfrN8qe { width:3.5rem;height:3.5rem;top:15.5rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Muse5sgHxV2SDxZs4kUuJUSnEiE2U4k1 { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtcOzOishKfAms8UzwPnacOEc1GHxT6c { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IqMomeKX00wV577Laaz4rwtCA94VkXQO { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:16.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GUx8rtTRc8V6Ju9AkcaWF8K79I821Zkw { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vu9HMl0IJqkz8tKSP5i6nnazZndBl3CK { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:8.6875005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lbd9wyHGE56cs3vk9rX51oTxU0ruvlBP { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RrgVUqanfCJTTmR4ZqaVuX65ss9UeDfm { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:23.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A4FyBgKU74xoXkCgr97t6Vxnv4lCCS8Z { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJET3tSZumMTQz69DxsAwQaQuukACKf1 { width:3.5rem;height:3.5rem;top:15.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gGOypaKDyIxyqrKDqXSfUuLHR1mZyT2A { width:3.5rem;height:3.5rem;top:0.18750095367432rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bt7P9P3ADFNx32nb3RG3uDhVnzBzLdR0 { width:3.5rem;height:3.5rem;top:11.75rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgTMG6zoFIdp1iQg2w9HbqhrtUcRDgn4 { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:35.500001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NMmRBwI2IJlsrQOtHh6pD9fUBpwSyBtW { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:8.6562505364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wCfuCAd4t6ofp9TukZNXs5rvquUzOhso { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:20.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uCsAraqgKz0DCrzSEH8R8uOiEJJoFUVZ { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:35.502343714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b3V3FMRIJEGo98ckzmVrfzAvRKrWV6df { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTs2aiob3Fnkckne6kbT5TTCQ51VVxNh { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:35.502343714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nNyQp0x0w5UAqhp8UCPQIcvp72u0DZmP { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:20.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWcinAkGsTlDePlINoMn23RB6KFrDQNh { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:1.0312499403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qNSmbSBAoeC0HBfk6GuvryA6r0Tz8sXU { width:3.5rem;height:3.5rem;top:15.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O8v9z7TeNRcmyytVzp3xyT7mJPclR8Ug { width:3.5rem;height:3.5rem;top:15.5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QT54ntr4FRxgof0RT9vro772qcpUp1pI { width:3.5rem;height:3.5rem;top:11.5625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dgMcE7s5bpFOBdQ4gEb64dO8fevJJIH9 { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:16.374999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AmEfzmDPBbKPFfVgtnJQFSEKow8S85rJ { width:3.5rem;height:3.5rem;top:15.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IOZooDXtaM8MneEQdvgD5qlLbEfXZqrJ { width:3.5rem;height:3.5rem;top:15.437500953674rem;left:16.374999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gD1T14c7sf28bH2IATx5m5hlf9DVQqst { width:3.5rem;height:3.5rem;top:11.6875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fvs4w0RQGRZX7MkstBgO1eriX5vC3TqL { width:3.5rem;height:3.5rem;top:15.500000953674rem;left:12.549218714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HUhUPT0M9mocWGGRzZuQieo6VJPMVTbB { width:3.5rem;height:3.5rem;top:11.6875rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aPitVNiPeSp3PLaJiV1oqA9c6UFpeC5L { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:39.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OxzQmJGUSruenBxIOqundFKEiu0ozeH9 { width:0.75rem;height:0.75rem;top:6.6085815429688rem;left:22.732812464238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNsonGIZRCWdn0gehGPXgp3uwB4g7kda { width:0.75rem;height:0.75rem;top:28.482955217361rem;left:22.732956111431rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tqgHksfeVC4ev0LAEcZXDGUzVHappoJP { width:0.75rem;height:0.75rem;top:6.6710815429688rem;left:3.7328124642372rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ql6xqpiQRGCIyt40LpCNlo19p1N4qTTM { width:0.75rem;height:0.75rem;top:2.7335815429688rem;left:45.670312464237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R7P9BXDSgQcizNuAo4uOIFXOLf3gh3TI { width:0.75rem;height:0.75rem;top:10.1875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MpGTiZKwFTzu2ZWsUwkWXLgdS0VcEEZ9 { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:27.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ylHhWzIPpUlS9SPqTRGiFsSNUTs72cQC { width:10.375rem;height:3rem;top:24.3125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PIa8EsEM6QJFExqGTR9KuZFnmhNTB1Te { display:block; }
 }@media only screen and (max-width: 1199px) { #sM187IUTsAq3AdPZEy7Gvhmo8tzIgXKQ { width:11.625rem;height:2.909090875rem;top:24.375rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ePWowu9Tmhb2V3TTkTmii7dxpKu3XXbq { display:block; }
 }@media only screen and (max-width: 1199px) { #CMP4PMQABVdEG1yAwXLXN7W5eEw0ruDF { width:13.9375rem;height:2.3125rem;top:20.036719131284rem;left:16.906249582768rem;z-index:15197;display:block; }
 }@media only screen and (max-width: 1199px) { #PD5qop9hyfDJhrfd85GDQVFKHnp7zCLe { display:block; }
 }@media only screen and (max-width: 1199px) { #AWJKadwTzzJQSmzVqJNPkfxMAswLPDp8 { width:3.5rem;height:3.5rem;top:18rem;left:43.125002086163rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AM5zWiqkV20TtP21TuMKxUBfXMcFcmds { width:3.5rem;height:3.5rem;top:18rem;left:43.125002086163rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bAgBp2CSbFUxAKQF9xNDxnu1ExBGKS3e { width:3.5rem;height:3.5rem;top:18rem;left:43.125002086163rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LSwHd7165QwNqT2eDwmo661cynX730RU { display:block; }#LSwHd7165QwNqT2eDwmo661cynX730RU > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Hw7v98wflpRQzM7kSDsJwgACZc81ul07 { top:2.34375rem;left:1.1875rem;width:40.0625rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBPHbA6QNGEBQd1k6B9P2t8LZ4xX9cli { width:3.1875rem;height:3.1875rem;top:6.625rem;left:1.2500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gq5hWxzffG2pRGIDaxGErIoqSCIdbOJ5 { width:3rem;height:3rem;top:6.6875rem;left:5.0625001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Awgb6rxdTP1X4ASXaN1W1ObE8H6oxJtc { width:2.9375rem;height:2.9375rem;top:6.75rem;left:8.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OD6dybEgrEruwTC5lWiOBDvgQGwrvPr4 { width:3.3125rem;height:3.3125rem;top:6.5rem;left:12.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WvmaQAiVyydeRRw421h6mmqm67iAVnP0 { width:2.75rem;height:2.75rem;top:6.8125rem;left:16.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nMwnvpRuEzWHCHhTNPKr2aSBlDrJF8Nc { width:3rem;height:3rem;top:6.625rem;left:20.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SRvJf4xXTkHU4CErbTs9xbZCBs4LbdfX { width:2.9375rem;height:2.9375rem;top:6.7840919494631rem;left:24.284092128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aL9reARicCAtA6OAe1dcEtSiK4zEBeWx { width:3.25rem;height:3.25rem;top:6.5335998535156rem;left:28.062499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDph1EiZUPo5hNbZmeuX679pVdr4SmTH { width:2.75rem;height:2.75rem;top:7rem;left:32.062502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CV1JrxUTfsBrGySdQB96mQS7MfZOi5PT { width:3.3125rem;height:3.3125rem;top:6.4375rem;left:35.471590220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LFZUn1nmxCikdn8xTBcZRcTy2DTf9IeU { width:3.1875rem;height:3.1875rem;top:6.625rem;left:39.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IDoC6X8OuqbaGNwhp0LBmTIapKsxTcig { width:3rem;height:3rem;top:6.75rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KOG92MiclaBMy3uvrXDNh4VMAKPnC1EA { width:4rem;height:4rem;top:10.1875rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ALOK3a8yCxzN2yCEcGXfp49OJRf2sZ9D { width:3.125rem;height:3.125rem;top:10.5625rem;left:1.3125001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8pEWcC8bfISOmmHXa7V30TLAZ0wRays { width:3.5rem;height:3.5rem;top:10.25rem;left:16.562499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HQsb9oUn7ZmZ7MIRHy6Ucz4fXwbqiTUe { top:10.500000953674rem;left:27.999999582768rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GH8SInHdztvuFbZJqzK54kfOhJzT9izD { top:10.9375rem;left:5.5625000596046rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qhflDKHT7nMPfq5X1wNOad8zTRX6Nu1d { top:10.6875rem;left:20.687499582768rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KV9iXUMbT1sgKWoqVdxEZaExFdZ0DNIU { top:10.4375rem;left:23.999999582768rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t5pXTh9Ts2eNagwfSku8Q29hqdEi2TZS { width:2.9375rem;height:2.9375rem;top:10.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmcpSLXhoHzsb86UdD6GDuxiJ0Vsei36 { width:2.6875rem;height:2.6875rem;top:10.6875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTgt0faSue92ouEGzCQ2aBdgWVJZQ0pP { width:3.5rem;height:3.5rem;top:6.5rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCPQOtMASyErJgFD9cuDRSMHmvAk3XJg { top:29.937500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Eizbow1WyPMfKS4iHLXGeJ6DptptC6wN { width:47.75rem;height:9.75rem;top:5.5679690362886rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 1199px) { #OeskaTz4k0hx5UcXTNaMizwbZ6A4C18Q { width:3.5rem;height:3.5rem;top:6.5rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THxWwstSVvGQTaCtTERdT6CFU1OwgTSF { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:27.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kS19biJAhFANrRCUwEt4F65X9IsquTE2 { width:3.5rem;height:3.5rem;top:6.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V4bTdEBGXQFkPH9uObJ4T6AiqJg3hdTI { width:3.5rem;height:3.5rem;top:6.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rX65rf3ihTRzrWIuhRZxFfsVzIUgorI1 { width:3.5rem;height:3.5rem;top:10.375000953674rem;left:27.874999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTialGKalWghrB4XyocQtH5DhJZ35e9n { width:3.5rem;height:3.5rem;top:6.5rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNPGB8FPP5L9dtHznkw35tuSuctQzDMO { width:3.5rem;height:3.5rem;top:10.311791419983rem;left:8.7187501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ez7rmST3gJfNwN1ArHbagqqvPr6OfQKt { width:3.5rem;height:3.5rem;top:10.4375rem;left:24.064843714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZcqFR2SGS9JXciG3CNKeDo1lTiD7lCT { width:3.5rem;height:3.5rem;top:6.5rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wuHcSFv0WTSgT4WJlg5exlR3WlXtXOdi { width:3.5rem;height:3.5rem;top:6.4375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Okb1ohyR896P962bXmXFb899qEsSryHn { width:3.5rem;height:3.5rem;top:10.437500953674rem;left:39.406251490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pwt27ZAQdSFSIKMA85FWiZ4siOwddRun { width:3.5rem;height:3.5rem;top:6.46875rem;left:24.158593714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ezQeh7Hr6wgNqJJOGsrHN148dXJISOs4 { width:3.5rem;height:3.5rem;top:6.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i6sGiqKdwysVQTndHbFibIa31xf0exsP { width:3.5rem;height:3.5rem;top:6.4687501909213rem;left:43.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IdVx5mq9ISiAsaEUIRsPWxrrHqQbLCIU { width:3.5rem;height:3.5rem;top:10.375000953674rem;left:1.1867187619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qHHIAv1iCesrLR58mQeKZbVFQWTeuJDt { width:3.5rem;height:3.5rem;top:10.375rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VOZzge6IwX5l8ZBLe9mg4a2SbumD2LvQ { width:3.5rem;height:3.5rem;top:10.311721801757rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oa6sUmu8ODwdh5He3ohFb9kp6hGB4aQr { width:3.5rem;height:3.5rem;top:10.4375rem;left:20.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vUOEe6xVCkhm599xNkATgP6SzfcaELLl { width:3.5rem;height:3.5rem;top:10.375rem;left:16.499999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0J1zrXLlGbcWRQorkXxC6q1xkMNHL8e { width:3.5rem;height:3.5rem;top:10.375rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wLQ83ce2KzIz2HlvMrszS9b9MPeFZ2VA { width:3.5rem;height:3.5rem;top:10.375000953674rem;left:12.468750536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KPdfb1lNkx9CvaVcosmGXg1yeBzqo6hE { width:47.75rem;height:4.5rem;top:1.0681819915771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GOsgf0ZPJPlXT7nZo2k8cbNC7QtHTGGe { width:1.25rem;height:0.5625rem;top:5.5625rem;left:23.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hBxWgUbr6BQTQkemTCPrkDhICq99FJ2M { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:39.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XmefT3PkVdWxPrkau8x9rmuDgxkvQt9F { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:7.3579551577569rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6yQTpyT5FFPolWXmxEFuH6OpPtChIMw { width:0.75rem;height:0.75rem;top:9.1704545021056rem;left:3.7329546809196rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OHQm2ktIE74qtwIxTz2DCI5DCPa6z0na { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:11.170455157757rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xqtM2tHZ1AU5AVR0Cgr1nGD5GPIcvVd7 { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:15.232955157757rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1PwsmuNsxeWz9BdVI5ygS0G1qkVWRSa { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:19.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEKRlGbXLDxArUukWQJyQiTr2kyI2xo4 { width:0.75rem;height:0.75rem;top:9.1697454452512rem;left:22.670456111431rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K2vFA7El6fVNE0tJGooEUtTiAl3WK8TO { width:0.75rem;height:0.75rem;top:32.419746041298rem;left:11.232955157757rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wJa29Rzr05J4fQzp1s3ezkST2tmdGP58 { width:0.75rem;height:0.75rem;top:13.1875rem;left:26.874999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hq2hiB1G1dNrSUWTJ9kU3M7rp1tpd4Zv { width:0.75rem;height:0.75rem;top:13.050000190735rem;left:42.050000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tlLGc5u7lEd0WNAR0QaVyG81dfH20tuP { width:0.75rem;height:0.75rem;top:12.9375rem;left:22.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vrrxWdqaDcXfZur4vdbFwT7R2O74HeE2 { width:0.75rem;height:0.75rem;top:36.153411149979rem;left:11.232955157757rem;display:none; }
 }@media only screen and (max-width: 1199px) { #C33bTozdIt3i9TVlSnFTrSXK39GXCq8c { width:0.75rem;height:0.75rem;top:28.482954978943rem;left:22.607956111431rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l5xn6DgW4gwovKsav0l9rgOn1RqOXmeN { top:10.531250953674rem;left:39.437501490116rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqzVTrkzIZHIaQOGqRpcR7dCgOoulGxX { width:3.5rem;height:3.5rem;top:6.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vq719WTSWFHHeaUk8Q0cvfeHkADu2z0p { width:3.125rem;height:3.125rem;top:10.625rem;left:35.708592951297rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vhzBtBI9PGT1LKGZkuobAZG05N85HryE { top:10.4375rem;left:31.750001490116rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oyezpzpxXLKOBQoivhpB8hzte4NVbiWc { width:3.5rem;height:3.5rem;top:6.5rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OXFszX3eFEmoDSeRUb3XLcfDkWWdL0da { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:27.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Eo5RMCauClXbmNe9XIKnAeBNfDs0nulQ { width:10.375rem;height:3rem;top:16.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cERei2T8rIRpgGIGJF4mqCWLT514aAQM { display:block; }
 }@media only screen and (max-width: 1199px) { #qRd5iiJHbFaEJ05kzFz1ezmAZPZSstpb { width:11.525rem;height:2.80859375rem;top:16.845313263126rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OCLvF7dv5o1tF9mV76yDinv8F2fKwoRI { display:block; }
 }@media only screen and (max-width: 1199px) { #PBdIcukwZrR2vzW7l4V53u6UQhNQGzJQ { width:13.9375rem;height:2.3125rem;top:11.031250190921rem;left:16.906249582768rem;z-index:15530;display:block; }
 }@media only screen and (max-width: 1199px) { #THuD4Kdy7TuKK5n8hs56sr2WN2SBzmZf { display:block; }
 }@media only screen and (max-width: 1199px) { #XeR5SU8VZGcJP2Oo8tRCBBbCSIJD7Ho6 { width:47.75rem;height:6.5rem;top:8.8125001909213rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nLgDOV7mEiSdc2TFPl6kPQEI5RUONVv9 { width:3.5rem;height:3.5rem;top:10.375000190921rem;left:35.533593714237rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 1199px) { #leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3 { display:block; }#leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3 > .row .container { width:47.75rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WfCfGyddynBoQSW9PbqdCnHd87LEcrTi { width:3.75rem;height:3.75rem;top:0.06329345703125rem;left:16.187499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hszNQl8ogw5puikQ0mUmwgKmTKurE9Bi { width:3.4375rem;height:3.4375rem;top:0.15936279296875rem;left:20.096093714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KiVfg5uJzgdl3BfEn2nkkDLeQ9rhSPDt { width:3.375rem;height:3.375rem;top:0.15936279296875rem;left:27.846093714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cGmnIJQrXahcPyfBBPgWE18HslHgXy2P { width:3rem;height:3rem;top:0.31329345703125rem;left:31.937501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtNr6r6tCxJUyEvy5pcxDGP6QmWawdat { width:3.125rem;height:3.125rem;top:0.34686279296875rem;left:35.658593714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GAPprg2PSDe3CD2LPMTfmPABO2yGiiGn { width:3.1875rem;height:3.1875rem;top:0.31329345703125rem;left:39.437501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGT9MKP1WFWxy2T87zl0ikMOJUVOQOCD { width:3.25rem;height:3.25rem;top:0.25079345703125rem;left:43.187501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KZT0W9Xh9xTI38IpdV6ZXmTtvM7IByoT { width:2.5rem;height:2.5rem;top:0.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AagpWoa9ticTpyg5zQuh7BMrbCcU4GCu { width:3.625rem;height:3.625rem;top:3.8757934570312rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qVdKif6xqIvWOP36LdTf6PhZoeV2h9wT { width:2.875rem;height:2.875rem;top:4.3132934570312rem;left:5.2500000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nmpOzhNHb5k7rNTOqlFxZG5aWMzplZkc { width:3.4375rem;height:3.4375rem;top:4.0007934570312rem;left:8.6875005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NpGmMHPET4TaR4wvqLnPwgcl5Xq7iynH { width:3.125rem;height:3.125rem;top:4.1882934570312rem;left:12.750000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vcr6zAmvhr3hPP5u1HPSWmK6hwTFRdNa { width:3.1875rem;height:3.1875rem;top:4.0320434570312rem;left:16.437499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tblDFW5TQN7GkTvesS0yrlMUsnck26pc { width:3.1875rem;height:3.1875rem;top:4.0632934570312rem;left:20.281249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZNqTZ6NfNQpsLHFTDv4aLOU3gAOqBX4e { width:3.4375rem;height:3.4375rem;top:4.0007934570312rem;left:23.999999582768rem;z-index:15504;display:block; }
 }@media only screen and (max-width: 1199px) { #Kkre6OXnonsIayn5LAxFdmpxsN6O08Zl { width:3.75rem;height:3.75rem;top:3.8132934570312rem;left:27.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hVcKUORAQo3TM2TcI7oUTz9QC5rWuzWp { width:3.375rem;height:3.375rem;top:4.0632934570312rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VSvly2aPSaiDQ0lpZ720DrHqBXPbUwZf { width:3.5rem;height:3.5rem;top:3.8757934570312rem;left:35.439843714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PCXqUkPSDHALBXMq5JGZTIP8yfLnt4mv { width:3.375rem;height:3.375rem;top:4.0632934570312rem;left:39.468751490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBtmvtne8oEHhlM7ornRsnHSfZxPgrEf { width:3.25rem;height:3.25rem;top:4.0945434570312rem;left:43.221093714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOPJypqgTPUTL0cXU1bn2LuLi3m4bNZl { width:3.0625rem;height:3.0625rem;top:11.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iPicV7fTmAXmrDbWFk7RLWwrAhsN067B { width:3.1875rem;height:3.1875rem;top:11.8125rem;left:8.8437505364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N73DuOOluUUHzSglxqzsSJPzqKZZ7Wxs { width:3.3125rem;height:3.3125rem;top:7.9210815429688rem;left:5.0312500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T322N6TFIdhs2qVzvK8swGyZV9ScvNvf { width:3.75rem;height:3.75rem;top:7.6257934570312rem;left:8.6875005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WIZuBFf4iquOoPGTKxndgyt4xhPXc1eF { width:3.5625rem;height:3.5625rem;top:7.9835815429688rem;left:12.437500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJXuLxyPNqu8tdAAcArtDkVcuqKBrbr0 { top:8.1710815429688rem;left:24.346093714238rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQq97iu2TS9aPQMlzm2TSysazNu6mkwM { top:8.1570434570312rem;left:28.249999582768rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UpNFAxvgERsHKygCLg6IVxrpc2FrwoHt { top:8.3132934570312rem;left:36.033593714237rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WglDClDvEQIHennHqwCag5JQ0TqSDSPo { top:8.0632934570312rem;left:39.687501490116rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GM3Fgm6gDzZnlfIPmUFVVbFt57QvP3lK { top:7.9835815429688rem;left:43.406251490116rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MXmkSOuWn0If367rykSRVIrQPcx8MWun { top:0.25000095367432rem;left:1.3429687619209rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iT2WaJKU4GgV1gm1Cqpfa3EcawuW6VyW { top:8.375rem;left:1.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTTJKdKhq5hAXqs7wquB6qnAb9oGZ6eJ { top:7.9375rem;left:32.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a4IaL7NkOdoHX6IuJorm6Xq2W3ZmUWFT { top:12.032043457031rem;left:5.2500005364418rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J3MZT4lDmU6aTp3Wi53rryE0Q1pclqph { top:8.063281059265rem;left:20.439843714238rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EkK7yGTbeP8ttob2GJHXy4bKZAOy7r6o { top:7.9515638351437rem;left:16.499999582768rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5Dcy3sf3BwCLJEZM40ItRuU5Mi7ixp7 { top:11.9375rem;left:12.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kr1TWGB0BuSAcdcoO85ErN8Es7GN5z6U { top:12.125rem;left:16.8125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yvaytHvtmoxz53gdNPIn7Mwx1QOWlL1D { top:12rem;left:20.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w5XhO9yE3wUaVeLDJL6Lvs6B8XwLNDZv { top:0.46875095367432rem;left:12.862499773503rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J7TTgPdC6AEIy4IB0ZaHr0d2STQfKGHT { top:0.37579345703125rem;left:5.0625000596046rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mm5H1qvp5GZrXh8r9NARHg76PhCT6HNB { width:3.1875rem;height:3.1875rem;top:11.75rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UiKaaA3U5nGZf1826OoApwlDlaXkUrtA { width:3.0625rem;height:3.0625rem;top:11.875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u41HnPaItHCk5LzsU4nsnEscmtTEEk8f { width:2.5rem;height:2.5rem;top:15.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #luGVds9aUHAP63nZOsuI6ywTK1yINxTN { width:2.5rem;height:2.5rem;top:15.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x4MD4WJdZ38bE6ZbySzOLJF9Gwq1DbwT { width:2.5rem;height:2.5rem;top:15.875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wt6XC5sPhlmGNLKlTrlFHoEdtBymu5F2 { width:2.5rem;height:2.5rem;top:12.0625rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0sgJiwrtqvuzMzHU259Phb71NG8QkIG { width:2.5rem;height:2.5rem;top:12.1875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #shQswyCNUHZu1FEnHEOISyKgzoTVXoZ0 { width:2.5rem;height:2.5rem;top:12.1875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bO6I5dUNOVsKhTaPp7a38D62tOaJ1r34 { width:2.5rem;height:2.5rem;top:12.156250953674rem;left:24.468749582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XdG3yZqfTe47fZhf3quIfxgqNaa91fua { width:3.625rem;height:3.625rem;top:0.12500095367432rem;left:23.846093714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xMlyLJ5q7A7XeXXBlhdagg3lfggdhGiD { top:29.937500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gde127HPagUQz1FhdBU1Cr0klmSTzOGn { width:47.75rem;height:23.5rem;top:0rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 1199px) { #l5ETldlQ66aeHqCw8AiN5ef0h12OVcTb { width:3.5rem;height:3.5rem;top:3.875rem;left:24.002343714238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FV320pkaIX7tI8lMr9rRS4s5kVoFlPIO { width:3.5rem;height:3.5rem;top:11.65625rem;left:8.7500005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zVTRRiAoRJqszJAHcEogB8xIvm7ZZ8gz { width:3.5rem;height:3.5rem;top:11.6875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WSoeAz7cS9klAI4XTKJp2X0DIaDAeHoX { width:3.5rem;height:3.5rem;top:3.8757810592651rem;left:39.281251490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kzSw0mhkqQEHv8fvGZ3EAabgEAu6Anh6 { width:3.5rem;height:3.5rem;top:11.688293457031rem;left:4.9687505364418rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OeyITlBaurhtF1pWZT9Mt2MWcIHsJAxe { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:27.812499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hbcIgON9MxQc23THGkqLqBuoLJFetZ2D { width:3.5rem;height:3.5rem;top:0.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gvXDhDhhJnPXotDVkUtbNFM9Vb2hJcFm { width:3.5rem;height:3.5rem;top:11.625rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AOAbbRvV2TwTv9BuOZsOHLbl1HLtJE3a { width:3.5rem;height:3.5rem;top:7.7492065429688rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dXdlTG9yqArrxTQIugFnTep9SmicH1sX { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:12.625000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VevlJbTMlIoRHbVkV1JJ9NS0oAiDLE6g { width:3.5rem;height:3.5rem;top:11.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wnWP34wq4HvpRTCQwUGTWxxGW0dhw9h1 { width:3.5rem;height:3.5rem;top:11.6875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f9Z3vXAXI4AOJOxBuMnZeN1lWh0dho3N { width:3.5rem;height:3.5rem;top:11.6875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OSzcfrVehmB0O323prezR8Q0McsKudm6 { width:3.5rem;height:3.5rem;top:7.4375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w5T4CRo6HhTuZBCvwssVDPSeqbP9raT0 { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:23.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sg1W3Pwb971OyEKNOwqyQv7h7UzvDLWo { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:20.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R8xC2QINOu22Vh57ilpBdRNAlNLRaXCA { width:3.5rem;height:3.5rem;top:11.6875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZKyf4bdCbICrWIz3iopKBWxbrne8wWlM { width:3.5rem;height:3.5rem;top:7.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OArT5JT19TPkpmBT5bb9I2GealqXK4T3 { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gddFZdbWFWlid0IdfC3VoEisi0FL4x11 { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:16.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVwcp22sRQr9kXTbRbFFMZF9soSGeTbz { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iPm2lvkAnkXoEiDInDcq4odQlJVa9ecg { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:27.812499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZJukGIwkxhUITmQppqxNgQU3o561wED { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AognbHqNlL7bPzOIgWBaFZlOawiDVEpo { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:43.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGWdH2VFmhFhIHaQGTSZL0oRuSrI06G5 { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:27.812499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXnN9uEpUl10tPcmkiSROTT47OLLd6lo { width:3.5rem;height:3.5rem;top:3.9382810592651rem;left:1.1554687619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xSnhd6vHsc4cxBaANuVkoPkLyQbf7hlR { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RUcxqlU9UkiybgT9URCqmauqFcwqV85Z { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ToyeSqkzcyLg2yyHov3g6OblfMcpgHtE { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:16.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #anbJp45h8qTJ18FWIyugmPMghzqmx2k8 { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nalX4v7iEDZiKMix26K4vqTIDcvLHDFb { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:8.6875005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DrRpNyEQgyP6Bqz1VBbLJMWKMN9RpZbq { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o3aKcWvARGbwqIaqaary6AZsbcd1Evmo { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:23.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n0v0fBV3CnzOIxX6mIdMgO7oDH8OxozO { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTU4U7tB72apShXlvbBxVuiu3wW0En22 { width:3.5rem;height:3.5rem;top:15.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Txn2PBpvRHnMJ4p9GDEofTZzaTo8dt1N { width:3.5rem;height:3.5rem;top:0.18750095367432rem;left:31.687501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rp3DHwApHyKZNa05rsqUO7TxfpaFpRfA { width:3.5rem;height:3.5rem;top:11.75rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zyDPtTvlzsDI9gq3iue0aTvagQuNhIAM { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:35.500001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cJhHOmMwoUkcsOZapxwL5vhNNKK2omm6 { width:3.5rem;height:3.5rem;top:7.8132934570312rem;left:8.6562505364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2WhuTpPHeB6rq9tAtORSlXCPxUCrJAl { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:20.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WFCXl9hU81N99GvbbKLvQhhA9Wd91cfD { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:35.502343714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MV0PaNPVQwXFpVNIkyJwAPEp3qXaDKOJ { width:3.5rem;height:3.5rem;top:4.0007934570312rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lX1huXFVydWh572OVCapJsfnLMhNHcXs { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:35.502343714237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cM11szUyHeoW4OpptgFWEI9Oio3ixDdJ { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:20.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVMWW3KDBfo8SOq9Xs1lzOGzfXML6Kyu { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:1.0312499403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GioThaQ9MSk783eD3ITTozgJ8J96QvcR { width:3.5rem;height:3.5rem;top:15.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTnfsyxcvVz4aHcMw8b7Rq4J7AB8ANBl { width:3.5rem;height:3.5rem;top:11.5625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1tKcT3TTJSt7Jh1ucErmUqe4Ci0dDoP { width:3.5rem;height:3.5rem;top:0.12579345703125rem;left:16.374999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CsuAg73outvJGVLLIDQl46kholWvJdZX { width:3.5rem;height:3.5rem;top:15.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #waZ1ZmchWTE69MJh0b3bhT2AH4KNDLzu { width:0.75rem;height:0.75rem;top:6.6085815429688rem;left:22.732812464238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTZ1IdigbT7qSkdfDuNOnK7eTuaEydJE { width:0.75rem;height:0.75rem;top:28.482955217361rem;left:22.732956111431rem;display:none; }
 }@media only screen and (max-width: 1199px) { #K7JumpdRTV5GRX6F5XuyppOo24XymKmz { width:0.75rem;height:0.75rem;top:6.6710815429688rem;left:3.7328124642372rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AygbXON3rpwCCO3DFWKP6rwQp2vDfzwg { width:0.75rem;height:0.75rem;top:2.7335815429688rem;left:45.670312464237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xfcUcTH1T7ETshh6DbbR4gooxwAEQvr9 { width:0.75rem;height:0.75rem;top:10.1875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLn7tzsFUmDsiu4P2xzgFD8GgvBogiX9 { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:27.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LQCAvt3aQ1USvywhedLG52GhPWgyD6pR { width:10.375rem;height:3rem;top:24.3125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IsNsles3JAKBMVEKCwNp7HaudyztuJE2 { display:block; }
 }@media only screen and (max-width: 1199px) { #CMiWdUbGyI5pR4EQaVkZMAPJlHSUA2Oc { width:11.625rem;height:2.909090875rem;top:24.375rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LzTfC5dVGMWy7cD8PceDC0JKIfqZTLCM { display:block; }
 }@media only screen and (max-width: 1199px) { #uy82bsRbQZuJnZWRoA6noUQ02tIFJxMd { width:13.9375rem;height:2.3125rem;top:20.036719131284rem;left:16.906249582768rem;z-index:15197;display:block; }
 }@media only screen and (max-width: 1199px) { #ZIkWu6ocm2SLDtCUFHA0Hbizbacm8Cft { display:block; }
 }@media only screen and (max-width: 1199px) { #MO7F4r3SNpq0qq5ID2P9Ev9TAUG61KDh { width:3.5rem;height:3.5rem;top:18rem;left:43.125002086163rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OnLIf012daFQfqXdgFbZTvRn8oVD3Dlr { width:3.5rem;height:3.5rem;top:11.75rem;left:27.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fICq30HEb6rEIEWGqVdv7wKgTJL6m62B { width:3.5rem;height:3.5rem;top:11.75rem;left:27.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AGtw3lVgJlkIo8VODrWskDVvmJc8Gaif { width:3.5rem;height:3.5rem;top:11.75rem;left:27.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Lp8t60EaeRaVmZeaUDRNpKXMFFVZnmNH { width:3.5rem;height:3.5rem;top:7.4375rem;left:31.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mxxNFicme9BNR0482dW0ttb8oBIIT8yH { display:none; }#mxxNFicme9BNR0482dW0ttb8oBIIT8yH > .row .container { width:47.75rem;height:3.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ONPufgB3354U1FxJKrbFzQddOolXkZfo { width:47.75rem;height:2.275rem;top:0.87420654296875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SdFXInRlJSKX5rp9xmTx1ATTrOrTAO5i { display:none; }#SdFXInRlJSKX5rp9xmTx1ATTrOrTAO5i > .row .container { width:47.75rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Le2JVmUyp8tRmbc1KQBClDLa8kox1FCE { width:47.75rem;height:6.125rem;top:0.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #z4NmOnRLAOigbfwFFwiOxRlamyeDmf0s { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #uOSRtwfuq3vl2OJC2NP0eJ8Q8iOd2KVg { width:8.5rem;height:1.95rem;top:2.25rem;left:18.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pdvckZlDuALVpFsXBKsp03lJ54iaHt5E { width:1.5625rem;height:1.5625rem;top:2.5rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUhwqK8y8qzBkbgRTsqeNhzWiFlJXG19 { width:1.5625rem;height:1.5625rem;top:2.5rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wzMMPRXsFf31pzkv6Al8XSpJ4QP0o32r { width:11.625rem;height:1.95rem;top:2.25rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sDPNayk6TQ5eNkoOF1GPaEuUAt59IUop { width:47.75rem;height:6.125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Whch5ZLR4I80zn7meqZMqsohHJKw3m4z { width:47.75rem;height:4.5625rem;top:4.125rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 1199px) { #XbVRNWoPkrPL30Fgv0IcZDdluoMR3qTx { width:20.25rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zKM89PAad4eGaRk7iX3LAEx5TK95xtJ5 { top:0.375rem;left:0rem;width:47.75rem;height:6.125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #rnMetlIbqoAmtz9tPsLAzGeZvWgfAMDx { width:47.75rem;height:6.125rem;top:0.375rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 1199px) { #Ttn9gD7ziFP2gdL73gClleih9JHcc9h1 { display:block; }
 }@media only screen and (max-width: 1199px) { #owJ64r0nPCP6sR4zTXRFd19ZK7QHUMoN { display:none; }#owJ64r0nPCP6sR4zTXRFd19ZK7QHUMoN > .row .container { width:47.75rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tiE3uaA97tMrpkGal3PlXfMbbE7p2gCX { width:47.75rem;height:6.125rem;top:0.1875rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 1199px) { #KCLKyR0SlRiKrUTQMMMoofzcPZlCxaEX { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #obz0Qqzhl36g27bgkGFEvm3MhIuZxMI3 { width:14rem;height:1.95rem;top:2.25rem;left:12.874999582768rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kkUocW3fk3TcrJvbaU3USF8XWT6xi8nA { width:1.5625rem;height:1.5625rem;top:2.5rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4zUFR6G7GNXai5NInx3kck4D7MbvMaE { width:1.5625rem;height:1.5625rem;top:2.5rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i50WfTAhxCwqS0KAmhToIAMqazFKmFwT { width:11.625rem;height:1.95rem;top:2.25rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mCfkQMQmJ0g55MLrde2oQ8TzQgEcH7KA { width:47.75rem;height:6.125rem;top:0.375rem;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; }
 }@media only screen and (max-width: 1199px) { #GnGviVcxdCZy7V44WD1tEt1rMTCvIRc2 { width:47.75rem;height:6.125rem;top:0.375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 1199px) { #B4RStQtNV2NtLgkkZMfP1EHeh0Pmwi6r { display:block; }
 }@media only screen and (max-width: 1199px) { #ouT68UXf29Lb56l5hDpFXT6nlhVkSLnl { display:none; }#ouT68UXf29Lb56l5hDpFXT6nlhVkSLnl > .row .container { width:47.75rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #dwMRpqtuT1qvfKs33Au41BaKqfEvgnUs { width:47.75rem;height:6.125rem;top:0.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #V2Za6uP8AKE9VNQT3ha3tOm91uOtzgLR { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #w5NCPvc4fMy2cHu8PziTnBRoT62OCrZ0 { width:16.5625rem;height:1.95rem;top:2.25rem;left:10.312499582768rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZLQVn4JB4Rf8U9eHlk28v0JMHdHDc6y7 { width:1.5625rem;height:1.5625rem;top:2.5rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kdRbTrwV8Cu9RHrP963wThx99ru4nTNS { width:1.5625rem;height:1.5625rem;top:2.5rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yUo2DEJSLlRXbTCrn6nfPO9U4dH7d8Bv { width:11.625rem;height:1.95rem;top:2.25rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E3grdZVh4eEqufkqe3WFksbGz8T4mZRN { width:47.75rem;height:6.125rem;top:0.375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4591dac4-8f69-479a-b908-232b12bc6412/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#E3grdZVh4eEqufkqe3WFksbGz8T4mZRN.adaptive-delivery-prevent-bg, #E3grdZVh4eEqufkqe3WFksbGz8T4mZRN.lazyload, #E3grdZVh4eEqufkqe3WFksbGz8T4mZRN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #qOecsST4IToVRwSTSPPZbXLNlFxNOZLi { width:46.75rem;height:6.125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uD0FbhXRwcTV7D0ltlZNzqeXbSoqMAz8 { display:block; }
 }@media only screen and (max-width: 1199px) { #ZTZDy5TdAfTXXSXeh6KluAMUVkAhTRIz { display:none; }#ZTZDy5TdAfTXXSXeh6KluAMUVkAhTRIz > .row .container { width:47.75rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LOZxCGTob99wp9tMugoVewkBDCeMZUKX { width:47.75rem;height:6.125rem;top:0.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nc304wrwrTVcPysiqf1K44N6HwTXoWm1 { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #tEwRcTnPC1TaHS7HNRaJPxhhywcbQXbx { width:14.0625rem;height:1.95rem;top:2.25rem;left:12.812499582768rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hVrZ6qpZtoH1v7t3Uy7vODkL9BeoGyHf { width:1.5625rem;height:1.5625rem;top:2.5rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bp3Ke6KGTxosCz2ML6Cu9ngO0Tpn8ymv { width:1.5625rem;height:1.5625rem;top:2.5rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #disHr8324utiwv7RQatAW7lxAvdU8dlu { width:11.625rem;height:1.95rem;top:2.25rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vNSRlfFLT0ObXQhI4OmzDLKGgOm6pkco { width:47.75rem;height:6.125rem;top:0.375rem;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; }
 }@media only screen and (max-width: 1199px) { #kOqNX2PaetWnMWcPHS8DXpMzAZ4Klr99 { width:47.75rem;height:6.125rem;top:0.375rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 1199px) { #Mh3wIGtryu60VTQ3AdpLv0OoZBbg1BnF { display:block; }
 }@media only screen and (max-width: 1199px) { #rfCIluyDyqx5qEhP353M9PUhVLeXSJEF { display:none; }#rfCIluyDyqx5qEhP353M9PUhVLeXSJEF > .row .container { width:47.75rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #yTTkVwHK0Bcgu9I7VHyuwPzPEIBJGSAz { width:47.75rem;height:6.125rem;top:0.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yxbTtdNPps6CuJVB0IPb1U26a4Xnv1z5 { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #AgUrOXbzKDJa67zc0HBZKs0F2GWg2Qxu { width:15.75rem;height:1.95rem;top:2.25rem;left:11.124999582768rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VPFq4RmhKheEdipzyo1fFu8RRHeEaxvz { width:1.5625rem;height:1.5625rem;top:2.5rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #amVqySTL0ARabTAvzTsyuxNmG0I2PDSl { width:1.5625rem;height:1.5625rem;top:2.5rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rcl3TzMvpvlx3shTuO4gSOhTorOmMu2G { width:11.625rem;height:1.95rem;top:2.25rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WFpKm22peSRDhv9UeludXy7lIu4RVQZ1 { width:47.75rem;height:6.125rem;top:0.375rem;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; }
 }@media only screen and (max-width: 1199px) { #g9qQlyJvPX6ZAWvuB0dDNmLabW6ZVrHS { width:47.75rem;height:6.125rem;top:0.375rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 1199px) { #nTlkRMTf1hHz78DUqD93FLDpHC23VtIJ { display:block; }
 }@media only screen and (max-width: 1199px) { #TdpedizlPA50bNfdI2FmqGpCLKoGF8RZ { display:none; }#TdpedizlPA50bNfdI2FmqGpCLKoGF8RZ > .row .container { width:47.75rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #z4VG767uN4TO0obo9upgmJ0lUmJsuPRH { width:47.75rem;height:6.125rem;top:0.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #umOqs8OvbawJsUyKsLpeODRMd9bx63hy { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #aHeetChPCpa7GSxtM74yGuKOvEPK9nAR { width:17.4375rem;height:1.95rem;top:2.3992195129394rem;left:9.2499995827675rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D6OKs6f4FM72w6G5OkGDZ01wXBJCwmqG { width:1.5625rem;height:1.5625rem;top:2.5rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lCGn3T7E2O36HBP5fA06cpJVT4xX9Ge4 { width:1.5625rem;height:1.5625rem;top:2.5rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u1EUUXsxaGuocKmvXhEe9T7BDvMsPJ4w { width:11.625rem;height:1.95rem;top:2.25rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tGyOV5o1sVs2rawi1KOHcZ0AGUcMBs59 { width:47.75rem;height:6.125rem;top:0.375rem;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; }
 }@media only screen and (max-width: 1199px) { #Nr5NcpVNRMmFWAp7rsIwVSdzNGoK7wSe { width:47.75rem;height:6.125rem;top:0.375rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 1199px) { #MS4WlDXIiwrxpapB6xgAwg3paAaiVaOA { display:block; }
 }@media only screen and (max-width: 1199px) { #qzvWCSzwbwB1Xy7IOppTyIuAb6x0Vy5w { display:none; }#qzvWCSzwbwB1Xy7IOppTyIuAb6x0Vy5w > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #mFPetLBtXRPKuxznUD0ZUF6go9ivpZSt { width:47.75rem;height:2.275rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnFw17ykeSsAJu3AuAFGuUNeHlZU52QV { display:none; }#UnFw17ykeSsAJu3AuAFGuUNeHlZU52QV > .row .container { width:47.75rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ILOkQ9LNNipHd0l2p85Zkqb4CyaSZGyb { width:47.75rem;height:6.125rem;top:0.1875rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 1199px) { #maVCM1IWvD2JbOATi3FWZkrb5NsV6aJJ { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #G04o9uwasTZEuok33Dm4OPqvbnE5BELQ { width:13.625rem;height:1.95rem;top:2.25rem;left:13.249999582768rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LgG5ThWwNim0bHT4XE4eiKL3Ds3FXw8r { width:1.5625rem;height:1.5625rem;top:2.5rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIsRRTPDm9bWggBvBks9W9dSQN6UzfrR { width:1.5625rem;height:1.5625rem;top:2.5rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dhMM47A44JakrcPbnTGMeoFLW6PKQ7MP { width:11.625rem;height:1.95rem;top:2.25rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ElDlBfS7qrbkRT1lLAhpnehdy70BJ7SA { width:47.75rem;height:6.125rem;top:0.375rem;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; }
 }@media only screen and (max-width: 1199px) { #e3CXX2ZzKLLOrzoMs05T0KMBpzurQgOa { width:47.75rem;height:3.9522804054054rem;top:0.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SF1p0BTcrwwCBTogJJPUyrUAbM2Q6NF0 { width:20.25rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eolCe6tJJegmD8pDBzzQiOtT9xbu8pPq { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #KDhXbPn8iVOegmDM6bsScK2ACIHBxSK0 { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #panzCR4lrBfKt08JVgtaylgDFLgqzlK2 { width:0.875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lX65XphLL09kk43k6JXMvciA6BqUeuDD { top:0.4375rem;left:0rem;width:47.75rem;height:6.125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #hpvZilhHpCHnHvq4w1cQZKmcTnM0OeOW { width:47.75rem;height:6.125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PDeP3aITDB0TZFVSsyJPlqBgX1PNgHvL { display:block; }
 }@media only screen and (max-width: 1199px) { #g2esWNUTbl91Tfh7UmUmaCyrxexJOTt2 { display:none; }#g2esWNUTbl91Tfh7UmUmaCyrxexJOTt2 > .row .container { width:47.75rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VgCopPJaCkyAM4OISkKQN6sGpIVfNUgZ { width:47.75rem;height:6.125rem;top:0.25rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 1199px) { #gIVXLrEuoXuqK5FZsfy4hsIbeMQpbUWs { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Ubrz4dSHT0QcfI4gO9i749kdJil8nzsa { width:12.0625rem;height:1.95rem;top:2.25rem;left:14.812499582768rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mhFC9H357ROZlM8BMQ7FMLHbO0wNbPlC { width:1.5rem;height:1.5rem;top:2.5rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gc8RgXHAOSBtKlupRfDRzMh51yrqAWKm { width:1.5625rem;height:1.5625rem;top:2.5rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DzUTBAzdGbTIefgRf3E94g0qvN3duKpW { width:13.25rem;height:1.95rem;top:2.25rem;left:33.437501490116rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ic4OdZFcI7rJpFH7oriDOd4NsU8zTdqw { width:47.75rem;height:6.125rem;top:0.375rem;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; }
 }@media only screen and (max-width: 1199px) { #uvEC75CZiyEZ16gB1HH5M8WEoVwvpttQ { width:47.75rem;height:3.9522804054054rem;top:0.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ey3pXF5ZzFhd7iRhdsl48bdf8NlsBJTb { width:20.25rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mHHysLvEIBI74qeqyTPfVZaEWrkbPh7M { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #ITa4GHlentKx0kxAykValWrxSbaqTgH7 { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #btHB5nX3zfQoTD5MdKedT4WzBgI9HuDf { width:0.875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CUX2JMJE6vZDIHwzu9zqct7XmiuG8ckK { width:20.25rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wtzK8dRHIJd0lnaKzaiWHfUoriLyekyO { top:0.3125rem;left:0rem;width:47.75rem;height:6.125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #ZBVce4M6JtOSiGGrheN03f3OvASWMOq6 { width:47.75rem;height:6.125rem;top:0.375rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 1199px) { #WumuvanuUU4zmBNeD6ssGA41QvRtDrV0 { display:block; }
 }@media only screen and (max-width: 1199px) { #qUoMysdDdDAxEvVEQzv9X5QLmCgsnR7X { display:none; }#qUoMysdDdDAxEvVEQzv9X5QLmCgsnR7X > .row .container { width:47.75rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iG1dinc2Tc0PH1PGLv1T6CUTyZ5tEpuR { width:47.75rem;height:6.125rem;top:0.1875rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 1199px) { #xFsJvAEJ1TgQ7xT5iGdTkGeSO4vnxDdb { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #kLfxaQtBUNrPWM9rxKwk8EZX8dOAXZc9 { width:11.9375rem;height:1.95rem;top:2.25rem;left:14.937499582768rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hLlRI2nhEpTnIb1KMVKB2yk3LuU5VVH7 { width:1.5rem;height:1.5rem;top:2.5rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qt5BPGQRPGaRonVXttU84TK7GOlhw0fg { width:13.3125rem;height:1.95rem;top:2.2500038146973rem;left:33.437501490116rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mwZWCxN9Q5XeZ0TzIF0sesIhL3GpVI8W { width:47.75rem;height:6.125rem;top:0.375rem;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; }
 }@media only screen and (max-width: 1199px) { #ChME1iWoZuO6ugTBwAOf7tolBzfQB0IB { width:47.75rem;height:3.9522804054054rem;top:0.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #emWoTUCIUODT1rww7ahCZ1uZpZSG96Es { width:20.25rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kwr38tlQTPQ3pdCUg8uFeuzKJGDiauCr { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #ydkyh3502eMSKIiTywxrkXTndy1i8Ge8 { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #NSGuKTd2XWNPMG1tZim1LnsZGd1RcWN3 { width:0.875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Tfs7taUW0wKLvTNyVWcZhmeSuQS8rSOs { width:20.25rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XTandPvk9DDZRZ0UtLqstKp8iFFlTtK7 { top:0.3125rem;left:0rem;width:47.75rem;height:6.125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #ZuEmR3i7HIXMhtKZuet9VKXfghW13XGc { width:1.5rem;height:1.5rem;top:2.6250038146973rem;left:31.224999964238rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NT5L7OL0eZxHEBQTIlvhWLfctgS87TBO { width:47.75rem;height:6.125rem;top:0.375rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #srv2eoRUIFvn7Func5EW3SpV13J2cTBV { display:block; }
 }@media only screen and (max-width: 1199px) { #GXnrBByzmcTG446knx6NkZFZsgFTkqoP { display:none; }#GXnrBByzmcTG446knx6NkZFZsgFTkqoP > .row .container { width:47.75rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qkHCofvBFEXZa5pGAUpVayyiyIIw0TuN { width:47.75rem;height:6.125rem;top:0.1875rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 1199px) { #sRaVrKTMiT36xW9KRPiGGgnEil7nZ3t7 { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #I0S46w57L9T7nAX1ddU5isreLElRe7GZ { width:12.3125rem;height:1.95rem;top:2.25rem;left:14.562499582768rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPUIz2qF3flE2qdKmdV0y0dKiQhuSmfV { width:1.5rem;height:1.5rem;top:2.5rem;left:27.624999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uwz5IFEwvdEFVD03wZm9Ca4xAfRVWvAE { width:14.3125rem;height:1.95rem;top:2.25rem;left:32.750001490116rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LiOhdibL8rxm25m4IcTTkHNWTIvKTBge { width:47.75rem;height:6.125rem;top:0.375rem;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; }
 }@media only screen and (max-width: 1199px) { #kEh826GRKTqNZ3byuKJ59TZvW7iOMESX { width:47.75rem;height:3.9522804054054rem;top:0.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Nz9aOIAVauqbDvr1qMAbnT6Jq9kpU7uK { width:20.25rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HVJWTviLqFARI9rfFRIfHkATSEAXzW68 { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #blWkrCHqc8tbc5oTH7Tm3wtEKWlISqnh { width:6.25rem;height:2.6rem;top:1.9500007629394rem;left:2.8125000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #u25t0TwFCaJtVt27w9mTfgi09LINIJ3i { width:0.875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Qozu3GOQsx0tnlPGDD81G1T9FRrlyrP2 { width:20.25rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #itV2nQbIFTDFmWwGKXM9tMyZntnxpVZQ { top:0.4375rem;left:0rem;width:47.75rem;height:6.125rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #qPu1XcXPIvt3C2MoAw27oTrsz7ITQGHN { width:1.5625rem;height:1.5625rem;top:2.5rem;left:30.749999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTAPOnLqBRSxkXzXbiePW9ghTfRg6uCE { width:47.75rem;height:6.125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VfuCKUsznWxQ27TI9qPlTFQpRIdpfrGo { display:block; }
 }@media only screen and (max-width: 1199px) { #NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH { display:block; }#NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH > .row .container { width:47.75rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA { display:block; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row .container { width:47.75rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L5rHGsuJAqDcxFHG9IHsc39SQDATXmAo { width:47.75rem;height:2.1rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tlTSRgqvLotdeDLFb8z4ELMgHuKElAS9 { width:28.375rem;height:1.05rem;top:4.0625rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VqNSTpFkw6nvvz56DKOO0UObV4bGOyg8 { width:17.75rem;height:11.5rem;top:6.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #he0BSGzwoIBCbFfXTtLQE8aTMn9d20xp { width:17.75rem;height:11.5rem;top:19.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GB5kQPiK1f53gqGGd3vWo0zGQIfNsCoI { width:17.75rem;height:11.5rem;top:6.4375rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XpEfs6h7HFqKOseO0MEDZlegATCwrRPT { width:17.75rem;height:11.5rem;top:19.5rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZppGH1STUVkXvL5Wz6CohzweztAOAu54 { width:15.625rem;height:4.9rem;top:7.8125rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0UhESfhpW6KwiULfM9zAmfakcIEunGT { width:7.625rem;height:1.125rem;top:13.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NE4BwcPlwD5wiVfKUwFwNCvWMlygTTXC { width:7.75rem;height:0.9rem;top:14.9375rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrZe8PAbv6OwQQE0vIx8cWmlvTILXDOu { width:7.75rem;height:0.9rem;top:15.875rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IeKo82IWz3oByLJCBqxGUKLB1JCiBHah { width:1.25rem;height:1.375rem;top:14.9375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lo2lQKFpopqIXuOqwT68OX4l6OgAuKug { width:15.625rem;height:6.125rem;top:20.8125rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aBrZV3gTlX2yPXWTnDLgg6SNymSqpwkp { width:7.625rem;height:1.125rem;top:26.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ey9Xz7ZpLzD9rF17wp3kBTWIdNtnQUso { width:7.75rem;height:0.9rem;top:28rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WoPA9ntCgtkbvo6KQ11pTehzOqaSMKW9 { width:7.75rem;height:0.9rem;top:28.875rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VLmIyMKUI9wWHR2c1U8x5a3bripfK5qm { width:1.25rem;height:1.375rem;top:28.25rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ic0QVs4JHuu0IG9Oizut5vKEO3TSlTvJ { width:15.1875rem;height:1.225rem;top:7.8125rem;left:25.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ksBBU66kGKBTLpvDcFesm5ADKbU4bNIv { width:7.625rem;height:1.125rem;top:13.375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nMM0ubHHeDQ6Tsxu2KVEWrTGQsUOTRf4 { width:7.75rem;height:0.9rem;top:14.9375rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMtKaLMxynu3fyQeCHeCSMMJKza9BPh8 { width:7.75rem;height:0.9rem;top:15.8125rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cq3WrlLnS9FHXxmk8aSpZnHRkqISzrPE { width:1.25rem;height:1.375rem;top:15.0625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPMP85k0bG1omIN5RTBBSoPOBA4aTThb { width:15.1875rem;height:2.275rem;top:20.875rem;left:25.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NBDayq5TmJSrrQ2vUhinC0RBs2LbJ69F { width:7.625rem;height:1.125rem;top:26.6875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eyGzTplcFD1n50NP8W0VgyWQUykNfmfP { width:7.75rem;height:0.9rem;top:28.125rem;left:25.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5TomLI2wyLq5H9TRl5sbsDJhOMbcgRh { width:7.75rem;height:0.9rem;top:29.0625rem;left:25.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cUK7GrpVTfbP0A2rMqoq9SgT2XZNAcqE { width:1.25rem;height:1.375rem;top:28.125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 { display:none; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { width:47.75rem;height:50.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Qil7aWgrluJ4sguqoLNzXLRuVMRLWPHO { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rK88Dq6OR9JPNXT4n6c3qrbFHG9eQ78v { width:13.1875rem;height:1.8rem;top:3.5625rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #te3gumEBf0CinlSLrxK3bJkI1LyGiJhl { width:17.8125rem;height:1.6rem;top:5.875rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #skKPNpSO0SH5we9KGTuCfXxdJkw3qgu8 { width:1.1875rem;height:1.1875rem;top:8.53125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwWH4xbzshnWLRUvqTBznHWmT5pTAnNA { width:17.8125rem;height:6rem;top:8.4375rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #pTxWNrW3OMazKfE6wlxXM1LFwo625ddP { width:1.1875rem;height:1.1875rem;top:20.9375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RiiHA4JdEDPRc697WJgU5MDmslMU4cRr { width:20rem;height:0.0625rem;top:7.875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wd20prmP8Iax2zsq0EHTTktbGcCR5IFp { width:1.1875rem;height:1.1875rem;top:46.1875rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5C77taiJwWE2Av2OVMTdanPl302NItU { width:20rem;height:0.0625rem;top:20.15625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LWgIL6GgrAFP6nqCDsTIWIctnRUf1XNf { width:17.8125rem;height:3.6rem;top:20.8125rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #ARBvXvOLECKC25qrOTe8fDJyXxoSE1bh { width:17.8125rem;height:1.95rem;top:27.4375rem;left:29.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lKiQmElCIgVoXKPZvSiTEU6CAElksATl { width:18.125rem;height:1.4375rem;top:15.21875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHxA2HKnz6ngJgqThHKgd1Jd2NWzbQTH { width:17.8125rem;height:1.95rem;top:17.5rem;left:29.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPkiH2b98PdoC9DnnK2JrcLW492RTgei { width:5.1875rem;height:1.25rem;top:25.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TualwQqvFQ6HuNV1ld3gWyzhC7pdabV0 { width:20rem;height:0.0625rem;top:32.40625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7JF0JhTiZEiKaoVRm9rzypbBtzxGrJI { width:15.4375rem;height:1.4rem;top:30.625rem;left:29.4375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #FmVEaZlK3OTXa2e0wKQ0oxZC4Ilcxcwg { width:1.1875rem;height:1.1875rem;top:6.125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tcf6leuyVfCrdZe4nAPpWzGARQ0d6SXw { width:20rem;height:0.0625rem;top:30.09375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mdevIb3wgTvTizpCBxVTdmydTR0VNA8J { width:1.1875rem;height:1.1875rem;top:32.9375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x42mcohcRorHA3acTPiV3yfx0uqb6VQT { width:17.8125rem;height:2.4rem;top:46.0625rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #mbAzggoGe6rO7aD4PuJkDyie6oWe4gTN { width:20rem;height:0.0625rem;top:45.5rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtFaeOHwx9syphuRd9y7Ac1ezurdT9EO { width:17.8125rem;height:12rem;top:32.9375rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #RFzbmTRMTTiFOThZ93MeBtKtmLqrTbIM { width:1.1875rem;height:1.1875rem;top:30.6875rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb { display:none; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container { width:47.75rem;height:70.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CFlSeis4KR2mwm051utvRbaFRVv2JrvR { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OGyxgV3zxeaNJtvrSSOJEzTwLX4xftgE { width:23.75rem;height:68.125rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssX0EVMT0iUGU4WfpOVAQSqTme6WBHIr { width:21.4375rem;height:55.9375rem;top:0.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h84WIv8pbTQyiqzvu2i4d6xa4WcTI8W4 { width:16.625rem;height:1.3rem;top:2.0625rem;left:15.312500059604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hyehiFlS1A8Kl9Ntzer4rH3LvrPSkRZB { width:20.75rem;height:2.1rem;top:3.125rem;left:13.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HA31k7VGoS1bhC2QUIlBU6w1ZTbTEwSR { width:17.9375rem;height:0.89375rem;top:5.3125rem;left:14.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaJBTd4ynB1kRaK9SSJNlgAUyDdASRDN { width:20.3125rem;height:21.125rem;top:8.375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FfUnDcrtZRKecATMkr2ySQifwwqmQscy { width:5.9375rem;height:1.3rem;top:9.3125rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b4rlGV48MScqVwzaeINXneha2DbDs8DO { width:1.1875rem;height:1.1875rem;top:11.0625rem;left:14.000000059604rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7cinnTuB0T4gTiObcvOBetG6Cn0v7wO { width:16.9375rem;height:2.625rem;top:11rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sv43FMzL7LvuaRoBxCi9kSQOFw2DszSa { width:9.5625rem;height:1.3125rem;top:12.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WtdVqhHutF7NIO5dd6rdp6MNcFFuvATc { display:block; }
 }@media only screen and (max-width: 1199px) { #DeUXkkJD5pwAUOdZFbQZnyD1ZQWQOoKK { width:14.4375rem;height:1.5625rem;top:13.9375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKibCA1rtGnLIBL8JvAMxv2Qqenl4Pxv { width:1.1875rem;height:1.1875rem;top:33.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p0FlwtP2hyJ1l5bNEsf7xxrcE3HTeVbn { width:17.8125rem;height:1.3125rem;top:15.875rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3u4fVS9UPvJQFTUs3JHV3lHoC8559wx { width:1.1875rem;height:1.1875rem;top:17.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #akq1v2FVqt9nQRFdvVZleL2LA9LgmfFN { width:17.8125rem;height:1.3125rem;top:43.75rem;left:15.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #onWQo5pIvCfbsEnJXGTdV7BAIsauxLqG { width:8.9375rem;height:2.70019375rem;top:20.8125rem;left:19.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLkJCHRcxRO1fswU7hfTxL5ikiW67rwW { width:12.5rem;height:1.1375rem;top:19.9375rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vyao2itrqlHhhyo4XCXWkFHTIvPvg8Mz { width:9.3125rem;height:1.05rem;top:23.125rem;left:19.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaTrxIxhpKv0VrSOrgaKsIiAtVbmEEnR { width:16.8125rem;height:2.375rem;top:24.8125rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zpp60Nsd8vBM62CUDc0SCoV0ZADMMnlg { display:block; }
 }@media only screen and (max-width: 1199px) { #IIb16blhVgGzRtNUopHHBif6V0V3HTQU { width:1.25rem;height:1.25rem;top:25.25rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOya6f0V9GgzSJ4F2R0vNQz4JzDJxrTV { width:1.25rem;height:1.25rem;top:25.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cncAcmwOff6UGCKFbsT217hdQqOtIVM6 { width:1.3125rem;height:1.25rem;top:25.3125rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFueK8S31CvRSSADaZD6spqF1U7iEa9x { width:20.3125rem;height:24.9375rem;top:30.937500953674rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGLv4H4zbLQtTsLVTTvKKB5kM8gSmDaI { width:5.5625rem;height:1.3rem;top:32.25rem;left:14.1875rem;font-size:1rem;z-index:15185;display:block; }
 }@media only screen and (max-width: 1199px) { #hmFtyAuTwPTBJ0t0I4nK7FLHTMnWAJi1 { width:1.1875rem;height:1.1875rem;top:15.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PHPoSttAMGlNARMAiXSuMQD9OixGMC9m { width:17.4375rem;height:2.625rem;top:33.875rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6dZK2ICRZbzOGsGSZm7OFie7BynBzop { width:9.75rem;height:1.25rem;top:35.3125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxcdcHQBOXDLsrUFCv1whvWHxzdvnTL8 { display:block; }
 }@media only screen and (max-width: 1199px) { #p5fm0nd1NV4TRXp0TVeffJhsadru3N3T { width:11.5625rem;height:1.5rem;top:36.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZVcXMT7NdIcWOA1WT7hFaKwEnC265BcU { width:1.1875rem;height:1.1875rem;top:38.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B3mPNZK4xBb2M3HGJtITWEZFGJEhTzFe { width:17.5625rem;height:1.3125rem;top:38.75rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rQtvDNhyLJVnhMPSaDIzSCQBBGNxkW9o { width:1.1875rem;height:1.1875rem;top:40.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWOfMksGxEKvnoP0oFbgFcyyPyQ8u8Vu { width:17.125rem;height:1.3125rem;top:40.4375rem;left:15.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #omApkAF0t9wU3CwNwOeXXV8Wbhh9pzbK { width:4.3125rem;height:1.8125rem;top:41.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJhpszDeZyKTGJafu8GaZMgLn2xwfX0Z { width:1.1875rem;height:1.1875rem;top:43.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otXkphPC7aMdkZgOixnbe8WhQJpLos0E { width:17.8125rem;height:1.3125rem;top:17.6875rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ImW5y7e1JLZWa5xCcPwgT5wlzDMKryTF { width:8.9375rem;height:2.7rem;top:47.3125rem;left:19.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tAwMhdnZJsdnTkKzoPQH7r9I3TbXcO3U { width:12.5rem;height:1.1375rem;top:46.237500190735rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LrOTpGIcPSNvQSikZkM1RikIvodLWFtS { width:9.3125rem;height:1.05rem;top:49.625rem;left:19.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITCHvHQXNuH1FFZIfTcaJKp9OxAhXBs3 { width:16.8125rem;height:2.375rem;top:51.34375rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VglCd6toy4Dfg8yAEUdKl6SivxVG7xwW { display:block; }
 }@media only screen and (max-width: 1199px) { #aoQUJbTum1ZBLp2OTxvvgwZ9zGL71RgG { width:1.25rem;height:1.25rem;top:51.875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cuiKytLA7AXV77Jc2TPbTK5Lw447p2Lp { width:1.25rem;height:1.25rem;top:51.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wRXPrOtQLJTvBQVITFD1O6DR1T7LK33a { width:1.3125rem;height:1.25rem;top:51.9375rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #feLzNPAPxerBmRwHQNqkzxpD91B5Umhn { width:16.9375rem;height:0.9625rem;top:56.75rem;left:15.46875rem;font-size:0.6875rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 1199px) { #uCOrMMBcbbpIbcPU05XeP6QOeqOtFZu9 { width:19.375rem;height:2.375rem;top:57.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUIPHDQHaCL7CeTNlVhBrox4xyXlw2aA { width:19.4375rem;height:1.1375rem;top:58.5625rem;left:14.125rem;font-size:0.8125rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 1199px) { #g3KdLgIV0ivHgC4wM8cfVCTNGlSARTOr { width:20rem;height:3rem;top:61.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IeF7iymOKLy98QUlxr1DLPXTCVURTBgB { display:block; }
 }@media only screen and (max-width: 1199px) { #H8tmn53umbiTOSZOSONaot5r7axcQ9FB { top:61.4375rem;left:13.8125rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJ4EvNGvzHhvImPJQfRRLpICabqBcoAx { width:9.5625rem;height:1.3125rem;top:12.375rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hFgGnkQCVpzk7osKlySZgD5u4n8Q7KML { display:block; }
 }@media only screen and (max-width: 1199px) { #uvTGS5fz1WpgbtsNbhILrc19prhpQLwT { width:9.75rem;height:1.25rem;top:35.3125rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #D9iKyupu59RvRBAAwepzPlfvO2ra9TQS { display:block; }
 }@media only screen and (max-width: 1199px) { #k2310xP1dkfVLOAsuRnR61X5gTlaovvu { width:11.375rem;height:1.05rem;top:65.0625rem;left:18.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { display:block; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container { width:47.75rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w6lTZBrhOcWFmdXgV1wxsTnJT3llSvsT { width:22rem;height:2.8rem;top:0.68595027923581rem;left:12.875000536442rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZqZtRUFFbs0aForrZ1bw1y9TcaBsmOL4 { width:47.75rem;height:5rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ystfH31awHwwQWJQiCpyKgfRNU5GdOyd { width:1.875rem;height:1.5rem;top:6.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BzylkdSeMRwy87hfuEJdfBHn9JNDAyan { width:5.4375rem;height:1.8rem;top:6.4375rem;left:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XeTvJlolMUg8c2rPT5MCgSTU0gMJEerm { width:47.5rem;height:8.5rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbxT6gdJETUoyyKDxi1wl0LIldikbiKt { width:4.9375rem;height:1.8125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RE2ZX1ZXUVBBrF3bDOfyNLvCyZwuUPnw { width:5.625rem;height:0.6875rem;top:12.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yvq2b9sSTOFaqyhanUBLLzXKRxTxkZGl { width:2.9375rem;height:1.0625rem;top:12.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mx07vzE6k2E4EcKDauxSOo2TXQVuWL0k { width:3.125rem;height:1.5625rem;top:12.4375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KvIVdkv8cMp2aAwlawGmOe2HU4zrXNoR { width:6.625rem;height:0.75rem;top:12.8125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ct05wyJFLGfUTvgoX0M4JympHofMyHHl { width:2.25rem;height:0.8125rem;top:12.8125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwKLPo3VQ9Us2FoAqWKWOPELcfIcJi1J { width:6.125rem;height:0.8125rem;top:12.8125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WheIHLSD05JwUVmVh25MmeIkK9iikJkB { width:5.875rem;height:0.75rem;top:12.875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9NfZe71DT26tdWuOwcsHrWNr9p82il1 { width:2.25rem;height:1.125rem;top:12.6875rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kbE0KMeozEnRIoAF4UATEzzshMaOdvg9 { width:3.375rem;height:1.6875rem;top:12.5rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #np4QxUeCsTNCfxFkDA07U3CoImbzpBtA { width:13.75rem;height:5rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTqGrHGhNoiI7RhDOrv4iRlAqMnLK2da { width:13.5rem;height:8.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZlTxvGlvd1nSCDqueqHOzlQw81fK1HVC { width:1.1875rem;height:1.5rem;top:19.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CFeek4tq4ti78fVeiMFTkx1Mu3rfliFO { width:8.0625rem;height:1.8rem;top:19.1875rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rDuFDVuAZBkb4eXbvFR3Gvi2f28PFpK6 { width:1.875rem;height:0.8125rem;top:25.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eWc9SKQ7ZadsV8SsDcUEuzZhnlWAEkbK { width:5.9375rem;height:0.8125rem;top:25.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #czoECz81l20TtdV8boSFfsfsRuwRmLRi { width:1.6875rem;height:1.6875rem;top:25.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bkm2fcBTgn1WqZVsUCHoLKtKB39GrkEx { width:13.75rem;height:5rem;top:17.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7vISrcdIP5BI6ZEIU6KCXItXnrWEOzx { width:13.5rem;height:8.625rem;top:20.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #erFBCQAZMODNTdvLtTtNR3FTH2PnszCl { width:1.75rem;height:1.375rem;top:19.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3TiiFQfcCJKbDatZ0o2Z7aIAmZQ6y1q { width:5.5rem;height:1.8rem;top:19.1875rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JKyM5VI5KzQ4l80za3yR3FQaurBMSzaT { width:1.625rem;height:1.625rem;top:25.3125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUJGQqkfxf70nwgHRLJqreuhh9v42cAo { width:1.6875rem;height:1.6875rem;top:25.1875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8JTppSKWShcIvdMyxdOIOvNCmKMWdzD { width:1.6875rem;height:1.6875rem;top:25.1875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0SWdivLF3odMVdkgOCyy2oBydF91XfA { width:1.5625rem;height:1.5625rem;top:25.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCw7QHbdQtPeeIwn7PmFx7kR5y64Jf7J { width:13.75rem;height:5rem;top:17.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0J2cqtL5drFsGWEFCs9AUsQhVATAPmc { width:13.5rem;height:8.5625rem;top:20.75rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHS0Rm0o7WaaZkodDLdaGHFvdoHiJnht { width:1.75rem;height:1.5rem;top:19.4375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eT9hVLrLqkB6CLLZoMBpNqID9mZ7kcZy { width:8.9375rem;height:1.900025rem;top:19.1875rem;left:37.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #audgbylHkoaEs1i69QfVy7Ms1FpF9omq { width:6.25rem;height:0.9375rem;top:25.4375rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F7lVEvHfkPoy8V31BMWcQmeCuF8PcUUw { width:4.9375rem;height:1.625rem;top:25.25rem;left:35rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x32uaiKUcc7Ir5TGv1QuvrTTzMRWZRGp { width:17.3125rem;height:2.625rem;top:30.6875rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cCbskPgDZ2ssUvh9fVMNHzmcVRvzaGGV { display:block; }
 }@media only screen and (max-width: 1199px) { #HkPs3PP3uJVwz7eKT5lT7ZcBIvIpoDeD { width:3.125rem;height:3.125rem;top:8.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PDEZBwkT57fBe1fgyXW04ubx2eeAcKtF { width:3.125rem;height:3.125rem;top:21.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WhfuVW0VNFLM0VLzZzka7mShR27CgZHh { width:3.125rem;height:3.125rem;top:21.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcpOFzs9TM8fra8iJSVGam8GpTwd17gX { width:3.125rem;height:3.125rem;top:21.125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/83e9d312-259a-47ca-94eb-3436318cba31/czymjestpilotblack2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.adaptive-delivery-prevent-bg, #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.lazyload, #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.lazyloading { background-image: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container { background-color: transparent; background-image: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container > .video-iframe-container { display: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row > .video-iframe-container { display: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .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); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container { width:47.75rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d0QKGg1ctCHkWB98K0UDVpQR9gNITVGF { top:2.4375rem;left:12.15625rem;width:22.1875rem;height:1.85625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKq2JWcGsOHxKSknPdpSLBLwNaG3U18w { top:5.5rem;left:14rem;width:18.5rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DS7im9Abn8LHEDexNFNxi1vc2DuFvOKT { width:7.625rem;height:2.8125rem;top:9.65625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WFGdVie15xclKkJxIWUb98uraruXvuZG { display:block; }
 }@media only screen and (max-width: 1199px) { #ZvH5iN74LHaaRPb2AhTBksoW8JfqLP5C { width:2rem;height:1.625rem;top:14.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XzbiVcTwgNWo6LVCQJCkRg2Ph8WHGa3t { top:16.25rem;left:0.5rem;width:12.6875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2nfCK1yvA803tXk7LgzCkaG21ysDc4J { top:19.4375rem;left:0rem;width:14.5625rem;height:4.2rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #o2A30k7nCQRUwyeTTQIgTwbuwiMpPfi3 { width:2rem;height:1.625rem;top:14.0625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OBCKQ5o2lwxXyzcGqe0Z7a284Ps0hcfe { top:16.875rem;left:16.4375rem;width:13.625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lvPyU5GmobbCBvZHog4gWWsBq0LLsnBl { top:19.4375rem;left:16.1875rem;width:13.875rem;height:4.2rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #JNquVfUp32s3wthZhnLJkcUvIizGAULz { width:9.3125rem;height:1.6875rem;top:22.375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OKDskyDH9cqki9WH03J8hqzZn0EKhZ4L { display:block; }
 }@media only screen and (max-width: 1199px) { #TxTVmQJ5bGvVa7Xv7JXdi4G8irrqfWCH { width:2rem;height:1.625rem;top:14.0625rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b2wvSrobeQGfCu62yScZMVVBs2taMqyV { top:16.875rem;left:33.625rem;width:12.5rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uG71kQGolNFc4ZIgr77WDhsdNlWrMlaM { top:19.4375rem;left:32rem;width:15.75rem;height:4.2rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #gh4oEA57RU4f810QfFqJrZwdwgxqlM1E { display:block; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KrP15DzKzbss8RbXgbftnv6A4k8QPLBT { width:22rem;height:2.8rem;top:0.74847412109375rem;left:12.875000536442rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { display:block; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { width:47.75rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW { display:flex;height:auto;width:45.25rem;top:0.375rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #gAU9oIgwTAWfrKomelCLefToN93bR3U1 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #at8k72bQeTBlykD8qSztCfNG0qkJUtqT {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #beKTryoMq6efxnyk3uINVShBD10NUpZ1 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #LQmHvJe99lSfvc74qS6GiJf5159pEHIu {  }
 }@media only screen and (max-width: 1199px) { #aD028CbMz2frTA70poFgDV8CtUTK5Vws { display:block; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tyCqXQfOQIREIIT9VGVKz6a7Q2nMVNSt { width:25rem;height:0.975rem;top:0.75rem;left:11.375000953674rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { width:4.5625rem;height:0.9375rem;top:2.25rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block; }
 }@media only screen and (max-width: 1199px) { #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { width:7.375rem;height:1rem;top:2.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block; }
 }@media only screen and (max-width: 1199px) { #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { width:9.8125rem;height:0.975rem;top:2.2625007629394rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { width:9rem;height:1rem;top:2.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 1199px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:9rem;height:1rem;top:2.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block; }
 }@media only screen and (max-width: 1199px) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:47.75rem;height:1.375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:1.05625rem;top:2.125rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D { display:block; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row .container { width:47.75rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bxltAzVTfHKzi9QX8oz9xk24mu0qWl5q { width:47.75rem;height:1.95rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hlL5guKXqnutJWJiUZ1dLcG3G28Gp1eg { width:1rem;height:1rem;top:1.1875rem;left:44.539774119854rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mB3EcqempiopT1CDkJ11UZ8U4tO0tXEJ { width:1.3125rem;height:1.375rem;top:1rem;left:44.446024119854rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rgLaIgK5QbFTsTbyeqKZX8v9tLk6L40G { width:3rem;height:3rem;top:7rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #chB97DKimVhEtohWZwPegNhCJ9UpA0J6 { width:2.5rem;height:2.5rem;top:7.25rem;left:4.6875001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QCyTVTPXrx5KTZX8bILVRTybard1dkfW { width:2.5rem;height:2.5rem;top:7.25rem;left:7.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yPNHvU2OrhF4h9Pcsv5ntHTGAWo95RnG { width:2.5rem;height:2.5rem;top:7.25rem;left:11.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtrU5DlnPcVBDmdm5cRWIJoaN3mnwsX8 { width:2.5rem;height:2.5rem;top:7.25rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMw1KICENuRgH8QOngMhKt1UEp7TOnwP { width:2.125rem;height:2.125rem;top:7.4375rem;left:17.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFqtGe0BtTZzmoqU8pXPtNarZaIxk6yD { width:2.5rem;height:2.5rem;top:7.25rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTGo3c45k2Tgz5l2HU4Zwt4C5kpdFBuQ { width:2.5rem;height:2.5rem;top:7.25rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FhCBxOh5WBk27ByaZvKUyzw170y6xaqi { width:2.75rem;height:2.75rem;top:7.125rem;left:27.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWBAV4DA7hHa9BLVIc4WVAJ79TFSp8pm { width:2.75rem;height:2.75rem;top:7.125rem;left:30.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V4Iedtq0Xavbh16nvKsFWnwxL6yTxfIS { width:2.75rem;height:2.75rem;top:7.0625rem;left:34.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dcVuruhkupJZKy93gTeRGTAKilME1OMi { width:2.5rem;height:2.5rem;top:7.25rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #udOMddRBxa33xnouy5wKs0hX75Ir2vxk { width:2.5rem;height:2.5rem;top:7.25rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hmwgVMmJiSc75wfi99EHxaPqSmINaQXV { width:2.9375rem;height:2.9375rem;top:10.1875rem;left:7.7500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTIyep16CoyEDXTbQId068EAllf7LS1R { width:2.5rem;height:2.5rem;top:10.4375rem;left:4.6875001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #am1lav0W7bZs9fIWF2Tc22xovAAQCOwb { width:2.5rem;height:2.5rem;top:23.4375rem;left:17.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMroKXkG12zaTmbf9VsMamippBy2Z1dB { width:2.5rem;height:2.5rem;top:10.4375rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTWiDqZOLFQmHm89K2FaDBHHvHGOkliz { width:2.875rem;height:2.875rem;top:10.25rem;left:17.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NdVQZ5QqQh7i369IQLWJPAEkuu8sX0CB { width:2.5rem;height:2.5rem;top:10.4375rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2296bqN1GnFgNTI1vkW7ldTVQ0V17li { width:2.8125rem;height:2.8125rem;top:10.25rem;left:24.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F0NTWZ434FbbKsPL8eOqEPJ1edtQiC1z { width:2.5rem;height:2.5rem;top:10.4375rem;left:27.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQutXgCe5sZAxe2kXM3F82rHIztpPlFP { width:2.5rem;height:2.5rem;top:10.4375rem;left:30.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TI8MLXeB56WCKuRmUoJ968EH9aRxMAsF { width:2.5rem;height:2.5rem;top:10.5rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xuUqfEwLtOpKHcbiHGH8hqzT4meDcoFt { width:2.5rem;height:2.5rem;top:10.625rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PA3nIfIze6yDSwPNwq7JRzleXEIb8koK { width:2.5rem;height:2.5rem;top:10.4375rem;left:40.812502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #roQhaFvRmQpmI1TvaUS4lNVqmv6gBv8f { width:2.5rem;height:2.5rem;top:23.4375rem;left:4.6875001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FSEg5u7oCZ8WSuToCXUdFFNK2UfdMuwl { width:2.5rem;height:2.5rem;top:13.75rem;left:4.7500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UoHBpk4V8HAQGFToJILQBpXyEdqU2sz6 { width:2.5rem;height:2.5rem;top:13.8125rem;left:8.0000001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmpJN2sHa3grb33bptwISbDNsTp4BnTP { width:2.5rem;height:2.5rem;top:13.8125rem;left:11.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCLToepeT23NUTqyrKKBw6GXM4583y7n { width:2.5rem;height:2.5rem;top:13.75rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pkTJAErIdkEE7rlWeui9ISrglRwUUTfJ { width:2.5rem;height:2.5rem;top:13.75rem;left:17.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iyEEc2mnsKZMgwDDgb8rqTNTxZBEVo4y { width:2.5rem;height:2.5rem;top:13.75rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nb9HoJJDuTth32il2Zl18LTRX4neTt0T { width:2.75rem;height:2.75rem;top:13.625rem;left:24.125000178814rem;z-index:15504;display:block; }
 }@media only screen and (max-width: 1199px) { #dTEXc0CmBUHTn6giQreSlp8Hda8qvt76 { width:2.75rem;height:2.75rem;top:13.625rem;left:27.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jq5qWKTkl4olUoC8iTIXCQtxckDpfIWV { width:2.5rem;height:2.5rem;top:13.6875rem;left:30.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmTCINROKraTTMdhvBUvItaf7ZRZDuE0 { width:2.5rem;height:2.5rem;top:13.625rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LSS4ntTJ4XK88ZDdzMIWZ7Gq9I5rhnP5 { width:2.5rem;height:2.5rem;top:13.6875rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdJSdzXlQDniz7V1GEZ1ugyvBn7wbcQE { width:2.5rem;height:2.5rem;top:13.6875rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlUCJ2dGu2CV5c7Ol6cNUiUe44xrkhHL { width:2.5rem;height:2.5rem;top:23.4375rem;left:7.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnek2rsSC5Uqo7L2MRKWw9dugTH9qgWa { width:2.5rem;height:2.5rem;top:16.9375rem;left:4.6250001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eChNVznkDJ35JlE4GPl0Z8WnkMf93xrK { width:2.5rem;height:2.5rem;top:16.9375rem;left:8.0000001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ou9NrrSiLeAUPFASFRMecnBpurb8BfdB { width:2.875rem;height:2.875rem;top:16.6875rem;left:11.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IoXht8ovdwa3L5ZmpqAiDLHDJUuxhU5V { width:2.5rem;height:2.5rem;top:16.9375rem;left:14.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GVeTroNAuwqhxX7RvqyDhQN3wIi2elzg { top:16.9375rem;left:17.687500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KfsrueD5AkZyqI5c16BTZqq1ThmtJVDX { top:16.9375rem;left:20.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pCKuio8MDEM7dP91OkLAI7AyW3NQKR30 { top:17.0625rem;left:24.437500178814rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C7RxC3ksEbg9PX0eCG64gllHcxqfIsfG { top:16.9375rem;left:27.625000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #En8bGXV8uGqUGK4ooTWtfmbyklFVAq8U { top:16.9375rem;left:30.875000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXRNX739ZT0VGTRQozl3JVTra8ycbbd4 { top:17.25rem;left:34.500002086163rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZOWKeEhKJ8nSwTxz0EQoXRCHL2Oz7kH0 { top:17.25rem;left:37.875002086163rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A19p7zl7fobMTPhREDnCaA6UlwI6WyZu { top:16.9375rem;left:40.937502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zer39VbguMGe2oJdp9M6JX8A4n8RFD2G { top:23.4375rem;left:11.187500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PT2GL4gvS7NHTRLaSJ88l33MXeQxU7W5 { top:20.1875rem;left:4.6250001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OilBpJxsxOUWQATqOF4NmlTRWnpFZBnN { top:20.1875rem;left:7.8750001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rGb98mrNuxg207QkmL3lREC6Q39MnBX8 { top:20.1875rem;left:11.125000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lRSnd2gKhiNl5MrMxLEK24JOwXEJDKiK { top:20.5rem;left:14.687500178814rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gn9J2RhwHG2aBdrOghINTGIg82Rc4FMO { top:20.375rem;left:17.875000178814rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQy2TlzXpLhpBzkZkw7IiCicRWCQ7eeR { top:20.375rem;left:21.125000178814rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8GsEEFU2iElLoSrJLnmvJu2HcqlFCTc { top:20.1875rem;left:24.312500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lVgET6CaTW9Xa4ygfg1wu4f7XCdZfpO2 { top:20.1875rem;left:27.562500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mtcaGQhQwnlm4B4FG7UWf7ZuerRxRzWf { top:20.375rem;left:31.062502086162rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cgFpm28mLBLunWofU33yEnT7TzS0mxHK { top:20.1875rem;left:34.187502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRICuOGNJJTpXOvnTCN2TB2gN3UwO8ba { top:20.375rem;left:37.687502086163rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZAHyFmXFsTi7Wb5LsZESxFooMNvCMoNC { top:20.375rem;left:40.937502086163rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h1eHTAF4fmTdTwQFNZvoyEZHTBSy92ud { top:23.4375rem;left:14.437500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZuA2uvQUJlieX56HEfGRk9FSazt1kqP { top:26.687500953674rem;left:4.6875001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AC4GxGfzhoJqZc2WlwwLTeGyE0VTwQAk { top:26.687500953674rem;left:7.9375001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lq9cwU9pkBDxfpwDrsQ9NzuvSLpJV0dE { top:26.687500953674rem;left:11.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #afuaDy4uiDru9PCByNmsth1hF5NV0FHU { top:26.687500953674rem;left:14.437500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFOGyTM9TPBIIFzmfCXBKy4sF92AXauf { top:26.687500953674rem;left:17.750000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dc1eLMaGq3pfok8ONsXhBHM3Ei0kJA6T { top:26.687500953674rem;left:21.000000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ypUdxO1vt4BIke3VCr87bs4FnL7XR2ha { top:26.687500953674rem;left:24.312500178814rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zt08vM6L4aV7ESffWlrNOL4lV4F1u8N6 { top:26.687500953674rem;left:30.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O7CcHXKT2nq00X35y9TAQupim9kJ6JTq { top:26.687500953674rem;left:34.250002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WfK9siO0WCF0BwEpV37PXKV18TrQ6K42 { top:26.687500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R0g5Xyx9vaWIrAruRuyJre63BqLIfqpL { top:26.687500953674rem;left:40.812502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDiLPSyUk5WwOSdn1cmyccW2alNt37rR { top:26.687500953674rem;left:27.687500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ecTkOAiKrilGr8kVTedzAgXsnq9uhSKb { top:29.937500953674rem;left:4.6875001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lp7FWoTAXKfRkGmPlBccNb8eOpyMaCHt { top:29.937500953674rem;left:7.9375001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fbtMXPtkxCTCsxMh32aOWzI91hPhkL7n { top:23.375rem;left:40.875002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tcMt4hlI6e4rwkyUwMBTocDwdm8JQX3T { top:29.937500953674rem;left:14.437500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTopBFuH8PtGv5R2rqiu8AlvHyl4MDnN { top:29.937500953674rem;left:17.750000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K1OOox5XAkbrVSwJoGDTpkUSEfkHAPel { top:29.937500953674rem;left:21.000000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B4R0eGVCBlBieceFduQ8ZVcS5qzv72Cn { top:29.937500953674rem;left:24.312500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nKkk8FvfPioZlFSZ8sqh4ED6hi4itBlt { top:29.937500953674rem;left:27.562500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p1S5dbW0H94xAECCPEHAEHBInRnOTaLm { top:29.937500953674rem;left:30.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oE0rMBpaF0KPPcmTA7gZ9Tnq22xFTo9K { top:29.937500953674rem;left:34.250002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HK7kQTsgyfIbmzAk1O962E3kNuJQ9GC2 { top:29.937500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZH0l0TJW91r1RvJJEcXDfIN2a2BZmmsS { top:29.937500953674rem;left:40.812502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OlQg4Vs377h5W7B8Ud9fcJ64b2v3mcM1 { top:23.4375rem;left:24.312500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zAHwNqC02WIbKRGwwKeVUCvL7ye36WJR { top:33.187500953674rem;left:4.6875001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rJUWwtLAD5kiVw6Rue0V0RLQ4D2pStRr { top:33.187500953674rem;left:40.875002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wehGiVTTlPq7ZowPeouZDzOT95eP3dSx { top:36.500000953674rem;left:4.6875001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vxsR9JkSy6hPQAu25CImc9KvMiIeqisp { top:33.187500953674rem;left:14.437500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #exO7NKv9t5McbmAQprm18STtDAnxUaN1 { top:33.187500953674rem;left:17.750000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9NZmGh4dDAiuEee4I2dLAM6IUS7CTXL { top:33.187500953674rem;left:21.000000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AFv37pELzKeprTsTD6aiZ8Gn1x1NCbR8 { top:33.187500953674rem;left:24.312500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KH0emtX48Ta8O39DTfpJqxFrmMR3KQ5d { top:33.187500953674rem;left:27.812500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xqr8K1VgNcC0lMCZBix3DA7ewEvgdpdq { top:33.187500953674rem;left:31.187502086162rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6v7vevpVUq1ry7zxrsnlBMWQZUyMTEL { top:33.187500953674rem;left:34.500002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J8s1t851cbbVyIlDGVNzEcwwXoqTCyCV { top:33.187500953674rem;left:37.812502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EspDiUn1nBnAbSSKnFUeRCxg5i0JKncJ { top:29.937500953674rem;left:11.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gQr0ModT9ysZ24RNasZGJGWo8rpU84ET { top:23.4375rem;left:27.625000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eg9v94L1kwHTIhgkuTBw9LTWpd9XKXey { top:33.187500953674rem;left:7.9375001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFhseUG4EhNuAtTa84aa4hTJlF2BHvbR { top:33.187500953674rem;left:11.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzWIQZXtni7rNdFcBbb9NWT8meNHomvZ { top:36.562500953674rem;left:7.9375001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgyRanE7GUfwRLguW51zlOtWGdylxlN6 { top:36.562500953674rem;left:11.125000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dxgrpzf3VTqbuSysLfdRbik4FR5R1Tkd { top:10.4375rem;left:11.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zxcWrxTCi9rULiLSCECEn37Nnlb0fn4E { top:36.562500953674rem;left:27.437500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DxOOXndy5DHJ7L5sx1xGhivNBF5ePm4s { top:36.500000953674rem;left:14.375000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BZoVRJ6uTN500HuhSffCtTC9sm7aE4gI { top:36.500000953674rem;left:17.750000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVImId8HoxMRlqdfiGFw6Tw1e6eZ5VzN { top:36.500000953674rem;left:34.312502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XrWkoBXdCImVad1fcbiNRsmH5UCr9neR { top:36.500000953674rem;left:37.625002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #alRkoqL7TsakwOBLLDT4zWn2F6xhaQsF { top:23.4375rem;left:30.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vh1zPSZbQ5dttyuCQggt4lyVKutWKZkP { width:2.5rem;height:2.5rem;top:36.562500953674rem;left:24.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HVaVSAhiyVUSiyWdbl9iSHck6ayzDVeh { width:2.5rem;height:2.5rem;top:36.562500953674rem;left:20.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwulEQT5zNZrko399bHQNI7Slt12aRud { top:36.500000953674rem;left:40.875002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLkqQmNgAyypU4pdUDno7N6wlqqNdS4H { top:39.875001072884rem;left:4.7500001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vm09E4ItIumE08kgTMXfO3hK4ztKpghL { top:39.812501072884rem;left:7.9375001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6UhlUNvITuk6Oz2e0v1Q3NpyetATc48 { top:39.875001072884rem;left:11.187500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQwmbK1nBV5NCHiKuQqzeeVl0EP6mMSH { width:2.5rem;height:2.5rem;top:39.875001072884rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lxqmdNfvaAzLi7eIQ0P0ZpQu6nyGTx8I { width:2.5rem;height:2.5rem;top:39.875001072884rem;left:17.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmL04I9wcymiW7WHH8SxawX2LM3tls4T { width:2.5rem;height:2.5rem;top:39.875001072884rem;left:20.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I70CTOENHtk5ZQDA8C5RbkpB5LJgIkHG { width:2.5rem;height:2.5rem;top:39.875001072884rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kLi7oD12z9qy4PDdz2qHBGBI3OCF691d { width:2.5rem;height:2.5rem;top:39.875001072884rem;left:27.625000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcbduyVReuIsDF4ZeG0s6BfbuWG2QGL8 { width:2.5rem;height:2.5rem;top:39.875001072884rem;left:31.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cpp4aHoMErENJTdslyiDQS6ZI7XqemPr { width:2.5rem;height:2.5rem;top:36.500000953674rem;left:30.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEC1hL4CfKZZNb1Z2fDZv4zXZoDKu4vx { width:2.5rem;height:2.5rem;top:23.4375rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8wctSMhdfBDhUcqQ5XhAgtBkfuwNdFo { width:2.5rem;height:2.5rem;top:23.4375rem;left:37.437502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWPrMqu6KbA4kIZNDx59M9UAgnutrdXq { width:42.0625rem;height:45.4375rem;top:1.375rem;left:2.8750001788139rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 1199px) { #XeIFqFC8FiZi3U2RsUeWvQquOtEbN4aA { width:1.25rem;height:1.25rem;top:1.0625rem;left:44.437502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLte3KxMynQaxKURPqvPg3fI6TbGqpFR { width:3rem;height:3rem;top:10.1875rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRvPaXlJN79gsPAkLLEiIQiA2PQrIpE7 { width:3rem;height:3rem;top:42.937500953674rem;left:22.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kUhpONs5Mp9naDS4Paey6B1dJZqi8fbV { width:3rem;height:3rem;top:39.562501072884rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQX4RP6cyqdI8FhTy1ksql7APkBJLF1e { width:3rem;height:3rem;top:39.562501072884rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pP2sq0XebnxdSBdBxCQlToww6T4kum3D { width:3rem;height:3rem;top:39.562501072884rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tz0s4i7cGk8H3WDBBLAWoILFs1R5iQTK { width:3rem;height:3rem;top:36.250000953674rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qlMUpdSwJziWKOq2elvHa8mXPVZ3Qp4L { width:3rem;height:3rem;top:36.250000953674rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZmuxS4hoVqH5pILwTHUCJlT5QT60hiQ3 { width:3rem;height:3rem;top:33.000000953674rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCqGW8WGVhHqDXt2klxpJbEsOXx9vo2S { width:3rem;height:3rem;top:7rem;left:4.4375001788139rem;z-index:14977;display:block; }
 }@media only screen and (max-width: 1199px) { #yihdTv6hTytpNSRILXCgeBHtOILlnd8e { width:3rem;height:3rem;top:29.687500953674rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aerwlI6zBVMiraDTtppUoGvM3WKpB822 { width:3rem;height:3rem;top:26.437500953674rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yTE1cSwc4qG4Ea4m9JCTr2AQnkzJXbzJ { width:3rem;height:3rem;top:29.687500953674rem;left:10.937500178814rem;z-index:14971;display:block; }
 }@media only screen and (max-width: 1199px) { #UE7Tol7u6oNieuZwLKawzVXTl7qynODh { width:3rem;height:3rem;top:39.562501072884rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZeTivRwp0bL3NKTOEbbu4scay5ozAHHQ { width:3rem;height:3rem;top:39.562501072884rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XPAfoFwmoADdHCLdK6bXP4g5xqCMzvJm { width:3rem;height:3rem;top:39.562501072884rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hn5hSzT7Tm10V4vNStVruVlOzunMDWR5 { width:3rem;height:3rem;top:7rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uqFQnIAf7aQoKym1XTLHn37HpxfeTupS { width:3rem;height:3rem;top:7rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UtOHuMFcfyzfIlWoepyLnvzebI9it8Z3 { width:3rem;height:3rem;top:7rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZBwmsQ5t5pla5CJ4gaPQc7Vng1AHiLbX { width:3rem;height:3rem;top:7rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mE9PXUuOQw581DqVveM2sJGAOL5eKzPO { width:3rem;height:3rem;top:7rem;left:17.437500178814rem;z-index:14974;display:block; }
 }@media only screen and (max-width: 1199px) { #LfVtJV5nnm7T6iVJ6nOOtNKglIPwNUPK { width:3rem;height:3rem;top:7rem;left:14.187500178814rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 1199px) { #NCyegwOzboZsUyMDsLaBte7ELQynbGrE { width:3rem;height:3rem;top:7rem;left:10.937500178814rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 1199px) { #pZeLFvAgxRoCwk25Cc1ZdIGnGcfvTEyK { width:3rem;height:3rem;top:7rem;left:7.6875001788137rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 1199px) { #iGGP82KgVdTRr2ONoZTdA7gd6MrlXGwz { width:3rem;height:3rem;top:26.437500953674rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mAhxQJlkMiEEPvQOvpB02J5EIAp6M6Sh { width:3rem;height:3rem;top:26.437500953674rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dBoAPgVCIrzA9E0Cogn2LW0d70ZBid0V { width:3rem;height:3rem;top:23.1875rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TseTGCn2qLT3Le5JJ9argBgApTsFnn0Q { width:3rem;height:3rem;top:23.1875rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1z59RfEAtAqQlhKWCvzuNiikzbvqVMo { width:3rem;height:3rem;top:23.1875rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPioKOCzvGCBQOk9NECvAzEtrDtw5cxq { width:3rem;height:3rem;top:19.9375rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frAZ859cMR19bKvd27KPPC4lLFwfJEo3 { width:3rem;height:3rem;top:19.9375rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VnBVGrq1GstTuGGL8WXGghlydv1VTz1B { width:3rem;height:3rem;top:19.9375rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FUuHxFIMzrdcULKEtzvCInDnNZwuBUFT { width:3rem;height:3rem;top:16.6875rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f9IN2WyicaEbQBCPiPbT17EW0q3SE6AB { width:3rem;height:3rem;top:16.6875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uQw0rgX0ivu4xEZ8Tq3UVp8PArdeGpgS { width:3rem;height:3rem;top:13.4375rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HfvUm2KschV9iItL5U5qKmkGfDTbUTT9 { width:3rem;height:3rem;top:13.4375rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZK042UlepqMrs03sUv1vFPJfTP4tVFMT { width:3rem;height:3rem;top:26.437500953674rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gcStuV7wg4TkBp9R4ztcgerG9M5WakOr { width:3rem;height:3rem;top:26.437500953674rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vn5KXa9LtTKx656HGw5vqLWLLJQMMpAu { width:3rem;height:3rem;top:23.1875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qB7ULD7aGMED13H9JnR019Cuo8d9C5aD { width:3rem;height:3rem;top:23.1875rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zJDwkq66zChOAl7VJ0Tv90o3LLP4y7uQ { width:3rem;height:3rem;top:19.9375rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OiSuGmPNMCEXuP6sGJ9yEBtulPfCnXTC { width:3rem;height:3rem;top:19.9375rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9JHtTocXH3I3GDUJFgqIQERfWrap1AH { width:3rem;height:3rem;top:16.6875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqUcOGQ47fhn7GeznQQOH1FPoDhHpRQn { width:3rem;height:3rem;top:16.6875rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcTCHbvhFtGl0lfFAdbRV8b7NzxDRATt { width:3rem;height:3rem;top:16.6875rem;left:11.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1qhMv36nbgTPRlqNP4up28nQRnVNU3P { width:3rem;height:3rem;top:13.4375rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dg8AXkMweBGubgUkeFZNtEihEyla3UUq { width:3rem;height:3rem;top:13.4375rem;left:14.187500178814rem;z-index:14972;display:block; }
 }@media only screen and (max-width: 1199px) { #MiROMWdq16MInGN2SNU2FpO8VPCra2AL { width:3rem;height:3rem;top:10.1875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #caSlMIRtaqKhoQ284LKQAeq0hAkcqUok { width:3rem;height:3rem;top:26.437500953674rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yC0T6QrIMRZM164VGX7qq2JKNpCod1Tu { width:3rem;height:3rem;top:23.1875rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yM4DJI0cxN8CBQmdN96FKZuiM0RaSgBF { width:3rem;height:3rem;top:19.9375rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hx21JXUlCWra3nhlSgy6hsuRyGAb31wF { width:3rem;height:3rem;top:19.9375rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uonAPxIZq0DfNZsg2TD1lbtAycsITyBH { width:3rem;height:3rem;top:19.9375rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tkwMueMJvCr2I6rSfhet5Maht47RJr2C { width:3rem;height:3rem;top:16.6875rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W54vesf10nGiidghba1zFolTWseOhJR5 { width:3rem;height:3rem;top:16.6875rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tnStaJOuOLLrXeATIoFL9ZONh8XcmZ7l { width:3rem;height:3rem;top:13.4375rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rJ5hcWT4R5O8XZHybWchGbq9FaGliEU6 { width:3rem;height:3rem;top:13.4375rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6ve9HsC80vzmv5FnizUcOhDizNBbW1B { width:3rem;height:3rem;top:10.1875rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpR2FXcyztTdePvaTe2hqJEmoeL2SKLZ { width:3rem;height:3rem;top:10.1875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p55xUOBn35gTHSCwDr5XtUwARzOmBIZA { width:3rem;height:3rem;top:10.1875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGKeqqN5qHSVde76DIaUAe2MpubfHd7w { width:3rem;height:3rem;top:26.437500953674rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #my53iloSnW198qFdIOiko9neE60EEeUC { width:3rem;height:3rem;top:23.1875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DFxu6H6zGHwtxh2Ztk2U5JQWov3dDDiJ { width:3rem;height:3rem;top:19.9375rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SOuiTCxgCvCITp6slwJNdxiKAlbeW7C8 { width:3rem;height:3rem;top:19.9375rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SMLvWTgf6LoD3Ta57HPZP9Duwzy7AqRM { width:3rem;height:3rem;top:16.6875rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #myhJk8adN7bKe4EpOq3l5V2PSILmPGEC { width:3rem;height:3rem;top:16.6875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMlbXRwNsw03tLaBxc5D51FxT5Ul2lk1 { width:3rem;height:3rem;top:13.4375rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xHRVfCFNcJeaAR0yyulgsTrCV82lVNke { width:3rem;height:3rem;top:13.4375rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SUTdEDnKwofwAEfSZ68r19AeiB46Pq6M { width:3rem;height:3rem;top:13.4375rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPSTyVlRfodTMCUBIseTLLliNE1MvQb3 { width:3rem;height:3rem;top:10.1875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N07fTv77rKs504Oxt8Mm5HQJpHecfktI { width:3rem;height:3rem;top:16.6875rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7kETo66kqSCxTZNuNsrWEZHlxQkfw9t { width:3rem;height:3rem;top:16.6875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VqEfFTiDCVvhNDiKZeJq4ef3AANRy9Bv { width:3rem;height:3rem;top:16.6875rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cgqlJFSqa7tpdZcHVT7ehd6AT1MNA4lK { width:3rem;height:3rem;top:13.4375rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ycW3oZ6GSWKSwv6pMoy9IvfKGv1ETqtU { width:3rem;height:3rem;top:13.4375rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oWzePUVBeA9KKfVlapy3EJKUZcMBXnPX { width:3rem;height:3rem;top:13.4375rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nsughKlbKvnRAlNHFDwyi7JKND8gyvaX { width:3rem;height:3rem;top:10.1875rem;left:24.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLiUqXWW2ZFvgBab57Ufci9T8NLUsLXX { width:3rem;height:3rem;top:10.1875rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pDwQzSFuDtwmTJCsDtSSgG97SkUq47iT { width:3rem;height:3rem;top:10.1875rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iwziJAxoLPvTX2pw6zkkg8CrSrJZrNpR { width:3rem;height:3rem;top:10.1875rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ls2ayETBBsTcufKZ8sFTdb2DGRTA0rEO { width:3rem;height:3rem;top:10.1875rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTrCVIczry4t32mIpaOgreI7RmHXxOhl { width:3rem;height:3rem;top:10.1875rem;left:4.4375001788139rem;z-index:14973;display:block; }
 }@media only screen and (max-width: 1199px) { #W2oOfNlq9We8Mitkp2RoTwAFxnt5B7rf { width:3rem;height:3rem;top:7rem;left:40.625002086163rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 1199px) { #fT5OWTnmG3kt4km17hA6XWo1ARtUh9HV { width:3rem;height:3rem;top:7rem;left:37.312502086163rem;z-index:14975;display:block; }
 }@media only screen and (max-width: 1199px) { #GW4WWa7HsNKK2skRqmTcI9GHnBuHboha { width:3rem;height:3rem;top:39.562501072884rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTiNswgcRevuyBs5DwfqNqVz4LgnJrC5 { width:3rem;height:3rem;top:39.562501072884rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S2heosLZskRMbXlXLcKVpTBWVp4pX6y8 { width:3rem;height:3rem;top:39.562501072884rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWJZGZqmi7rynQ1qXLFL9s14kuG0oA7s { width:3rem;height:3rem;top:36.250000953674rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AnECQGiEqOuZqNSR4KihISr1NZJFU45w { width:3rem;height:3rem;top:36.250000953674rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vnPNIWpfZWITRbVEX1rVlfmN6OWfi7Ol { width:3rem;height:3rem;top:36.250000953674rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yeIJztUTGNoJwKaUArh2JHvM38ranUN9 { width:3rem;height:3rem;top:33.000000953674rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wk123QWiGQwN41W5wCCXtr6rHkmCy4fy { width:3rem;height:3rem;top:29.687500953674rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qvG7UpgVsSKXHRi2nZ5GPT7bIrA8Vh5n { width:3rem;height:3rem;top:29.687500953674rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vSHnZKc9IMVFRqbmS1L9xvItqKH8BCz6 { width:3rem;height:3rem;top:33.000000953674rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7Gdd2p7sPIbit0bmq8ubTwQqmuncAfW { width:3rem;height:3rem;top:33.000000953674rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kzodTyS3Nf9qpOF2A83XucZihEnRFdmr { width:3rem;height:3rem;top:29.687500953674rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vpXQVIHSQsJTVTLvzVvE2V0Tar53DbMR { width:3rem;height:3rem;top:39.562501072884rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kBMhMMAUqZkJB5ahd5nTIbwZTpJ32sZp { width:3rem;height:3rem;top:39.562501072884rem;left:11.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8KnUn7cmyceZy0PHEw3M85bFT4cbSdu { width:3rem;height:3rem;top:36.250000953674rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O9cChu6zQxzOZMZnFTMUuAt0wDSopKzR { width:3rem;height:3rem;top:36.250000953674rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evVlz1aTOnl4MgFCEbhiKC8xnyr4G7gz { width:3rem;height:3rem;top:33.000000953674rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mlveve6khbdNuBPrvTnzdU37PURu8PFt { width:3rem;height:3rem;top:33.000000953674rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSCoWU4egWAO8AReyfMIv2xWS5QJ6pXq { width:3rem;height:3rem;top:29.687500953674rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVBluapO7GO79h8SoECaPrz1iTnmHIZ3 { width:3rem;height:3rem;top:33.000000953674rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gfm5qyRPBNaNIMmr9lrX2L9kN1VHZRir { width:3rem;height:3rem;top:33.000000953674rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LddubOPZVRE5zSivS74JTTxmsILEcctC { width:3rem;height:3rem;top:29.687500953674rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1OOOrfI1wgGTzyIKqSMhqoeLJaRKwhl { width:3rem;height:3rem;top:29.687500953674rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWex2lt2A8MgPnZgBQiksu7fCM1X7rDJ { width:3rem;height:3rem;top:36.250000953674rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oyfmiKWx41dUot3dkykcbbXMadTMzhg4 { width:3rem;height:3rem;top:39.562501072884rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IqxhuaZWR6GlymVgdepgTrLo5c3WWqib { width:3rem;height:3rem;top:36.250000953674rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHg1ha2Z5qIQkWk7U6F8yqF1xocm3cNJ { width:3rem;height:3rem;top:36.250000953674rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I3TprODRW9Kz2dHMnkC0CXhSAzGK6Zo2 { width:3rem;height:3rem;top:33.000000953674rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q13VATei0XmbCVV6c33D88C65Nfu7QAq { width:3rem;height:3rem;top:33.000000953674rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xHXNKvbULtpc94OeUrVn34kt91MWJyeq { width:3rem;height:3rem;top:29.687500953674rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZOUB04BlEPuZqypzBM3CypREaeMOvVV { width:3rem;height:3rem;top:29.687500953674rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8eOW9iPobHM7HcTst1JCNSNE3kSToQv { width:3rem;height:3rem;top:29.687500953674rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRQqDJgykxHFVNC4mSTwfeRLfNbIqDXb { width:3rem;height:3rem;top:26.437500953674rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VMUfeVkpG9kSu92kllWwu2n9MizM1QrP { width:3rem;height:3rem;top:26.437500953674rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GARbEXQMFd3eQ162S83PzAQHDVTdo1I4 { width:3rem;height:3rem;top:23.1875rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q54G4nAZi6tpqlODlNW456ZTKi4JMuCb { width:3rem;height:3rem;top:23.1875rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QehEb4lmxGbnqTHnDT32l5WXsbTPbJ6k { width:3rem;height:3rem;top:36.250000953674rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UWLg4QzipNJAiIXlVwgDiVrnIIdCRR06 { width:3rem;height:3rem;top:36.250000953674rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTJh1NVrb83w2TDORLTzFRCfLyrulV4o { width:3rem;height:3rem;top:33.000000953674rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kdW7yLOJwhX8fSES1MNPHuBx1G8rEst3 { width:3rem;height:3rem;top:33.000000953674rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cS7JzSyDZRMoINAa4s9KAGxboSMt66cd { width:3rem;height:3rem;top:29.687500953674rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VRQLlaJkD5EKlCr3aPHLJvbiNUMiuMTK { width:3rem;height:3rem;top:26.437500953674rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zr7W4AzCHUNe3lov8HvvbgIQ2dSKqOF4 { width:3rem;height:3rem;top:26.437500953674rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKt4PeLGcRdw1hHS7eiwzcUVnThUap0P { width:3rem;height:3rem;top:26.437500953674rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GWsnV8cVRHZMm93S6poGP7C4ScrT9dBM { width:3rem;height:3rem;top:23.1875rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a86dMmMIexhPmGdHlcsxVCRAvcZK8Sxp { width:3rem;height:3rem;top:23.1875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R0UTNTT03nw5OO6hlMFaqZ8dyF7ntHtg { width:3rem;height:3rem;top:19.9375rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BwGcramxWhCFFfD8T18eHcRZ2zcSVHyo { width:3rem;height:3rem;top:19.9375rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G0re0FZqDrVcZ9GtTt6Bwssb2ST2l7XQ { width:3rem;height:3rem;top:23.1875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NhVDduRp3NqdA9rStgG1Mt2ipEgEfCvT { width:3.3125rem;height:3.3125rem;top:23.1875rem;left:20.625000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1E9qUCTTDm5J8N0RV8QmUnqhupBwt8B { width:2.6875rem;height:0.875rem;top:40.625001072884rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vu6556TqnofxFLEPuDr4euimLnMwVR1G { width:2.6875rem;height:0.875rem;top:40.625001072884rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E0VmxETQte2ENK0iOB0qQXWFHtfJXoJw { width:2.6875rem;height:0.875rem;top:40.625001072884rem;left:40.937502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRa1FE6zEP7Qy7WLi7DUKQ06W8yA5LKK { width:2.6875rem;height:0.875rem;top:44.000001430511rem;left:22.625000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2fXJuuQmQdg0xKpUWs93eCwqOfSZtwZ { width:3rem;height:3rem;top:19.9375rem;left:17.437500178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pdbJEsfe5qZ172f1qXxhoZ8QDPhxsGqJ { top:29.937500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp { display:block; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row .container { width:47.75rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HQeTBaaKT3ovLC3QOwn6opluZpVmDG2o { width:47.75rem;height:1.95rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L5RtUS2NpifUrpWkB0aL45F3XuxQIDts { width:1rem;height:1rem;top:1.1875rem;left:44.602274119854rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QKLoIbTMDwvqSKfFmNrZhfavI7mil7k1 { width:1.3125rem;height:1.375rem;top:1rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkpPiquJqFn8Ecu1lckDmu0HLdSgEweL { width:3rem;height:3rem;top:7rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHwoRW9gchwR5O8mysyUL9naPwANwoXQ { width:2.5rem;height:2.5rem;top:7.25rem;left:4.6875001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GOANkwSGDHvh17DXBtqTd1mDwy8whNPZ { width:2.5rem;height:2.5rem;top:7.25rem;left:7.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QAlPRvvo3wcO1OLPvcdBo6pHBOPVCsC7 { width:2.5rem;height:2.5rem;top:7.25rem;left:11.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EecdTATtT2JxFRTqKi4maKuZT4I6JRfI { width:2.5rem;height:2.5rem;top:7.25rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hrrA06MA4Q6PTX7nFor7TFwUEOmyz6zV { width:2.125rem;height:2.125rem;top:7.4375rem;left:17.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GbIfFf8J336ibB6e3Wx5LBkeTHFLfTXE { width:2.5rem;height:2.5rem;top:7.25rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GULbs3EkP65KNPAdyo2HxGKsGOTs4H7D { width:2.5rem;height:2.5rem;top:7.25rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PxCEda72ZViXq9U3k9ZMOcIUiBxGst8z { width:2.75rem;height:2.75rem;top:7.125rem;left:27.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzTKzF9z2Xay1WhtsmH4wHJhJw5CE3qD { width:2.75rem;height:2.75rem;top:7.125rem;left:30.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDpJTNWtyQ8ybNvsmUzQKFUOnup2Iu5T { width:2.75rem;height:2.75rem;top:7.0625rem;left:34.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsHG3uaVCSPBQfioSWoJ1tNGG7Jy7TMI { width:2.5rem;height:2.5rem;top:7.25rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwqprTaEbavp8fv0sK22n2qdeKighaKn { width:2.5rem;height:2.5rem;top:7.25rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gn86Sz5xnfmUFLBDy33Ak94ov8Ne4RxJ { width:2.9375rem;height:2.9375rem;top:10.25rem;left:7.7500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6Adoc4OfrA0bCpkJDHpK5VZBLcx2U9c { width:2.5rem;height:2.5rem;top:10.4375rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IKSlAU9S1t3ip7ReZnT9CLvoGzA8ZPUR { width:2.875rem;height:2.875rem;top:10.25rem;left:17.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XAIu5hv7hHMIUvCMnFDikKD2K1DasgK4 { width:2.5rem;height:2.5rem;top:10.4375rem;left:27.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIWUvoUxUmwkkT9anXFrTDETvfG1b3yS { width:2.5rem;height:2.5rem;top:10.4375rem;left:30.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qvczlSJxFOyfUXoqS5R4RKyCpAz1d4D0 { width:2.5rem;height:2.5rem;top:10.5rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8PG0hU7n2BOO4MHHHUOcfUmncOOL5J1 { width:2.5rem;height:2.5rem;top:10.375rem;left:37.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #upoGzrIo6ey4XFSIFUUHpzJ41BTZm0t6 { width:2.5rem;height:2.5rem;top:10.4375rem;left:40.812502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mpl5o1pUkWu6OwmVWJkTFpnyI96VkWqu { width:2.5rem;height:2.5rem;top:10.374995231628rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrsJP758apv6ss1KnWFdUtCGUZ0TytIs { width:2.5rem;height:2.5rem;top:13.75rem;left:4.7500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mpPPruB3EZRkUIVHOhkKHfyt66WTNXZ3 { width:2.5rem;height:2.5rem;top:13.8125rem;left:8.0000001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0SkdqPKXF962bB4eTbxk9JfnvMnS9yM { width:2.5rem;height:2.5rem;top:13.8125rem;left:11.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yoTMv5qUqpznPdCw87O387QuARFl7Qaf { width:2.5rem;height:2.5rem;top:13.75rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHmn6vxybCVdcDuklHTLGqXVrBvnPypC { width:2.5rem;height:2.5rem;top:13.75rem;left:17.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EEqaHBP1ZrzFhr1tqcvCNT26mSbnlscW { width:2.5rem;height:2.5rem;top:13.75rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABMGZW4qkiTHoSeoeLKssopWOpqar9lt { width:2.75rem;height:2.75rem;top:13.625rem;left:24.125000178814rem;z-index:15504;display:block; }
 }@media only screen and (max-width: 1199px) { #icn1a0Uft2r6oeyZUfyyiTnV2UNkVs5l { width:2.75rem;height:2.75rem;top:13.625rem;left:27.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g2DH55Ssw9V0W3o1cKJUhX7TRzBXFmK2 { width:2.5rem;height:2.5rem;top:13.6875rem;left:30.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b50CGL92kHkZiBitv2rcp57nPrOGOo7p { width:2.5rem;height:2.5rem;top:13.6875rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPR10J8WzRstqOwxcWBMTQ5FCatoQS6q { width:2.5rem;height:2.5rem;top:23.312496185302rem;left:4.6875001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N1QMTzku8o0FM5BPneixqiBqLmyePZAd { width:2.5rem;height:2.5rem;top:23.3125rem;left:17.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vzkbQEiwfR2c7o9Co2fXTTFg4DLlJTz4 { width:2.5rem;height:2.5rem;top:23.3125rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZRUBBKGTxaUmfHeG85fcDivPAXftfHc { width:2.875rem;height:2.875rem;top:16.6875rem;left:11.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVFiircbx5a4tViaqcegGeIPZsT2qUAw { width:2.5rem;height:2.5rem;top:16.9375rem;left:14.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t2r5HLwykT4FMnoll2xCkXn4KsDtQbf5 { top:16.9375rem;left:17.687500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LgBD4I4v878Ws6zzOi9irWJzleCsTELn { top:16.9375rem;left:20.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k2UoNvAMVhubE2IKhRgUeTS988vynAoE { top:17.0625rem;left:24.437500178814rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imRl690EzhkXRoAlXpeI3oOIUcaTTwrN { top:16.9375rem;left:27.625000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WeJnKvqEO0p43BMd3bL7oBy8onMIIVkg { top:16.9375rem;left:30.875000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9y3RVf0MuicyIM6oxWeS61VfzvQFs8o { top:17.25rem;left:34.500002086163rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTxspZbqD2pTzv15exfPeOLiF23hzpSi { top:17.25rem;left:37.875002086163rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XVT8RN0ZgWW0lsmtWnT8O3dDmf2Vm5Jb { top:16.9375rem;left:40.937502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t83ZTi9T72J3zEdRTUblOCWJm3PWyD6e { top:20.187490463257rem;left:27.687500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JF71QRpB40A4w7RvyaHu2KVVoPTs069c { top:20.1875rem;left:4.6250001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e969AwzbGT94DJDbHUpnE4EwBGGxrLqM { top:20.1875rem;left:7.8750001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJuA73ttwdnRZkDLEIdR6qRoJQOzIRLu { top:20.1875rem;left:11.125000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KE7g6HWscLW6MkTNfpBbTzN4wSTMFBLm { top:20.5rem;left:14.687500178814rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uT4yq48DUukrrGbctxm5v4HTxQaeZkCZ { top:20.375rem;left:17.875000178814rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ArNsJomWGiPbMAbmhEgO4DCP7g6uLOV4 { top:20.375rem;left:21.125000178814rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LT6cIomb2qMTWwzClkgsJmRX7yzmemMV { top:20.1875rem;left:24.312500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AS8HcGfq6f16xWiNh45CTZGvZ4fUqAAy { top:20.1875rem;left:34.187502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JyVwK95pI9L61oDTIZWvR3n4AUTvoLt1 { top:20.375rem;left:37.687502086163rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z18lyRlE5DlHXNU14g6llPzZZdhEWWns { top:20.375rem;left:40.937502086163rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wAdzpc1k1s4uZsGSo2qasRJXx6kHsAQS { top:10.406245231628rem;left:21.000000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Flb2FTsCQqM0av4DywFzF0Hr9OCdMiei { top:20.249284744262rem;left:30.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m1UDHhmbC0DRrdfOLAE3D86CGNtEsoSd { top:10.4375rem;left:11.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #axT9IvpIVhdUTlQarKElIoPSg5tcqZJF { top:16.937500953674rem;left:7.9375001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LC6y38ef9hqXTPqTUPHHwcRIPyiInk9a { top:16.812500953674rem;left:4.7500001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkQTAuiczCtI4e16iXigd0bHtRnKfAzN { width:2.5rem;height:2.5rem;top:23.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihtK1EgsxQqrlJH2ta8tLbvlJ9n2QC95 { width:2.5rem;height:2.5rem;top:23.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cg10dxiU075WfmUBUiOmzVgDLbn8R841 { width:2.5rem;height:2.5rem;top:23.3125rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pt09WXLXaIHn0nw9kgJtmywktzm07KEm { width:2.5rem;height:2.5rem;top:23.312511444092rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DXl5TpceBlXyD5Pg9F6NPGAXraCTIqAQ { width:2.5rem;height:2.5rem;top:23.312511444092rem;left:27.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSrCO5WohDMFGxCCEBTxV4R7MZSt9eD6 { width:2.5rem;height:2.5rem;top:23.5rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5GP2ATgUInwPkur6LnZReOsHfLUf4iz { width:2.5rem;height:2.5rem;top:23.5rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcuvbC4MmXStcfFoo0LNGr1IVQCUzBKK { width:2.5rem;height:2.5rem;top:23.5rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1shmFIS5SObgub573wu2aWiMhVhr8EF { width:2.5rem;height:2.5rem;top:23.375rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vo0JPLRAyUWmWfLrfa4frsUZrq5ceT3T { width:2.5rem;height:2.5rem;top:26.75rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGCmrL98Fy9stcXG0amfZods5scUUlyA { width:2.5rem;height:2.5rem;top:26.75rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hia7nUscuHgrisH7e5Z1xFv8iTMbFT9T { width:42.3125rem;height:29.625rem;top:1.375rem;left:2.8750001788139rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 1199px) { #hCnXdU2hL8zS9Uw9wZ3czEz4PvTzL0QC { width:1.25rem;height:1.25rem;top:1.0625rem;left:44.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hctpqAhQyFGhEk0G898diHggOx5rJZew { width:3rem;height:3rem;top:10.1875rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MW5dWn3DnfecpfWGtCnVKGTVvAF9bwrm { width:3rem;height:3rem;top:26.5rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCInMipwNSF0qMFOuP9ZUBIn2d8oiKpa { width:3rem;height:3rem;top:26.5rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D71Tce6Kqm7HQkTDm3keqW36ifOZFqg7 { width:3rem;height:3rem;top:26.5rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eH7xW0FfpLFNzrIupOLvOi6sI0dJTLD2 { width:3rem;height:3rem;top:10.250000476837rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfSdZ0cNOlTsnamODG4oqec7sgqVaT3V { width:3rem;height:3rem;top:19.919750213623rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IGSbIzb7fRJeLslrGXaPTecqLpDFqwpd { width:3rem;height:3rem;top:7.0000055432319rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tGcTTe8gLywp6zdyle73g7eti9yVu7FT { width:3rem;height:3rem;top:23.187496185302rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #av9hTZ76uTl0PLsmnxvF2BHC5gzyAwVg { width:3rem;height:3rem;top:7rem;left:4.4375001788139rem;z-index:14977;display:block; }
 }@media only screen and (max-width: 1199px) { #izpay7Pv26lM0H5IZLVdHGZqei0ORr1g { width:3rem;height:3rem;top:7.0000004172325rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHTuvpNh4nuHBTMG64LcUOIaVVO0kKkM { width:3rem;height:3rem;top:23.187496185302rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQM2xJ0wLPin8Asw20z0o3Z0NE109bG2 { width:3rem;height:3rem;top:10.187490463257rem;left:30.732956111431rem;z-index:14971;display:block; }
 }@media only screen and (max-width: 1199px) { #S8P2tv0bfTycLSmT11KdNXG2pRZ0UfXx { width:3rem;height:3rem;top:26.5rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQOlQD7n0222A0V9W8QRhBRbKTqozqpA { width:3rem;height:3rem;top:26.5rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xmmBhbBvmAi5iznaA6BM4rWNewQTfEHX { width:3rem;height:3rem;top:26.5rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pGpsl9gDaLy6bK1wTGcRt4nPhdWWhAa5 { width:3rem;height:3rem;top:7rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6fHmxSAHzwpQRaaBy32hUCVxv4IVEAf { width:3rem;height:3rem;top:7rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oq9H1T2o0v9E5zuIhUnv4TWxEEMuJyZg { width:3rem;height:3rem;top:7rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6xnH3Ozw8oOXJ84vwHXMyksgW390ovW { width:3rem;height:3rem;top:7rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W4W0pcB41hyMM02cPNd9c07Ih6UN7U8G { width:3rem;height:3rem;top:7rem;left:17.437500178814rem;z-index:14974;display:block; }
 }@media only screen and (max-width: 1199px) { #IGfLVrHIXW9dMtKZ3qR7nXTwdPcUIdeP { width:3rem;height:3rem;top:7rem;left:14.187500178814rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 1199px) { #V8QTrpOUm01ecWeBK3Fd95rkxNCdqA28 { width:3rem;height:3rem;top:7rem;left:10.937500178814rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 1199px) { #AXRr7HE3pcFdQB5mAi2NhTLHAEOh3UTr { width:3rem;height:3rem;top:7rem;left:7.6875001788137rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 1199px) { #J8zSrzRtCuyOPmCAXZHAd9LxvTTeUsCs { width:3rem;height:3rem;top:13.499995231628rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mBqcAu6Xhvz9JpZPIaBBRWkTO0lsJbqo { width:3rem;height:3rem;top:10.187495231628rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwhbQ06mFRWF3hDtieku7HFaisiRSex8 { width:3rem;height:3rem;top:23.1875rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lt4b698ExSbuhtVLVC4EAgL0SMVJDhza { width:3rem;height:3rem;top:23.1875rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BoutBdz4kwQqcVwyUwekSASCDcDWvPW8 { width:3rem;height:3rem;top:23.1875rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mSLEkSAlipatySZdtQrTcTM9OJDCWzvB { width:3rem;height:3rem;top:19.9375rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQpNh2p1NvgyvQ19WbnTTPk6fo2M0RLk { width:3rem;height:3rem;top:19.9375rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJEKNaZCRWFJ0KlIqLnfUtiCB6AB6A3B { width:3rem;height:3rem;top:19.9375rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q3UVhM2nExxJxbdrxhnWmnZO0MNNZ6w6 { width:3rem;height:3rem;top:16.6875rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mCDEHR0XUs44P94t8ztWT25cbULBIhsd { width:3rem;height:3rem;top:16.6875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sz73sCfQl6eL0o36FSk45moaIWMEpci0 { width:3rem;height:3rem;top:13.4375rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cN78Hu0Kr5JDrnvHkHeoXitHzhGHRVR1 { width:3rem;height:3rem;top:13.4375rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZSFT4UMT0inyrn17ceJv9oDZOkLPyBF { width:3rem;height:3rem;top:10.187495231628rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RbAGCDADHiV2aTRO0UsqgCEUWzA6rTkz { width:3rem;height:3rem;top:13.437495231628rem;left:4.5000001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHVibci1Uv7bF6C1gE8VZE2gDV1oMcLq { width:3rem;height:3rem;top:23.1875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ebp96w5ePT2p5d0wwhGVGgk3fV7yQnMR { width:3rem;height:3rem;top:23.1875rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihpHuUQgsbZxpn3OvUP4OBJbMf4f8Kli { width:3rem;height:3rem;top:19.9375rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8sPpPaXygDiTcSThEDezNwcpCizvrco { width:3rem;height:3rem;top:19.9375rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SW4dazplMtFP1cgFxCnBOOteGgR4VVC7 { width:3rem;height:3rem;top:16.6875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #twcAi7SovFhCx4bPzvDnmV6TM7XfUfgm { width:3rem;height:3rem;top:16.6875rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DeqKrIdZCV96VFcJBJlQJRRTS6bdVOl8 { width:3rem;height:3rem;top:16.6875rem;left:11.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MnwoEvFEU7g1rBw0EkUi7OOz33kyRrbh { width:3rem;height:3rem;top:13.4375rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXIUCykeHxFHBWnEnIU7CrXspwoZBBFm { width:3rem;height:3rem;top:13.4375rem;left:14.187500178814rem;z-index:14972;display:block; }
 }@media only screen and (max-width: 1199px) { #h6AaOXHCI4KdRuPlbX0G6DIxgMmBpSHa { width:3rem;height:3rem;top:10.1875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K3E6lwX9Dh9OvgOVZTcwrMBQUroW5sw9 { width:3rem;height:3rem;top:19.937534332276rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOrnkeVi7RcvRE2QtqvcdXIot4GNv5VD { width:3rem;height:3rem;top:23.1875rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pDXhlW88WqmgS79Cfedc0TvdqZi7gofa { width:3rem;height:3rem;top:19.9375rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UrtEmiXhHKDdBq1LE9ey8cWnwQT8b19k { width:3rem;height:3rem;top:19.9375rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HKhSGCOQ3V1toEsGRX2TGi4LBw9m5XTd { width:3rem;height:3rem;top:19.9375rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLiR9fxck1NqsgqqwlBT2ckS3KWw6QTa { width:3rem;height:3rem;top:16.6875rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1ZTiq4l3Xvf5vgGAHlDNPUIiTb6KGU5 { width:3rem;height:3rem;top:16.6875rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sJvMpkEQToe3ZkxZnC7Jd9wTrW1GS27p { width:3rem;height:3rem;top:13.4375rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V3eGfBoTfKKFI4M7DSaS9brH8fRbZhgX { width:3rem;height:3rem;top:13.4375rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThQFmFutUpuNcf2A4mgJby81rugorKwq { width:3rem;height:3rem;top:10.1875rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J17TBHTJdHkMSmhBHaDtDtB6TaNpN9WB { width:3rem;height:3rem;top:10.1875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHsTTJQR1ENQ3T8ZGE43JbFJfD5TU8Ta { width:3rem;height:3rem;top:10.1875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A78ZaTtcB2OOML9qP5tyM25kTZcyVRkx { width:3rem;height:3rem;top:16.687534332276rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqGUcskbwDQ2umA3DcTTEo5rJfgnvTR7 { width:3rem;height:3rem;top:23.1875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rD1TPQyrTVPTtNQeZqdMi3zIRkQfDu3x { width:3rem;height:3rem;top:19.9375rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M1lUseXp9nmZ3Jkl07h0ZwhR8OkWvGrd { width:3rem;height:3rem;top:19.9375rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iHgUkzOI53lbEXGOkFz7wbH4XvoFe6PW { width:3rem;height:3rem;top:16.6875rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVsWkJAsHJuIw140bfuLPnffGfURLGWr { width:3rem;height:3rem;top:16.6875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QmxAOGadQt92DpsHFrSOhMwLaD6qNhTD { width:3rem;height:3rem;top:13.4375rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNfTcrqlLKQs8rJzcdrbZZ85BRnxvJqq { width:3rem;height:3rem;top:13.4375rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQfGWxruzQhalqpnPEP9F8oqoOxfu1hF { width:3rem;height:3rem;top:13.4375rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WI3y3U6mTPCRXdfBASKaTPJgFpcSe8FR { width:3rem;height:3rem;top:10.1875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2zIZnrGIedP3BDpRAldko3TMRvKrFwG { width:3rem;height:3rem;top:16.6875rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xtS3hAiRAev3tZFQGrPomDggzhkCSnzf { width:3rem;height:3rem;top:16.6875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #krdZDt8y5E8Ulyg7a016UdKZTqVUHEsu { width:3rem;height:3rem;top:10.187495231628rem;left:24.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZSFMXrC5yyCgUvuWnrcFEmwwt2FrTDBC { width:3rem;height:3rem;top:10.250000476837rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zOGr00QzfwZPkzxNrAEBbFKdyZrxfRnG { width:3rem;height:3rem;top:13.437495231628rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w5IbQhctxcciE2Tky4NHoGpofACUH4NL { width:3rem;height:3rem;top:23.1875rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PLyHh5nKOIA4smEQPZvfRziaaib1oPZZ { width:3rem;height:3rem;top:23.1875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Niq92lJmRcPut2lRvxDzFio4kikd0yaW { width:3rem;height:3rem;top:23.1875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaRz1uKLb4uJm6cIT7iuvG5xpXkmEbqR { width:3.3125rem;height:3.3125rem;top:10.062490463257rem;left:4.2812501788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hS3x4fv5fH92JWtZ46k8eZOCRtm5tWhu { width:2.6875rem;height:0.875rem;top:27.5rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LfwXQqw6aVJeK2oo4AL6lJ0EtV7a4XTD { width:2.6875rem;height:0.875rem;top:27.5rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QPs2tKEwJHIrcburDBU5HE6sfATphoE2 { width:2.6875rem;height:0.875rem;top:27.5rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CFz2sZD5F2ukfH2TeuPDewNqaS8h5nrb { width:2.6875rem;height:0.875rem;top:27.5625rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7aMx4uvDkCW2X2R3Nn90aflFuiBJ3CC { width:3rem;height:3rem;top:19.9375rem;left:17.437500178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Cu16pCn5rzCOv6fm2GzqrydfeL4nflpp { width:2.5rem;height:2.5rem;top:13.625rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bGMunKmGqpShK4a8SQ7w29LadHw0LCDC { width:2.5rem;height:2.5rem;top:13.6875rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx { display:block; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row .container { width:47.75rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kS8cADxXDXbtLAUPBH3E31LLV4Fv9xJ3 { width:47.75rem;height:1.95rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #weHbcbc4JVU9kVHiLuARwqaA9ibO22dM { width:1rem;height:1rem;top:1.1875rem;left:44.602274119854rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7G8XTMkWu7qL31iyZTVScPk2XrfINDg { width:1.3125rem;height:1.375rem;top:1rem;left:44.446024119854rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ttn0l1slw4GVTZB3mM9r01OFtLPcPiRp { width:3rem;height:3rem;top:7rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XAST6zsGfOF7tgAu6TX6TLJxTpBwdHGn { width:2.5rem;height:2.5rem;top:7.25rem;left:4.6875001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GbNc4SHfX9fUL0zA8eXp9WSIduhNo6wH { width:2.5rem;height:2.5rem;top:7.25rem;left:7.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUJwX9tXPg8m3P23yEfBBlgM1OtoH66N { width:2.5rem;height:2.5rem;top:7.25rem;left:11.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GidTSmZg2KDZrVQrXoLGNZ4h905oJ0cr { width:2.5rem;height:2.5rem;top:7.25rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NfziBTdRbQZJRK660MN2vd99cnDdloVH { width:2.125rem;height:2.125rem;top:7.4375rem;left:17.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8KeZf9Q2J4yap2rqUJaT8t8s1vDENXw { width:2.5rem;height:2.5rem;top:7.25rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XARy5aL9Zo9dVHEAPO9rpQuXsK5RWFtv { width:2.5rem;height:2.5rem;top:7.25rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p2ua1dTGwacztAHNIRyHT31TxarJengh { width:2.75rem;height:2.75rem;top:7.125rem;left:27.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pnTIPgDzbzmUmew13XUSPGWPcmTbtUpK { width:2.75rem;height:2.75rem;top:7.125rem;left:30.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h5y7i7EaT1dSe4Kl6yq5A8S3k202Nrbz { width:2.75rem;height:2.75rem;top:7.0625rem;left:34.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBV5VQpwM16DPArJlaNMJT4rW3XAvwbw { width:2.5rem;height:2.5rem;top:7.25rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iwimXu28FwrKTUA20xMQUoJ0tvesknum { width:2.5rem;height:2.5rem;top:7.25rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXXvZCLMgRUHgck2PDEKoMkko3MRga4a { width:2.9375rem;height:2.9375rem;top:10.25rem;left:7.7500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6VmMVykSSbFB0rRBk3TaCOr4XX1F3os { width:2.5rem;height:2.5rem;top:10.4375rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HKk2TM82tP8Gvbg84yJit6NFoFypqQh9 { width:2.875rem;height:2.875rem;top:10.25rem;left:17.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VxPzkhXTMfbqeslmoy54wRNdTh953X8y { width:2.5rem;height:2.5rem;top:10.4375rem;left:27.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eewTMXaeRXoz3yFGpZ7cgkgTsme3PK9y { width:2.5rem;height:2.5rem;top:10.4375rem;left:30.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x0WvwgrRONpUrUakkJRa3MDQJ1eOFTPJ { width:2.5rem;height:2.5rem;top:10.5rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TovLArmEeIQcCPFKCd7SORqOLNRybzwl { width:2.5rem;height:2.5rem;top:10.375rem;left:37.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L4q07Q35CwFawKGaoxNZEVot5B0a59yV { width:2.5rem;height:2.5rem;top:10.4375rem;left:40.812502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VqlQTDeVKw2KbThFFXx7mlTUcACRE2oO { width:2.5rem;height:2.5rem;top:10.374995231628rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m0UFX2i5k1EfFP2MJXEBESpng4AnXTDX { width:2.5rem;height:2.5rem;top:13.75rem;left:4.7500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqvxtaKyB0xR54Mp4qHVQTWE8WuqUkx1 { width:2.5rem;height:2.5rem;top:13.8125rem;left:8.0000001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uNNAAOw4VTiBEpKtOThd3B5mWPSTEsai { width:2.5rem;height:2.5rem;top:13.8125rem;left:11.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pah6pFfGX7VxV7RZSuG1gLOkOqgkXHUa { width:2.5rem;height:2.5rem;top:13.75rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hfsV5Gaf2OtHgKu2LQRNwayEQODFLb6r { width:2.5rem;height:2.5rem;top:13.75rem;left:17.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v3veHP0ThhqXMN0ZGGOKhmOn4OuLh0fa { width:2.5rem;height:2.5rem;top:13.75rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qXfHASrt5iLEu0hcbGeCSS7VeAdEeZRr { width:2.75rem;height:2.75rem;top:13.625rem;left:24.125000178814rem;z-index:15504;display:block; }
 }@media only screen and (max-width: 1199px) { #GP1qKUWrAlcnZiQMo99xIpDKSZR1urSE { width:2.75rem;height:2.75rem;top:13.625rem;left:27.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfmTBisUNttpvA4yMoVV4tTO6pguauUo { width:2.5rem;height:2.5rem;top:13.6875rem;left:30.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TO5uoLnkdZBQfXU7HSu8cxo8aBF45FBH { width:2.5rem;height:2.5rem;top:13.6875rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZzLi3KaeW56c6uAQHOHy968TehmmkKV { width:2.5rem;height:2.5rem;top:23.312496185302rem;left:4.6875001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EeaN5mnwfJpf7q6gN8w3l4XJRJfuF9Q8 { width:2.5rem;height:2.5rem;top:23.3125rem;left:17.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JF0v80TFCQ4gobCoZJ2XfEzu05rXkR7v { width:2.5rem;height:2.5rem;top:23.4375rem;left:14.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zLen9HlTU5NT4OqL6D5bolhdGOGzLVxr { width:2.875rem;height:2.875rem;top:16.6875rem;left:11.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZZrCDn1ktv8EbmoeQszIJKs64S3fexz { width:2.5rem;height:2.5rem;top:16.9375rem;left:14.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #doWF1LUUveUs1r0l5A89uABCiy2CMxpn { top:16.9375rem;left:17.687500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mBJbg5SdRvNqE7v6mRaAbecPWSExO1yS { top:16.9375rem;left:20.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sniz80MCHW6KFbtR2uXSRn7d9kcOV65I { top:17.0625rem;left:24.437500178814rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ElATz1FfMNWvgC1RUR5ffuZ7CTfT4X8o { top:16.9375rem;left:27.625000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRHPBVoDgb4WK9kRh90olGXhwQBbNMra { top:16.9375rem;left:30.875000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFrqR3Hwga8Z4rl7NTWpVXLbTtD7kvgb { top:17.25rem;left:34.500002086163rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uuzn0MfzzHlCdUlnAbSV2XJAhF3xb6Zk { top:17.25rem;left:37.875002086163rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WwOhNbxZb5i9UbbdKACen4BIXw8lZBWV { top:16.9375rem;left:40.937502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAkVMridAeWImqAgcygXo84fEvnxPVyF { top:20.187490463257rem;left:27.687500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ccJZT78rO4ZBJkV6ZFr7GsAbuQ3kq5TC { top:20.1875rem;left:4.6250001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PNHkHkWM8oedv13V88HVqxApT9zuU6in { top:20.1875rem;left:7.8750001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GJSzNeTH9EPLgpGhlIrDzpeAVv3nLcZT { top:20.1875rem;left:11.125000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SFABDXwbayMUwX1Jq9N3VtuTkwQpU7ba { top:20.5rem;left:14.687500178814rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffTq5Bq4Td5bTGGiSThFhI4sGZfoeQb1 { top:20.375rem;left:17.875000178814rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b6BM0m2xDeuPOzfgM8qOcyn9dpS5DyNQ { top:20.375rem;left:21.125000178814rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d06ue3dJtk6ztgZrPnhycmIhgZT6PAUR { top:20.1875rem;left:24.312500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ugbrWUTUgzbafI30SRtgg26Jdbq94UBb { top:20.1875rem;left:34.187502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IHBkLQkKRsJkJXzFaIfxTAfCKhRAmU8D { top:20.375rem;left:37.687502086163rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KxQq5T5uktxOqyQutVyNwqReFhLuuCAJ { top:20.375rem;left:40.937502086163rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TI62tlHXbAfb4TeWsXX8LXMkfPBOPTcT { top:10.406245231628rem;left:21.000000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FEFT3TFZCHEJuugW8e15Qfn95LuA7USN { top:20.249284744262rem;left:30.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7sy0ostU7wM6vwCsCzyoxn87DCzFVAV { top:10.4375rem;left:11.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gRLRbf0taTFEw3HOgyEEanQfzpOUreT2 { top:16.937500953674rem;left:7.9375001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cyTvV57Lopy272Mq0LJ9mnbmTlxThXnw { top:16.812500953674rem;left:4.7500001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aL7cVRQ2yno0CTJKGmcGClkAPlGUb6ZZ { width:2.5rem;height:2.5rem;top:23.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvbgcJ46u7pyzEVruaPsQrIbKri7orho { width:2.5rem;height:2.5rem;top:23.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PDp59Arv4rBIpkFtnsxdR0zMs2coXUq5 { width:2.5rem;height:2.5rem;top:23.3125rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HnnHEiOKI50htzTZsxlvETeI766phVbO { width:2.5rem;height:2.5rem;top:23.312511444092rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gUnA9ENlzuiIkSsTP8ONurMZtuXSmnrK { width:2.5rem;height:2.5rem;top:23.312511444092rem;left:27.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWVXytc9pGQlwhylynSkkLalGIXvSmDN { width:2.5rem;height:2.5rem;top:23.5rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xqPRe111ktFO6zT82HGGZHHmDlqyp5mC { width:2.5rem;height:2.5rem;top:23.5rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qC6GAC6OK5PdzHoThQ3TN5adeM2w9lHs { width:2.5rem;height:2.5rem;top:23.5rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yVm344cBKZH02RnchwQqc9wqJosLXVbN { width:2.5rem;height:2.5rem;top:23.375rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TW7WWVHRb2TP61JeSXzDt32imPgdbGLk { width:2.5rem;height:2.5rem;top:26.8125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TxJgkFHbm4EV6lygbq4ulgTIo29IUEfk { width:2.5rem;height:2.5rem;top:26.8125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcvhUWvGDw03hDyDdQ2fOhxakspdDqtE { width:42.3125rem;height:29.625rem;top:1.5000499486923rem;left:2.875rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 1199px) { #Ey8vCrEgqwoVLA1Azggn1NtPpcPMXimp { width:1.25rem;height:1.25rem;top:1.0625rem;left:44.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZbgNpG2qNG0FX7oZL8t5E5Grqlc5ABPW { width:3rem;height:3rem;top:10.1875rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXwPeC7xAvdzIBcwXy9GKteAipIUIBBw { width:3rem;height:3rem;top:13.4375rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vBVVAEeJRxkd9uyXdk38uaKmg1c6eLRV { width:3rem;height:3rem;top:26.5625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJzy9BUZh1Q8oZt2wp7TTrlexpnlyOGo { width:3rem;height:3rem;top:10.250000476837rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZZ9Bxrp9KgsXXiimlAvgQcuwnkkg9mQ { width:3rem;height:3rem;top:19.919750213623rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SukE78SGtESBX9LTeZ361BiUWvxLMblm { width:3rem;height:3rem;top:7.0000055432319rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f7sWUgkd11hqKoDUEF35TkS5vVdWVzpv { width:3rem;height:3rem;top:23.187496185302rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DbCB3SluXnslwysbAaXeUtT9MABgTKQc { width:3rem;height:3rem;top:7rem;left:4.4375001788139rem;z-index:14977;display:block; }
 }@media only screen and (max-width: 1199px) { #dvbaSL90tq9OdhFOF2c6hKSQUoaV0KlT { width:3rem;height:3rem;top:7.0000004172325rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HaDCQmP3sUMs0bJ9E0FTonkzpuPlsolQ { width:3rem;height:3rem;top:23.187496185302rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iudld5RpN26Q7CxRU2mGh3GWV0ATnf3c { width:3rem;height:3rem;top:10.187490463257rem;left:30.732956111431rem;z-index:14971;display:block; }
 }@media only screen and (max-width: 1199px) { #aTRrt45VqF4trbd8EQgk89WeZI7BpZsX { width:3rem;height:3rem;top:26.5625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QiTNKdV0lRU5TfxGNeTmbrT4ETEickuy { width:3rem;height:3rem;top:7rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GoXbVL76CP5aqnGk9tOzbhsChGUnilKW { width:3rem;height:3rem;top:7rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aMztkr6FEineoNIu8TMUBLkRSeQ3BNJN { width:3rem;height:3rem;top:7rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QlWeh0AM5EGzGbyhM7xH4O8bWIAJMer4 { width:3rem;height:3rem;top:7rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bKBxA3BUgTncGwaTCMoq8oCkJKJK6Q5A { width:3rem;height:3rem;top:7rem;left:17.437500178814rem;z-index:14974;display:block; }
 }@media only screen and (max-width: 1199px) { #SWXTp3MpegtNSJ3KuT6MGIKThJcT55Fh { width:3rem;height:3rem;top:7rem;left:14.187500178814rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 1199px) { #FW3xHqmKG6T1SF0ae6WrBPBNDnwJoDCM { width:3rem;height:3rem;top:7rem;left:10.937500178814rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 1199px) { #b8omaknqqOKGc8TwsCG1ERyX6pqdiT7l { width:3rem;height:3rem;top:7rem;left:7.6875001788137rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 1199px) { #Tmfvs8kVb4I1RGpp0f2bANfKVD9Rdhq7 { width:3rem;height:3rem;top:13.499995231628rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hulHkXzTLW6iC4cKKAM8JhVxTVUlxZQs { width:3rem;height:3rem;top:10.187495231628rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zruXNGFHtMCDM09KoPl1zU95o6lmV2OT { width:3rem;height:3rem;top:23.1875rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FnENHT4As3PmhvHUv6uK7Zsm0ZSTi4wm { width:3rem;height:3rem;top:23.1875rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OF1NF5kJ8FPkqiafD79f18TSlmUOxxpX { width:3rem;height:3rem;top:23.1875rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCvmAbNrZBCUTDaisuoWQxA3IxwGKv4E { width:3rem;height:3rem;top:19.9375rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZMd1L12Tk74F1PTKtszCiqTODRyHPics { width:3rem;height:3rem;top:19.9375rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mMlxUpooEFLTthaNk0e6c02qx9BEsx3G { width:3rem;height:3rem;top:19.9375rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nHw1BM03PETKtHeKJ1FqOwCf9sezsU5w { width:3rem;height:3rem;top:16.6875rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N0DnlCpK6Z0cT26XcTaOx210sg4D4MfU { width:3rem;height:3rem;top:16.6875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EzsIad7nOXsqedPXb6O9iWnUTp9BExWi { width:3rem;height:3rem;top:13.4375rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sdab5k8wQgUMrcJniOGd7sZUOrXFuOMJ { width:3rem;height:3rem;top:13.4375rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ImQqag468OTIDtZI3Z2LA2UDf7yhuk0s { width:3rem;height:3rem;top:10.187495231628rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4M7zcugTNDeHKT8S8BeS0GSsVBSXkMB { width:3rem;height:3rem;top:13.437495231628rem;left:4.5000001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nzKsyJfFLqq83bdroNUVyIGcw1MdkET7 { width:3rem;height:3rem;top:23.1875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WhOCuhoPTNRrgrTwchAGtrc3sUP7VTic { width:3rem;height:3rem;top:23.1875rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D8smwkpbHV9wKhxKk8aRVuIhBeI93c4i { width:3rem;height:3rem;top:19.9375rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vg8FaOl0WmgEogqUhw8DnxprovM4NxpO { width:3rem;height:3rem;top:19.9375rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uxIX0zMVO5ioVcZ4g6UvXyziXfwuP1Jy { width:3rem;height:3rem;top:16.6875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bG6MZxTQ02b0FmKqRRZCC2perREcuUuT { width:3rem;height:3rem;top:16.6875rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BQImILXePxrzrh2HZPcnsTtTPVc7SG04 { width:3rem;height:3rem;top:16.6875rem;left:11.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VThS3hSPh0q5Jo8SZ67bFP3DTPHCU4Kz { width:3rem;height:3rem;top:13.4375rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZiBMTsiJfcahFXIRFpIZCmP3p1h8bhch { width:3rem;height:3rem;top:13.4375rem;left:14.187500178814rem;z-index:14972;display:block; }
 }@media only screen and (max-width: 1199px) { #N5p1N4ZwcdK4zqUckozkdmJ9TUS975rx { width:3rem;height:3rem;top:10.1875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZi9bMDDbMJThIvDQh7EKl9lJb3aRcwf { width:3rem;height:3rem;top:19.937534332276rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gpa3CucP1uemNPqagvK08TgnQzHheleV { width:3rem;height:3rem;top:23.1875rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5oRTcqdCbJGRFwKFIS6TbzgJ8IL3Fnr { width:3rem;height:3rem;top:19.9375rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rq6hsvNi2kGcgQZQbbD1lSEiOfJ01Tgg { width:3rem;height:3rem;top:19.9375rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RbirXKtgvvUZC1JxRByHSmW8l8bgGW52 { width:3rem;height:3rem;top:19.9375rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uqFMZoCfLCSTFXlcXDqytevxQaP7GKPI { width:3rem;height:3rem;top:16.6875rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d4rEIcN3aFzW0OcJkEDlWUMtP0cL0cMN { width:3rem;height:3rem;top:16.6875rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #moCIiX1iL9e28vIwTxLs0qm1bGX3ECNB { width:3rem;height:3rem;top:13.4375rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIJIG4GVpubv22OvOGplAoo2fHDDwdH2 { width:3rem;height:3rem;top:13.4375rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IiaiSxO6L18T1nJkIu8FuqZw01swBJaU { width:3rem;height:3rem;top:10.1875rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i11cbxIIyfCF09o9oD2TAhwPLJQQkByX { width:3rem;height:3rem;top:10.1875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCeS5ICrrhJ1nK8RM1xx5aIlSTOyn4KK { width:3rem;height:3rem;top:10.1875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaHqWG666U2yh0nRdX7GZBXOyUXa6ek9 { width:3rem;height:3rem;top:16.687534332276rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #va6V8eKZJeBR2gLctunTrbevLr3wNekF { width:3rem;height:3rem;top:23.1875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gHaRp5p9WHJPDBgTxOFkDA2Lf2Wqlyih { width:3rem;height:3rem;top:19.9375rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OA1p5S38mlL1trzc5DEwEryo8rLUKxP9 { width:3rem;height:3rem;top:19.9375rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #usIZfGQwWaleFQtGVMeQp2yJMfKtaVig { width:3rem;height:3rem;top:16.6875rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JKDRiX7NwzEBKbxs4Vlzel5DTcRqq30Z { width:3rem;height:3rem;top:16.6875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ei6cMZAJirP0STl35ydKJgJTPBVRwUv1 { width:3rem;height:3rem;top:13.4375rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTfMZcLa2kRhmZeHFW5fz9VieTFqX6PV { width:3rem;height:3rem;top:13.4375rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJTQVakTp9czPKeZ7NZuG42VRz12wouU { width:3rem;height:3rem;top:13.4375rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dzqSmlnwPFcKmpHG6iwepq2o5s7g1e44 { width:3rem;height:3rem;top:10.1875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eAyOaKQ6bDDn7TAiV2lHwEIe7MD462ZF { width:3rem;height:3rem;top:16.6875rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q8Lsy6P1DXTinT6JmIg6Jn2NExv8WBN1 { width:3rem;height:3rem;top:16.6875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I8hbspObh4aGogBIwrT7vE43x0gTzshM { width:3rem;height:3rem;top:10.187495231628rem;left:24.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxFmZvkLrPgZmEMQJ65VCeD8mLez115G { width:3rem;height:3rem;top:10.250000476837rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UfqvVfqtWZOC6kp06hcyR02LGSob896g { width:3.3125rem;height:3.3125rem;top:10.062490463257rem;left:4.2812501788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kf6XHnsR28cfwZ8q4eRiVKMR3v0OivFa { width:3rem;height:3rem;top:19.9375rem;left:17.437500178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PfskIBXePcAe7Z3IwgUNx2zrepFWS8tE { width:2.5rem;height:2.5rem;top:13.625rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tq47NE1rEG0MTBmy5D7hMDl6Z3ePhtLR { width:2.5rem;height:2.5rem;top:13.6875rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #prIvPx1XsBG4P1LMOo5THAEiFsGxeO3o { width:3rem;height:3rem;top:7rem;left:7.6875001788137rem;z-index:14978;display:none; }
 }@media only screen and (max-width: 1199px) { #avWTW3JeWoTTOFU1wnsN3VTaEs2b2Xql { width:3rem;height:3rem;top:10.187495231628rem;left:37.312502086163rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ACNkvmiP10nriOhSIzQFTFOf07n8bcGJ { width:3rem;height:3rem;top:13.4375rem;left:20.750000178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fTurHKWcNPQ02lQLTy4fCkdGOpoomOPO { width:3rem;height:3rem;top:13.4375rem;left:20.750000178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #B9T6VpzQKsmgyzBo8F1VdK4z36201TbD { width:3rem;height:3rem;top:13.4375rem;left:20.750000178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KMd99xfkPNyeDyQm6OdiCAxt8sqgVUGh { width:3rem;height:3rem;top:23.186789870262rem;left:14.250000178814rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #slXSKMluoE6RRSqa38TbwlvCdOXmapRN { background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/d5c10a5a-31f0-4672-9721-cc14be6c6beb/Group1261155237.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN.adaptive-delivery-prevent-bg, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyload, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyloading { background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { background-color: transparent; background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .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); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBZU5CmlFuWdTi6KtO6SJrLxLV26JyRZ { width:4.9375rem;height:1.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je59vanziZw6BW7S3yiMfgQm3uCbO6SW { width:1.8125rem;height:1.8125rem;top:0.8125rem;left:17.562499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ7sR4W0o5qbUPT8Laqy9MLeTcPBog89 { width:15.0625rem;height:1.75rem;top:3.7464489936829rem;left:0rem;z-index:15236;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZfrhDNvuucWnWHrZET8l1culIMQQ69nt { width:15rem;height:1.5625rem;top:5.0596590042114rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eN7NuEUfl4GLtlPSUKrXKPSzivwr8El6 { width:9.0625rem;height:1.9375rem;top:0.78125rem;left:5.46875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #h8rsSHgoI6lMUTTlL04lM4KzJJK8QCaH { width:1.125rem;height:1.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3BombTbs8DZIvVntXZ4mZeXcV54ckwD { width:16.4375rem;height:3.9rem;top:19rem;left:1.7500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZDma4WQ0Z5hKNAH4a7xCmmk3rvxlvU7U { width:1.125rem;height:1.375rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNwJEqGcmzeAIlSZQtibmnGiNbNPzQI { width:15.875rem;height:2.6rem;top:23.375rem;left:1.7500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTHuqQLhqslQhJxL6wmxXqAzPn5Xbyz0 { width:8.25rem;height:1.1375rem;top:24.861724853516rem;left:7.8750005364419rem;font-size:0.875rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #oulL2dLvhpoEu4lsxryDqbfMWSzDdbzq { width:1.125rem;height:1.375rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWDU7e76F4fBphNM4cQWoSmc0thyacdD { width:15.25rem;height:2.6rem;top:26.5rem;left:1.7500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iEXGCvVZnzqvqgweq4ilbCvir7mgS9X8 { width:1.375rem;height:1.375rem;top:27.786712646484rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTpZZwQeE8epEbiFLa9DaM1hholNDcBc { display:block; }
 }@media only screen and (max-width: 763px) { #BKNVWgEA5RKvMFvVB6gum9evvZd2EUhB { width:8.5rem;height:13.2rem;top:25.1875rem;left:10.625000536442rem;font-size:0.6875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VvKK5VBPKVotIXrc3N6w69ielwx5s17q { width:0.75rem;height:0.75rem;top:28.086715698243rem;left:8.1562505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5VEcd14IPk7R3bH6r5RTCi0fh0V9iCC { width:9.6875rem;height:14.125rem;top:24.785938262939rem;left:9.8750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgeL3c4zbAfaIPdUgN7gIUH1c7T9ZdtN { display:flex;width:1.3125rem;height:1.3125rem;top:27.836715698243rem;left:8.9687505364419rem; }
 }@media only screen and (max-width: 763px) { #tyApVTTmX1ngDGp6aMHncTzoSNktmCE5 { width:14.4375rem;height:0;top:37.3125rem;left:1.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #yg7T3KSJEIZc20vOUnDIwnPMVGtaAo68 { width:1.125rem;height:1.375rem;top:29.6796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1eU5s8cQn8NteTwRMS0mT0nPu1wT0Zh { width:15.625rem;height:5.2rem;top:29.750778198243rem;left:1.8125000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h0zOovs9wOPtTxRbxcF9NWOqpWSnZhf1 { width:19.6875rem;height:3.5rem;top:37.640625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT57XbaoErgxM7vSSuo8ZF1fAwRaTIVT { display:block; }
 }@media only screen and (max-width: 763px) { #oOWvcMFHJGtJB0TsOQNu5yiXBsdAilkf { width:18.3125rem;height:1.3rem;top:36.091400146484rem;left:0.84374994039537rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kb5TxsRTDtTM1hOBVSEmMeyFEsR9dgLA { width:16.0625rem;height:0;top:38.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #RqsnGbt1MMsHrkqkemvPoew7y7oMULWf { width:14.4375rem;height:0;top:38.3125rem;left:8.0625rem;font-size:6.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #l0V8vmPbUNILXHNgh1f7E8aZqHsktpmr { top:6.8583335876462rem;left:0.1875rem;width:19.625rem;height:11rem;z-index:15235;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sUcewihKCk95c9NZ8SchXt2LCvHzgdkv { width:16.5rem;height:4.3125rem;top:43.769886016846rem;left:1.3750001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsoTxczbTcT0izgcT147iupfiR8Kul79 { width:20rem;height:2.8125rem;top:41.757034301757rem;left:-0.030468761920929rem;z-index:15237;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lbybwaqJpcWFcd1K87TCR05irbT7PwFg { width:19.875rem;height:11.125rem;top:47.311080932618rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv { background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/d5c10a5a-31f0-4672-9721-cc14be6c6beb/Group1261155237.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.adaptive-delivery-prevent-bg, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyload, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyloading { background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { background-color: transparent; background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .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); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwIpwfJGx6MmPeZExqCsgaKULqlJkXzX { width:4.9375rem;height:1.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIJDiFTcfomoaVwdrZU65nmTtvhXCISf { width:1.8125rem;height:1.8125rem;top:0.67421913146975rem;left:18.187499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeLG05o8HQa6V7kdnkOQENhA1mcv3iWq { width:1.125rem;height:1.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz280cCh17E0tyBrzZRxg5qTscxUlizs { width:15.0625rem;height:1.75rem;top:3.75rem;left:0rem;z-index:15237;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EdmU25g0DJLbP55nwSg6TeMAMRTzZCPa { width:20rem;height:2.27059375rem;top:5.0000009536743rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6ybktXkHxlL6TIilo9fiQGOAcQ3AC4x { width:16.5625rem;height:3.9rem;top:19rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RH3a5uFQ6DFaHnC4F0r4nbA8HkAJLp5K { width:1.125rem;height:1.375rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5Ts91qHPE8ueVcPymAXKmV7CX4M7Oe2 { width:15.875rem;height:2.6rem;top:23.6875rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mbeqbgk7gEVgQR9EuozbInfc4VpfWJqq { width:8.375rem;height:1.1375rem;top:25.097915649414rem;left:7.875rem;font-size:0.875rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #SnPGbIrEUtd5ciBBvTxoa9qCyV1r5unO { width:1.125rem;height:1.375rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQNKAM9pWpT0xyCfUFyKPAa88nBaooXL { width:15.25rem;height:2.6rem;top:27rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vc4HXEUtBgu8xvXxtcsgTGKA8zRAqCNU { display:flex;width:1.3125rem;height:1.3125rem;top:28.211456298828rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #X9QUiv0g91vJcmvCPboRclN06T3TlbPO { width:1.375rem;height:1.375rem;top:28.222915649414rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpUIVIWnhVNb00WpFNABuR2dTtSW2TdG { display:block; }
 }@media only screen and (max-width: 763px) { #bZDZpTSq36uJxCweDO84IOnM8XA0va3U { width:9.5rem;height:14rem;top:21.785415649414rem;left:10.123958587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVtT0Q6UtLbQeSmNkTFqbWlU9x4XsWZb { width:8.5625rem;height:13.2rem;top:22.211456298828rem;left:10.6875rem;font-size:0.6875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bwflh2uOkiQdciNmOu6yKeU1Oa6NBKrW { width:0.75rem;height:0.75rem;top:28.523956298828rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU6TUJqX6QhDdvuSxXMDFzu7Oomti6QK { width:1.125rem;height:1.375rem;top:30.021873474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9mRJ2bCuZOnzXNvOLrMSFbzAqen3A9U { width:18.375rem;height:5.2rem;top:30.193748474121rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fkCRalhuyZmRUhNxfv22dm9TOJoIpCT2 { width:19.6875rem;height:3.5rem;top:37.347915649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BseBreS34XdH2cyqMRkLe9QdTX1D5MCU { display:block; }
 }@media only screen and (max-width: 763px) { #D4xMwTmZ0UIxbnZPQMtAHQiq7925b2b1 { top:6.875rem;left:0.1875rem;width:19.625rem;height:11rem;z-index:15236;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DKx3HE2tkiTU0zd2u1mkJCVWuaV8mztm { width:17rem;height:4.4375rem;top:43.793319225311rem;left:1.3750001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wa9LPcKTdoKTUvmZIloVVKawsVmth82V { width:19.875rem;height:11.125rem;top:47.417613983154rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ux2APO8dyxTOW7ZppeXFp8wMqrOw24PF { top:41.75rem;left:0rem;width:20rem;height:2.9375rem;z-index:15238;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG { background-color:#1c1d26;background-image:url("https://images.assets-landingi.com/uc/078d7029-2a03-4311-a0c5-5d0447e052c0/zaokraglenie2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG.adaptive-delivery-prevent-bg, #S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG.lazyload, #S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG.lazyloading { background-image: none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT { display:none; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ktG77pQq53VR5tHIcoaUvHLVXCM7DHcu { width:20rem;height:7.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMqa3dC70FzBZ7CMe0wWZbieNhxWknBd { width:12.3125rem;height:2.75rem;top:1.5rem;left:3.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BWMRfgEPkTueO6eH82FuRebJaMrBVOAh { width:2.1875rem;height:1.25rem;top:5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHbp47B2Z7tqtvhlIyWQXFvn1fcDZqe8 { width:2.1875rem;height:1.25rem;top:5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyyiIog6z634exTQSd55tnTHG4zwFJ75 { width:2.1875rem;height:1.25rem;top:5rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmeiEzBroOiW9tzvPZOkyTccSIXVHbtx { width:19.75rem;height:16.4375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLeATTP2MbTnDqh1trNRtrcLfTiWIh1K { display:flex;width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Pa7qT62iBgkaOhnVo1LRTrJtMBk7r8ms { width:15rem;height:4.546875rem;top:9.375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H2c0HvsKbihtsV0k9ib7aPAUGZNyst6s { width:8.875rem;height:0.962525rem;top:14.0625rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UCvIpAKtr0KN3QmNpB931oDIUJzBdiCB { width:7.6875rem;height:1.375rem;top:13.75rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJEsU9lRLnF3RKchVkR1iVgG6Jotlssl { display:block; }
 }@media only screen and (max-width: 763px) { #pdZ2BpfCocyCIC93TBEa3qAF1zGsoFEK { width:13.875rem;height:3rem;top:16.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ERBiMlhU5mr5XxX5EizQaI8GHTi0HZ { display:block; }
 }@media only screen and (max-width: 763px) { #F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO { display:none; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CepSf6ZgxOsuN0IF4HMt6VeVsgcGWpfv { width:20rem;height:5rem;top:0.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #xt3XbTGTrDIXtE4iPnBLm1TD25RMEd88 { width:15.0625rem;height:2.75rem;top:1.5625rem;left:2.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oOivcMQlkzBaTHwr9aSkgo0i1CXGHfcW { width:19.75rem;height:10.75rem;top:3.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Cc4Vq8JFLVHt4kxqoKNTUBhXHu53bnTR { display:flex;width:3.125rem;height:3.125rem;top:4rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WDPGcqakoUAuX5N3DaDhi6Mnou7kLmoL { width:3.125rem;height:0.875rem;top:8.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBochVIhefq7s3vKpo3sZuFnDOVMm4Pz { width:4rem;height:4rem;top:7.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXpblpKxsXw5Dx1GSsFW9IFl6FLEPHa9 { display:block; }
 }@media only screen and (max-width: 763px) { #o2kuUUx2FfFaHr5yOETX62cP4tdmczek { width:3.125rem;height:0.9375rem;top:8.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUkl5mWxVIdaCsCMgzFvBFRMMQvXlk81 { width:4rem;height:4rem;top:7.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR6WBNrFHsptlN3rnEq9DBHzZDzdQBrA { display:block; }
 }@media only screen and (max-width: 763px) { #iyPZnT9PrfeaM6kkyagbqnVJiV7u7y5O { width:3.125rem;height:0.9375rem;top:8.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4hV8bCKHGgCNumfqNyZoTKQMEEMLgm { width:4rem;height:4rem;top:7.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZfHJyNSA1JEE2mU9ETVc1fTTtAqnByK { display:block; }
 }@media only screen and (max-width: 763px) { #MGEIGLTvvSnmRQwA12QZTWKqntHGvQ5C { width:3.125rem;height:0.9375rem;top:8.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMAMOgSsiPdQgMSmEW2PlPcFg2IMTTHr { width:4rem;height:4rem;top:7.625rem;left:15.125rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #BKUCmFNKtGQP5uXqdDe02DTpQRchXHSE { display:block; }
 }@media only screen and (max-width: 763px) { #gGD7nbrOE07I2le6nE49UcPT0d5aCedl { width:4rem;height:4rem;top:7.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyTfwFHwwfqDJvdRbg7IPWRKM7SW1rGA { width:4rem;height:4rem;top:7.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR7Jbi7QJasvTzZUxOKSQRTs8wRwTfEt { width:4rem;height:4rem;top:7.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLTvfebrXFiG9e2bco1uyZtRXNTG2Tz { width:4rem;height:4rem;top:7.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTLBvZxbPQsyakTvtybLmvT61LknQzR { width:0.75rem;height:0.8125rem;top:10.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5hKJlvvxs9xdJgTpvAkG2xDG8gEbixz { width:0.75rem;height:0.8125rem;top:10.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTW1K2Ftwl9vgiEVXbIKNosRyXyR3C0A { width:0.75rem;height:0.8125rem;top:10.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMvrfCer6KnVP9UHTVFqGTTzsSCkU617 { width:0.75rem;height:0.8125rem;top:10.4375rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpiedUTv5ZFGCv4maiyk3uxL93v5h7dV { width:0.5rem;height:0.5rem;top:10.59375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfkPF1eEIGdPPcQiGwZlVOwM32Css51c { width:0.5rem;height:0.5rem;top:10.59375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqyUpe8JWg7dK4KdF4LXDvzGcau5Lw8P { width:0.5rem;height:0.5rem;top:10.59375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCRKGKuaROwEbufyn4vZJbxPCWqKmPDE { width:0.5rem;height:0.5rem;top:10.59375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeNwJMFbuw81X4nsrE5eSveITTqdvDta { width:18.4rem;height:2.9rem;top:23.298958778381rem;left:0.80000019073488rem;z-index:15201;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.6);border-left:0.0625rem solid rgba(255,255,255,0.6);border-right:0.0625rem solid rgba(255,255,255,0.6);border-bottom:0.0625rem solid rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #nz3KUlvGkZw00SQ0xqqUw4lMeT00SowK { display:block; }
 }@media only screen and (max-width: 763px) { #ObeVS9N7kr0fRPDq8VzfM7w3FJKlS0bl { width:20rem;height:6.82225rem;top:14.5625rem;left:0rem;font-size:0.75rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #gq9Xn9aMVTOhD7KP3VQbeJteiTCbbFrc { width:0.5rem;height:0.5rem;top:14.825000762939rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpnwkRZb55cPJOoFax0JLky8XpCXSTFd { display:none; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vgZPMQISSrJ5PTbtEVdiq9JaV17A0RGf { top:20.90625rem;left:10.8125rem;width:2.75rem;height:2.75rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nxpmq4QLTJcnTgr8spuFziQX9DtQRF6r { top:21.09375rem;left:15.9375rem;width:2.375rem;height:2.375rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FDf7V9bdlnPzeFbkTeqM3Bv3oRAZBb4E { width:20rem;height:5rem;top:0.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #onvh1WoPGHaZcUDiZOJLOXFBVAnaRfs1 { width:17.0625rem;height:2.75rem;top:1.625rem;left:1.4687500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Oy8rAtfR4lSD19E1Mm26Kg7NBeQMaDLx { width:19.75rem;height:21.9375rem;top:3.3125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #A7tgAGNmg2XxH5I7VeNWRqw012a1KEKC { display:flex;width:3.125rem;height:3.125rem;top:3.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rsnp1tFTpBMZOXNwvFIwZOwvO91SkCpB { width:4rem;height:4rem;top:20.28125rem;left:10.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #nUZmoLnQ7vSwlH4v9eCapGDoT6xCs0Lo { width:4rem;height:4rem;top:20.28125rem;left:15.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WTrVMp7yuLDw0yb6o8O4CHomHNLiXX03 { width:4rem;height:4rem;top:20.28125rem;left:10.3125rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #TlNTxZZMFo8XC95hL8Uc2z2CKi7cL9TL { display:block; }
 }@media only screen and (max-width: 763px) { #vBGvmBpIvrlv78EQKdTQQccvZazJ0U6d { width:4rem;height:4rem;top:20.28125rem;left:15.125rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #DtcUZyti4PTpvxAcz3waMhwTwwTl1xLH { display:block; }
 }@media only screen and (max-width: 763px) { #FTTQLwhncnASvkTbTEnzLVghtMp1iEmT { width:18.8125rem;height:2.923825rem;top:6.0499935150146rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCVmusmOqtKQKBF34UZEIEZSTXEx0u9a { width:13rem;height:0.975rem;top:7.9874992370606rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK7WW3msUwST4hlthLZMQTWToKtivell { width:9.8125rem;height:1.3125rem;top:7.85000038147rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILdk8mlOUzzaw8al08lRSUg67ZrHAUu0 { display:block; }
 }@media only screen and (max-width: 763px) { #hmNrhMwSPwTflDfUyeMRGxpATU4x2dhK { width:3.6875rem;height:3.6875rem;top:9.90625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EosdC7OUkTzDVuSiVOHMo6bkgEz7E1SM { width:4rem;height:4rem;top:9.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL95nQrL93gCoLVv2l2py9PZkEmTFdJA { display:block; }
 }@media only screen and (max-width: 763px) { #UzbWCSegrm3g8eByN9mZvomOF57P5KOc { width:3.125rem;height:1.125rem;top:11.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Uez76WMZyqQS7eTpGTClGzq5Md6Htf { width:4rem;height:4rem;top:9.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tulefvRTEozZ9EeXul9XkpT6qCHrmCbJ { display:block; }
 }@media only screen and (max-width: 763px) { #XwgRK7TXGM9wBA1D5wLNTtayrItxT8lc { width:3.125rem;height:1.125rem;top:11.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrO0deO9r3RqztcTiwGsSFaX0yK7g1ZL { width:4rem;height:4rem;top:9.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZfu6QOUIAapX39933cnHRs4iSRADQDT { display:block; }
 }@media only screen and (max-width: 763px) { #q0IhC2yukFfMLMXoG5O0UaAMuXEJUALy { width:2.3125rem;height:2.625rem;top:10.3125rem;left:15.783332824707rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv51Tzw78R033AiWAzfGis1mLRJTuZa1 { width:4rem;height:4rem;top:9.9375rem;left:15.125rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1iaIXZ40FtL9HNBye5ontKGt1Z6UAR { display:block; }
 }@media only screen and (max-width: 763px) { #Vv0PdOVT6rSLpSSOCM23PDflZrpdwB3A { width:1.875rem;height:2.3125rem;top:15.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooNp2aLhTs2f2QCJKr31EtOJOkw3aq99 { width:4rem;height:4rem;top:15.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8RTpDKmpTy86oblVpDUEMZf5NhsfQF0 { display:block; }
 }@media only screen and (max-width: 763px) { #oaHbLaOoMEBTTbHropkcw80Cl3cxGVzi { width:3.625rem;height:3.625rem;top:15.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6iD0p7piwcfCy5aan9vVh1f7ifheyCu { width:4rem;height:4rem;top:15.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPhG4WURQdptKGa3ECpfyKBldmBr8f9q { display:block; }
 }@media only screen and (max-width: 763px) { #JTVLiDGu8uq5NGkrECHA0LWaUd3Rgl6d { width:2.75rem;height:1.75rem;top:16.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPwBrscWtl9OkJv2cTgQUE4VikVnVPiQ { width:4rem;height:4rem;top:15.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn9zFTV5CT8NTve9BUXtNEIfaRZpDM9H { display:block; }
 }@media only screen and (max-width: 763px) { #scTGTKJQyVni2VlCUZs7k07P6KyZOApM { width:2.875rem;height:2.25rem;top:16.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHSmJzwsbAt0g7LcPpVZqV9goTi13fL5 { width:4rem;height:4rem;top:15.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5ORBcpVMoAs7SL5gEph2TC2TNTl7GyH { display:block; }
 }@media only screen and (max-width: 763px) { #H722qWQ2fIAH5xwXczSGDTveLbNbhOQF { width:2.8125rem;height:2.8125rem;top:20.643749237061rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaFBXo1HqsQJ7N6UvrXKcDeq5b3vXmrI { width:4rem;height:4rem;top:20.1875rem;left:0.875rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #PVgANxZghZJm7m4tmJKsQu4Usmo0T3fi { display:block; }
 }@media only screen and (max-width: 763px) { #MFaQ3bqgFqwOc1qOqlnWH9CKhnaDhqin { width:5rem;height:5rem;top:44.9875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtAaOTQTfODtgTXGdelH2qKdA2LUbP1g { width:4rem;height:4rem;top:9.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htxPkBJn6XH4SoqhQif17cAqXsvREuMa { width:4rem;height:4rem;top:9.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J16JO9yCbPpMtFTBbyIVDd70B58PdpnX { width:4rem;height:4rem;top:9.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSFDS2eznnIdC7FGVW0NVlKmytAa0IJI { width:4rem;height:4rem;top:9.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpBEM6aawnXNyugVaPbUE2sC6TTMlJLE { width:4rem;height:4rem;top:15.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJqRS2XtElaFmQ4pX2fNTlTsEahBwdgo { width:4rem;height:4rem;top:15.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVbH2eQ0oKwSgUEEpR8PickSwT9xTTih { width:4rem;height:4rem;top:15.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0hA3wwzi0fgptaITJAvUBLhzDxEgEw9 { width:4rem;height:4rem;top:15.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxM7xxKVx55taHS96de3HXCDGPGngpQE { width:4rem;height:4rem;top:20.28125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leuZkTJWPHvTOLNypbX5TEdCNOlTy3e4 { width:2.625rem;height:2.625rem;top:20.96875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO1aFC5cHiuAqzmqMXTAQN4Aadv5zxsg { width:4rem;height:4rem;top:20.28125rem;left:5.5625rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #fXikNRh9yZ30O5eSZRq3upuQa5f2ucgC { display:block; }
 }@media only screen and (max-width: 763px) { #eVgKeCo2pdqGatu1vTrxFqNUPkOQms8G { width:4rem;height:4rem;top:20.28125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5boSB4glsRCZr8ud6GgG7iv6fh1xg4K { width:1.25rem;height:1.25rem;top:20.03125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsWs3KMP23qNNyxPoWANHdDoAzUfJelX { width:4rem;height:4rem;top:24.187501132488rem;left:5.2375002503395rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFFA4PBl6HETRvq4XW6lcXAOZdoR7Ivh { display:block; }
 }@media only screen and (max-width: 763px) { #QwfDvZH9eyWHxradPVTqL1wP9DCVhZcG { width:5rem;height:5rem;top:57.175rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsZyZ3HLVEpmn2hwOPD23ECVq8uJw54P { width:4rem;height:4rem;top:9.4375rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBdO3aHimViiEfgB7ez8ZKnbJ1ynxp8M { width:5rem;height:5rem;top:9rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X777vALLK8sOg31ofozgXBN0EeT1paHD { display:block; }
 }@media only screen and (max-width: 763px) { #ahIR7yxcldQvveVdDo8aEAemJeLTZlrg { width:0.75rem;height:0.8125rem;top:23.03125rem;left:13.3125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #GlzmskDS4kOAoV83LnbwmzccHyDmDAA0 { width:0.75rem;height:0.8125rem;top:23.03125rem;left:17.96875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #BDEU4Ick21WaZlIuxn3TpT898rIwpVuc { width:0.75rem;height:0.8125rem;top:63.425rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqLLNO03azFHImerlpUe7brD3rQpag3g { width:0.75rem;height:0.8125rem;top:48.8rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOpT7T9zh3b2WMVeHThyGrM4S3xnnFwI { width:0.75rem;height:0.75rem;top:12.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCLQCCwTbRlFDpGMo02PF4p6Iag8PxJM { width:0.75rem;height:0.75rem;top:12.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6nDebITA3TCmf40WhHPSaaNOaUc6Xge { width:0.75rem;height:0.8125rem;top:12.875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlqFDJIExzkhkeq9Dff3Wa9EX6v9dhUc { width:0.75rem;height:0.8125rem;top:12.875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGuMkLq8kePQbMyoyVwIQqiFUA5FbSwn { width:0.75rem;height:0.8125rem;top:18.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2zbggyceLZDzfEW7iIFAT6qmsKIebCs { width:0.75rem;height:0.8125rem;top:18.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfpR7ML2E63ixe4no2SSByzvUcDuuDlF { width:0.75rem;height:0.8125rem;top:18.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRpCrJgrTeuS1r3MbBoV6HI0T2U3EWAG { width:0.75rem;height:0.8125rem;top:18.125rem;left:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXxMMoILET5ChLQypOMf6Dlu96g5x6U { width:0.75rem;height:0.8125rem;top:23.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNmfMxRalVRWz7BJQSeLwCDyunRVnqwN { width:0.75rem;height:0.8125rem;top:23.03125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSLl7MIvLS8oZeDGz55kTTdLuQpoKSE7 { width:20rem;height:3rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF0LekanMg8qr0EFrGTpX2MLrtn0s5VD { display:block; }
 }@media only screen and (max-width: 763px) { #sqIfavCP5zlUJ5giWkiLGynWfnVGAki9 { width:20rem;height:3rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLoiLGxgEVHhlKvK8ySdelP7kKfN8uOu { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { width:20rem;height:3.5rem;top:1.1625003814698rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #s7oreNTgreFu376sUVHTB4kZvopVbgGe { display:none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { width:20rem;height:9rem;top:0rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erknzs6JscFTDUBFh5kwJ02bnKBN73EB { width:1.5rem;height:1.5rem;top:0.58749961853027rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { width:16.4375rem;height:2.27415rem;top:0.75rem;left:2.59375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { width:16.5625rem;height:5.249025rem;top:3.1875rem;left:2.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { width:15.75rem;height:2.25rem;top:6.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block; }
 }@media only screen and (max-width: 763px) { #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { display:none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { width:20rem;height:6rem;top:0rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { width:1.5rem;height:1.5rem;top:0.58749961853027rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTc6ykKALRdZCIcAikRJN72IrAERztTI { width:16.4375rem;height:2.27415rem;top:0.75rem;left:2.59375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { width:16.5625rem;height:2.1rem;top:3.1875rem;left:2.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB { display:block; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 { display:block; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ef38e464fb1c3a4537ee576491602d28 { width:19rem;height:1.95rem;top:0.0179443359375rem;left:0.49999994039536rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4WzxsuKDmwuH79K5ma9WMoL4DMDx0Nv { width:20rem;height:17.25rem;top:2.5319604873658rem;left:0rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ypATLCIsOMdmIbwmpXo1HIab6M56vkKm { width:13.5625rem;height:1.4375rem;top:0.9375rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXTGToEv15M55WgtpdviyvmZGRBAz5V3 { width:9.75rem;height:auto;top:0.375rem;left:5.125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lc6a092537f2ad682f8d9d14b9c2b99b { width:19.8125rem;height:19.5rem;top:3.125rem;left:0.064630627632144rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBPzU2xk5atWHwHKguCFx37nTy8S3Fy6 { width:9.8125rem;height:1.2rem;top:3.6598052978516rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1h75s1MVtOTCnCyQNtD0CTuXymzrIhS { width:5.625rem;height:5.4rem;top:4.4836730957031rem;left:0.625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP0VJNdUPIiRO6ZRTeqUGeTr1gQWgnW3 { width:8.25rem;height:3rem;top:8.89631652832rem;left:0.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma6b706b7706f9f6c4ced65b857f5182 { width:9.8125rem;height:1.2rem;top:13.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8B1t8Qu3SpQf91V6Zb86VzXxgVg8pmc { width:9.8125rem;height:1.2rem;top:14.921173095703rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTApd8XGt6R2C7wQvZoLwpoOd4N7ltE1 { width:18.25rem;height:2.125rem;top:16.644897460938rem;left:0.875rem;z-index:15252;display:block; }
 }@media only screen and (max-width: 763px) { #c28FPZTRH1Rd773U41gUVZZdvXppEiea { display:block; }
 }@media only screen and (max-width: 763px) { #d862d9f7463793a22fcde56ea8f7d368 { width:7.6875rem;height:7.5625rem;top:6rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mc977074d772e79af43db76aeb84a8f9 { width:9.8125rem;height:0;top:6.625rem;left:9.84375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZaFdlzg2Kudymw9nD90O6CZg61s4iFA { width:5.625rem;height:0;top:49.940979003906rem;left:14.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IX0QhsSNUwz3ed2ySebF6xdVrIDcwSGV { width:9.8125rem;height:0;top:11.875rem;left:5.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWNPUrVaKR4JzknwcrJPdZPa3hafZmyl { width:9.8125rem;height:0;top:15.3125rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJAJ2evDdgbTPi817wu4xdTn4U6kEE1q { width:9.8125rem;height:0;top:47.416205883026rem;left:2.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I76020982929823963a7e7af9973d055 { width:11.1875rem;height:2.5rem;top:32.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0b67f32935a50870df96f2ec906c7ab { display:block; }
 }@media only screen and (max-width: 763px) { #Iym84r27Eb1dZ5a1LosP07L1LPhIZa4n { width:15.75rem;height:2.3125rem;top:44.374301910401rem;left:2.1250001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4b682bb12879aca3100aa0d340bbd84 { width:7.6875rem;height:7.5625rem;top:6rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uthradc0vpTSCRF75H8Qz3UhfhU2P1kF { width:9.8125rem;height:0;top:5.5625rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSiQkiPTIhL6rGQcVD2VMSDykLob6W6F { width:7.5rem;height:0;top:7.4375rem;left:6.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #No4NCP4z0RRUNbtPRElmfr4gIMZ5heOF { width:9.8125rem;height:0;top:11.75rem;left:5.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgLZpTFTFJ7MlbSpxWm7m2AZr5C730W9 { width:9.8125rem;height:0;top:46.517057895661rem;left:2.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVodVT2vi6GtJDFTckodxw4FozpGHFvs { width:9.8125rem;height:0;top:16.5625rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9d60cd2b2ce5218eed0ddfb3108d86b { width:11.1875rem;height:2.5rem;top:32.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mc345c71b475cd391707d1c98d763782 { display:block; }
 }@media only screen and (max-width: 763px) { #LbhqTUhXTkEuIErnXEu062TVTauW1PlW { width:15.75rem;height:2.3125rem;top:48.436790466309rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbe4148f9a8022eccc90316fd4e5f74e { width:12.5625rem;height:1.05rem;top:21.124290466309rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDOHEFoBeKqtTiTDIfCfmqXwWMyU8Rvr { width:2.375rem;height:2.1rem;top:22.799713134766rem;left:0.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EClAyVfVlsPGdlVfNRn8xAKmi99c8dk9 { width:8.3125rem;height:0.975rem;top:23.298294067382rem;left:3.3750001192093rem;font-size:0.75rem;z-index:15253;display:block; }
 }@media only screen and (max-width: 763px) { #ed20f2b40e86976f0a72f3f7299f4475 { width:8.5625rem;height:0;top:18.375rem;left:7.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbqaHJUAcFw9kk0l0mbw9Kcb8ZgTS7Gq { width:4.5rem;height:0;top:47.718750953674rem;left:3.28125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hcdcb0de63bc2025fbe94b7593da4bcc { width:9.8125rem;height:0;top:11.1875rem;left:9.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O49a859b71eeee12f36eb878d549f41c { width:14.3125rem;height:0;top:77.11719279785rem;left:5.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUC4vFHm3GerQyLIbpvMXKBIZCh1XT8E { width:4.5rem;height:0;top:51.267058372498rem;left:3.15625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p20a397c0881a1b38ba9111499df9ce8 { width:9.75rem;height:auto;top:25.3125rem;left:5.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2a2983090eef04d629452d0f68cf982 { width:16.0625rem;height:0;top:77.11719279785rem;left:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0ce4033fd8d52696e158af98d8af6ec { width:20rem;height:3rem;top:79.279122882081rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVOG0ThtrGD4UD0KX3M8CSRO1Ish9RpN { width:1.125rem;height:1.125rem;top:26.405540466309rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLJ0mofsTIsCpx2GVQ7ECI1yL82JPidE { width:2.8125rem;height:0.9rem;top:26.519172668457rem;left:2.5000001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLGs8mrELQC6ZpSUhfzA17bNn0FQrJTG { width:1.125rem;height:1.125rem;top:32.374286651611rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWQvzeq5lHwOUxHHOTBKFpRvkffc7Lc5 { width:6.25rem;height:0.625rem;top:26.655540466309rem;left:5.107954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #z21ZFWlL9c2uNBCQ0fP7TszhhC5RTaQB { width:6.25rem;height:0.625rem;top:26.655540466309rem;left:12.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu6CdTTRhxophp7l8hPbT0n7HeyS5RsV { width:1.5625rem;height:1.5rem;top:80.029122882081rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NccH5qoKbnuISyVCbrQa9B0EnVAyc9Qr { width:1.5625rem;height:1.5rem;top:27.837356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsHgFzVX2gCaqbfuDchTzhpDbKtNV7aH { width:2.8125rem;height:0;top:32.487216949463rem;left:2.5000001192093rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyRQtTRu3r03UbHc9m1QfsLN5SoW91Vw { width:2.875rem;height:0.9375rem;top:32.468036651611rem;left:5.3125001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVhMFpkz9aNXyHBmncztBJE1pETsBg0R { width:2.875rem;height:0.9375rem;top:32.468036651611rem;left:8.7500001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkMw3O0d4ai2lwQtf0aUO1oZU54Ci1E4 { width:2.875rem;height:0.9375rem;top:32.468036651611rem;left:12.187500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyMnAPqFRmJczCFmJdmmfs9iZKVvsd9X { width:2.875rem;height:0.9375rem;top:32.468036651611rem;left:15.607954144478rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGs6ngC1vKbVlPSMtCUVndhqlKwkStwt { width:2.9375rem;height:auto;top:32.9375rem;left:8.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBW7W2gPEPGk72RvzBUr7leo4RwH42iZ { width:1.5625rem;height:1.5rem;top:83.787644915769rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #viteWn9BmTaeVZCRWvkKVSDToWycKySr { width:1.5625rem;height:1.5rem;top:30.587356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTULEXZ4GfDt1LlNuTfMMMk9Oq2COsP3 { width:1.125rem;height:1.125rem;top:29.311790466309rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8uJwpe80GScWsl5QFCqdCFQZnT2nWCv { width:2.8125rem;height:0.9rem;top:29.425422668457rem;left:2.5000001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwi3FTF9rS6f6551MAnRd9xHkE92J0Lk { width:10.25rem;height:2.375rem;top:28.686790466309rem;left:5.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5LWF0aJcetgTFCphxDoRfbn4eS6nD5K { width:1.125rem;height:1.125rem;top:32.181106567382rem;left:1rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #aoR9MPMHRiZIkECcySKJfiScVa48wZD4 { width:12.5rem;height:0.9rem;top:32.35652923584rem;left:2.5000001192093rem;font-size:0.75rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #kr80cHmOGax8WAufyx5nwkWQXHpwwTV4 { width:1.5625rem;height:1.5rem;top:39.712356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5SfQxSsBPgPmdpeNNGVKgOe3cXTgqII { width:1.5625rem;height:1.5rem;top:42.462356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NB5bh8WzSLnIVNc2LaMmtWe2Lf9lEvhl { width:2.8125rem;height:0;top:50.750001907349rem;left:4.5000001192093rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8tPLIWLM789pRefvEKOHI68k3hTSi0F { width:13.125rem;height:1.8125rem;top:33.556106567382rem;left:1.982954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaQaiXa4iKVXyQhRwHiqlxsBhm1aAoGg { width:1.5625rem;height:1.5rem;top:48.462356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTwnh5ChTsCVNtyJJGKrONVpXWNORVXn { width:1.5625rem;height:1.5rem;top:51.212356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QeTdD9v5kT3EnVg3XPECW5DF8pTyLSaO { width:9.0625rem;height:2.09943125rem;top:67.869312817381rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CeEI79AXunxeJD9uVht5yMcKNyGSfEiX { width:9.5625rem;height:1.04971875rem;top:71.218031567381rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2DikyBR0M48MT7koF8fMh1kbbAQ5hvK { width:18.25rem;height:2.125rem;top:37.328907012939rem;left:0.87499994039537rem;z-index:15254;display:block; }
 }@media only screen and (max-width: 763px) { #TMUAUONSXOgCeoc2CqTydHxddiH9onkg { display:block; }
 }@media only screen and (max-width: 763px) { #c8ed66d8b7013fdf079da8a246d4a675 { width:8.0625rem;height:0.975rem;top:40.140628814698rem;left:5.9687500596046rem;font-size:0.75rem;z-index:15255;display:block; }
 }@media only screen and (max-width: 763px) { #e5cI7ODMrkpIdmT9ZTPGMA4fZrJ2Bkpe { width:9.0625rem;height:0;top:41.625rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TF9UEMsOGnRzpeg22In9L3yNOnA98Je7 { width:9.5625rem;height:0;top:50.301849365234rem;left:3.28125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #unoL0tcJLSrlncekoRvMcFiXt8MCmHWs { width:15.5625rem;height:2.125rem;top:52.312501907349rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bumOBfZ1l1WHc1gRGC15EFXdDFMEwJeo { display:block; }
 }@media only screen and (max-width: 763px) { #hzuux1Ugbnf3BUAVNBPTstBKyDe0KFJM { width:15.75rem;height:2.3125rem;top:51.999290466309rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpOfbkdvwWeAqZEUrqH5pLxb9NtLhT4B { width:8.0625rem;height:0;top:55.204545974731rem;left:3.53125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddrLrv4tNs7wM3WfEvTyQx2eaQkrgQFe { width:9.0625rem;height:0;top:41.625rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9pv7WQ1vCi9fUlKKhw4Vbk4iBB1nZA3 { width:9.5625rem;height:0;top:53.855115890503rem;left:3.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #goFtAHvgARUktiqy9CXgGIpawOGI8fA4 { width:20rem;height:3rem;top:35.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #krTFyLxRxEHkZS6RH2GXlfGi6KOGvcHM { width:15.5625rem;height:2.125rem;top:58.379259693146rem;left:1.9375019073486rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgJ260ZbLyppBSPqxToQ3DPPMBE0QmvH { display:block; }
 }@media only screen and (max-width: 763px) { #QPqN5oqyZCBLSCPqqPiFJVFT9WoqbDZJ { width:15.75rem;height:2.3125rem;top:55.561790466309rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g31hNf9FfqQ0vF71196dvdNTzH2Jdg56 { width:8.0625rem;height:0;top:58.765625rem;left:4.21875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X16ys1UvASJkeGfKWBdrqc90nuAypWKZ { width:20rem;height:2.875rem;top:25.592330932618rem;left:0rem;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #282352, #030304);background-image: -moz-linear-gradient(90deg, #282352, #030304);background-image: -ms-linear-gradient(90deg, #282352, #030304);background-image: -o-linear-gradient(90deg, #282352, #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );";background-image: linear-gradient(90deg, #282352, #030304);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wfSt8IkdJtBA1Pk8FheklEA0lkaD3TcP { width:20rem;height:5.125rem;top:31.311790466309rem;left:0rem;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #282352, #030304);background-image: -moz-linear-gradient(90deg, #282352, #030304);background-image: -ms-linear-gradient(90deg, #282352, #030304);background-image: -o-linear-gradient(90deg, #282352, #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );";background-image: linear-gradient(90deg, #282352, #030304);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DLEweSQPL51rbaPwAgXJOT7lAGSxFVD7 { width:18.75rem;height:47.1875rem;top:4.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6guST9MNJzgXxGSXrInRKeziihQaZGp { top:2.2421875rem;left:0rem;width:19.875rem;height:41.125rem;z-index:15251;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Or0ins6Btwow534GuLDQLBMQiXPbU4pa { display:block; }#Or0ins6Btwow534GuLDQLBMQiXPbU4pa > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNGyi5D9Vb6mEunI6Xb6bftwldeQE1r3 { width:20rem;height:17.25rem;top:1.5359344482422rem;left:0rem;overflow:hidden;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #E6vbzr8nlKVr356min22vLo2indu9fao { width:9.8125rem;height:2.4rem;top:2.6593704223633rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2JFaNmmXHFoASHuXU8nNtL3deGdE3Df { width:5.25rem;height:5.4rem;top:4.6085891723633rem;left:0.625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDbPduf1MWGDWSKNRuKiXwVTCKxvhDiT { width:10.1875rem;height:3rem;top:8.9585876464844rem;left:0.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBk1PKmHqA2b1Jhcan38zAHTStUpcgeM { width:9.8125rem;height:1.2rem;top:12.3125rem;left:0.68749994039537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpd8ys1pfe31ibKTLQzc5t91W70JMTtA { width:19.75rem;height:19.4375rem;top:1.4375rem;left:0.065340876579287rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #aDACMmzxC6HmeEITxRqTOpolMQ1phxnn { width:7.6875rem;height:7.5625rem;top:6rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtUcIWmp6vN6W6qHgREFaC7Qx1xpmBRc { width:7.6875rem;height:7.5625rem;top:6rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDJQKZfAHczr67kBTfL95gtpZo7XT4MB { width:9.8125rem;height:0;top:11.1875rem;left:9.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0fsJ5OFaPulIJz3DSo6tvDIW9uA7Zus { width:9.8125rem;height:0;top:6.625rem;left:9.84375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqPqOdeDoDPcHpxR1wJ6uozSJcnxJRGl { width:9.8125rem;height:1.2rem;top:13.733589172363rem;left:0.66953128576281rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV2HVUb9LpHx2FfofwUDXsDVn3vNxhuJ { width:11.1875rem;height:2.5rem;top:32.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGK72z6IGly6PmpZ3h6XTEyz4MQoSZH8 { display:block; }
 }@media only screen and (max-width: 763px) { #u2N0iCNH1CAw0m3fpMFDbuWE3Fb591dc { width:11.1875rem;height:2.5rem;top:32.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZTqxw2pqkd0yG8SPq07UuD0ugcvlZlz { display:block; }
 }@media only screen and (max-width: 763px) { #wy1dv787zOnWlFCaxHzTn4ZE3MT0nRyI { width:18.25rem;height:2.125rem;top:15.58203125rem;left:0.87499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGH33r5BW1nlBBJmRTkvRsMXP7TgPo23 { display:block; }
 }@media only screen and (max-width: 763px) { #Jq0mcuWQH0mKtZy4p702bVydINUK2sHN { width:18.125rem;height:2.3125rem;top:15.45703125rem;left:0.93749994039537rem;z-index:15244;display:block; }
 }@media only screen and (max-width: 763px) { #XQJPT8xRqGWoKab5SvQ0xknnh4sANBb8 { width:12.5625rem;height:1.05rem;top:20.061714172363rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA04AdgP3diqm0oW5766z1TbraWqN2Cy { width:8.5625rem;height:0;top:18.375rem;left:7.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Whu6qJLbI2A2cVmB1fTwcxpXektynpUr { width:11.1875rem;height:2.5rem;top:34.8125rem;left:4.375rem;z-index:15199;display:none; }
 }@media only screen and (max-width: 763px) { #n9KllgSchPGa62Gvw1JXzswbReF207k9 { width:15.875rem;height:2.375rem;top:17.1875rem;left:2.0625rem;z-index:15199;display:none; }
 }@media only screen and (max-width: 763px) { #Q3A4P0yVugKTw7bkZW19MuHOoZUDaHKE { width:2.375rem;height:2.1rem;top:21.485946655274rem;left:0.62421876192093rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GagVzah0O3Ax28pfTkrL8N9U9egevqlA { width:20rem;height:3rem;top:79.279122882081rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKSowrOWwOQCycE7dDnTWi1APbS0Dww3 { width:14.3125rem;height:0;top:77.11719279785rem;left:5.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLTo6ygzxXmb4E99nHgfqxpFqMkmcu81 { width:9.75rem;height:0;top:24.6875rem;left:5.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fs0P98746p2dCznNsfaEFOXRH1vID6T4 { width:16.0625rem;height:0;top:77.11719279785rem;left:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yeSl67z6B6mhUX32sh86PA0bbnaxaxiQ { width:5.625rem;height:0;top:7.4375rem;left:7.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaKfq7qDP4fwDI1sFlU8tplzcCpP2Ttc { width:9.8125rem;height:0;top:11.875rem;left:5.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9XHciBbV9wqkxcMAKUoiOHNl1rcRPN7 { width:9.8125rem;height:0;top:15.3125rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7gyl344eg8lKtZAIVHwcipEPvzpsSdl { width:9.8125rem;height:0;top:16.5rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtJi1mQDAITbgcFb3JDUkRXtRrL7mxG0 { width:9.8125rem;height:0;top:5.5625rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fur3SKvZwQ75gJAhJI0Ah4TCzPf8DJeP { width:7.5rem;height:0;top:7.4375rem;left:6.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WN6o9nPP2IalrBcpmGTNNcgrMHWDEpFi { width:8.3125rem;height:0.975rem;top:22.046875rem;left:3.1250000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C90J9Ru30Km7r9O4ZHnXyBFHCFcUwMP7 { width:9.8125rem;height:0;top:11.75rem;left:5.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTnzpGBEqBadfLwQEW00aWamEu6h8lBp { width:9.8125rem;height:0;top:15.25rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9aLXbWGPIDLWlSkIoPK0DiKN6yeAi4H { width:9.8125rem;height:0;top:16.5625rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDELfBy1J8HedTacqSHDDWKbNXACsWHI { width:4.5rem;height:0;top:22.375rem;left:7.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iszLeWmGctTREPLMtcy3TH6OKvnHHRk5 { width:4.5rem;height:0;top:22.375rem;left:7.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBBq2Q6rVfde9JdS8eO5B4BQ1rUNMHsT { width:1.125rem;height:1.125rem;top:25.342964172363rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJhJbfIJA0FyFsgEG5m1hQ7VLUicc7Rm { width:2.8125rem;height:0.9rem;top:25.455474853516rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFS3Fcmaz3WmO8Mo87e3sU6DGB7JTwuN { width:6rem;height:0.625rem;top:25.592193603516rem;left:4.7953124642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ0qGfVBJdzf8fgtvaOkS973UZOODPPK { width:6rem;height:0.625rem;top:25.592193603516rem;left:11.875000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXKV9AgEgeBM2N4ErgCk1USqpSLBJcDs { width:1.125rem;height:1.125rem;top:28.373435974121rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMff06WdRCPQLguw9P3rpXsnwDMBQTyH { width:9.5625rem;height:1.04971875rem;top:71.218031567381rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbT5J8IxB97twchUWNG7FhTZPcQ24ZEl { width:1.5625rem;height:1.5rem;top:80.029122882081rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AedT0iubvBkaDTGguHZ8XSULo6RI8999 { width:1.5625rem;height:1.5rem;top:27.837356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCToidaT2L4lXlzycTJ311xUPtQOr6cb { width:20rem;height:3rem;top:33.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFl4iL2Nv1XekSgZPskMRCSwucW9Grx7 { width:2.8125rem;height:0.9rem;top:28.486724853516rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdm2UXczauugDW1ioq6lva0hNCU1Lre7 { width:2.875rem;height:0.9375rem;top:28.467193603516rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs3xE7dgxZbKpfA8OPQ6nmXugxfuPAwq { width:2.875rem;height:0.9375rem;top:28.467193603516rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #dec0T723aWT0J1adOFws4uA9wufKwkJS { width:2.875rem;height:0.9375rem;top:28.467193603516rem;left:11.875000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMZWnrRSg08CBFdA2SVixl85bEncD916 { width:2.875rem;height:0.9375rem;top:28.467193603516rem;left:15.295312464237rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFS3JWgvHa2o8SGotFslJHOJiN7nv0Z6 { width:1.5625rem;height:1.5rem;top:30.587356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxqPuW5XW8e7PJQBTwuwxpGmwu0sNxWO { width:1.5625rem;height:1.5rem;top:83.787644915769rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiUFO6S9TbzOrXMeeMPEfHGEULUzJA6o { width:2.9375rem;height:0;top:31.375rem;left:8.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIMxnzlBVZW5Cqqz9EOufNJmnqLZ2TrI { width:1.125rem;height:1.125rem;top:31.249214172363rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFsGRyKrfbT0TFbwfVeCobEcTOSfvosM { width:2.8125rem;height:0.9rem;top:31.361724853516rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0nrkXvzKsvCKwvk8MRyXO91yrM1OvT2 { width:10.25rem;height:2.375rem;top:30.623443603516rem;left:4.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7pcLOdZq3Mk2m6Aoi5W8fxwiMakWeN { width:1.125rem;height:1.125rem;top:34.117973327637rem;left:0.625rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #ZWBcsgTWl3Sk5KkTZpz3ZbA8SoZXuPT3 { width:12.5rem;height:0.9rem;top:34.293762207031rem;left:2.1875000596046rem;font-size:0.75rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #nxaeMfeG1HMhvupOc2fedVbRzcEO3nQ9 { width:13.125rem;height:1.8125rem;top:35.617980957031rem;left:1.6703124642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz5xd3DT7sVkbSwhHXxJGtH28KTDo4T6 { width:2.8125rem;height:0;top:50.750001907349rem;left:4.5000001192093rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3y8l8O1mox2fMxXPte1H8MGSoTsHSgW { width:1.5625rem;height:1.5rem;top:39.712356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6UG4OdoPVW2tIG2bIfuoDKVkdZWEuRG { width:1.5625rem;height:1.5rem;top:42.462356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBvFybzC0lSlorZ7vWPF1TF5r4USNl1G { width:1.5625rem;height:1.5rem;top:51.212356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrfhK6Fh1G8808kBhMweo527k91tiwBM { width:1.5625rem;height:1.5rem;top:48.462356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvCzLMUo7r06h6hEVZ74tkXTn8dJZlIn { width:9.0625rem;height:2.09943125rem;top:67.869312817381rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4xvFydgiygHndRFTHx7yeOqQgJidpUx { width:9.0625rem;height:0;top:40.3125rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vT4CsluPZCU5WrfdykNr7Csa93czr31H { width:18.25rem;height:2.125rem;top:39.141410827637rem;left:0.87499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkxaO1yVL5HSmrTXxnyTPWwQyy4Z8vlZ { display:block; }
 }@media only screen and (max-width: 763px) { #qgfXPMFeSIJLo3iZNAGUiF2B7EtwE0Sl { width:18.125rem;height:2.3125rem;top:39.047657012939rem;left:0.93671876192094rem;z-index:15243;display:block; }
 }@media only screen and (max-width: 763px) { #xHWX2UaOf8XyGfqUH3TkZIhv18SvV6DX { width:8.0625rem;height:0.975rem;top:42.015617370606rem;left:5.9687500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQPwMbMrChU40XbI54SwWP6kfg6nfoRF { width:9.0625rem;height:0;top:40.3125rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1LQeQ0hW9Xk5sp1mlihdHMJ5blpDQ22 { width:9.5625rem;height:0;top:42.0625rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWIROvl5Xdi1xt6NHmNikJhznXNlJVDI { width:9.5625rem;height:0;top:42.0625rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UANhtL2Ob1IUkTpTr5klrVmbp5Jar4eO { width:15.5625rem;height:2.125rem;top:43.6875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIgT6wXnCCUKoaB7duOFW5W0z0ggllNK { display:block; }
 }@media only screen and (max-width: 763px) { #Nah2by6r9whxTcMJSANV4FREtWZFFgKq { width:8.0625rem;height:0;top:46.625rem;left:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmCI28q0iLNmI2KqB6vuz2AFAZ1IK8If { width:8.0625rem;height:0;top:46.625rem;left:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qf5faRTabqBtf8Thd91N837z2rxOM0EI { width:15.5625rem;height:2.125rem;top:43.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJ7BTXkgIQSxP0yHricZ5t4G8Wgqmup4 { display:block; }
 }@media only screen and (max-width: 763px) { #Zkvn2Or2V3wQkZ8sWNE9wo4eI8wZKUFt { width:20rem;height:2.875rem;top:30.374214172363rem;left:0rem;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #282352, #030304);background-image: -moz-linear-gradient(90deg, #282352, #030304);background-image: -ms-linear-gradient(90deg, #282352, #030304);background-image: -o-linear-gradient(90deg, #282352, #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );";background-image: linear-gradient(90deg, #282352, #030304);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TcTcC0OkHBdNRDQnJrHP1QCZx9nGlbo4 { width:20rem;height:2.875rem;top:24.529685974121rem;left:0rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #282352, #030304);background-image: -moz-linear-gradient(90deg, #282352, #030304);background-image: -ms-linear-gradient(90deg, #282352, #030304);background-image: -o-linear-gradient(90deg, #282352, #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );";background-image: linear-gradient(90deg, #282352, #030304);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #C75c0vFJ3zGa9LDK9t5FdGvdfb5ICXdC { top:1.4875011444092rem;left:0rem;width:19.8125rem;height:43.375rem;z-index:14998;background-color:transparent;background-image:none;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze { display:block; }#fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCFCTRoK82purrN7pT23MicLA2r6pEWX { width:19.75rem;height:19.4375rem;top:1.4375rem;left:0.065340876579287rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Q1PQFeawOnTymPX2FRT3hCtruaWuoqCB { width:7.6875rem;height:7.5625rem;top:6rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqfUHEBqEsTnrBGTg1ZqEAXJk9TTsxSV { width:7.6875rem;height:7.5625rem;top:6rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GleCZlehv2f3XfQS93X2LvrJmdyZeBCh { width:20rem;height:17.25rem;top:1.625rem;left:0rem;overflow:hidden;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SWzVXNxLDHTAEblg34zfupIW861K7xT5 { width:9.8125rem;height:2.4rem;top:2.5968933105469rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlP23IScN6TLCVXcaGTG7tlTApMC05f4 { width:6.6875rem;height:5.4rem;top:4.7336120605469rem;left:0.5625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ29L1ZwZ4SipG0rPx27nT2lPvaeiqX4 { width:10.1875rem;height:3rem;top:9.0835876464844rem;left:0.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyG2NPCDViCI29X8RcF64JECazTCv4TV { width:9.8125rem;height:1.2rem;top:12.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn3hRgAMXbKBBSV1rT09ZDn3ArHz13Mv { width:9.8125rem;height:1.2rem;top:13.671112060547rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMxzmCntaKNRVAcV5L6R2RKDhb7ESIRm { width:9.8125rem;height:0;top:6.625rem;left:9.84375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqK9KB064Jc9olhCulJwNr3n4dIDa6yH { width:9.8125rem;height:0;top:11.1875rem;left:9.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QA60TguAJfQ4r6d9ycXrZKNDuAKxTGea { width:11.1875rem;height:2.5rem;top:32.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWBtmilzZJkg0gI8TmzMJw78VsnDymTg { display:block; }
 }@media only screen and (max-width: 763px) { #zwcS7AsIvEBLJKcoOOs7XAl38CUtW8vI { width:11.1875rem;height:2.5rem;top:32.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHORr982OKGGedy8eudFRktf1420Ni5P { display:block; }
 }@media only screen and (max-width: 763px) { #fCtL4fEuzav8xgf4qqEUUzH522QyLuT1 { width:18.25rem;height:2.125rem;top:15.58203125rem;left:0.87499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #STPJ2ytonlPr7UQINcWPdCVJObAb2gMB { display:block; }
 }@media only screen and (max-width: 763px) { #DLXFOGizT14Uvo2bUsLc8WBR2wdH4NHo { width:18.4375rem;height:2.3125rem;top:15.42578125rem;left:0.81249994039537rem;z-index:15244;display:block; }
 }@media only screen and (max-width: 763px) { #WT1tEaVe6VBc95FXMAqwGmhwkqm0o3KK { width:12.5625rem;height:1.05rem;top:20.061737060547rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnTdUgF1rdNPKE3GfZXg3pavnsZhpEzk { width:8.5625rem;height:0;top:18.375rem;left:7.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7bM5PAnTGK41ptgOQ4JAhyVsVrng1zi { width:11.1875rem;height:2.5rem;top:34.8125rem;left:4.375rem;z-index:15199;display:none; }
 }@media only screen and (max-width: 763px) { #gwPWnaaJRQqw2Cr8ltGupQyVbHg2MkHv { width:15.875rem;height:2.375rem;top:17.1875rem;left:2.0625rem;z-index:15199;display:none; }
 }@media only screen and (max-width: 763px) { #xrwq6wLJ7hz1xfbH6uisUgm0pcfIlEzT { width:20rem;height:3rem;top:79.279122882081rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #avF8QREpA0t7UTTdQwSuwJ58t94hTPik { width:14.3125rem;height:0;top:77.11719279785rem;left:5.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSsMwcbsmPGpOxA2snTTrzftIGypFpAt { width:9.75rem;height:0;top:24.6875rem;left:5.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGEbVBDWnfLis465RCeZfmKtTk5tecBx { width:16.0625rem;height:0;top:77.11719279785rem;left:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T35Ly8Ks9ZsJKAoeCBiwbqVS1OlDT99u { width:5.625rem;height:0;top:7.4375rem;left:7.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sdwy6x8roySz7cVE8mvp3vxCTXLzLOsV { width:9.8125rem;height:0;top:11.875rem;left:5.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwThCwQ87QatCnEdEHv9fxUVFq4xVrxy { width:9.8125rem;height:0;top:15.3125rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbzs1ULSWEAq7thDmULsDRbaWLlv68gi { width:9.8125rem;height:0;top:16.5rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zc5SwWGcfeFdhzqqGNcrJDWxIdENkKpV { width:9.8125rem;height:0;top:5.5625rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oftbaqy2t1A4CkJORXV7J2SdnsA7qCUT { width:7.5rem;height:0;top:7.4375rem;left:6.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jba2OKhTSkG30polzDaP1JLlo0lJQcpU { width:9.8125rem;height:0;top:11.75rem;left:5.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mnIVv70U02cA4sBwLPqzbDwaFyTezlr0 { width:9.8125rem;height:0;top:15.25rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0tFwFwNT5n16yZfoLdkEhEzbiw7o7yN { width:9.8125rem;height:0;top:16.5625rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJVRLM2ZkbKrc5PdgZPmrd25cdym4h12 { width:3rem;height:2.1rem;top:21.486724853516rem;left:0.43749994039536rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka3B1JTyLEMTbdL2z2MdUfbw94Q6RRHM { width:8.3125rem;height:0.975rem;top:22.047668457031rem;left:3.6250000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWQa3vJxlaIt0qGAsNAxeSmJWFq8b3Ct { width:4.5rem;height:0;top:22.375rem;left:7.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvLmrDCay4viQM0oL5rLCx4GHtF02HEs { width:4.5rem;height:0;top:22.375rem;left:7.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5k4xVaUCSGoUrqtd2sNuBCfvqhDi0IX { width:1.5625rem;height:1.5rem;top:80.029122882081rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhTi3xg45iUkL2tFOvQ94NlNN6PwDNJh { width:1.125rem;height:1.125rem;top:25.280487060547rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueaWnIqQczowumPOUxxbNPquh7cHswiG { width:2.8125rem;height:0.9rem;top:25.393768310547rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcMlLsn8cJDqT8JdXWEuXxIu71U2UATs { width:6rem;height:0.625rem;top:25.530487060547rem;left:4.7953124642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHeZwpG6iwTAMDN9tXo9CS48trCwdZ5V { width:6rem;height:0.625rem;top:25.530487060547rem;left:11.875000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJnwAVlOTEk94pw0QfwFMWvl3hda9lMV { width:9.5625rem;height:1.04971875rem;top:71.218031567381rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkcvMoHIpiUEFu5S78q8Orp8ERAkPSx7 { width:1.125rem;height:1.125rem;top:28.310943603516rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AamA6XkTa4tAwG8TfOUX6uc0cSgr2gTS { width:1.5625rem;height:1.5rem;top:27.837356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUh1C5xqk5WQRDrFKAGL9XSiOdliblu5 { width:20rem;height:3rem;top:33.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQPxZ0UKTPmTF4TlSA3P7HBQwoo54rJ0 { width:2.8125rem;height:0.9rem;top:28.424224853516rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLabbIUQRdheRm9ZEFFeX7DHVg8zAMpm { width:2.875rem;height:0.9375rem;top:28.404693603516rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPHAlSoAFfTfGRNBLkJcKWiDyXGf06eF { width:2.875rem;height:0.9375rem;top:28.404693603516rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID86zfZJlDX3cAmu6Uzl1IPyt11C1AaB { width:2.875rem;height:0.9375rem;top:28.404693603516rem;left:11.875000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt7v0pnHTyHIL1ORweFd2RAHQdfRRTDc { width:2.875rem;height:0.9375rem;top:28.404693603516rem;left:15.295312464237rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5J8bbMUeCkoNy3XQKsuftW2J9JbpSs2 { width:1.5625rem;height:1.5rem;top:30.587356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4vqGxwHJHMaNVE8ex8IM5Vpvpqoe2zx { width:1.5625rem;height:1.5rem;top:83.787644915769rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErbuTmVwBBzoGnWXraR2d113EnQJB146 { width:2.9375rem;height:0;top:31.375rem;left:8.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBkvTgFFmzkJD6w7H3O7iFzUrhXJ9Twy { width:1.125rem;height:1.125rem;top:31.186737060547rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzwkNJA1bRv4NL3TvBC3du6I5X4vsOsn { width:2.8125rem;height:0.9rem;top:31.300018310547rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRh2HIx4bWFxLeP8JeMwvpHtsUHfuw3g { width:10.25rem;height:2.375rem;top:30.561737060547rem;left:4.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFihhWugNc0fuP1DNzWn1ZeGK91VDg8Z { width:1.125rem;height:1.125rem;top:34.055480957031rem;left:0.625rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #CmRwE9lmMlC8iAgaQgp6F676dKpETLkM { width:2.8125rem;height:0;top:50.750001907349rem;left:4.5000001192093rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zC3qqpgrlFoO2QckIb0AJek4LX765TAX { width:12.5rem;height:0.9rem;top:34.231262207031rem;left:2.1875000596046rem;font-size:0.75rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #prAz33PceaNK93iPrpVsNUIfNxvXZEQK { width:13.125rem;height:1.8125rem;top:35.430480957031rem;left:1.6703124642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWt3uTGu4z3gZzMMuTZqV2qEkKHWWwhM { width:1.5625rem;height:1.5rem;top:39.712356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6CdniHMtNhi6UxdotKG4qCmP2w6UQIC { width:1.5625rem;height:1.5rem;top:42.462356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWLoEsMGf0wxqCpZvVZ2c6zqNeOfm9v8 { width:1.5625rem;height:1.5rem;top:51.212356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkhEc3VJwZRSaiApx4SbqwcZJrhWZgFG { width:1.5625rem;height:1.5rem;top:48.462356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyPsD5UMGBPRtZb54yLomq3WdWkRTZxI { width:9.0625rem;height:2.09943125rem;top:67.869312817381rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3dLGbSlJ4wbv0eUP4sH6HCMIORpaKbT { width:9.0625rem;height:0;top:40.3125rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqFRLSLqTNRry0KBeJG7kW92vGEU8wqw { width:18.25rem;height:2.125rem;top:39.203918457031rem;left:0.87499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyZHTV9shQmgUdzOTAIZni5iLO4APNkT { display:block; }
 }@media only screen and (max-width: 763px) { #iiFbQnyDxsAt2NUOPBeUAi6qi2VXoqVm { width:18.4375rem;height:2.3125rem;top:39.16562461853rem;left:0.78046876192094rem;z-index:15245;display:block; }
 }@media only screen and (max-width: 763px) { #mfl6FrWTWTCaGTWfqrzS5zJVKgJ4tc79 { width:8.0625rem;height:0.975rem;top:42.203125rem;left:5.9687500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbp1LJRwWm0ycs1VrUEMDzP13PDPRu92 { width:9.0625rem;height:0;top:40.3125rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kL1yTQ2ESOnkyFObeq5dNsk55KhNhzAD { width:9.5625rem;height:0;top:42.0625rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyexkDUvspTSLnOlW4aGKvV9sagC5paV { width:9.5625rem;height:0;top:42.0625rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUv9GUHib1fDVTmgP16PNokqTLCpRvtK { width:15.5625rem;height:2.125rem;top:43.6875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJenbzqts5rEnnPLKszbR3BPCp1tT76u { display:block; }
 }@media only screen and (max-width: 763px) { #he5wW5FpRESQSNLL10206PFrVmnrNMU1 { width:8.0625rem;height:0;top:46.625rem;left:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8kXuqn9thvptsGWteRiDdVsxROuvmtx { width:8.0625rem;height:0;top:46.625rem;left:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrMv2QKz2oB8D2VnrdWCfa2Tecq7vnLS { width:15.5625rem;height:2.125rem;top:43.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVEC37zfLrGJQiRKWCDNDawDenGrgtM6 { display:block; }
 }@media only screen and (max-width: 763px) { #W7SQqbSToqEJpUAfiVvNsf9Dobx3GpA1 { width:20rem;height:2.875rem;top:24.467193603516rem;left:0rem;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #282352, #030304);background-image: -moz-linear-gradient(90deg, #282352, #030304);background-image: -ms-linear-gradient(90deg, #282352, #030304);background-image: -o-linear-gradient(90deg, #282352, #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );";background-image: linear-gradient(90deg, #282352, #030304);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #R9TAiwmULbV1BEv4QMyNsoh04O7Cs1HT { width:20rem;height:2.875rem;top:30.311737060547rem;left:0rem;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #282352, #030304);background-image: -moz-linear-gradient(90deg, #282352, #030304);background-image: -ms-linear-gradient(90deg, #282352, #030304);background-image: -o-linear-gradient(90deg, #282352, #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );";background-image: linear-gradient(90deg, #282352, #030304);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #o2c6NVecZrKfT0STrxuC322ISGb3TpXC { top:1.6875rem;left:0rem;width:19.8125rem;height:43.375rem;z-index:14998;background-color:transparent;background-image:none;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 { display:block; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTfUAszUTPshdDNobsEInaCWD7OIquTQ { width:14.5rem;height:2.6rem;top:1.0717315673828rem;left:2.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka2wD7UrRKlfeGmTysKF9PWGIssfD4LU { top:4.625rem;left:0.5625rem;width:9.25rem;height:4.8125rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mUhdGg1Pg46l0EniT0NlNMccTAzxuMSM { width:9.1875rem;height:4.8125rem;top:4.6250003576279rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3QkNy8mDbudVdVSVWm5fBb6vo4QSEob { display:block; }
 }@media only screen and (max-width: 763px) { #EKSHolZXOT0ma77gHZK13LwrKGlX8E6b { width:9.8125rem;height:2.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7Nw2lmp5U4RBTMBTgKgTTKReDcOv8IS { width:8.5625rem;height:2.1rem;top:5.3125rem;left:0.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UQ09xMlLNvLxb8Jw9AH3Kryywg8i9hsI { width:1.625rem;height:0.875rem;top:7.8125rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #V73fKTZMINFHZ5l8SqWR6bO2CqSLSQR8 { width:1.25rem;height:1.25rem;top:7.6875rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wryTtr27wCDCIhUL6gXgOSd7V9QBiG5l { width:1.375rem;height:0.75rem;top:7.875rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3AU3Br3bzA3inLGwcnAbMa0sia9dGww { width:1.625rem;height:0.8125rem;top:7.875rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5fIFznTV196PtrvnaZh5tkunTlFLpqO { width:9.25rem;height:4.8125rem;top:4.6250019073486rem;left:9.9375001192094rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 763px) { #RU5F3kBQ0P8qkGFTMCmAhsZlsVdNo7ew { display:block; }
 }@media only screen and (max-width: 763px) { #Abu2U0nRqSSbpZsykxavrTSoGhcVVwoX { top:4.5625rem;left:10.000000119209rem;width:9.25rem;height:4.8125rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B0lHZodwthL4L7FwATO5aFcPqftPH2bt { width:9.4375rem;height:2.9375rem;top:0rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AI8usOExSmNdTaiwwqccrMn9OFvDqkn5 { width:8.9375rem;height:2.1rem;top:5.3125rem;left:10.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hqGVkcZUQmF6opvPwIch6LvieJZofHpQ { width:7.875rem;height:1rem;top:7.75rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsRXhEknszuKqxxI5SXWugCy9h7AGxTT { width:1.3125rem;height:0.5625rem;top:8rem;left:12.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQdIJRvZZAhZ4QPw2eUE0iRzhV63QUEH { width:18.625rem;height:17.125rem;top:9.375rem;left:0.62421876192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRB59Eq6vy8xGpsEEkkJ1yd0gKTWnOgT { width:18.25rem;height:4.875rem;top:10.1875rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #laSoWOsAbokHMoLpTJRXCgubByBbmG4l { width:18.25rem;height:4.875rem;top:10.1875rem;left:0.875rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #tAmRXR6fvoh3Sfs4llzxkKxJSEnzqORh { display:block; }
 }@media only screen and (max-width: 763px) { #inVsUdEWgRUF5L85wefnSnbuzMyXTgt2 { width:1.0625rem;height:1.0625rem;top:11.25rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDHZ9Ih0N6ItTOBC2HRpKK9JdNZfu69E { width:0.5625rem;height:0.5625rem;top:11.625rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc3GSnxN0dfZ2JeEfuoU3CRuZl5ARWBO { width:3.5625rem;height:1.8rem;top:11rem;left:3.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugtF1ubLONB9UQJmvTr5Eh5qieiQQAiV { width:7.75rem;height:1.05rem;top:12.5625rem;left:3.6875001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIomQhgNAKNXZAG6NAN6WlK70uGwbdgg { width:5rem;height:1.8rem;top:11.3125rem;left:13.312500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qGBdRBW3nOH6JWHL74J2EbGxuQmNWile { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #eJtO9V4Qq6e3zpG2xaKD6ICILF1LlKfD { width:4.1875rem;height:1.05rem;top:12.8125rem;left:14.125000119209rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA3ezpXSMiJw4vaWWhOQDCHKES71tIws { width:18.25rem;height:3rem;top:17.124999523163rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #G8gh3ZfvUPlKLDbQZJRmmgLrCsWirUTQ { width:18.25rem;height:3rem;top:17.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T16GrG3zZfvetfScJzV7iAtZEzz2FISp { display:block; }
 }@media only screen and (max-width: 763px) { #gWbUXbknSE8m5ch5muGTZ3BDL4qclOtD { width:18.25rem;height:1.05rem;top:20.249992370606rem;left:0.87499994039537rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEniLyASiEeo86pnoVCoThnRtHO7Gcmp { display:flex;width:0.75rem;height:0.75rem;top:0.3125rem;left:19.045312464238rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #xBPmHrimho2LnQxfhTbP4G1mTPcqQkWm { width:1.25rem;height:1.25rem;top:0.0625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI42S9CLLJmBP1whvWtD7orAwn8RxSyr { width:19.3125rem;height:26.6875rem;top:0.59218978881836rem;left:0.1875rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK { display:none; }#SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK > .row .container { width:20rem;height:25.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EQbRR1fb8PR3UybkwKZHTehdF1585821 { top:4.625rem;left:0.5625rem;width:9.25rem;height:4.8125rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tubTMPPIVCRNgJGPKT1vAJUUVTObJ67y { width:9.1875rem;height:4.8125rem;top:4.625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBKTTTbf8Rnz3GeW5w5mhokgF3VVxaUR { display:block; }
 }@media only screen and (max-width: 763px) { #lNuKWl4zl1s8tka9repQfqi6qc5HvtF9 { width:9.8125rem;height:2.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #egPG6Pc5zlT6ihuXi5w5hIwma2ilJuqP { width:8.5625rem;height:2.0994375rem;top:5.3125rem;left:0.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O2GUeAiQxMBTITmDWpUmToEqqEA96A1p { width:1.625rem;height:0.875rem;top:7.8125rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziASs1RBHmKiaJtJv9VIiACicFGuP6D6 { width:1.25rem;height:1.25rem;top:7.6875rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #taJSk9w47nRqPSosauMaoD0iNsd4bTGZ { width:1.375rem;height:0.75rem;top:7.875rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4J7UK4TGRA5QaCq2VhnGxwLUKWU4C2q { width:1.625rem;height:0.8125rem;top:7.875rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTMnsHklOFmvDSnmEwqLGneokAU9UeeL { width:9.25rem;height:4.8125rem;top:4.6250019073486rem;left:9.9375001192094rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 763px) { #s904fg9h1VSEXihkQv5n0rpSbW12Wmbm { display:block; }
 }@media only screen and (max-width: 763px) { #VNqLARNugsLShRfT8QONbbvkPg9NZKLd { top:4.5625rem;left:10.000000119209rem;width:9.25rem;height:4.8125rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vml4vkf9yWg2gSOi1rKRyJUXlAFTnFFz { width:9.4375rem;height:2.9375rem;top:0rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3trLKUTmeckb9VEXkQTldd1kcTF9HCz { width:8.9375rem;height:2.0994375rem;top:5.3125rem;left:10.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VPB3J2R1hrnIzFKDAPxTgL9rq4t73F6l { width:7.875rem;height:1rem;top:7.75rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQZXAbRWf74P47keh18OXfdIPpd2gq2L { width:1.3125rem;height:0.5625rem;top:8rem;left:12.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOf6Jw9oCHR5War3hnDdDTe7rd34J2Bl { width:18.625rem;height:13.25rem;top:9.375rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKt5crdgTRnQU3WKAgbaJ23edOeehE1h { width:18.25rem;height:4.875rem;top:10.1875rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vcw7WVv4mLtivMak9KBvQbsls9SrZyXl { width:18.375rem;height:4.875rem;top:10.1875rem;left:0.8125rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #i7NUxgBqKxF2OJ1bX4Tu1aLwMVqHyR3L { display:block; }
 }@media only screen and (max-width: 763px) { #aSaH0OkFVFF5doOoZ5ypNxCAZQyxCV5l { width:1.0625rem;height:1.0625rem;top:11.25rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqJhIFQRtd8Tw25pueMp659U20Bwyxnx { width:0.5625rem;height:0.5625rem;top:11.625rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTJylvw7tsOcOpTo0BeDTH6chODTXkTz { width:3.5625rem;height:1.79971875rem;top:11rem;left:3.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkIwbGHCsCoS6TVUXJsrvkOTR80LUsVd { width:7.75rem;height:1.04971875rem;top:12.5625rem;left:3.6875001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFzPWkd1hHi33aoMZq4VyBsS8b8Ir0Oc { width:5rem;height:1.79971875rem;top:11.3125rem;left:13.312500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #huv26t4ny3I0SoTiHV0iFCBurTriEqTG { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #l7J4SuXT4wL36E9m96A82VVRQwrpxozi { width:4.1875rem;height:1.04971875rem;top:12.8125rem;left:14.125000119209rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sossxwGg9so67GraupmFIHVac699vqWC { width:20rem;height:0.875rem;top:15.8125rem;left:0rem;font-size:0.625rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #INT0nEOv1f8Hta7pEPeQxXbilLpICJJL { width:18.25rem;height:3rem;top:17.124999523163rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #PhSW1tfmOu1TXQrffA1QoxDqrr055T2d { width:18.25rem;height:3rem;top:17.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6QUSlCRT3azyiwMXlhILrxAVWnk9v1U { display:block; }
 }@media only screen and (max-width: 763px) { #wLqesMEGyl86MAWFRJVA5priQTcsTJZi { width:18.25rem;height:1.04971875rem;top:20.4375rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GltFoUcQ4VcKCBpvrdHx8UL7V1HsIc3c { display:flex;width:0.75rem;height:0.75rem;top:0.3125rem;left:18.982954144478rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #AxfLxIowhhXq06Hdf2HAxt3Que5H1mnM { width:1.25rem;height:1.25rem;top:0.0625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkbx2XEJZWS83qX8dl1fvQp1hEdmnBUT { width:16rem;height:2.59943125rem;top:1.25rem;left:2.0000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXWTNcoi4WNGMDNlRze4QG6ezsSXSUSP { width:19.3125rem;height:22.5rem;top:0.59303998947144rem;left:0.1875rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N { display:none; }#XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N > .row .container { width:20rem;height:25.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LcKXCqIMckE9WpSozoBuS6EUQfnv1tNB { top:4.625rem;left:0.5625rem;width:9.25rem;height:4.8125rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ln1UFql53rp8kUn1x02V84oTl7g9us7v { width:9.1875rem;height:4.8125rem;top:4.625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXzXTtdmKXbwHNLSUdPlfsoKFfV5sk91 { display:block; }
 }@media only screen and (max-width: 763px) { #tbH17sLRxxrcIH3ahAoq8ci793nVBBNA { width:9.8125rem;height:2.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmnp8H359qTv7FwyUPkETzAIHTvgQv1U { width:8.5625rem;height:2.0994375rem;top:5.3125rem;left:0.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g7tlPoIyio6NO0EH31TDzT32qOqBrzEO { width:1.625rem;height:0.875rem;top:7.8125rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #whCiyoh37PzKuGzkXMnIK8RFofcTxzTq { width:1.25rem;height:1.25rem;top:7.6875rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlEVUuROrvQKvwExfQAHfgiTsbN1CRRL { width:1.375rem;height:0.75rem;top:7.875rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4qmZXA0whTcVSryLQFGQFQWNht9Ri7Q { width:1.625rem;height:0.8125rem;top:7.875rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm9UKAV3g6KQvWbc8lXTJC7amJ10SAFr { width:9.25rem;height:4.8125rem;top:4.6250019073486rem;left:9.9375001192094rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 763px) { #eTrZtKFHGfaq1dVkZuLl8tNWHN3aEsJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #Pw3y7MVLOL3Nb4szAednLfgnRcJvaMfl { top:4.5625rem;left:10.000000119209rem;width:9.25rem;height:4.8125rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nlMcJEsoWqO0eC2ANiAPI7OBgBSzH5MC { width:9.4375rem;height:2.9375rem;top:0rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qzzt2LIXd7eQsu3kxP28iDSt1dABWIsw { width:8.9375rem;height:2.0994375rem;top:5.3125rem;left:10.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ShDiTk5AEEv88aXSZSssRopotPi8aVgI { width:7.875rem;height:1rem;top:7.75rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVxC7Td7aMiEoNTrKJmUoFbrkuqA83zO { width:1.3125rem;height:0.5625rem;top:8rem;left:12.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIubF9ad62VVl24BueWDVxgkFrC3sXXD { width:18.625rem;height:13.25rem;top:9.375rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI1tuSRTAsqLhqcX1cKWBt3KbSMOKTxL { width:18.25rem;height:4.875rem;top:10.1875rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #mUvx6nAy0iIs5pyMrKAMezRGxrVSREJF { width:18.1875rem;height:4.875rem;top:10.1875rem;left:0.8125rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #M8H8m4HOvosu0l44SwKXEpiawuZ3JhsF { display:block; }
 }@media only screen and (max-width: 763px) { #ekDbIZz4HZLg4PHwZp87PnL7gOkNTT3v { width:1.0625rem;height:1.0625rem;top:11.25rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2qcd4KT7sLKESk3xKXrkkylDTIEASZd { width:0.5625rem;height:0.5625rem;top:11.625rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs6e5MGJcCTqAdVIhfvz28TNIrxttRwi { width:3.5625rem;height:1.79971875rem;top:11rem;left:3.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFDFkc6v8T86kVxvJT3pToiI3XGZ2TTB { width:7.75rem;height:1.04971875rem;top:12.5625rem;left:3.6875001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfeSdbmX4hpMzdXDD68AURUKMmmifiHL { width:5rem;height:1.79971875rem;top:11.3125rem;left:13.312500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #brIQ4CvoDEwq8B8HDZI7F31LQzK4XUuz { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #T8pvnXCQfP7UkvwqI2Qo2ziI7yRCXdaV { width:4.1875rem;height:1.04971875rem;top:12.8125rem;left:14.125000119209rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a30Af4Fyh4rcq44RuA06NiLeTTTCnzzB { width:20rem;height:0.875rem;top:15.8125rem;left:0rem;font-size:0.625rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #rwk0pvoqUoyVsKI00hUvTkPRXIJ5iwpw { width:18.25rem;height:3rem;top:17.124999523163rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #mTlJfNTTFRp1EZ5so8iSVM6gLd4es6hi { width:18.25rem;height:3rem;top:17.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPHGMqzHbKaKIq7mZ5QWlQlTp5qfHrGv { display:block; }
 }@media only screen and (max-width: 763px) { #GOxWDr3TiIGLAtg0HkhGpfRqOpxrrnFs { width:18.25rem;height:1.04971875rem;top:20.4375rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3qDwzQMC6tL0Ux8RoCb9hDth2keay9O { display:flex;width:0.75rem;height:0.75rem;top:0.3125rem;left:18.982954144478rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #qrVXJiw9M7CZ2ZAtqEWtT1y6LCbotaTC { width:1.25rem;height:1.25rem;top:0.0625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSRXkicqdfEVOKy6aqBVvD9zvn2iirWz { width:16.5rem;height:2.59943125rem;top:1.25rem;left:1.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzRkG5DSb78TyFOrCPNE9eiHiNMouuUu { width:19.3125rem;height:22.5rem;top:0.59303998947144rem;left:0.1875rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa { display:block; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIXUrxCTaFb4oiNyoFTyxz0rhBHTf9ig { width:9.25rem;height:4.8125rem;top:4.625rem;left:0.5625rem;z-index:15249;display:block; }
 }@media only screen and (max-width: 763px) { #A0LH0eqquXSae9flaP9XfOZcVOnPSC4Q { display:block; }
 }@media only screen and (max-width: 763px) { #nASG3SgJ9K1Oy1HEMkTC0Ewfr6oCQFZE { width:13.9375rem;height:2.6rem;top:1.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #huDpTNhcvs2FCnbJTmMFFq0wCyLHa74p { width:19.125rem;height:6.0625rem;top:11.1875rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoHUMN3xHAs2lgpdHwoZZUWpRMdLnU3r { top:4.625rem;left:0.5625rem;width:9.25rem;height:4.8125rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UrkD7XQXXLaAWyS227xM32cvlMISMxH5 { width:8.5625rem;height:2.1rem;top:5.3125rem;left:0.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ddHK4v0UsORzAI0XgvzsloBThiuJTBt9 { width:1.625rem;height:0.875rem;top:7.875rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4UGOtEthMzCZknGeF1Hmh2LZdEaASK4 { width:1.25rem;height:1.25rem;top:7.75rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzvbMo1LU5BBVOFNZJpmJ1fJQRGnyy0c { width:1.375rem;height:0.75rem;top:7.9375rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRMnkptefKCXyGfLJhuWMbfxg3TXz5if { width:1.625rem;height:0.8125rem;top:7.9375rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW1gBvXNgJ3yuic2FSFwVRa06y3Epmxu { top:4.625rem;left:10rem;width:9.25rem;height:4.8125rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pmMFLFh2oxGh9vsLnwCzEysJn1p4xUfM { width:9.125rem;height:4.5625rem;top:4.6697459220886rem;left:10.000000119209rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 763px) { #wB1hA94IXoDLydytLdfiqB3Q4UOeio4U { display:block; }
 }@media only screen and (max-width: 763px) { #xfW58UtIaF7Z2eEQMIgR5UTBwIkxkVt1 { width:20rem;height:6.0869565217391rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHKHHsgAT6adJoagATGcrDWSXFEdGIKU { width:8.9375rem;height:2.1rem;top:5.3125rem;left:10.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NtPt9EgR0oOJA5T2cWa9WsDe6M2CaaQP { width:7.875rem;height:1rem;top:7.8125rem;left:11.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7VEau62Cz7Ht6QXB1dGAZy80O4iK9bT { width:1.3125rem;height:0.5625rem;top:8rem;left:12.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfSCDucHnMEObaxiqMvSQoEmUcO0D6QU { width:18.625rem;height:30.5625rem;top:9.375rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP4vkhJJyf78EeRqqWIniqhXlwFwqEwq { width:18.25rem;height:4.875rem;top:10.6875rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #WvNSTSvFh5K7kRmXA1wpEZJrnnrOKZXu { width:18.25rem;height:4.875rem;top:10.6875rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #PkCqt2ectdxRNg4pqlwefW0H6FWvFcCH { display:block; }
 }@media only screen and (max-width: 763px) { #G8mKEsLTdTFUAoGtNcTu4WxALfaFZtSb { width:1.0625rem;height:1.0625rem;top:11.6875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2BxBM2TxbtITlrbSTpMlAiTvp25zyeH { width:0.5625rem;height:0.5625rem;top:12.0625rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOHZU9EwawbMF5wJX5AucD1wAEcWiDZo { width:3.5625rem;height:1.2375rem;top:11.6875rem;left:3.6875001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dwnR5wff1fgwd0PtSPI2RmneapRqydqw { width:7.75rem;height:0.825rem;top:13.0625rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uuZ7dkMDQSNwHPvTHuPlg3c9Rw27otHR { width:5rem;height:1.8rem;top:11.8125rem;left:13.312500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Vr87Lvf8cZuIvBbrZtLyi1oF4sOBqm7x { width:18.25rem;height:4.875rem;top:16.374998092651rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #qU4tKG1U4so0RTyOa0u4TJPJPvq1KwHm { width:18.25rem;height:4.875rem;top:16.374998092651rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #XApUpBifeZr7m7Z5GihewwBmdFXALKyT { display:block; }
 }@media only screen and (max-width: 763px) { #tNi3IfriyrAatcTsIu53nwbqtNdAkUPU { width:1.0625rem;height:1.0625rem;top:17.437498092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRWNT5PGwOwahqca4seJ4CE3FX26Ivbi { width:0.5625rem;height:0.5625rem;top:17.812498092651rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDFbbcshtWTE3aTR8FiJPaM6iBe7QUH6 { width:8.0625rem;height:1.8rem;top:17.187498092651rem;left:3.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrM8Pul94gylBPxm0U5K5gcZTTwaPv0D { width:4.5rem;height:1.5rem;top:18.749998092651rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EizyV7qnvfviT6tB3LgzB3TyWDnq97bl { width:8.9375rem;height:1.8rem;top:17.499998092651rem;left:9.3750001192094rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DVbPhdWFdw8JIQX7GHw0OlRXeddIgMbn { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ntqG7liyDJW7Vr5nC28iT7EEHhMCz6WQ { width:9.375rem;height:1.05rem;top:18.999998092651rem;left:9.0000001192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg6A1AlPRW4p7EcFLWWlt3HVeE8L5Fxl { width:18.25rem;height:4.875rem;top:22.062498092651rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ihhQ9r5h1VbkteLU9VX71HTO7FhRakqO { width:18.25rem;height:4.875rem;top:22.061782836914rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #RxSep291rNTx0dkl3TtDd9ZtyIgCgzZl { display:block; }
 }@media only screen and (max-width: 763px) { #hUWUlxQMZmbuBTpkLTzfREHzdTJSkTym { width:1.0625rem;height:1.0625rem;top:23.062498092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZsS3xJ1MD5CaTHr8APf8dE7MdnB9bbD { width:0.5625rem;height:0.5625rem;top:23.437498092651rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP4qPWW9yF7ofgdCB9HDW0Un9xSlL9BJ { width:6.4375rem;height:1.2375rem;top:23.061782836914rem;left:3.6875001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vIAigqTQGXKUCHTC223efyM5eqm23PWv { width:4.625rem;height:1.5rem;top:24.374998092651rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lzrGeDBcGld0oGSqtAVuyI0z6rbdM5Wp { width:4.875rem;height:1.8rem;top:23.124998092651rem;left:13.437500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #w3GPcR2O4zRadIlDkx5G2GwDCTRQe9Td { width:9.75rem;height:0.9625rem;top:24.624998092651rem;left:8.5625001192094rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPhlTddAMWZ6CivCyfw5oRcUytaPTBMJ { width:18.1875rem;height:4.9375rem;top:27.749992370606rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #WI5Ns5XVH2ak13Cl1qIs7HbL4hDspb7w { display:block; }
 }@media only screen and (max-width: 763px) { #ZSHtqv9y20suiP018d81OrPdhCJoeOea { width:18.25rem;height:4.875rem;top:27.750000953674rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZSH5wKvppCsTgLTgEtVhHPzT6pCLpcqT { width:1.0625rem;height:1.0625rem;top:28.937492370606rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldb2G9D3h7pKreisw3mlzg6oXqu96ZBu { width:0.5625rem;height:0.5625rem;top:29.312492370606rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwcCnS3CRaiqh37bMTWBHkrJQZm3O0EU { width:8.0625rem;height:1.2375rem;top:28.937492370606rem;left:3.3125001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JhrDJSDLvhDHd5D3xhuPODRr9992NQw1 { width:14.4375rem;height:0.75rem;top:30.499992370606rem;left:3.3125001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Txcd8CAbzTTiUXKyRv64Gli6iyltaaXB { width:8.9375rem;height:1.8rem;top:28.812492370606rem;left:9.4375001192094rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #e34uamQrkKwDswF96KMTcQE8GTzBSZ4T { width:13.875rem;height:0.9625rem;top:30.499992370606rem;left:4.5000001192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbPnZPWDqzAsleXKVPAKranNduzzv3SL { width:18.25rem;height:3rem;top:33.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py3MLHX3ykC3qkTD3PXXGJCZaiCyn78f { display:block; }
 }@media only screen and (max-width: 763px) { #Aln2LyrBmXWFa9glZHC4JMEkVsATL0bP { width:18.25rem;height:3rem;top:33.9375rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #sz945MG2C1VwTMfGqUXF30B0rcG3mZeI { width:20rem;height:1.05rem;top:36.99453163147rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4m7E7Otma51donEPI58lbgTkoxroaiM { width:19.3125rem;height:39.9375rem;top:0.5625rem;left:0.188920378685rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #qBPkVuDncvfh0WmIsz1keXPpJct4uXqf { width:1.25rem;height:1.25rem;top:0.125rem;left:18.749999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcDmHwMp78i2CdFGblSnhQdPI1FfEw4z { display:flex;width:0.875rem;height:0.875rem;top:0.3125rem;left:18.937499582768rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #FibAgTkENbe3AByQbeHoQro3FxxevJ1x { display:none; }#FibAgTkENbe3AByQbeHoQro3FxxevJ1x > .row .container { width:20rem;height:41.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vsTtrTmzZEbygln03KzfJ2e5BGRt0N7E { width:9.25rem;height:4.8125rem;top:4.625rem;left:0.5625rem;z-index:15249;display:block; }
 }@media only screen and (max-width: 763px) { #xUUAmEUxQqx505VemqOp3WTOpk3WT6IV { display:block; }
 }@media only screen and (max-width: 763px) { #FNrnArPyzHuT3NdKXvZe4NMl9tqrHxRX { width:19.125rem;height:6.0625rem;top:11.1875rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPNQNOW8TLsOXFQ1k3gLXqeDCzR5xDMH { top:4.625rem;left:0.5625rem;width:9.25rem;height:4.8125rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aWNnq3gGbvQhdZroSGVlRwJhxUbzyekJ { width:8.5625rem;height:2.0994375rem;top:5.3125rem;left:0.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S9dx8h8sdawUF7TfAKSIO4Q1eaqAnyQl { width:1.625rem;height:0.875rem;top:7.875rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Kuf3WD1ppliASlZUn9pmARz4dIKzf4 { width:1.25rem;height:1.25rem;top:7.75rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTuJkH9K8SyRkf19Vo0SVdShSFTaIdMa { width:1.375rem;height:0.75rem;top:7.9375rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKpbSpgkCZtlA3dTvIJ4TLOS2hle63Lm { width:1.625rem;height:0.8125rem;top:7.9375rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQoVqaJ3Jml3kcu0DBVoFvVbTPZWKeJQ { top:4.625rem;left:10rem;width:9.25rem;height:4.8125rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I6zZsERe1QDPctf0TCOzBi9p23qCPbHX { width:9.125rem;height:4.5625rem;top:4.6697459220886rem;left:10.000000119209rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 763px) { #FDPz1mrsNEear46Gzomw0rd2u53DVPi7 { display:block; }
 }@media only screen and (max-width: 763px) { #A03LpqOMuWNxSMFhf0tNIVwn5rQHpzeT { width:20rem;height:6.0869565217391rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0kfb7CZCtEKxoBex9AZhN0hTkThDg13 { width:8.9375rem;height:2.0994375rem;top:5.3125rem;left:10.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sd99Ne7xZ7WrEB9RAaTB8Q4D61kr2M2e { width:7.875rem;height:1rem;top:7.8125rem;left:11.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXD38mezCboraObnkmiUCih3sJqC3WOV { width:1.3125rem;height:0.5625rem;top:8rem;left:12.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfmMseZeTwqib8px68x01Ur24qtKZUas { width:18.625rem;height:30.5625rem;top:9.375rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #reT7PkyTX1o0VyIWWetvXHvJCXP7og1S { width:18.25rem;height:4.875rem;top:10.6875rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #VCiZaGbyHyN4JyanK5Q3zmU880nt7TSE { width:18.25rem;height:4.875rem;top:10.6875rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #JUTCVolaMPm3gxOnce45NqkuNt5RkGeq { display:block; }
 }@media only screen and (max-width: 763px) { #dT5qwRSKT74T4ewShR0HLC01B5HJTNmc { width:1.0625rem;height:1.0625rem;top:11.6875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZieVPVlu9KN5yzNTgUkPFm8Z550xaS2 { width:0.5625rem;height:0.5625rem;top:12.0625rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nky0LXPFJQ0OhneBlDX8NOnmm6GFT1Gb { width:3.5625rem;height:1.23721875rem;top:11.6875rem;left:3.6875001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T8RHmKtv4nTl5PwTlXWT7AHxod2Afiqx { width:7.75rem;height:0.824575rem;top:13.0625rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qo6yKFxtehnFNkNxkOQmNbUf5SItGUre { width:5rem;height:1.79971875rem;top:11.8125rem;left:13.312500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GnDMFymrxRI5CU0pMZBc9xfBsKbP4mUZ { width:18.25rem;height:4.875rem;top:16.374998092651rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #rxErWrqgZsWiqxk2RIdx0HP5UTupLOmx { width:18rem;height:4.8125rem;top:16.374290466309rem;left:1rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #auD9TevFMwAH9tIqlbPxEXRxsiWXFNks { display:block; }
 }@media only screen and (max-width: 763px) { #MVH7PaC2rUJMoBZ5kHxFFzTDcH6Fycap { width:1.0625rem;height:1.0625rem;top:17.437498092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThrOakhRaW1S0IEHHwTIU7k6NICPDURb { width:0.5625rem;height:0.5625rem;top:17.812498092651rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb7KmC3CiJZ6D0MmsFHDsFkqhG8tBQDK { width:8.0625rem;height:1.79971875rem;top:17.187498092651rem;left:3.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvkTqLkXLOGr8CAyiKIClVTDvt1Irfxn { width:4.5rem;height:1.5rem;top:18.749998092651rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #y2z0JSu7NOorwsdxwrHXQd5r4NoIn6l7 { width:8.9375rem;height:1.79971875rem;top:17.499998092651rem;left:9.3750001192094rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #znnL4Zy7hylJvkMD5VZ9LeN3teITUMlL { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Sl2AKeC1vG2vG6cWHIZSeKRRqKIGMH5M { width:9.375rem;height:1.04971875rem;top:18.999998092651rem;left:9.0000001192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVVuDPde1KGqmtBUcTt0UBi99oDRbF7o { width:18.25rem;height:4.875rem;top:22.062498092651rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ftZ7ewVL63hltqUt6Z6AOCeFT3Kn5rtS { width:18.25rem;height:4.875rem;top:22.061790466309rem;left:0.8125rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #g9QO01kqE1tOcGJZI6rHicSETH2l1FqC { display:block; }
 }@media only screen and (max-width: 763px) { #vSoZsb3gEQRcoWziEDoC6ugpzBqfwn38 { width:1.0625rem;height:1.0625rem;top:23.062498092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpy9HwTy37GEVlHDnds89MaQraP5vvpn { width:0.5625rem;height:0.5625rem;top:23.437498092651rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru8l0i2I0iFzs9NcJNImAaBCsEwuBd1b { width:6.75rem;height:1.23721875rem;top:23.061790466309rem;left:3.6875001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #g8Cx1wFDmQ8QGx0QcV8EGmIc0h2buePt { width:4.625rem;height:1.5rem;top:24.374998092651rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Po3dkU3holxk7Hd1qhn9fvK84NMOkN1G { width:4.875rem;height:1.79971875rem;top:23.124998092651rem;left:13.437500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GoE3zox7g17OSz4ApaPsOkKtohJscknJ { width:9.75rem;height:0.96235625rem;top:24.624998092651rem;left:8.5625001192094rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKlDBziQ6St9vXpS5PtM1GIAkEl2P90k { width:18.25rem;height:3rem;top:33.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeIvgUkniBbLptzAJH3T4AEmKzGXp3Us { display:block; }
 }@media only screen and (max-width: 763px) { #FOou2XnLFs0wPGk13HASDqOSkzsJ3WQF { width:18.25rem;height:3rem;top:33.9375rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #DI0eLqSrRJJ0ZxVsfeNcgKmEyDcxE4Ha { width:19.5625rem;height:39.9375rem;top:0.5625rem;left:0.188920378685rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #UgKdtslFrWog7AT7EKJksiX3zTwD2Nhw { width:1.25rem;height:1.25rem;top:0.375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFIW3dU6odaxSNgTA2TJVBnwuSN45eNT { display:flex;width:0.875rem;height:0.875rem;top:0.5rem;left:18.937500119209rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #DQo32hp9HRlfTtnKEs0yToyTzzTqZSWG { width:15.8125rem;height:2.59943125rem;top:1.25rem;left:2.0937501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzzKLHIhpLlEoMlTsFDo50rtZoTRmfZc { width:18.0625rem;height:4.9375rem;top:27.750003814698rem;left:0.8125rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #NJUVwKX4wec4LcxTR7uTU4509aNMg5oR { display:block; }
 }@media only screen and (max-width: 763px) { #svI3PCB20Bcd4IkAJdQTyeTauWRdHCAf { width:18.25rem;height:4.875rem;top:27.750000953674rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #cMowgwv2ezMs4JeFON9Jz5z5QooPu5og { width:8.0625rem;height:1.23721875rem;top:28.875003814698rem;left:3.3125001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rdKK7NWc0l9sODftZpdOyRoOSiasGZ7r { width:14.4375rem;height:0.75rem;top:30.375003814698rem;left:3.3125001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Md24haLhT6cTm01tcMOHhP8PQOyuBsdl { width:0.5625rem;height:0.5625rem;top:29.250003814698rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPCByJM2ddZynEwPzdTTS3SqgHz0TEte { width:1.0625rem;height:1.0625rem;top:28.875003814698rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDhnkeQu3UC86LfIydudW0mcXUQ6Wb2h { width:8.9375rem;height:1.79971875rem;top:28.812503814698rem;left:9.4375001192094rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LeJdc4SUacPlZWDTAVQtnETzk8TK1DHX { width:13.875rem;height:0.96235625rem;top:30.437503814698rem;left:4.5000001192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlRAdlFWTnaZgTPFwstbgmCMVxMPuJqS { width:20rem;height:1.04971875rem;top:37.307523727417rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S { display:none; }#x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S > .row .container { width:20rem;height:41.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zlChzwDmSSG2zV2wnwf6UNc3y894GuJ4 { width:9.25rem;height:4.8125rem;top:4.625rem;left:0.5625rem;z-index:15249;display:block; }
 }@media only screen and (max-width: 763px) { #XyaGeHcBMsScrJCnlbcNbovFIacOJRR7 { display:block; }
 }@media only screen and (max-width: 763px) { #WXT0rZRBoZnnFrcTa8U9k6TE3TIICxsg { width:19.125rem;height:6.0625rem;top:11.1875rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxyreJtpQlQbwGrc6f9TGq7tZvWN2KIw { top:4.625rem;left:0.5625rem;width:9.25rem;height:4.8125rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pbyf9grC84GWV0pdsNK2iSP7LmifLyFe { width:8.5625rem;height:2.0994375rem;top:5.3125rem;left:0.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LVtf3oMLEq4Lvt7PTZShH9i5ZRqUBopv { width:1.625rem;height:0.875rem;top:7.875rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR6ATfTUKQnKRg6EHHeknfWJ6viGFqdk { width:1.25rem;height:1.25rem;top:7.75rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZiShqiOQRLZFBOZEfZm2emCNlOigPLZ { width:1.375rem;height:0.75rem;top:7.9375rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxh7TkB6muR0RUIDCklHuPDtiCT08W8Q { width:1.625rem;height:0.8125rem;top:7.9375rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxOVNcRsR6tFdxRMpgQMvJKoBLseiVSr { top:4.625rem;left:10rem;width:9.25rem;height:4.8125rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vMMsayMsCzmMk6Fig23BIQ7pgn0CP1eZ { width:9.125rem;height:4.5625rem;top:4.6697459220886rem;left:10.000000119209rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 763px) { #mL9OFdD8Fq2KilI6c9anSyDhFCeUJm3w { display:block; }
 }@media only screen and (max-width: 763px) { #dqZ3nhZiZWun7ET2uUJ62RTeCc22ogq4 { width:20rem;height:6.0869565217391rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmaHGG5K4AqwbG8OeT7WNvDXhBHoDh3C { width:8.9375rem;height:2.0994375rem;top:5.3125rem;left:10.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #miklrdmyfTT3TapcpVM5BzH2DJe4vOt0 { width:7.875rem;height:1rem;top:7.8125rem;left:11.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrOTTXImmEMvHlFEtmX63yoiBcDrf9N5 { width:1.3125rem;height:0.5625rem;top:8rem;left:12.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2BJOvPrD2qv0qDdXIXRTsQI72dHzTWs { width:18.625rem;height:30.5625rem;top:9.375rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFFugWJwM9t0fTMqIQsmsQOqGpqkn2H9 { width:18.25rem;height:4.875rem;top:10.6875rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Z18mOm4ZBtZJRgdr1K7uz8Fc9b1TDfLG { width:18.25rem;height:4.875rem;top:10.6875rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #TaMF3FovhszCaH8eMr5odkc9CimwS12A { display:block; }
 }@media only screen and (max-width: 763px) { #bUPlJKOcD5iNMwC8cggOytlW1Hl0K1dV { width:1.0625rem;height:1.0625rem;top:11.6875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUmGTr48TkQ6VaUNvhTu6AhQhC6OOBka { width:0.5625rem;height:0.5625rem;top:12.0625rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TekQev2o856CTKqluZKAydHny25QkrTv { width:3.5625rem;height:1.23721875rem;top:11.6875rem;left:3.6875001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r8FTc0FbooNiWps1VC7yeSKcoClsHevq { width:7.75rem;height:0.824575rem;top:13.0625rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nbkUBygolIuesgTZQR1mtcOGiEz3WcSi { width:5rem;height:1.79971875rem;top:11.8125rem;left:13.312500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NgdxiIxMbZKQ7wZCgo7yiM2usBbJ8dwU { width:18.25rem;height:4.875rem;top:16.374998092651rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #E7kobvcNShvQ3Ilr7GZ1hvgaoWss7NVc { width:18.25rem;height:4.875rem;top:16.374998092651rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #DoT20kJAIFL9haqdtsKsgemmJfHVrvg7 { display:block; }
 }@media only screen and (max-width: 763px) { #yk8EcEAGme0uInf3ht9for6FLD3tsmPM { width:1.0625rem;height:1.0625rem;top:17.437498092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuW8ZBlnmTf9Fc2NIXKvlLP1JSHNEILI { width:0.5625rem;height:0.5625rem;top:17.812498092651rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPMiRnePoa85OurWqg4f4k6lUcne2tbc { width:8.0625rem;height:1.79971875rem;top:17.187498092651rem;left:3.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAGppKgdCOmk0MkxQIzqpwq7M0Z8ZMMd { width:4.5rem;height:1.5rem;top:18.749998092651rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #D9ZfBoHEOBkSc9nSJ991vmF6hLHVQLbt { width:8.9375rem;height:1.79971875rem;top:17.499998092651rem;left:9.3750001192094rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kka6WQw5cXkMz5yN6mPgukIThbFHitgs { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #EzSDMDfBLzM5dMl4HqnCl7RXJJHFIHBA { width:9.375rem;height:1.04971875rem;top:18.999998092651rem;left:9.0000001192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgD3hoLtxrQfolJB8wQoEhzU0PuTTMex { width:18.25rem;height:4.875rem;top:22.062498092651rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #CgJy9hEZ2BO5ze9qLZK9IGHqtrxAgyh9 { width:17.875rem;height:4.875rem;top:22.061792373658rem;left:0.8125rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #UDCngPzGavrS4lzZBkh26HFuPDL8euxS { display:block; }
 }@media only screen and (max-width: 763px) { #p0PbHdHwBuT1BmNFiKR7CDNDo6s1TrWw { width:1.0625rem;height:1.0625rem;top:23.062498092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9kdLcQrNarx7pcOsMQw0NPPtoPR9bpp { width:0.5625rem;height:0.5625rem;top:23.437498092651rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL5bBJ0SDT4nNLyo2NnRl9Jz4cg3lHm8 { width:5.625rem;height:1.23721875rem;top:23.061792373658rem;left:3.6875001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TfRX9TsCvbCg3yPokmbivwTtTmaIVbio { width:4.625rem;height:1.5rem;top:24.374998092651rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NZIf9khr13CXBUTD2TBS0o6hPK7FBL9z { width:4.875rem;height:1.79971875rem;top:23.124998092651rem;left:13.437500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Cwt0CRIz4EmRg5kHy1iV0MNt0XolCrh8 { width:9.75rem;height:0.96235625rem;top:24.624998092651rem;left:8.5625001192094rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGQfWfMuzby06QgF57Wy1emTEcRXxS7b { width:18.25rem;height:3rem;top:33.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihLvBZN28R2IbxqFKDuKoX8mdWFipRmZ { display:block; }
 }@media only screen and (max-width: 763px) { #aQGTlr5Zpuq0QSSB0n5iDldT2Crdl3Uz { width:18.25rem;height:3rem;top:33.9375rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #qgNhAuOxSQnn3MafdAcClCJDmEWZ0WiM { width:19.5625rem;height:39.9375rem;top:0.5625rem;left:0.188920378685rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #VsAnOAGWGGTwxaIFk50KiThniNU6AS8M { width:1.25rem;height:1.25rem;top:0.375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9UTVCVquXeTHD6A7tH10XS4O5WA0elb { display:flex;width:0.875rem;height:0.875rem;top:0.5rem;left:18.937500119209rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #KcMRmSvntICUfB130GZBtmsv0WMhyT9I { width:16.5rem;height:2.59943125rem;top:1.25rem;left:1.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g52WbMHVqlE2mMQ09SahP1ZUp09qfT01 { width:18.3125rem;height:4.9375rem;top:27.750001907349rem;left:0.8125rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #LRQK6X1XKp6wzuySFCNPp27TyvtXk7h1 { display:block; }
 }@media only screen and (max-width: 763px) { #dV2HV8hVPxcn3u2UxfmRgKB2RcNOcuLT { width:18.25rem;height:4.875rem;top:27.750000953674rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Iwyw6Wz1hSHrV8nbRkHZ2hEKUayTeUtn { width:8.0625rem;height:1.23721875rem;top:29.000001907349rem;left:3.3125001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dQbHFMu7QPKHTFQK9OeATnuOAMgJH3zG { width:14.4375rem;height:0.75rem;top:30.500001907349rem;left:3.3125001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #D3Xfl4fQCDcBJbEwyZa6fEn4ItRTqPhh { width:0.5625rem;height:0.5625rem;top:29.375001907349rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka7ScKhfBlCcVLOz0D612A58RaJUDeEo { width:1.0625rem;height:1.0625rem;top:29.000001907349rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvmlFZcbfz8RDLRXwMXRK7snJMfgzKqD { width:8.9375rem;height:1.79971875rem;top:28.750001907349rem;left:9.4375001192094rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RWvUv7MBXpNfqV0Cg7ASVIZ6Xq3GtmpG { width:13.875rem;height:0.96235625rem;top:30.437501907349rem;left:4.5000001192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrRfPbcSkCruAfk6ZwsIgiLkMXv1cPkP { width:20rem;height:1.04971875rem;top:37.307523727417rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf { display:block; }#vLUx3fwt4rrKZ9Taiy3MqrIi4XAz3PGf > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfJBSvTAgKNGkwcnD5JCkU9fFo5qc1Pe { width:15.25rem;height:2.75rem;top:1.625rem;left:2.3750001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Mo1D3KtJTrBQSX3TTvB0Z8cHVDO16mCy { width:3.4375rem;height:3.4375rem;top:7.5000007152556rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBeDpBm1uKQTxceJJ7TTE50cNsULZhkl { width:3rem;height:3rem;top:7.8125007152556rem;left:6.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRUkkm1Fnud01F22p4NLy9LeTXNmHV2p { width:3.0625rem;height:3.0625rem;top:7.7500007152556rem;left:10.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxHDfV0rzF7SZZsT74rNMZ1aBaZUm62e { width:3.5rem;height:3.5rem;top:7.5937507152556rem;left:15.156250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnkgDDM9Qtmu12I610T72F3zHPtQmuTm { width:2.5rem;height:2.5rem;top:12.562500715256rem;left:6.3750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUMQKAZIvn2N0PIS4OhH7Eb2G35Ofcep { width:3.5625rem;height:3.5625rem;top:12.218750715256rem;left:10.500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7R4U9IzgBZHzfsUMbrfK4mQN04TG0z5 { width:3.4375rem;height:3.4375rem;top:12.045454740524rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTTx7F8VrLiTzQiqxBa29Hm2EZRvMev { width:3.8125rem;height:3.8125rem;top:20.843750715256rem;left:5.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1WTwt9opOBycMzFeocJymsMwA5cKthB { width:3.5rem;height:3.5rem;top:25.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpT0r1HAhRBP2n6o3UJALm37X0MHXutC { width:4.3125rem;height:4.3125rem;top:29.500000953674rem;left:0.84296876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #owsMIhvwTVhsTFm85G2WJNUvJJ0TLFSC { width:2.5rem;height:2.5rem;top:25.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHOp5UoxTyrKQG2n93tCuffmap31rhvU { width:3.4375rem;height:3.4375rem;top:21.031250715256rem;left:1.2812500596046rem;z-index:15426;display:block; }
 }@media only screen and (max-width: 763px) { #axNNPy3Wv9uf2cp4cu135wITG4S6IqDT { width:3.75rem;height:3.75rem;top:16.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyD4q97RVwgEJGNHrECvyLVqGpsFqdQv { width:3.8125rem;height:3.8125rem;top:16.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCMOzVnT0KTKxIBQQETHZH1BRGfCzBeM { width:3.5625rem;height:3.5625rem;top:16.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4iFmG84L1iPTHZeoJs7de1T47nvfyiD { width:3.8125rem;height:3.8125rem;top:16.4375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTtbHUkEvMPRm0wSTzwfsvaEMJZZMzxz { width:3.4375rem;height:3.4375rem;top:25.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUXLNOfHZgKwJxpXEtJXPmL8RSohL9TN { width:3.6875rem;height:3.6875rem;top:21rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXcdHLfrWtZoAQ9IargF3LMO0L89xQ01 { width:3.25rem;height:3.25rem;top:21rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIIXcyZCeIu3SXaazsTadd86W2e5QWFB { width:3.25rem;height:3.25rem;top:12.5625rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REwaRJnQ80g3H59cuPhx8xXpqTzSlxKE { width:3rem;height:3rem;top:30.156240463257rem;left:10.843750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxOCwfU6T6TqTbBETx2BkcLxX1isSF3a { width:3.125rem;height:3.125rem;top:29.9375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0WggIwalQ366WOAlt59LHSQvpqDfnVV { width:3.3125rem;height:3.3125rem;top:30rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmSwlT6diWBE5mUpGhG5F1JSuiX2fgo8 { width:3.375rem;height:3.375rem;top:29.96875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNaoVAguuhRJ1rXFkMZIh9yU51gwXLV2 { width:4rem;height:4rem;top:11.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHQOIJKcCK1rwQc233pbSTf4nULR8BRL { width:3.5rem;height:3.5rem;top:25.5625rem;left:15.125rem;z-index:15374;display:block; }
 }@media only screen and (max-width: 763px) { #IcBvkpApwXhNqvlczXJ6LoQ0iQmonzec { width:20rem;height:1.9375rem;top:4.8125rem;left:0rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #lkROCDdFZm2vGOQpeuHHMmnMwWMW3qHo { width:4rem;height:4rem;top:11.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noEScFJmC2e2fuJEhN7xDRDS3qGtMJiv { width:4rem;height:4rem;top:16.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhUmH6ewIFdg3OQhXLUTyVI9xPIBdN25 { width:4rem;height:4rem;top:25.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #honmxtvNFldtBUHXlOacCMAWhTp6UF44 { width:4rem;height:4rem;top:11.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVxg0D4rqZBgRNDKMJdLDTZxbSaeOzrP { width:4rem;height:4rem;top:25.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk7cDkwS5dnNc0VEEfGQUxKR2cJKe661 { width:4rem;height:4rem;top:25.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6B9177PrbRRUSZdh5VRqUsivdytG2EE { width:4rem;height:4rem;top:7.5000030994413rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImBe8i0N9IJtDXcZ1VWIOd0FAcRyKCzI { width:4rem;height:4rem;top:29.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bALf94QyWpTk4Ixlxw7e8WitOJLepCJA { width:4rem;height:4rem;top:20.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWgK0JfVas6dPgodwvZClpBcpE847zPa { width:4rem;height:4rem;top:16.312500715256rem;left:14.906250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE7XZvmJJqrAVoQIMobFt65tpshQPCuV { width:4rem;height:4rem;top:7.5rem;left:14.906250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvTJ9uihT8NeerNKiQtZqvXcIExigtQz { width:4rem;height:4rem;top:16.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEuTx1F8UFxRUqegpuT9dN9yJ1U8vP8r { width:4rem;height:4rem;top:16.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S94rLT3OSgMyKHlSlPd0UmhNmzcoUcbr { width:4rem;height:4rem;top:25.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Vw4hSWd8FXOZWSLe9aqc9rZo4qNE5r { width:4rem;height:4rem;top:29.656250953674rem;left:10.343750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg5hx7a61oPWOtl8uywz0CPnOfBCGTNg { width:4rem;height:4rem;top:29.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE2Ic8PsMbExyCkf2cEtRUkAJBP1HlAR { width:4rem;height:4rem;top:20.750000715256rem;left:14.906250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #T19PkXMu5W9TBInbQUHzF7yr6K4i2LzG { width:4rem;height:4rem;top:33.875rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsW4qtafnIltcJLBbpzQaBCmSqXqtlHz { width:4rem;height:4rem;top:29.65625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvqG2FMT1HWTrDR5I12E4xVFSgWn7cK { width:4rem;height:4rem;top:20.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl4CXrgkasCuyEa2zaDzry6JWMZOQJb9 { width:4rem;height:4rem;top:20.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlBo1uXDmWRztVPWkBobcWGlD2KCiMVT { width:4rem;height:4rem;top:7.5rem;left:10.281250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xovsy4W9J8ETQ4vTkM7youbNRw6Jufeu { width:4rem;height:4rem;top:7.5rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #svt4kmh5L4DG3u0ms0EzqzRbh1aG6JBn { width:20rem;height:5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaUNtIdgcAeSUsLgILedoAX40I6kkOSc { width:1.25rem;height:0.5625rem;top:5.5rem;left:9.1875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPAPZSaGbncOLmpuTkTmVzfpviJaR39p { width:4rem;height:4rem;top:11.875rem;left:14.9375rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 763px) { #KNHg10UR1TNqwL7p50nH8i50ETGeIGZo { width:0.75rem;height:0.75rem;top:10.232954025269rem;left:8.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #szANKC6cRl3PR5fWPKDSeO6dTXBMWTZE { width:0.75rem;height:0.75rem;top:10.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXBcTUIWSdOk9CgAmcGu7fTFIW2zbx64 { width:0.75rem;height:0.75rem;top:10.232954025269rem;left:13.295455098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwRhkvUr0nT5gg3uBZlmD1BTLELTnAu6 { width:0.75rem;height:0.75rem;top:28.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrsopD3RKOZy601UT7ObixNOqH6WsS2h { width:0.75rem;height:0.75rem;top:14.9375rem;left:4.014204621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5ApRuZJOn1U7F4z2phErxMb4nV4PPTL { width:0.75rem;height:0.75rem;top:14.9375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoq6Hm9JETU3AgGCPwTGcZZsdzTpBR6x { width:0.75rem;height:0.75rem;top:14.875000476837rem;left:18.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfu45PgIJETNorfurSGRD1PkIgsbOShT { width:0.75rem;height:0.75rem;top:14.920454740524rem;left:8.6704550981519rem;display:block; }
 }@media only screen and (max-width: 763px) { #op0za1ivcqkie6OkGg7NUsaGbKcamptq { width:0.75rem;height:0.75rem;top:23.9375rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIHuBErT293HpdEhVOJWrtlcPqFCV5P2 { width:0.75rem;height:0.75rem;top:23.8125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdobAqAnO9Xa9GNRFwNDAgFP5KT9N7vG { width:0.75rem;height:0.75rem;top:35.5rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgC6qFhIpiMJQlaa1KQ0UHkVAo9R2cxu { width:20rem;height:3rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvKXdSfWLHmoo7JNOx0snVIAdBa87x0v { display:block; }
 }@media only screen and (max-width: 763px) { #XU0krkleQ7Q7fu42C99fiiOaKDyGRVST { width:20rem;height:2.909090875rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBQzwi0OWSk5bmZDcyrQbB7C3C4EfMTb { display:block; }
 }@media only screen and (max-width: 763px) { #CiaeZAMO5E4hXumIFnRdberbJs80svnm { width:12.6875rem;height:2.3125rem;top:30.5rem;left:3.65625rem;z-index:15530;display:block; }
 }@media only screen and (max-width: 763px) { #SCdUGCoWFVhhd4J2wNw2wCM5sO0E3Vde { display:block; }
 }@media only screen and (max-width: 763px) { #JKzDiRzBRJD6ANrCPx3F3HPr648mnLDK { width:20rem;height:10.0625rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl { display:block; }#xUFmTBHXuUTpfQoNZOqbitrhZatp53Hl > .row .container { width:20rem;height:134.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FckErdBNMd9v3TSFhrhl5V5E7hlZlE2x { width:3.75rem;height:3.75rem;top:9.65625rem;left:5.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJR2riLDhWW9w9uUgiAmS6bfvIcvnfTJ { width:3.625rem;height:3.625rem;top:0.5625rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZXbTRQQm4ZXt2vTJQG1aluikLG6TTCK { width:3.1875rem;height:3.1875rem;top:0.8125rem;left:6.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW0EZlcvu5NW4Hdr5ukXTZTR2aislp67 { width:3.8125rem;height:3.8125rem;top:9.625rem;left:1.0937499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEzWo9KrZDsfCG2R2bibtMTL30cdsq17 { width:4.1875rem;height:4.1875rem;top:9.4375rem;left:10.250000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oppi4335bzl2NKFUy8QI0nWof5MbGWlp { width:4.125rem;height:4.125rem;top:36.374217987061rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqoK2IJk82cwWJun2ucJtMrl5UnwyRyi { width:3.5625rem;height:3.5625rem;top:36.654689788818rem;left:5.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCzVt3nQFRCDprMZ1J18nX166StcJ5Pu { width:3.875rem;height:3.875rem;top:36.498439788818rem;left:10.406250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNSXME5NvncCsrfeAB6e88zvfEF6cZEe { width:3.9375rem;height:3.9375rem;top:36.342189788818rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZwRQXA2q4SoTbebhPi45D6JOp3wRfPN { width:3.875rem;height:3.875rem;top:0.59375rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUtcToGndocgupTAx9DvlJHeaTMPkWTO { width:3.75rem;height:3.75rem;top:41.125003814698rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC2gUHnDFU8FcdrSyFxOnoEodq6EI0f5 { width:3.5625rem;height:3.5625rem;top:41.406253814698rem;left:5.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht2J2gsSBqWJXaqvTL8Qr2NVFlT2OuLF { width:4rem;height:4rem;top:41.187503814698rem;left:10.343750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #suvW7149o9fUsB8eXiIHVBXy95PAVFRl { width:4rem;height:4rem;top:41.187503814698rem;left:14.906250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7NwP7bkk4VNuwQaPiMOWqT0FUoUS96X { width:3.625rem;height:3.625rem;top:0.625rem;left:15.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW1QTTI0SS4AaGJmadx81PXLRfKtNttF { width:3.4375rem;height:3.4375rem;top:46.031253814698rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGoWheuxwRzBwtXXGWkShxrufS4ZRNRr { width:3.75rem;height:3.75rem;top:45.875003814698rem;left:5.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMWTKf3FuGf9GgZEeLIPg1tTe6vhnlAl { width:3.1875rem;height:3.1875rem;top:46.156253814698rem;left:10.750000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMh1JuSey8K05kbCoAmCvZOGT5XKnn55 { width:4.125rem;height:4.125rem;top:45.687503814698rem;left:14.843750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdMTb33UNL6D0cPn5zKaGnRv2lVFROxT { width:3.0625rem;height:3.0625rem;top:5.59375rem;left:1.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sycKAIwUvhiyRADb0ovJnQIBgiWlWzlL { width:3.6875rem;height:3.6875rem;top:50.343753814698rem;left:1.1562499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcuvsGEdEZmwbu0sgaJUE3z93XUmDS41 { width:3.5rem;height:3.5rem;top:50.437503814698rem;left:5.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8AAHN8AcZ06K9OTT7QyRoMLTluvUpaN { width:4.0625rem;height:4.0625rem;top:50.156253814698rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo03A0HR7ab0q9NpiehvrBEDBrrOxxmC { width:3.9375rem;height:3.9375rem;top:50.218753814698rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIB5rFsCIFQw2kUq1WgMZzUd2sTaBciO { width:4rem;height:4rem;top:4.9375rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztGThrGsml3A635lRq0xGKLrT2RxGX7y { width:3.8125rem;height:3.8125rem;top:54.718753814698rem;left:1.0937499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfIgAUR8NIiCIMdTa3KKm8xKtLQzTPXB { width:3.6875rem;height:3.6875rem;top:54.781253814698rem;left:5.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6OdRkr4D59wflzH6coUg1nkIEk0o6nq { width:4.0625rem;height:4.0625rem;top:54.656253814698rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCNanBDzuTCTUo9bvtpCLy18NPdT43Xf { width:3.4375rem;height:3.4375rem;top:5.28125rem;left:15.249999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRhHlTA7KtSzT4T8AbLyAc7SMP4ylrMt { width:3.75rem;height:3.75rem;top:5.125rem;left:10.468750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #srXGtnZsenMzy8PhM2Zvywxu3GwLBOIk { width:3.3125rem;height:3.3125rem;top:14.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3ONANwOvGwcpOlkVpXRXMvoqFxtveT2 { width:4rem;height:4rem;top:14.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr904fQqEVNNQ43vRKAx07HimWdqTEvv { width:3.6875rem;height:3.6875rem;top:54.843753814698rem;left:15.125000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #syE1z4DSTFCtFPPvWFEEbaOA449UbS11 { width:3.4375rem;height:3.4375rem;top:14.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OetxqLQUwhbcd9H3dZI1dvtC3fT9amJt { width:3.125rem;height:3.125rem;top:14.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4qsnpCRdoZ1zka88QBCQGOTDW1zXzdh { width:3rem;height:3rem;top:19.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odJM1QWTyrmQqauuH9qXcfnQcTZMR1S1 { width:3.125rem;height:3.125rem;top:18.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI3X8x0N3vFSpdNzfpv8TwyhN135krIE { width:3.3125rem;height:3.3125rem;top:18.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKtEzkNX3zhmRuQqktE21R2gU0mlmOaF { width:2.625rem;height:2.625rem;top:19.25rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGcQMx7lUJzEnToMpmrU2e9cXsqPfTkJ { width:3.3125rem;height:3.3125rem;top:32.156253814698rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3RrVTOCBWT3UkI5qxTKFNaTGNG6n1DR { width:3.0625rem;height:3.0625rem;top:23.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXWsiDgCWvug4beo3HTw3CVe9s7bMtUC { width:3.4375rem;height:3.4375rem;top:23.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBPLgimOu07O3kTHJVUqOTRhgggkEqCc { width:3.3125rem;height:3.3125rem;top:23.3125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddP3znQRA3kzg5AFsqOkJRyDD3O6y5ml { width:3.125rem;height:3.125rem;top:23.4375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdyyVxZsOUJfCcACU1oWs0MrqtdwZ9OZ { width:3.5rem;height:3.5rem;top:32.062503814698rem;left:5.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaqBTzKisz7sCetKe6hXgAafpnVwVidT { width:2.6875rem;height:2.6875rem;top:28.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqT0A637vML5SOXWTDwfaZJtxkPu0axW { width:3.125rem;height:3.125rem;top:27.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNa5DA3Vvtnst5SPFrwpsfgQXnQAGEIT { width:3.25rem;height:3.25rem;top:27.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAn8hrfKwvetdUuQKCTeKaOcsGzrPlMv { width:3.1875rem;height:3.1875rem;top:27.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP0vxKvDizdZS6ma0kFJKIBzTTT2J1nO { width:3.625rem;height:3.625rem;top:32.156253814698rem;left:15.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSkTTn4ErVKNNlqQ65APmGIo2B6WEZZX { width:3.0625rem;height:3.0625rem;top:59.5625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhidwkMTt9VB0LuVT2s75K2t20DbGQHG { width:3.5rem;height:3.5rem;top:68.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDbEtTn4V7tfHbsdRZsLbvbA7PbCDrhw { width:2.4375rem;height:2.4375rem;top:68.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqaqB8FPRHI9IkQfNpDknSzuXADZT8qZ { width:3.625rem;height:3.625rem;top:59.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfJW8faRhhDmgUJ1asnN3JxhxNoCX8xz { width:3.9375rem;height:3.9375rem;top:59.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOkGQOOIFz8QmVlCEFSfLDnDmsXb8vJa { width:3.6875rem;height:3.6875rem;top:59.25rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAQoRAF3wHdNUGP6r5kSDIKuVtOFMOtk { width:3.8125rem;height:3.8125rem;top:63.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKxpND0mqlo9A9114TGEuuzf56mxUhNX { width:3rem;height:2.9375rem;top:64rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gukaVGDzarHwfDKOuTUoNT2Mdtn7cE7N { width:3.375rem;height:3.375rem;top:68.4375rem;left:6.0625rem;z-index:15425;display:block; }
 }@media only screen and (max-width: 763px) { #TvmZrOTHHpZ7c8ANeJthgqCtcW1ErW2a { width:3rem;height:3rem;top:64rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r487TDiVKAuU125hIlpmESCedXHSLSAX { width:3.4375rem;height:3.4375rem;top:63.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6XdwhrLsyitb4vwJT4vv5cNRcO6LeiC { width:3.1875rem;height:3.1875rem;top:91.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8p1ZgsGXSzvWe5PKd3mXUdF6iZx5fkM { width:3rem;height:3rem;top:73.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBDpROa5cWTCTkAGPlCP0GQVTeuMBk3e { width:3.3125rem;height:3.3125rem;top:72.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoBNMQsayMGOtAlLCrhChgu54zcGB5yu { width:3.3125rem;height:3.3125rem;top:73rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT91B6TF8EodLiFDAu24CQEfLCCf0Fr0 { width:3.375rem;height:3.375rem;top:72.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlzbX7gAi5QeTywkNyX8VJKLNFZ1QACa { width:3.4375rem;height:3.4375rem;top:68.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfKX5hDtEgm8CQF4qsRnoGqS0vDPdwTB { width:2.8125rem;height:2.8125rem;top:95.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOHd4goBgTIbQJwfDk7ldFn0ywcRQnmk { width:2.9375rem;height:2.9375rem;top:77.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU3iTe7sGsokR537CtMMXN0PSK4FpPZn { width:2.9375rem;height:2.9375rem;top:77.5625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaheyJg7lEJCEwfyU1F7VqSDU2d2RBye { width:3.5rem;height:3.5rem;top:81.6875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXZMsyxc6Jfn6tEpDs97xIkv63pHMXxq { width:3.25rem;height:3.25rem;top:81.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgEzemlilEZp0LZvypcv71tOrbtfsTnB { width:3.0625rem;height:3.0625rem;top:81.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqXr9bC6zt3MWPtPQeFqtlGdbXdK8O4z { width:3.125rem;height:3.125rem;top:91.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTP38fD9GzwrKTD3TGX2l7K0TOy0hPpt { width:3.6875rem;height:3.6875rem;top:86rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUv9hCwTemeDbUxLszhu11qQRMlVJkVd { width:3.75rem;height:3.75rem;top:86rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8PBztay5f05zd81D47azJWVGgTQeud5 { width:3.5rem;height:3.5rem;top:86.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2FPEZ0BJWNGhX9o5rTKrUtAkvKpToo5 { width:3.25rem;height:3.25rem;top:86.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6RTNzJ8wZsHqa22VXXSlhaW2ribiWgQ { width:3.375rem;height:3.375rem;top:77.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdpCWODS4myfLGDdaFkyZHqqGywu5ixR { width:3.0625rem;height:3.0625rem;top:77.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLlyn0dB69rHmAMXsTVlgMeGDVMwJpke { width:3.125rem;height:3.125rem;top:81.8125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBA1s6qNDrVJ6wewU8Ti5TN30c4xnzkw { width:2.9375rem;height:2.9375rem;top:99.9375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgsowMpIDskxDWa3hJcy64t55Kh5hqVy { width:3rem;height:3rem;top:91.1875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErzcTOi3pyPs0fPpob56SSqdW68D5F6F { width:3.0625rem;height:3.0625rem;top:91.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSE2R9DlFxzwBPgQd649vNFTkic6gtwU { width:3.125rem;height:3.125rem;top:104.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4OG1H0LTB4v0Tsz6nZeuti2i77wDJ8E { width:3.125rem;height:3.125rem;top:104.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfPI0lh3tei0gv1xv2DQVrfVtITv59TD { width:3.9375rem;height:3.9375rem;top:95rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCXMMUO5u4440MHUWxnzM5tSGkv4RrF8 { width:3.125rem;height:3.125rem;top:99.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeFyJIMiy5i9CSbVCu6WBpoOLWK4reyV { width:3.0625rem;height:3.0625rem;top:99.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nexU4wNIPC3xsnhgS4ytkWz2sbZT2lnU { width:3.125rem;height:3.125rem;top:104.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5iTUDJp6b3iz9TvNEL9FDUS27f66NKs { width:3.125rem;height:3.125rem;top:104.5rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ircEkJHR0y6hvmtQ0aFftkN5OGw6J5lh { width:3.125rem;height:3.125rem;top:109.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgJpQsV1VwsbcRAC6qnWyPScwWkoFQ7D { width:3.125rem;height:3.125rem;top:109.0625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5zfuwdhJiHR0E472ZXuywTAkSByUfr6 { width:3.125rem;height:3.125rem;top:109.0625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeXEpPDXuLiDNNZcnJni5MO0Sk7B974R { width:3.125rem;height:3.125rem;top:109.0625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5LBb87xbntDsRvzKgy0OdnoZACn6v18 { width:3.125rem;height:3.125rem;top:113.6875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx9221axxTIDGEHIeaOCJTs6t9vnf3bS { width:3.125rem;height:3.125rem;top:99.875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZVcSBCBQiZH6dIZcWTpqL1n3t5q6wN2 { width:3.125rem;height:3.125rem;top:113.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyBUVRLbgBCezWxiPCk0xcaz5rDuWsos { width:3.125rem;height:3.125rem;top:113.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #imnWxwZZEHFGoJhMPlG3E3xrdwJJ8wIq { width:3.125rem;height:3.125rem;top:113.625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P36qzDNZeDiUTJ95XbaXEXTVqF0ReitB { width:3.25rem;height:3.25rem;top:95.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpnhgwfDgE3d2e5L61tvFyzqEasPN1y6 { width:3.25rem;height:3.25rem;top:95.375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8vsoD91brJHcrygrCoPuHqE4A5pFrAb { width:4.1875rem;height:4.1875rem;top:9.4375rem;left:14.812500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH1ABLkDNRRJCdTUe3Pk0pcfDxwrtRQA { width:2.875rem;height:0.9375rem;top:119.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwGbbHZ5xkuv5fvJLUsna16bs4r0TRnx { width:2.875rem;height:0.9375rem;top:119.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6mDiHxyWGArJyPOfHAO5iCo7TLZREsd { width:2.875rem;height:0.9375rem;top:119.375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkaB6orUWs790VdNecKTqmVDLyior21p { width:2.875rem;height:0.9375rem;top:119.375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChkGUf1TtuaZllWZVOCm2qfnZoQUTCTt { width:19.75rem;height:125.6875rem;top:0rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #Msd3WiarUkoFfOLm3El129RzVV5KwHcl { width:4rem;height:4rem;top:113.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJTaJa2kuFMPkq5nhExTa7eCekbT8OEW { width:4rem;height:4rem;top:108.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFaRVTHMzbfJ0XwA7QNOyqDW9TXxghwL { width:4rem;height:4rem;top:104.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K65r6bOElMX6btV358rXmE20CCkKRrlz { width:4rem;height:4rem;top:99.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IssLdAmq2u9TuNxnzghziT2nFXSJyT69 { width:4rem;height:4rem;top:95.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmxU15JmR5OmKQNMoBIaVskrs96CCpv8 { width:4rem;height:4rem;top:90.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkrDprs3D4WAmQaWKEv0MwlhXxKm3Su5 { width:4rem;height:4rem;top:77rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HltbVHoNXTMD3WcpCiIXgr7neCwuTVUS { width:4rem;height:4rem;top:85.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RylbNKXFllodU66ziOv5pEq0vfruXf8b { width:4rem;height:4rem;top:93.375rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqvXZ6Tt8uXq06HTDvmnUszeyvqGdiVx { width:4rem;height:4rem;top:63.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7zd8H4BEVxRZ9cxBHgv4bmVhRNL3JpT { width:4rem;height:4rem;top:77rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2xTTkJJNmT9mClZuUvfTIZD1cBxamu4 { width:4rem;height:4rem;top:113.25rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6iaqhMvxIaJ6Kqty0RimhQV7kABiAm2 { width:4rem;height:4rem;top:108.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7zg2yhHqdZZ6Ez4tTpebkF9US7cJJTp { width:4rem;height:4rem;top:104.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq8uWRAX07qcMLvk7aeWVUTCFGSTK5WR { width:4rem;height:4rem;top:99.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN2wWJ1BGRTr55rZMT7VWmPC7N8T7JcS { width:4rem;height:4rem;top:95.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTlTZDzc3Vkhe6EgNp9Zhis7MUWuiGwp { width:4rem;height:4rem;top:90.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTSkJ2bMuBR4TncpiAtxdnNbsgW99QiZ { width:4rem;height:4rem;top:85.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxfyhZ6XAqGTdQQJ7J909XXwmCQd9RwH { width:4rem;height:4rem;top:81.4375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIoSzpid6KkxNzwQZLq7vxyIq0pdrlsS { width:4rem;height:4rem;top:81.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdoimA7Wi8AwHtbXcTmTAona7IaJT3M3 { width:4rem;height:4rem;top:99.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9h1UL51CPOgIqq97n6J6HFoWEM18roX { width:4rem;height:4rem;top:63.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9TTyPTmEyalWCI2amO5T08Sl01kIIFm { width:4rem;height:4rem;top:108.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOF5qRRaQVqO2C1vVA7Unqvnz8NHXib { width:4rem;height:4rem;top:63.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhblE1zPGEORo3DUbUrohkNFAmXEXIK { width:4rem;height:4rem;top:90.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUTNnLF5s1S5veLvP3MfUqIqgcJnVaIT { width:4rem;height:4rem;top:95rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb3XaxbN04mztOqgiZxTk0Odwaf1lZlJ { width:4rem;height:4rem;top:85.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGwV8l8FfssmFwqLdiNuk3TAHIz1JTgH { width:4rem;height:4rem;top:72.5625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH9mAxAufd5RoqwH53s3SfqIzreFhbgI { width:4rem;height:4rem;top:90.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkETDucFrqnNfl2qHzrWSx7AfGLpCmIS { width:4rem;height:4rem;top:77rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwsezxsp36qXcaMUyRPQ6snUPeqmhMNW { width:4rem;height:4rem;top:108.6875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR7MHKpwfoZy0XDXetb5dAR65y4TIoc5 { width:4rem;height:4rem;top:59.0625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds7md1XkTLcaMeZK5fRtnAIqm6uOV2VJ { width:4rem;height:4rem;top:27.375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv6g6unpt7thR1A4VDQtGGFASsFI6y5v { width:4rem;height:4rem;top:23rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzUunZrSTx1qUcGF2FPkzTdrppzwRHnP { width:4rem;height:4rem;top:14.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtRkEvAQWTRNVotbm5tytm1QvrA2AfP4 { width:4rem;height:4rem;top:45.625003814698rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4GTCgxBgq6HpPyTOQtxqBBEaZyy7OZl { width:4rem;height:4rem;top:85.875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpOQl3TDEdlO3XM3gPfObWUfL5ZhClRP { width:4rem;height:4rem;top:81.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueTWIbqxEWpbbgat5KeTWT2cMNdyWJZ9 { width:4rem;height:4rem;top:72.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDdJd0TlDfRTKKRiA8AsCRAy3TfLSEPq { width:4rem;height:4rem;top:72.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwcTgwSkaT89xki6FpPTvuLxP7aRm2qO { width:4rem;height:4rem;top:77rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VceO2gA54RLFWdkaMo46czuJESEmDA1w { width:4rem;height:4rem;top:67.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROsiqczgnmJXxxiEsWF8vJDweGDic6dN { width:4rem;height:4rem;top:113.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBbGk1ep0eLw8XRfP5M1QPH5o2CxQd5y { width:4rem;height:4rem;top:59.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV0KDSPvG9LKK86qMeNHiQcTiblZG67C { width:4rem;height:4rem;top:27.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txXL6hDWpQ1U152aeJPefLKs9Hl5DHz0 { width:4rem;height:4rem;top:18.5625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo3RzPvFUlRd1NlTQfqr7ed6Lbsk4NPO { width:4rem;height:4rem;top:18.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEbTom0wS4SKWoJyG2chBuCTgLoA48xX { width:4rem;height:4rem;top:54.687503814698rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2X7LTmvec5IXwtJ8EqS1f8Hs3UD7X0g { width:4rem;height:4rem;top:81.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEScqdP6s5DJnytOykwaIFkNXSBCSFZV { width:4rem;height:4rem;top:72.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJsmg0uwPIffTvSIGbRO73Kl7BiLMge7 { width:4rem;height:4rem;top:68.0625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StRp1XdnoiopnfUFwGAPqKTuTvhHkwUM { width:4rem;height:4rem;top:68.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFc9FQqxEDTN6kQAgQZ08cDkUxHIxG1b { width:4rem;height:4rem;top:113.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8GkvVffnk2H7vUs3w9qvX6naxUCTt3Q { width:4rem;height:4rem;top:113.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWmn5ALXJUOeuznBhL2dzxC0NmCxH4cV { width:4rem;height:4rem;top:59.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLQ0xk0HHnHiE5DotSc62UR5eh4lEnrx { width:4rem;height:4rem;top:27.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRiO4sTx0qikEfHeQFzhkvetCatD03wz { width:4rem;height:4rem;top:27.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsddE7pooZXCDIZznUE6pw2vCq6K0qNB { width:4rem;height:4rem;top:18.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaG9DES8JZtqrTuqiMTeDqWxmnVVzLZT { width:4rem;height:4rem;top:54.687503814698rem;left:10.375000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofc8ash0CBeBEsbSTWptT97zeds58z6t { width:4rem;height:4rem;top:54.687503814698rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jawo05S74EXwSURbTfmQbQ37pNqOb0LJ { width:4rem;height:4rem;top:59.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mApVbFRfTpSBg40OBuioUMd9Vm7aIh0H { width:4rem;height:4rem;top:23rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBFFO3uH9WOZCGsW8aNox9hrQC6XH9Cc { width:4rem;height:4rem;top:23rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBfQJhMM4odkv1aAdZBBXUCKqQ2KBCgs { width:4rem;height:4rem;top:18.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyGzTOTsNTwvF6HxT6ebAHr80ZJypk6X { width:4rem;height:4rem;top:14.125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiWqJFHxzkoEn98ix8gKm3tNGTnJTm65 { width:4rem;height:4rem;top:54.687503814698rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNUd7t66B0C4Joy4LfLhdCIrz9TQau4y { width:4rem;height:4rem;top:36.437503814698rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBpnuI5zzv51RzTBikIluxWSiE4dD2OT { width:4rem;height:4rem;top:41.062503814698rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp3vVXooGz61MMGQNDPdsI08Sl4kQMJ8 { width:4rem;height:4rem;top:50.187503814698rem;left:10.375000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEbmTHJLpnstgVpHOgCAE2upGWeA9XPy { width:4rem;height:4rem;top:31.875003814698rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hscr9hPH95PvZHU6vq4Ox3DnMF9wUwyo { width:4rem;height:4rem;top:9.625rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBTvQDviMV4yeZR0mxT5PIJKy6oX5hLG { width:4rem;height:4rem;top:5rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCQAPQxVDqQhpkTOC7H739MPxOC2mWnw { width:4rem;height:4rem;top:23rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8iSddaBLelKpnOee6qm4CRqHU5DTZnv { width:4rem;height:4rem;top:14.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6B7qB9pDyOzFEAdBqyLObMCpQZG24A1 { width:4rem;height:4rem;top:50.187503814698rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7BFaFeciIfMvls6oWbUsTfQEiQMZ0ff { width:4rem;height:4rem;top:41.062503814698rem;left:1.1249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqU7JTNVEZB80ZO6Lu4xtQ1W1S7eKBzL { width:4rem;height:4rem;top:45.625003814698rem;left:1.1249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPi2zV44UXfQDf5IoUJE1FW7V2tuX4Kh { width:4rem;height:4rem;top:36.437503814698rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7Ng3PzOvuvPr2dnk1EaHIRB7qf0IZtJ { width:4rem;height:4rem;top:31.875003814698rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJoTFX7qT2THrzoRIBVk3y8Qi9cWnwKA { width:4rem;height:4rem;top:9.625rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqHebpEMaRuqx8zLQNErBaUzJSiExLKI { width:4rem;height:4rem;top:5rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ67pqw0oUgerCZquUUOd8yPSnwouPOs { width:4rem;height:4rem;top:0.375rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ObxTuSEZbRUEC450EpgfkUVhXVsQ6L { width:4rem;height:4rem;top:4.9679718017578rem;left:10.281250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxzohTAT2b71ePTCq5MabqrttZZfgtnx { width:4rem;height:4rem;top:7.25rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOvVxbtsFXE3XxqoFteSUWQN6vbEui58 { width:4rem;height:4rem;top:14.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA3Vs5NQBMeuxZ0z7D4CnEWwEOmdNXNT { width:4rem;height:4rem;top:50.187503814698rem;left:1.1249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkV3x8RvG9pq7aJFD8MA7B34iFrszrWm { width:4rem;height:4rem;top:41.062503814698rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVmgFaDXlJ5JPZ6aU4CLgfq6BSIZwTTT { width:4rem;height:4rem;top:45.625003814698rem;left:10.375000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWlSr6RV5EEE7e3Sv86rwJHS3hWNKArv { width:4rem;height:4rem;top:36.437503814698rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmN2DOGdcoQ7wy3WmNT70JNd4n8Mk0Bq { width:4rem;height:4rem;top:31.875003814698rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZxUAcGnmGTcW6JLq9RatvBHTgaxAePI { width:4rem;height:4rem;top:9.625rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDQ7BwZTrVmUQVI3gKWJuDCofdGM0aZt { width:4rem;height:4rem;top:5rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykhRrkHNZX9vTAoDhAb0ppfWDPK8lDpT { width:4rem;height:4rem;top:0.375rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2klTN5g023HhZJwUwUEPVefNNDuRQul { width:4rem;height:4rem;top:63.625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw5z4aWVKnAMRtV919RT4KtfwIh4IoGl { width:4rem;height:4rem;top:117.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH3FsW4dzDTTRxyPoiWRHJv36HfRoou8 { width:4rem;height:4rem;top:117.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7QRiJEtaTHQoAvDf407uiWP6qvJzfK1 { width:4rem;height:4rem;top:45.625003814698rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJZpaOa40d2NAFFHz0IHxLN89ADc3hze { width:4rem;height:4rem;top:41.062503814698rem;left:10.375000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #KExwrTslO8fmpGe7gsDrdffEzTQE1oWr { width:4rem;height:4rem;top:50.187503814698rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHnuznVWRmQfWoONQHsFIrmfk3Unm2Eu { width:4rem;height:4rem;top:36.437503814698rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNpF9Lep5RkAN6y4g3VmxCZ7crzgaxP4 { width:4rem;height:4rem;top:31.875003814698rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpQrPh30yCg1ESzIqesQE5oJSlUfruWv { width:4rem;height:4rem;top:9.625rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3A0yg97paC3fzqw25gycdIfZ7DugDes { width:4rem;height:4rem;top:0.375rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmOxWhbUnmV1iD2cwCgEuIXVVn089GP3 { width:4rem;height:4rem;top:11.8125rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifepnTaBHAeou0yf2vGkCi1GADCg430f { width:4rem;height:4rem;top:67.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxBmPFZRWwvhFy2qvziCN0VNbZ6irLlm { width:4rem;height:4rem;top:117.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJF4O9vuMHqV1nG7FQqgOoTfGz9TBDyT { width:4rem;height:4rem;top:0.375rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLKLyCkd8vVhXolWn4zIE9qLEh4pFghC { width:4rem;height:4rem;top:117.8125rem;left:14.875rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #ZG0oKGE7whfyxCXd4SiJQdxUPTPmr8M0 { width:0.75rem;height:0.75rem;top:10.357953548431rem;left:18.014204144478rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ohfc9ANnunrQD5ZGedswowvAyFEJi3sN { width:0.75rem;height:0.75rem;top:71.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eALnJpol3s0tQP4rZo5AgT46DLl70Q4C { width:0.75rem;height:0.75rem;top:98rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQpJEsqonZ0PdxTnDtdgkScBoAGNgfTc { width:0.75rem;height:0.75rem;top:17.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWiocnVfo8hqs5xNwRIrGbTHnESpdwEw { width:0.75rem;height:0.75rem;top:17.1875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDuHLVRu2zKXqKvTt8s02JNSLEnBeIT8 { width:0.75rem;height:0.75rem;top:89rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVxSAPzB8xeOGvfZrBT6B5XbJpaIUL8q { width:0.75rem;height:0.75rem;top:93.5625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg5FeLVuWH6vn9iIUZllrM5QiE6oDnUf { width:0.75rem;height:0.75rem;top:66.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGFuOQohHrpAoaf4NvdOnBQXPwil0cpv { width:0.75rem;height:0.75rem;top:30.5rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqGG7RNyyeHiv4aaTZUE6d7oHWVTOzNl { width:0.75rem;height:0.75rem;top:84.4375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WylQ40iWTn4CBqzvpoM4VCqhQ39TT0FI { width:0.75rem;height:0.75rem;top:53.325786590576rem;left:4.0140624642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaAv76n8qkkp1ou8xKaeTF0OIdbSXt9v { width:0.75rem;height:0.75rem;top:53.312503814698rem;left:8.6875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgB4uQN9eZtszovJFnqSdkw68gX5BDwT { width:0.75rem;height:0.75rem;top:48.625003814698rem;left:8.6875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIS8PnnC2tZbTVbAdKWgJOhv2nUi0wGC { width:0.75rem;height:0.75rem;top:3.4828147888184rem;left:18.014062464238rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxuSsyIkVwgnVb9txAKhwS8eJoOB1NOL { width:0.75rem;height:0.75rem;top:26.1875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASqsBMxqzTHiIwlQegZC9xQFl30Fc3Jo { width:20rem;height:3rem;top:126.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0NZfp1Ul4RFkUHI9iBCH0kX5KiiCUtg { display:block; }
 }@media only screen and (max-width: 763px) { #nwtBS3PTzsiTb9Ud70rIWUJbM925hVzL { width:20rem;height:2.909090875rem;top:130.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9QJ0pEpSSf4EaMgKVKNGlss68OmAD2O { display:block; }
 }@media only screen and (max-width: 763px) { #NoUKyvBCLXlMOhT44TrkLUtQ5EG6JPiS { width:8.5rem;height:2.3125rem;top:122.72109222412rem;left:5.7500000596046rem;z-index:15201;display:block; }
 }@media only screen and (max-width: 763px) { #TaaIJ4hkN7zPmlthcpGFSquhUGI0w7ou { display:block; }
 }@media only screen and (max-width: 763px) { #Au94hfwJddintV9kMZ0U2LHgLn6ClQUZ { width:3.375rem;height:3.375rem;top:32.124217987061rem;left:10.656250536442rem;z-index:15374;display:block; }
 }@media only screen and (max-width: 763px) { #fLt07EeI3XSFDTTVKbA5aenxfPA59hLh { display:block; }#fLt07EeI3XSFDTTVKbA5aenxfPA59hLh > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td2Mw3d7VLKEroMI2JttlblwDEW7KWGg { width:15rem;height:2.75rem;top:1.625rem;left:2.5000001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15528;display:block; }
 }@media only screen and (max-width: 763px) { #uSvmulEqHOlXenP0To5NydeRVLa1RciD { width:3.4375rem;height:3.4375rem;top:7.5000007152556rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #siakL0rCTq1GqBvmHghXDaZCsqOlZ9zO { width:3rem;height:3rem;top:7.8125007152556rem;left:6.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3MZQpzUIM6BKwKTLpvXeXK3o8wwrBCz { width:3.0625rem;height:3.0625rem;top:7.7500007152556rem;left:10.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqSzcOPPCpUAHCc5xe3HrmkHIis7CRZ8 { width:3.5rem;height:3.5rem;top:7.5937507152556rem;left:15.156250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8mDtgtI1AxvIa92i51HgiWGrxpEGsTQ { width:2.5rem;height:2.5rem;top:12.5625rem;left:6.3125000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTrerigHm84WQ7TRnADHXE3Q5g9KCoZW { width:3.5625rem;height:3.5625rem;top:12.21875rem;left:10.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo8Z51Kci6QFUC5aQSXXzHQHTGCHRdew { width:3.75rem;height:3.75rem;top:11.75rem;left:15.062500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skxt3BZEmidbF2XvribG8J7wEAoc7vhP { width:3.625rem;height:3.625rem;top:16.5rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4NAC6HyrT30kHfUeaBdax58WLs4csx4 { width:3.1875rem;height:3.1875rem;top:16.75rem;left:6.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6ZzkQad1qTmpCa2pSKCzvQFEG41DI2L { width:3.4375rem;height:3.4375rem;top:12.045288085938rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9gKtKTuKSX96LvXNSQdPqPGkK4B3Irw { width:3.8125rem;height:3.8125rem;top:25.5625rem;left:1.0937499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #XitTdI6dMRtctQ5xksV0cbCQEN61p1fo { width:3.8125rem;height:3.8125rem;top:16.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJiXwGPUzmAyrJkLQoMC8TF5e9ceQkur { width:4.1875rem;height:4.1875rem;top:16.25rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5HiOwwMP406FfuRgBAKIwc4LzqyWxef { width:3.5rem;height:3.5rem;top:75.75rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUeTpG0mDODoGAtxOfMcJ5lz9vJrCrpu { width:4.125rem;height:4.125rem;top:25.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL4b8X1Sx5wtLm4nTOHqnDPO7UGWqu0Q { width:3.125rem;height:3.125rem;top:30.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgQn7oTTJT9ueD5q65nQUFPsCuCkgXZg { width:2.6875rem;height:2.6875rem;top:21.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVfLS1g0yybpx6TJToHNKHOrGRTGdM2d { width:3.125rem;height:3.125rem;top:21.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7rzwIpt3pFtATN6ZIeNbkKS2o1ON8k5 { width:3.6875rem;height:3.6875rem;top:20.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L293cgFfAxdWfccIKsfi3rNTSXmOCRZX { width:3.25rem;height:3.25rem;top:30.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPrsXTRuPanra8EupV0puA91WF7pUODD { width:3.25rem;height:3.25rem;top:30.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3LaFeElmAnKALXHX7LbeBc2xsoVmMqU { width:4rem;height:4rem;top:30rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHin2NL52SV5WZqR7B75RTmpTbwcEyyD { width:3.5rem;height:3.5rem;top:25.6875rem;left:10.4375rem;z-index:15374;display:block; }
 }@media only screen and (max-width: 763px) { #nnAbq2PMc4CekbIImCVTunDLSBl6VuEu { width:19.75rem;height:32.125rem;top:4.3750004768372rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #azA134CNJ4A38BdZvKtolKQroHN5yxiN { width:4rem;height:4rem;top:30rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5uEm4tCx11tKqSbDkoTmTpfDKdcFQGN { width:4rem;height:4rem;top:16.1875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJrkq5iNAL2MNa5huMWcgSNgLDdEoxeH { width:4rem;height:4rem;top:11.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnBR4EaGRPLxqfJ2VXyH0zyhpZhSltKO { width:4rem;height:4rem;top:30rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F15obmKTKB35eMtir3IxA2GA55ExoShn { width:4rem;height:4rem;top:16.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOnXbkcT2bKcWNTv7A1ddbo1ZXJADWm { width:4rem;height:4rem;top:20.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LndgGqE6xT7H5CTuwfCmQmFtC05o9JDg { width:4rem;height:4rem;top:7.2187490463256rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5UNG5c5SMh1MTdTH1uyrB7Go6obRawi { width:4rem;height:4rem;top:7.2187504768369rem;left:10.343750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQiXtlPNlTRev0STSqptQCTHOvImEqDD { width:4rem;height:4rem;top:20.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INBSwq9tmhSWiTIvkTKhdMQz6qr8HHrL { width:4rem;height:4rem;top:11.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9CIKTcOT8Uamm10BWoN7ykRdsA84BVL { width:4rem;height:4rem;top:20.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsKFOdPoqPcfpBcX1LPPoVIpydJQuzBX { width:4rem;height:4rem;top:25.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dao6mQRNBXx3xCOJTrAE3BMVFT2to9vt { width:4rem;height:4rem;top:11.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKhMOur6OsyS9dKJ9kkhMPhF1I3h4vLo { width:4rem;height:4rem;top:11.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4f9dyTEHAdRGmoudZgLftOySehZE4vZ { width:4rem;height:4rem;top:25.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6SzW72JrDpTpJACh9A9Ezb4wW5qZS6L { width:4rem;height:4rem;top:25.4375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtKDV0R55stTG0laOTCSCtZBucLTftGQ { width:4rem;height:4rem;top:16.312500953674rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyMrFR6P8iT6x6Ha4QyvdVfeTulPGpTP { width:4rem;height:4rem;top:25.312499761581rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPPuL6QLUlQhZESsFW6EoUSGCH4FUbv8 { width:4rem;height:4rem;top:7.218770980835rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #du5NkZTTWCh7r0eSmcnfSK7FqK3fGNL6 { width:4rem;height:4rem;top:20.6875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLcfVOVUtbBrKuRTXeSxQzmflGrg2Ng { width:4rem;height:4rem;top:7.2812504768369rem;left:14.906250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzUIbVr6kQKnS9e7MR7heyfQCTdD1XyE { width:20rem;height:5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh3JaZfsIrxdFCpvUTHOwi5gZMbMQnFK { width:1.25rem;height:0.5625rem;top:5.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #On3FR2b9DcGft1hRGT6UMQADASdS45Gh { width:4rem;height:4rem;top:30rem;left:14.875rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #Aot4pT4f6fu1StvZdBoMvfhof4kK6qO7 { width:0.75rem;height:0.75rem;top:10.232954025269rem;left:8.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #khHIOufih3U75Et7OpHxAuGLrZUl6fAE { width:0.75rem;height:0.75rem;top:10.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyuCLTJbuFE54COtySqilmztgskZAVM7 { width:0.75rem;height:0.75rem;top:10.232954025269rem;left:13.295455098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRQG0gBTOf5O8gc0SUghIJdFeKDrHpZJ { width:0.75rem;height:0.75rem;top:14.936706542969rem;left:17.889062464238rem;display:block; }
 }@media only screen and (max-width: 763px) { #whELTKM594a3bsMe4zvvtEL2TkR0meAM { width:0.75rem;height:0.75rem;top:14.9375rem;left:3.9515624642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG8FE4FAsbTclaLuV8Hr6xfkINGMud7n { width:0.75rem;height:0.75rem;top:14.9375rem;left:13.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuIBkwQ5EbZXnTUJuFbc6yxwM4hpJGoD { width:0.75rem;height:0.75rem;top:14.875000476837rem;left:18.062500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSC6owUL1GcQFgbOoOJwm6wP8FeAxakK { width:0.75rem;height:0.75rem;top:32.987501144409rem;left:17.956250727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #hinZo2MfEQl2yxyMKoXW4gTRcTZAhmiF { width:0.75rem;height:0.75rem;top:10.420450389385rem;left:17.951704144478rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDxT5b81PNdScuAikRxqpuyIrta6eOCP { width:0.75rem;height:0.75rem;top:131.76349639893rem;left:8.8579550981519rem;display:none; }
 }@media only screen and (max-width: 763px) { #waywu7Gb7fXWAU4TrtF318nATCFduoNq { width:0.75rem;height:0.75rem;top:83.044748306275rem;left:8.8125001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGxPq8gARePOy0MK051dJg71sRSJTfTH { width:0.75rem;height:0.75rem;top:14.982788085938rem;left:8.5453124642375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeE6dXp8i5Xgi0kwFmvPIL6FJbdvQcg3 { width:3.4375rem;height:3.4375rem;top:30.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb655d8ghs3UvUlCTAD010ULGNc5z85J { width:5rem;height:5rem;top:177.5624961853rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4gtHRL2rPD1TqbRPNyw0c6CSnSmqfa5 { width:4.75rem;height:4.75rem;top:20.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXSWAadImeu6ryagBCERdCG9bcy8llnh { width:4.25rem;height:4.25rem;top:25.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWEmPTwGmboEfTcE2FNeXUJswEeunsDR { width:5rem;height:5rem;top:171.3124961853rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmPpSpOg26b4tZn93T39U2fqLwxs3IRe { width:4rem;height:4rem;top:16.3125rem;left:10.3125rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #FSuyQPVC0A2yKKT4dBFMusJUopy3mJ9O { width:20rem;height:3rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUJHuPIyw83aLV9TSE3tARlnuT7JDwGP { display:block; }
 }@media only screen and (max-width: 763px) { #t1edGsHPstgQZzzcSs8n9d7dGHetpzXR { width:20rem;height:2.875rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8NqWLQozzWpqsnbKrNlZqQ8MeTdX6LD { display:block; }
 }@media only screen and (max-width: 763px) { #TXR5ABXczWqg91Wwy40FSp3QC6XT1ZVP { width:12.6875rem;height:2.3125rem;top:33.500000953674rem;left:3.6562500596046rem;z-index:15530;display:block; }
 }@media only screen and (max-width: 763px) { #dvnzXOwcsuPxyes3uxFHqWw3pIMq2nfX { display:block; }
 }@media only screen and (max-width: 763px) { #uKaZugbLJ4TC0aXviCRssZnQccAuSBRD { width:20rem;height:10.0625rem;top:26.487500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnXTSlfQJnPEPKZgW7XTpuX0Wu60PT6l { width:4rem;height:4rem;top:45.875rem;left:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7 { display:block; }#LtfJQbLgC1T6iEP50HWFMbxdqfpDX6A7 > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suxcIf5dSaoyXHuL5a1GNipiUkGEwzOc { width:3.875rem;height:3.875rem;top:13.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXxeXgTCIs4ZaWmhblCHSasInDVvRlAf { width:3.9375rem;height:3.9375rem;top:13.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsC13zad3yXuKEl9ml4pfotRSqQ4iavU { width:3.75rem;height:3.75rem;top:18.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oik5iHOByxW8W9y0sHTc6tCcJl96XJJV { width:3.5625rem;height:3.5625rem;top:18.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDyKTAVPMSllsWo7K0FALOQTzuc1hUir { width:4rem;height:4rem;top:18.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhgJ6JRPbaNm7NFv3Z9SfDoJ0FLSvfCD { width:4rem;height:4rem;top:18.625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQrps2y80UovtkxSa5uu61VHoNsmORGA { width:3.625rem;height:3.625rem;top:5.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtnf3NuL2dXpasPDZHhR3M38D1VPQT6s { width:3.4375rem;height:3.4375rem;top:23.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKtA0X9zy4iU4N0ebQLcw5frJ9NKnuh0 { width:3.75rem;height:3.75rem;top:23.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwveC61Hl0g21eNw0uL0bqSG9TpnMAsd { width:3.1875rem;height:3.1875rem;top:23.625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5fQipDbmWLXemBMtnyG6GWRP3nWK2d { width:4.125rem;height:4.125rem;top:23.125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKucAdnbvTNDw7Op0raVQRkgNoAGTqwZ { width:3.0625rem;height:3.0625rem;top:0.59375rem;left:10.812500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPvtMnqkoE3T3WtDVQbiiQVhPzN3cSps { width:3.6875rem;height:3.6875rem;top:27.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrgCSE2FoC6wfTSSb7TkUCdVHyAqurK0 { width:3.5rem;height:3.5rem;top:27.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPvKvkEO9wDmZJ9WbChn9kmIRDfS48fG { width:4.0625rem;height:4.0625rem;top:27.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADVTCd6Msoy1Q4FoQFZrq3nZ9AzKk53K { width:3.9375rem;height:3.9375rem;top:27.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8JSfWPPyHfxwXkEfVXXszLAy1yoczTc { width:4rem;height:4rem;top:0.125rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqwfT5967fHgzT9xtgiMyr7O0fQLmKZX { width:3.8125rem;height:3.8125rem;top:32.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9GdXNBwycTUicSscVzILMuEA5tZkvMa { width:3.6875rem;height:3.6875rem;top:32.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmfg66U4GPF61siuiOTLXT19I5PzE3L0 { width:4.0625rem;height:4.0625rem;top:32.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oayvH6SDeFNV4OSEbWuMmTpmi3I1dLqI { width:3.4375rem;height:3.4375rem;top:0.40625rem;left:15.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #X06A3g20gVyF1KBRiJwtuVVVTTUeW2zt { width:3.75rem;height:3.75rem;top:0.12500095367432rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhxFk7gmOldhZTLXvqbKtW2M0TILwcyA { width:3.3125rem;height:3.3125rem;top:37.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABKAmeuo8qt1Aq6TCChTQTkpfEdKa3pd { width:4rem;height:4rem;top:36.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhPsoZVXXCL9hsKm3HFXwRT1brKx3xfs { width:3.6875rem;height:3.6875rem;top:32.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqMrZ8MIaKmb69tmEuohUKOpFZSSQWBT { width:3rem;height:3rem;top:41.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZit15e8Dq623fl9e2VBqfdEsDyFwXgm { width:3.125rem;height:3.125rem;top:41.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyfXQ2PfWKmoiWc5kSTIyssd89kOLzti { width:2.625rem;height:2.625rem;top:41.75rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM77efo6122aG6dVTOwoALTFNnh2lLQa { width:3.3125rem;height:3.3125rem;top:9.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoWybH4TzkCauNNfKBLDrgS5tJ3Db3Xk { width:3.0625rem;height:3.0625rem;top:45.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTcDa5Zp7ap8I2GQucmM6fvtnG7EyGpT { width:3.4375rem;height:3.4375rem;top:45.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad56zwCKpvvNgiGMtWf5kMZRO57PDXXi { width:3.3125rem;height:3.3125rem;top:45.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuAcAC2y22q4Vu9NFKKGfUKh64WQnkpG { width:3.125rem;height:3.125rem;top:45.9375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8y2OV9pXUEF4XR6ycc9NqubACrgDCnk { width:3.5rem;height:3.5rem;top:9.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixXH5gS7WUFZ1D0U98vk0lHwlQOOQFOm { width:3.25rem;height:3.25rem;top:37.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stPVKZv7iH9geyOlDyf3T60Egnu2TgZP { width:3.1875rem;height:3.1875rem;top:14.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUpo6hpeHFEGbnhgpd4y3xFafu6lzJW2 { width:3.625rem;height:3.625rem;top:9.625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpy1v4Pb3V2aPsPwbA7e4iDg5r0sJC0k { width:3.0625rem;height:3.0625rem;top:9.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r266gXo1KV2uv6Lo2XiP226q09vvCC2k { width:3.5rem;height:3.5rem;top:41.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1UoRCP3LHXfuCda5lcX6RKZW7cg3kXI { width:3rem;height:3rem;top:37.1875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxEb4P0g4t879BM99Ihw84A3opvt9BBQ { width:3.9375rem;height:3.9375rem;top:4.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHW01Te6L0gfHEZnMQH0ZLp5GJhpgGJV { width:3.125rem;height:3.125rem;top:5.0625019073486rem;left:15.281249582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk1keml6QdmmR7a2zytd2ZK5sCObWWDD { width:3.0625rem;height:3.0625rem;top:50.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvNLVmFySn0KnRbFrNMoS9nq18B3V3Te { width:3.125rem;height:3.125rem;top:50.4375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTDTvSFt63KdGAZWxaCqQB8NLfJu2wpv { width:3.125rem;height:3.125rem;top:50.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5oOVuF8qKunNK4wiwAtATMnXWGiT5zF { width:3.125rem;height:3.125rem;top:55.375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZ4U24VSATk8wKIlmXviyNLXPIN92qx { width:3.125rem;height:3.125rem;top:50.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtpA6m2exzT777uieI8JXMOzan8P9o7W { width:3.125rem;height:3.125rem;top:55.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3nA9GhsIDiIeXuT3KSmwwME327J0Jsm { width:3.125rem;height:3.125rem;top:55.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgpDl8QKs8o33JfkWOvtwBniZaiOa5Ze { width:3.125rem;height:3.125rem;top:55.3125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFh9XKD1zs8JbJlgCnTzD6kb9vBrusJt { width:4.1875rem;height:4.1875rem;top:4.6875rem;left:1.0617187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnaFIIlTGvDxUiqFngJxWaTxck4C9Gy9 { width:2.875rem;height:0.9375rem;top:61.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWJuBhy5br3kpBq9uZZTmSnLdGDes2Rm { width:2.875rem;height:0.9375rem;top:61.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUZrvlVBNc9kHcrAd8tBQoUVHedPFylf { width:2.875rem;height:0.9375rem;top:61.0625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5MrQEtaadxJpFxwDSg0ElgTyGFulcC9 { width:2.875rem;height:0.9375rem;top:61.0625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK5zHLPp016I0TPaimNPaVVz9hktUhsr { width:3.5rem;height:3.5rem;top:14.25rem;left:1.25rem;z-index:15374;display:block; }
 }@media only screen and (max-width: 763px) { #k8TU6VXxg0ue7hR5HmEOdgGhqVOPnkx2 { width:19.75rem;height:67.625rem;top:0rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #lp4JK6X4TfhxPITZVJaRhMdJTloaql1C { width:4rem;height:4rem;top:13.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecz2clXlBbP9oqUvoOhNpQlOfS0VVl3I { width:4rem;height:4rem;top:45.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cczZiBPKVJ5ezNR6UZuVrrbwVCuD7m0T { width:4rem;height:4rem;top:45.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsTBtwt3308AgGgdis1T5ln7k19BhxEf { width:4rem;height:4rem;top:41.0625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yORRHwexThvGMS3KV3leCz1ixmXQB1WT { width:4rem;height:4rem;top:41.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tovWikOmqI2NFebMbV85hksBUfHeNNiX { width:4rem;height:4rem;top:32.125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBKGUrruLwDcELGDim8uAtDaMFCsUTcD { width:4rem;height:4rem;top:9.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTSZ7E3dUvVdsnTg66OvBQl8AQ6AwnaZ { width:4rem;height:4rem;top:50rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOfUzA2MVfbkwOOne3IsmUyD9Frqzxw3 { width:4rem;height:4rem;top:50rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVc0SNDaKzXTxCEJbuf3P00ifwkRuCMr { width:4rem;height:4rem;top:23.1875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzrdPlLHSzVVGWr09elKz70gIzoWtK4z { width:4rem;height:4rem;top:36.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVBIeV2Mo5ufaKTRtmr8fuFZPrM8l7bE { width:4rem;height:4rem;top:54.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIMBTqIM6h52QghKwOhfLrDEoaTIL97F { width:4rem;height:4rem;top:54.9375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqMxJz7t1NyNhKmldBglM3XDQ80gxkhE { width:4rem;height:4rem;top:41.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAmOWmuPQ9TtzTZK7cQEvJMWUyD2QgEM { width:4rem;height:4rem;top:32.125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukJuneCAlH5fii6Q6CnzdhB3xzpGyFIN { width:4rem;height:4rem;top:32.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORNZouLUHGQWzf8t9RV9Qs7ztQ652DHU { width:4rem;height:4rem;top:45.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDtfbDw3QotLvmUZgNpNDuPZuv0cD8EC { width:4rem;height:4rem;top:41.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUKGaIQzOKwWDit158Kf8VAmAEtD7qnp { width:4rem;height:4rem;top:36.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGtH0UkPdKm7Xg14hgPFxDF7GOhrntOT { width:4rem;height:4rem;top:32.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boy3kVHnMgKXWfN9xph1EeAXgJZIPSco { width:4rem;height:4rem;top:13.875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBqokJZBa9voILGxKxfKUflgRx4eLXzB { width:4rem;height:4rem;top:18.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQOAvr67BfyzMrTfWw7PfKTkfpSzFsCd { width:4rem;height:4rem;top:27.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQW1Tlndp8ZSlmBNCQCG8JF3hEAT0cOc { width:4rem;height:4rem;top:9.3125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3w2D5WkXgovk3nv2yiquTbQUuCmRQOh { width:4rem;height:4rem;top:18.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9kK84zkhGFPs9MKs7S6dRtl22qA8fAA { width:4rem;height:4rem;top:50.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgTvly3O23FLa9FOONmUm8qelsfrN8qe { width:4rem;height:4rem;top:45.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Muse5sgHxV2SDxZs4kUuJUSnEiE2U4k1 { width:4rem;height:4rem;top:36.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtcOzOishKfAms8UzwPnacOEc1GHxT6c { width:4rem;height:4rem;top:27.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqMomeKX00wV577Laaz4rwtCA94VkXQO { width:4rem;height:4rem;top:18.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUx8rtTRc8V6Ju9AkcaWF8K79I821Zkw { width:4rem;height:4rem;top:23.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu9HMl0IJqkz8tKSP5i6nnazZndBl3CK { width:4rem;height:4rem;top:13.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbd9wyHGE56cs3vk9rX51oTxU0ruvlBP { width:4rem;height:4rem;top:9.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrgVUqanfCJTTmR4ZqaVuX65ss9UeDfm { width:4rem;height:4rem;top:25.8125rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A4FyBgKU74xoXkCgr97t6Vxnv4lCCS8Z { width:4rem;height:4rem;top:59.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJET3tSZumMTQz69DxsAwQaQuukACKf1 { width:4rem;height:4rem;top:50.0625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGOypaKDyIxyqrKDqXSfUuLHR1mZyT2A { width:4rem;height:4rem;top:23.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt7P9P3ADFNx32nb3RG3uDhVnzBzLdR0 { width:4rem;height:4rem;top:0.125rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgTMG6zoFIdp1iQg2w9HbqhrtUcRDgn4 { width:4rem;height:4rem;top:36.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMmRBwI2IJlsrQOtHh6pD9fUBpwSyBtW { width:4rem;height:4rem;top:27.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCfuCAd4t6ofp9TukZNXs5rvquUzOhso { width:4rem;height:4rem;top:18.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCsAraqgKz0DCrzSEH8R8uOiEJJoFUVZ { width:4rem;height:4rem;top:23.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3V3FMRIJEGo98ckzmVrfzAvRKrWV6df { width:4rem;height:4rem;top:13.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTs2aiob3Fnkckne6kbT5TTCQ51VVxNh { width:4rem;height:4rem;top:9.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNyQp0x0w5UAqhp8UCPQIcvp72u0DZmP { width:4rem;height:4rem;top:25.8125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DWcinAkGsTlDePlINoMn23RB6KFrDQNh { width:4rem;height:4rem;top:54.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNSmbSBAoeC0HBfk6GuvryA6r0Tz8sXU { width:4rem;height:4rem;top:16.5625rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8v9z7TeNRcmyytVzp3xyT7mJPclR8Ug { width:4rem;height:4rem;top:0.125rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT54ntr4FRxgof0RT9vro772qcpUp1pI { width:4rem;height:4rem;top:0.125rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgMcE7s5bpFOBdQ4gEb64dO8fevJJIH9 { width:4rem;height:4rem;top:25.8125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmEfzmDPBbKPFfVgtnJQFSEKow8S85rJ { width:4rem;height:4rem;top:4.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOZooDXtaM8MneEQdvgD5qlLbEfXZqrJ { width:4rem;height:4rem;top:4.6875rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD1T14c7sf28bH2IATx5m5hlf9DVQqst { width:4rem;height:4rem;top:4.75rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvs4w0RQGRZX7MkstBgO1eriX5vC3TqL { width:4rem;height:4rem;top:0.125rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUhUPT0M9mocWGGRzZuQieo6VJPMVTbB { width:4rem;height:4rem;top:4.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPitVNiPeSp3PLaJiV1oqA9c6UFpeC5L { width:4rem;height:4rem;top:59.5rem;left:15.1875rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #OxzQmJGUSruenBxIOqundFKEiu0ozeH9 { width:0.75rem;height:0.75rem;top:30.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNsonGIZRCWdn0gehGPXgp3uwB4g7kda { width:0.75rem;height:0.75rem;top:51.875rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tqgHksfeVC4ev0LAEcZXDGUzVHappoJP { width:0.75rem;height:0.75rem;top:26.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql6xqpiQRGCIyt40LpCNlo19p1N4qTTM { width:0.75rem;height:0.75rem;top:7.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7P9BXDSgQcizNuAo4uOIFXOLf3gh3TI { width:0.75rem;height:0.75rem;top:48.6875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpGTiZKwFTzu2ZWsUwkWXLgdS0VcEEZ9 { width:4rem;height:4rem;top:54.9375rem;left:6rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #ylHhWzIPpUlS9SPqTRGiFsSNUTs72cQC { width:20rem;height:3rem;top:68.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIa8EsEM6QJFExqGTR9KuZFnmhNTB1Te { display:block; }
 }@media only screen and (max-width: 763px) { #sM187IUTsAq3AdPZEy7Gvhmo8tzIgXKQ { width:20rem;height:2.875rem;top:72.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePWowu9Tmhb2V3TTkTmii7dxpKu3XXbq { display:block; }
 }@media only screen and (max-width: 763px) { #CMP4PMQABVdEG1yAwXLXN7W5eEw0ruDF { width:8.5rem;height:2.3125rem;top:64.5rem;left:5.7500000596046rem;z-index:15201;display:block; }
 }@media only screen and (max-width: 763px) { #PD5qop9hyfDJhrfd85GDQVFKHnp7zCLe { display:block; }
 }@media only screen and (max-width: 763px) { #AWJKadwTzzJQSmzVqJNPkfxMAswLPDp8 { width:4rem;height:4rem;top:27.656250953674rem;left:5.5937500596046rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #AM5zWiqkV20TtP21TuMKxUBfXMcFcmds { width:4rem;height:4rem;top:59.531251907349rem;left:6.0500002503395rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bAgBp2CSbFUxAKQF9xNDxnu1ExBGKS3e { width:4rem;height:4rem;top:59.53125rem;left:1.2492187619209rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LSwHd7165QwNqT2eDwmo661cynX730RU { display:block; }#LSwHd7165QwNqT2eDwmo661cynX730RU > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw7v98wflpRQzM7kSDsJwgACZc81ul07 { width:15rem;height:2.75rem;top:1.625rem;left:2.5000001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15528;display:block; }
 }@media only screen and (max-width: 763px) { #DBPHbA6QNGEBQd1k6B9P2t8LZ4xX9cli { width:3.4375rem;height:3.4375rem;top:7.5000007152556rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq5hWxzffG2pRGIDaxGErIoqSCIdbOJ5 { width:3rem;height:3rem;top:7.8125007152556rem;left:6.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awgb6rxdTP1X4ASXaN1W1ObE8H6oxJtc { width:3.0625rem;height:3.0625rem;top:7.7500007152556rem;left:10.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD6dybEgrEruwTC5lWiOBDvgQGwrvPr4 { width:3.5rem;height:3.5rem;top:7.5937507152556rem;left:15.156250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvmaQAiVyydeRRw421h6mmqm67iAVnP0 { width:2.5rem;height:2.5rem;top:12.5625rem;left:6.3125000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMwnvpRuEzWHCHhTNPKr2aSBlDrJF8Nc { width:3.5625rem;height:3.5625rem;top:12.21875rem;left:10.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRvJf4xXTkHU4CErbTs9xbZCBs4LbdfX { width:3.75rem;height:3.75rem;top:11.75rem;left:15.062500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL9reARicCAtA6OAe1dcEtSiK4zEBeWx { width:3.625rem;height:3.625rem;top:16.5rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDph1EiZUPo5hNbZmeuX679pVdr4SmTH { width:3.1875rem;height:3.1875rem;top:16.75rem;left:6.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV1JrxUTfsBrGySdQB96mQS7MfZOi5PT { width:3.4375rem;height:3.4375rem;top:12.045288085938rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFZUn1nmxCikdn8xTBcZRcTy2DTf9IeU { width:3.8125rem;height:3.8125rem;top:25.5625rem;left:1.0937499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDoC6X8OuqbaGNwhp0LBmTIapKsxTcig { width:3.8125rem;height:3.8125rem;top:16.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOG92MiclaBMy3uvrXDNh4VMAKPnC1EA { width:4.1875rem;height:4.1875rem;top:16.25rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALOK3a8yCxzN2yCEcGXfp49OJRf2sZ9D { width:3.5rem;height:3.5rem;top:75.75rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8pEWcC8bfISOmmHXa7V30TLAZ0wRays { width:4.125rem;height:4.125rem;top:25.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQsb9oUn7ZmZ7MIRHy6Ucz4fXwbqiTUe { width:3.125rem;height:3.125rem;top:30.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH8SInHdztvuFbZJqzK54kfOhJzT9izD { width:2.6875rem;height:2.6875rem;top:21.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhflDKHT7nMPfq5X1wNOad8zTRX6Nu1d { width:3.125rem;height:3.125rem;top:21.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV9iXUMbT1sgKWoqVdxEZaExFdZ0DNIU { width:3.6875rem;height:3.6875rem;top:20.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5pXTh9Ts2eNagwfSku8Q29hqdEi2TZS { width:3.25rem;height:3.25rem;top:30.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmcpSLXhoHzsb86UdD6GDuxiJ0Vsei36 { width:3.25rem;height:3.25rem;top:30.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTgt0faSue92ouEGzCQ2aBdgWVJZQ0pP { width:4rem;height:4rem;top:30rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCPQOtMASyErJgFD9cuDRSMHmvAk3XJg { width:3.5rem;height:3.5rem;top:25.6875rem;left:10.4375rem;z-index:15374;display:block; }
 }@media only screen and (max-width: 763px) { #Eizbow1WyPMfKS4iHLXGeJ6DptptC6wN { width:19.75rem;height:32.125rem;top:4.3750004768372rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #OeskaTz4k0hx5UcXTNaMizwbZ6A4C18Q { width:4rem;height:4rem;top:30rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THxWwstSVvGQTaCtTERdT6CFU1OwgTSF { width:4rem;height:4rem;top:16.1875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS19biJAhFANrRCUwEt4F65X9IsquTE2 { width:4rem;height:4rem;top:11.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4bTdEBGXQFkPH9uObJ4T6AiqJg3hdTI { width:4rem;height:4rem;top:30rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX65rf3ihTRzrWIuhRZxFfsVzIUgorI1 { width:4rem;height:4rem;top:16.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTialGKalWghrB4XyocQtH5DhJZ35e9n { width:4rem;height:4rem;top:20.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNPGB8FPP5L9dtHznkw35tuSuctQzDMO { width:4rem;height:4rem;top:7.2187490463256rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez7rmST3gJfNwN1ArHbagqqvPr6OfQKt { width:4rem;height:4rem;top:7.2187504768369rem;left:10.343750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZcqFR2SGS9JXciG3CNKeDo1lTiD7lCT { width:4rem;height:4rem;top:20.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuHcSFv0WTSgT4WJlg5exlR3WlXtXOdi { width:4rem;height:4rem;top:11.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okb1ohyR896P962bXmXFb899qEsSryHn { width:4rem;height:4rem;top:20.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwt27ZAQdSFSIKMA85FWiZ4siOwddRun { width:4rem;height:4rem;top:25.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezQeh7Hr6wgNqJJOGsrHN148dXJISOs4 { width:4rem;height:4rem;top:11.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6sGiqKdwysVQTndHbFibIa31xf0exsP { width:4rem;height:4rem;top:11.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdVx5mq9ISiAsaEUIRsPWxrrHqQbLCIU { width:4rem;height:4rem;top:25.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHHIAv1iCesrLR58mQeKZbVFQWTeuJDt { width:4rem;height:4rem;top:25.4375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOZzge6IwX5l8ZBLe9mg4a2SbumD2LvQ { width:4rem;height:4rem;top:16.312500953674rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6sUmu8ODwdh5He3ohFb9kp6hGB4aQr { width:4rem;height:4rem;top:25.312499761581rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUOEe6xVCkhm599xNkATgP6SzfcaELLl { width:4rem;height:4rem;top:7.218770980835rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0J1zrXLlGbcWRQorkXxC6q1xkMNHL8e { width:4rem;height:4rem;top:20.6875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLQ83ce2KzIz2HlvMrszS9b9MPeFZ2VA { width:4rem;height:4rem;top:7.2812504768369rem;left:14.906250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPdfb1lNkx9CvaVcosmGXg1yeBzqo6hE { width:20rem;height:5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOsgf0ZPJPlXT7nZo2k8cbNC7QtHTGGe { width:1.25rem;height:0.5625rem;top:5.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBxWgUbr6BQTQkemTCPrkDhICq99FJ2M { width:4rem;height:4rem;top:30rem;left:14.875rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #XmefT3PkVdWxPrkau8x9rmuDgxkvQt9F { width:0.75rem;height:0.75rem;top:10.232954025269rem;left:8.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6yQTpyT5FFPolWXmxEFuH6OpPtChIMw { width:0.75rem;height:0.75rem;top:10.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHQm2ktIE74qtwIxTz2DCI5DCPa6z0na { width:0.75rem;height:0.75rem;top:10.232954025269rem;left:13.295455098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqtM2tHZ1AU5AVR0Cgr1nGD5GPIcvVd7 { width:0.75rem;height:0.75rem;top:14.936706542969rem;left:17.889062464238rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1PwsmuNsxeWz9BdVI5ygS0G1qkVWRSa { width:0.75rem;height:0.75rem;top:14.9375rem;left:3.9515624642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEKRlGbXLDxArUukWQJyQiTr2kyI2xo4 { width:0.75rem;height:0.75rem;top:14.9375rem;left:13.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2vFA7El6fVNE0tJGooEUtTiAl3WK8TO { width:0.75rem;height:0.75rem;top:14.875000476837rem;left:18.062500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJa29Rzr05J4fQzp1s3ezkST2tmdGP58 { width:0.75rem;height:0.75rem;top:32.987501144409rem;left:17.956250727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq2hiB1G1dNrSUWTJ9kU3M7rp1tpd4Zv { width:0.75rem;height:0.75rem;top:10.420450389385rem;left:17.951704144478rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlLGc5u7lEd0WNAR0QaVyG81dfH20tuP { width:0.75rem;height:0.75rem;top:131.76349639893rem;left:8.8579550981519rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrrxWdqaDcXfZur4vdbFwT7R2O74HeE2 { width:0.75rem;height:0.75rem;top:83.044748306275rem;left:8.8125001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #C33bTozdIt3i9TVlSnFTrSXK39GXCq8c { width:0.75rem;height:0.75rem;top:14.982788085938rem;left:8.5453124642375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5xn6DgW4gwovKsav0l9rgOn1RqOXmeN { width:3.4375rem;height:3.4375rem;top:30.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqzVTrkzIZHIaQOGqRpcR7dCgOoulGxX { width:5rem;height:5rem;top:177.5624961853rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vq719WTSWFHHeaUk8Q0cvfeHkADu2z0p { width:4.75rem;height:4.75rem;top:20.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhzBtBI9PGT1LKGZkuobAZG05N85HryE { width:4.25rem;height:4.25rem;top:25.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyezpzpxXLKOBQoivhpB8hzte4NVbiWc { width:5rem;height:5rem;top:171.3124961853rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXFszX3eFEmoDSeRUb3XLcfDkWWdL0da { width:4rem;height:4rem;top:16.3125rem;left:10.3125rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #Eo5RMCauClXbmNe9XIKnAeBNfDs0nulQ { width:20rem;height:3rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cERei2T8rIRpgGIGJF4mqCWLT514aAQM { display:block; }
 }@media only screen and (max-width: 763px) { #qRd5iiJHbFaEJ05kzFz1ezmAZPZSstpb { width:20rem;height:2.875rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCLvF7dv5o1tF9mV76yDinv8F2fKwoRI { display:block; }
 }@media only screen and (max-width: 763px) { #PBdIcukwZrR2vzW7l4V53u6UQhNQGzJQ { width:12.6875rem;height:2.3125rem;top:33.500000953674rem;left:3.6562500596046rem;z-index:15530;display:block; }
 }@media only screen and (max-width: 763px) { #THuD4Kdy7TuKK5n8hs56sr2WN2SBzmZf { display:block; }
 }@media only screen and (max-width: 763px) { #XeR5SU8VZGcJP2Oo8tRCBBbCSIJD7Ho6 { width:20rem;height:10.0625rem;top:26.487500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLgDOV7mEiSdc2TFPl6kPQEI5RUONVv9 { width:4rem;height:4rem;top:45.875rem;left:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3 { display:block; }#leHci7ftrS5IKMBRkn80Lw3V9hV2gFR3 > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfCfGyddynBoQSW9PbqdCnHd87LEcrTi { width:3.875rem;height:3.875rem;top:13.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hszNQl8ogw5puikQ0mUmwgKmTKurE9Bi { width:3.9375rem;height:3.9375rem;top:13.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiVfg5uJzgdl3BfEn2nkkDLeQ9rhSPDt { width:3.75rem;height:3.75rem;top:18.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGmnIJQrXahcPyfBBPgWE18HslHgXy2P { width:3.5625rem;height:3.5625rem;top:18.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtNr6r6tCxJUyEvy5pcxDGP6QmWawdat { width:4rem;height:4rem;top:18.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAPprg2PSDe3CD2LPMTfmPABO2yGiiGn { width:4rem;height:4rem;top:18.625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGT9MKP1WFWxy2T87zl0ikMOJUVOQOCD { width:3.625rem;height:3.625rem;top:5.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZT0W9Xh9xTI38IpdV6ZXmTtvM7IByoT { width:3.4375rem;height:3.4375rem;top:23.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AagpWoa9ticTpyg5zQuh7BMrbCcU4GCu { width:3.75rem;height:3.75rem;top:23.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVdKif6xqIvWOP36LdTf6PhZoeV2h9wT { width:3.1875rem;height:3.1875rem;top:23.625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmpOzhNHb5k7rNTOqlFxZG5aWMzplZkc { width:4.125rem;height:4.125rem;top:23.125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpGmMHPET4TaR4wvqLnPwgcl5Xq7iynH { width:3.0625rem;height:3.0625rem;top:0.59375rem;left:10.812500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcr6zAmvhr3hPP5u1HPSWmK6hwTFRdNa { width:3.6875rem;height:3.6875rem;top:27.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tblDFW5TQN7GkTvesS0yrlMUsnck26pc { width:3.5rem;height:3.5rem;top:27.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNqTZ6NfNQpsLHFTDv4aLOU3gAOqBX4e { width:4.0625rem;height:4.0625rem;top:27.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkre6OXnonsIayn5LAxFdmpxsN6O08Zl { width:3.9375rem;height:3.9375rem;top:27.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVcKUORAQo3TM2TcI7oUTz9QC5rWuzWp { width:4rem;height:4rem;top:0.125rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSvly2aPSaiDQ0lpZ720DrHqBXPbUwZf { width:3.8125rem;height:3.8125rem;top:32.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCXqUkPSDHALBXMq5JGZTIP8yfLnt4mv { width:3.6875rem;height:3.6875rem;top:32.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBtmvtne8oEHhlM7ornRsnHSfZxPgrEf { width:4.0625rem;height:4.0625rem;top:32.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOPJypqgTPUTL0cXU1bn2LuLi3m4bNZl { width:3.4375rem;height:3.4375rem;top:0.40625rem;left:15.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPicV7fTmAXmrDbWFk7RLWwrAhsN067B { width:3.75rem;height:3.75rem;top:0.12500095367432rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #N73DuOOluUUHzSglxqzsSJPzqKZZ7Wxs { width:3.3125rem;height:3.3125rem;top:37.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T322N6TFIdhs2qVzvK8swGyZV9ScvNvf { width:4rem;height:4rem;top:36.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIZuBFf4iquOoPGTKxndgyt4xhPXc1eF { width:3.6875rem;height:3.6875rem;top:32.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJXuLxyPNqu8tdAAcArtDkVcuqKBrbr0 { width:3rem;height:3rem;top:41.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQq97iu2TS9aPQMlzm2TSysazNu6mkwM { width:3.125rem;height:3.125rem;top:41.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpNFAxvgERsHKygCLg6IVxrpc2FrwoHt { width:2.625rem;height:2.625rem;top:41.75rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WglDClDvEQIHennHqwCag5JQ0TqSDSPo { width:3.3125rem;height:3.3125rem;top:9.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM3Fgm6gDzZnlfIPmUFVVbFt57QvP3lK { width:3.0625rem;height:3.0625rem;top:45.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXmkSOuWn0If367rykSRVIrQPcx8MWun { width:3.4375rem;height:3.4375rem;top:45.75rem;left:6.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2WaJKU4GgV1gm1Cqpfa3EcawuW6VyW { width:3.3125rem;height:3.3125rem;top:45.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTTJKdKhq5hAXqs7wquB6qnAb9oGZ6eJ { width:3.125rem;height:3.125rem;top:45.9375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4IaL7NkOdoHX6IuJorm6Xq2W3ZmUWFT { width:3.5rem;height:3.5rem;top:9.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3MZT4lDmU6aTp3Wi53rryE0Q1pclqph { width:3.25rem;height:3.25rem;top:37.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkK7yGTbeP8ttob2GJHXy4bKZAOy7r6o { width:3.1875rem;height:3.1875rem;top:14.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Dcy3sf3BwCLJEZM40ItRuU5Mi7ixp7 { width:3.625rem;height:3.625rem;top:9.625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr1TWGB0BuSAcdcoO85ErN8Es7GN5z6U { width:3.0625rem;height:3.0625rem;top:9.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvaytHvtmoxz53gdNPIn7Mwx1QOWlL1D { width:3.5rem;height:3.5rem;top:41.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5XhO9yE3wUaVeLDJL6Lvs6B8XwLNDZv { width:3rem;height:3rem;top:37.1875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7TTgPdC6AEIy4IB0ZaHr0d2STQfKGHT { width:3.9375rem;height:3.9375rem;top:4.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm5H1qvp5GZrXh8r9NARHg76PhCT6HNB { width:3.125rem;height:3.125rem;top:5.0625019073486rem;left:15.281249582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiKaaA3U5nGZf1826OoApwlDlaXkUrtA { width:3.0625rem;height:3.0625rem;top:50.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u41HnPaItHCk5LzsU4nsnEscmtTEEk8f { width:3.125rem;height:3.125rem;top:50.4375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #luGVds9aUHAP63nZOsuI6ywTK1yINxTN { width:3.125rem;height:3.125rem;top:50.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4MD4WJdZ38bE6ZbySzOLJF9Gwq1DbwT { width:3.125rem;height:3.125rem;top:55.375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt6XC5sPhlmGNLKlTrlFHoEdtBymu5F2 { width:3.125rem;height:3.125rem;top:50.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0sgJiwrtqvuzMzHU259Phb71NG8QkIG { width:3.125rem;height:3.125rem;top:55.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #shQswyCNUHZu1FEnHEOISyKgzoTVXoZ0 { width:3.125rem;height:3.125rem;top:55.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO6I5dUNOVsKhTaPp7a38D62tOaJ1r34 { width:3.125rem;height:3.125rem;top:55.3125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdG3yZqfTe47fZhf3quIfxgqNaa91fua { width:4.1875rem;height:4.1875rem;top:4.6875rem;left:1.0617187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMlyLJ5q7A7XeXXBlhdagg3lfggdhGiD { width:3.5rem;height:3.5rem;top:14.25rem;left:1.25rem;z-index:15374;display:block; }
 }@media only screen and (max-width: 763px) { #gde127HPagUQz1FhdBU1Cr0klmSTzOGn { width:19.75rem;height:63rem;top:0rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #l5ETldlQ66aeHqCw8AiN5ef0h12OVcTb { width:4rem;height:4rem;top:13.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV320pkaIX7tI8lMr9rRS4s5kVoFlPIO { width:4rem;height:4rem;top:45.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVTRRiAoRJqszJAHcEogB8xIvm7ZZ8gz { width:4rem;height:4rem;top:45.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSoeAz7cS9klAI4XTKJp2X0DIaDAeHoX { width:4rem;height:4rem;top:41.0625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzSw0mhkqQEHv8fvGZ3EAabgEAu6Anh6 { width:4rem;height:4rem;top:41.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeyITlBaurhtF1pWZT9Mt2MWcIHsJAxe { width:4rem;height:4rem;top:32.125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbcIgON9MxQc23THGkqLqBuoLJFetZ2D { width:4rem;height:4rem;top:9.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvXDhDhhJnPXotDVkUtbNFM9Vb2hJcFm { width:4rem;height:4rem;top:50rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOAbbRvV2TwTv9BuOZsOHLbl1HLtJE3a { width:4rem;height:4rem;top:50rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXdlTG9yqArrxTQIugFnTep9SmicH1sX { width:4rem;height:4rem;top:23.1875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VevlJbTMlIoRHbVkV1JJ9NS0oAiDLE6g { width:4rem;height:4rem;top:36.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnWP34wq4HvpRTCQwUGTWxxGW0dhw9h1 { width:4rem;height:4rem;top:54.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Z3vXAXI4AOJOxBuMnZeN1lWh0dho3N { width:4rem;height:4rem;top:54.9375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSzcfrVehmB0O323prezR8Q0McsKudm6 { width:4rem;height:4rem;top:41.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5T4CRo6HhTuZBCvwssVDPSeqbP9raT0 { width:4rem;height:4rem;top:32.125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg1W3Pwb971OyEKNOwqyQv7h7UzvDLWo { width:4rem;height:4rem;top:32.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8xC2QINOu22Vh57ilpBdRNAlNLRaXCA { width:4rem;height:4rem;top:45.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKyf4bdCbICrWIz3iopKBWxbrne8wWlM { width:4rem;height:4rem;top:41.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OArT5JT19TPkpmBT5bb9I2GealqXK4T3 { width:4rem;height:4rem;top:36.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gddFZdbWFWlid0IdfC3VoEisi0FL4x11 { width:4rem;height:4rem;top:32.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVwcp22sRQr9kXTbRbFFMZF9soSGeTbz { width:4rem;height:4rem;top:13.875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPm2lvkAnkXoEiDInDcq4odQlJVa9ecg { width:4rem;height:4rem;top:18.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZJukGIwkxhUITmQppqxNgQU3o561wED { width:4rem;height:4rem;top:27.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AognbHqNlL7bPzOIgWBaFZlOawiDVEpo { width:4rem;height:4rem;top:9.3125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGWdH2VFmhFhIHaQGTSZL0oRuSrI06G5 { width:4rem;height:4rem;top:18.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXnN9uEpUl10tPcmkiSROTT47OLLd6lo { width:4rem;height:4rem;top:50.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSnhd6vHsc4cxBaANuVkoPkLyQbf7hlR { width:4rem;height:4rem;top:36.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUcxqlU9UkiybgT9URCqmauqFcwqV85Z { width:4rem;height:4rem;top:27.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToyeSqkzcyLg2yyHov3g6OblfMcpgHtE { width:4rem;height:4rem;top:18.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anbJp45h8qTJ18FWIyugmPMghzqmx2k8 { width:4rem;height:4rem;top:23.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nalX4v7iEDZiKMix26K4vqTIDcvLHDFb { width:4rem;height:4rem;top:13.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrRpNyEQgyP6Bqz1VBbLJMWKMN9RpZbq { width:4rem;height:4rem;top:9.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3aKcWvARGbwqIaqaary6AZsbcd1Evmo { width:4rem;height:4rem;top:25.8125rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0v0fBV3CnzOIxX6mIdMgO7oDH8OxozO { width:4rem;height:4rem;top:59.5625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTU4U7tB72apShXlvbBxVuiu3wW0En22 { width:4rem;height:4rem;top:50.0625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txn2PBpvRHnMJ4p9GDEofTZzaTo8dt1N { width:4rem;height:4rem;top:23.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp3DHwApHyKZNa05rsqUO7TxfpaFpRfA { width:4rem;height:4rem;top:0.125rem;left:14.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyDPtTvlzsDI9gq3iue0aTvagQuNhIAM { width:4rem;height:4rem;top:36.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJhHOmMwoUkcsOZapxwL5vhNNKK2omm6 { width:4rem;height:4rem;top:27.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2WhuTpPHeB6rq9tAtORSlXCPxUCrJAl { width:4rem;height:4rem;top:18.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFCXl9hU81N99GvbbKLvQhhA9Wd91cfD { width:4rem;height:4rem;top:23.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV0PaNPVQwXFpVNIkyJwAPEp3qXaDKOJ { width:4rem;height:4rem;top:13.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX1huXFVydWh572OVCapJsfnLMhNHcXs { width:4rem;height:4rem;top:9.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM11szUyHeoW4OpptgFWEI9Oio3ixDdJ { width:4rem;height:4rem;top:25.8125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVMWW3KDBfo8SOq9Xs1lzOGzfXML6Kyu { width:4rem;height:4rem;top:54.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GioThaQ9MSk783eD3ITTozgJ8J96QvcR { width:4rem;height:4rem;top:16.5625rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTnfsyxcvVz4aHcMw8b7Rq4J7AB8ANBl { width:4rem;height:4rem;top:0.125rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1tKcT3TTJSt7Jh1ucErmUqe4Ci0dDoP { width:4rem;height:4rem;top:25.8125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsuAg73outvJGVLLIDQl46kholWvJdZX { width:4rem;height:4rem;top:4.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waZ1ZmchWTE69MJh0b3bhT2AH4KNDLzu { width:0.75rem;height:0.75rem;top:30.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTZ1IdigbT7qSkdfDuNOnK7eTuaEydJE { width:0.75rem;height:0.75rem;top:51.875rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7JumpdRTV5GRX6F5XuyppOo24XymKmz { width:0.75rem;height:0.75rem;top:26.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AygbXON3rpwCCO3DFWKP6rwQp2vDfzwg { width:0.75rem;height:0.75rem;top:7.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfcUcTH1T7ETshh6DbbR4gooxwAEQvr9 { width:0.75rem;height:0.75rem;top:48.6875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLn7tzsFUmDsiu4P2xzgFD8GgvBogiX9 { width:4rem;height:4rem;top:54.9375rem;left:6rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #LQCAvt3aQ1USvywhedLG52GhPWgyD6pR { width:20rem;height:3rem;top:64.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsNsles3JAKBMVEKCwNp7HaudyztuJE2 { display:block; }
 }@media only screen and (max-width: 763px) { #CMiWdUbGyI5pR4EQaVkZMAPJlHSUA2Oc { width:20rem;height:2.875rem;top:68rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzTfC5dVGMWy7cD8PceDC0JKIfqZTLCM { display:block; }
 }@media only screen and (max-width: 763px) { #uy82bsRbQZuJnZWRoA6noUQ02tIFJxMd { width:8.5rem;height:2.3125rem;top:59.6875rem;left:5.7500000596046rem;z-index:15201;display:block; }
 }@media only screen and (max-width: 763px) { #ZIkWu6ocm2SLDtCUFHA0Hbizbacm8Cft { display:block; }
 }@media only screen and (max-width: 763px) { #MO7F4r3SNpq0qq5ID2P9Ev9TAUG61KDh { width:4rem;height:4rem;top:27.656250953674rem;left:5.5937500596046rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OnLIf012daFQfqXdgFbZTvRn8oVD3Dlr { width:4rem;height:4rem;top:4.875rem;left:14.906250536442rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #fICq30HEb6rEIEWGqVdv7wKgTJL6m62B { width:4rem;height:4rem;top:0.0625rem;left:5.6562500596046rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #AGtw3lVgJlkIo8VODrWskDVvmJc8Gaif { width:4rem;height:4rem;top:0.125rem;left:1.1242187619209rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Lp8t60EaeRaVmZeaUDRNpKXMFFVZnmNH { width:4rem;height:4rem;top:45.34375rem;left:5.7812500596046rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mxxNFicme9BNR0482dW0ttb8oBIIT8yH { background-color:#030304;background-image:none;display:none; }#mxxNFicme9BNR0482dW0ttb8oBIIT8yH > .row .container { width:20rem;height:5.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ONPufgB3354U1FxJKrbFzQddOolXkZfo { width:20rem;height:1.95rem;top:1.6492195129394rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdFXInRlJSKX5rp9xmTx1ATTrOrTAO5i { display:none; }#SdFXInRlJSKX5rp9xmTx1ATTrOrTAO5i > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Le2JVmUyp8tRmbc1KQBClDLa8kox1FCE { width:20rem;height:4.25rem;top:0.125rem;left:0rem;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/7374f72b-7d35-473b-9db7-bda9319fefcd/Frame12611554075.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#Le2JVmUyp8tRmbc1KQBClDLa8kox1FCE.adaptive-delivery-prevent-bg, #Le2JVmUyp8tRmbc1KQBClDLa8kox1FCE.lazyload, #Le2JVmUyp8tRmbc1KQBClDLa8kox1FCE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z4NmOnRLAOigbfwFFwiOxRlamyeDmf0s { width:3.6875rem;height:2.1125rem;top:1.1929688453674rem;left:1.5624999403954rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOSRtwfuq3vl2OJC2NP0eJ8Q8iOd2KVg { width:11.625rem;height:1.625rem;top:0.56171846389771rem;left:8.1250000596044rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pdvckZlDuALVpFsXBKsp03lJ54iaHt5E { width:1.25rem;height:1.25rem;top:0.74921846389769rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUhwqK8y8qzBkbgRTsqeNhzWiFlJXG19 { width:1.25rem;height:1.25rem;top:2.5617184638977rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzMMPRXsFf31pzkv6Al8XSpJ4QP0o32r { width:9.75rem;height:1.625rem;top:2.3617186546326rem;left:8.1250000596044rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDPNayk6TQ5eNkoOF1GPaEuUAt59IUop { width:20rem;height:6.125rem;top:0.375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9600610f-358c-4790-9681-3633558c0775/Frame12611554261.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#sDPNayk6TQ5eNkoOF1GPaEuUAt59IUop.adaptive-delivery-prevent-bg, #sDPNayk6TQ5eNkoOF1GPaEuUAt59IUop.lazyload, #sDPNayk6TQ5eNkoOF1GPaEuUAt59IUop.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Whch5ZLR4I80zn7meqZMqsohHJKw3m4z { width:20rem;height:1.6554054054054rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbVRNWoPkrPL30Fgv0IcZDdluoMR3qTx { top:0.1875rem;left:0rem;width:20rem;height:4.25rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zKM89PAad4eGaRk7iX3LAEx5TK95xtJ5 { width:20rem;height:2.565445026178rem;top:0.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnMetlIbqoAmtz9tPsLAzGeZvWgfAMDx { width:20rem;height:4.25rem;top:0.25rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Ttn9gD7ziFP2gdL73gClleih9JHcc9h1 { display:block; }
 }@media only screen and (max-width: 763px) { #owJ64r0nPCP6sR4zTXRFd19ZK7QHUMoN { display:none; }#owJ64r0nPCP6sR4zTXRFd19ZK7QHUMoN > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tiE3uaA97tMrpkGal3PlXfMbbE7p2gCX { width:20rem;height:4.25rem;top:0.125rem;left:0rem;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/7374f72b-7d35-473b-9db7-bda9319fefcd/Frame12611554075.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#tiE3uaA97tMrpkGal3PlXfMbbE7p2gCX.adaptive-delivery-prevent-bg, #tiE3uaA97tMrpkGal3PlXfMbbE7p2gCX.lazyload, #tiE3uaA97tMrpkGal3PlXfMbbE7p2gCX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KCLKyR0SlRiKrUTQMMMoofzcPZlCxaEX { width:4.25rem;height:2.1125rem;top:1.1929779052734rem;left:1.5617187619209rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obz0Qqzhl36g27bgkGFEvm3MhIuZxMI3 { width:11.625rem;height:1.625rem;top:0.56171846389771rem;left:8.1250000596044rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kkUocW3fk3TcrJvbaU3USF8XWT6xi8nA { width:1.25rem;height:1.25rem;top:0.74921846389769rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4zUFR6G7GNXai5NInx3kck4D7MbvMaE { width:1.25rem;height:1.25rem;top:2.5617184638977rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #i50WfTAhxCwqS0KAmhToIAMqazFKmFwT { width:9.75rem;height:1.625rem;top:2.3617186546326rem;left:8.1250000596044rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCfkQMQmJ0g55MLrde2oQ8TzQgEcH7KA { width:20rem;height:6.125rem;top:0.375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9600610f-358c-4790-9681-3633558c0775/Frame12611554261.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#mCfkQMQmJ0g55MLrde2oQ8TzQgEcH7KA.adaptive-delivery-prevent-bg, #mCfkQMQmJ0g55MLrde2oQ8TzQgEcH7KA.lazyload, #mCfkQMQmJ0g55MLrde2oQ8TzQgEcH7KA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GnGviVcxdCZy7V44WD1tEt1rMTCvIRc2 { width:20rem;height:4.25rem;top:0.0625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #B4RStQtNV2NtLgkkZMfP1EHeh0Pmwi6r { display:block; }
 }@media only screen and (max-width: 763px) { #ouT68UXf29Lb56l5hDpFXT6nlhVkSLnl { display:none; }#ouT68UXf29Lb56l5hDpFXT6nlhVkSLnl > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dwMRpqtuT1qvfKs33Au41BaKqfEvgnUs { width:20rem;height:4.25rem;top:0.125rem;left:0rem;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/7374f72b-7d35-473b-9db7-bda9319fefcd/Frame12611554075.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#dwMRpqtuT1qvfKs33Au41BaKqfEvgnUs.adaptive-delivery-prevent-bg, #dwMRpqtuT1qvfKs33Au41BaKqfEvgnUs.lazyload, #dwMRpqtuT1qvfKs33Au41BaKqfEvgnUs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V2Za6uP8AKE9VNQT3ha3tOm91uOtzgLR { width:3.6875rem;height:2.1125rem;top:1.1929688453674rem;left:1.5624999403954rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5NCPvc4fMy2cHu8PziTnBRoT62OCrZ0 { width:11.625rem;height:1.625rem;top:0.56171846389771rem;left:8.1250000596044rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLQVn4JB4Rf8U9eHlk28v0JMHdHDc6y7 { width:1.25rem;height:1.25rem;top:0.74921846389769rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdRbTrwV8Cu9RHrP963wThx99ru4nTNS { width:1.25rem;height:1.25rem;top:2.5617184638977rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUo2DEJSLlRXbTCrn6nfPO9U4dH7d8Bv { width:9.75rem;height:1.625rem;top:2.3617186546326rem;left:8.1250000596044rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3grdZVh4eEqufkqe3WFksbGz8T4mZRN { width:20rem;height:6.125rem;top:0.375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9600610f-358c-4790-9681-3633558c0775/Frame12611554261.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#E3grdZVh4eEqufkqe3WFksbGz8T4mZRN.adaptive-delivery-prevent-bg, #E3grdZVh4eEqufkqe3WFksbGz8T4mZRN.lazyload, #E3grdZVh4eEqufkqe3WFksbGz8T4mZRN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qOecsST4IToVRwSTSPPZbXLNlFxNOZLi { width:20rem;height:4.25rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD0FbhXRwcTV7D0ltlZNzqeXbSoqMAz8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZTZDy5TdAfTXXSXeh6KluAMUVkAhTRIz { display:none; }#ZTZDy5TdAfTXXSXeh6KluAMUVkAhTRIz > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LOZxCGTob99wp9tMugoVewkBDCeMZUKX { width:20rem;height:4.25rem;top:0.125rem;left:0rem;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/7374f72b-7d35-473b-9db7-bda9319fefcd/Frame12611554075.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#LOZxCGTob99wp9tMugoVewkBDCeMZUKX.adaptive-delivery-prevent-bg, #LOZxCGTob99wp9tMugoVewkBDCeMZUKX.lazyload, #LOZxCGTob99wp9tMugoVewkBDCeMZUKX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nc304wrwrTVcPysiqf1K44N6HwTXoWm1 { width:3.6875rem;height:2.1125rem;top:1.1929688453674rem;left:1.5624999403954rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEwRcTnPC1TaHS7HNRaJPxhhywcbQXbx { width:11.625rem;height:1.625rem;top:0.56171846389771rem;left:8.1250000596044rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hVrZ6qpZtoH1v7t3Uy7vODkL9BeoGyHf { width:1.25rem;height:1.25rem;top:0.74921846389769rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp3Ke6KGTxosCz2ML6Cu9ngO0Tpn8ymv { width:1.25rem;height:1.25rem;top:2.5617184638977rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #disHr8324utiwv7RQatAW7lxAvdU8dlu { width:9.75rem;height:1.625rem;top:2.3617186546326rem;left:8.1250000596044rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNSRlfFLT0ObXQhI4OmzDLKGgOm6pkco { width:20rem;height:6.125rem;top:0.375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9600610f-358c-4790-9681-3633558c0775/Frame12611554261.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#vNSRlfFLT0ObXQhI4OmzDLKGgOm6pkco.adaptive-delivery-prevent-bg, #vNSRlfFLT0ObXQhI4OmzDLKGgOm6pkco.lazyload, #vNSRlfFLT0ObXQhI4OmzDLKGgOm6pkco.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kOqNX2PaetWnMWcPHS8DXpMzAZ4Klr99 { width:20rem;height:4.25rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh3wIGtryu60VTQ3AdpLv0OoZBbg1BnF { display:block; }
 }@media only screen and (max-width: 763px) { #rfCIluyDyqx5qEhP353M9PUhVLeXSJEF { display:none; }#rfCIluyDyqx5qEhP353M9PUhVLeXSJEF > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yTTkVwHK0Bcgu9I7VHyuwPzPEIBJGSAz { width:20rem;height:4.25rem;top:0.125rem;left:0rem;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/7374f72b-7d35-473b-9db7-bda9319fefcd/Frame12611554075.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#yTTkVwHK0Bcgu9I7VHyuwPzPEIBJGSAz.adaptive-delivery-prevent-bg, #yTTkVwHK0Bcgu9I7VHyuwPzPEIBJGSAz.lazyload, #yTTkVwHK0Bcgu9I7VHyuwPzPEIBJGSAz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yxbTtdNPps6CuJVB0IPb1U26a4Xnv1z5 { width:3.6875rem;height:2.1125rem;top:1.1929688453674rem;left:1.5624999403954rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgUrOXbzKDJa67zc0HBZKs0F2GWg2Qxu { width:11.625rem;height:1.625rem;top:0.56171846389771rem;left:8.1250000596044rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VPFq4RmhKheEdipzyo1fFu8RRHeEaxvz { width:1.25rem;height:1.25rem;top:0.74921846389769rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #amVqySTL0ARabTAvzTsyuxNmG0I2PDSl { width:1.25rem;height:1.25rem;top:2.5617184638977rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcl3TzMvpvlx3shTuO4gSOhTorOmMu2G { width:9.75rem;height:1.625rem;top:2.3617186546326rem;left:8.1250000596044rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFpKm22peSRDhv9UeludXy7lIu4RVQZ1 { width:20rem;height:6.125rem;top:0.375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9600610f-358c-4790-9681-3633558c0775/Frame12611554261.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#WFpKm22peSRDhv9UeludXy7lIu4RVQZ1.adaptive-delivery-prevent-bg, #WFpKm22peSRDhv9UeludXy7lIu4RVQZ1.lazyload, #WFpKm22peSRDhv9UeludXy7lIu4RVQZ1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #g9qQlyJvPX6ZAWvuB0dDNmLabW6ZVrHS { width:20rem;height:4.25rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTlkRMTf1hHz78DUqD93FLDpHC23VtIJ { display:block; }
 }@media only screen and (max-width: 763px) { #TdpedizlPA50bNfdI2FmqGpCLKoGF8RZ { display:none; }#TdpedizlPA50bNfdI2FmqGpCLKoGF8RZ > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z4VG767uN4TO0obo9upgmJ0lUmJsuPRH { width:20rem;height:4.25rem;top:0.125rem;left:0rem;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/7374f72b-7d35-473b-9db7-bda9319fefcd/Frame12611554075.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#z4VG767uN4TO0obo9upgmJ0lUmJsuPRH.adaptive-delivery-prevent-bg, #z4VG767uN4TO0obo9upgmJ0lUmJsuPRH.lazyload, #z4VG767uN4TO0obo9upgmJ0lUmJsuPRH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #umOqs8OvbawJsUyKsLpeODRMd9bx63hy { width:3.6875rem;height:2.1125rem;top:1.1929688453674rem;left:1.5624999403954rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHeetChPCpa7GSxtM74yGuKOvEPK9nAR { width:11.625rem;height:1.625rem;top:0.56171846389771rem;left:8.1250000596044rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D6OKs6f4FM72w6G5OkGDZ01wXBJCwmqG { width:1.25rem;height:1.25rem;top:0.74921846389769rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCGn3T7E2O36HBP5fA06cpJVT4xX9Ge4 { width:1.25rem;height:1.25rem;top:2.5617184638977rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1EUUXsxaGuocKmvXhEe9T7BDvMsPJ4w { width:9.75rem;height:1.625rem;top:2.3617186546326rem;left:8.1250000596044rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGyOV5o1sVs2rawi1KOHcZ0AGUcMBs59 { width:20rem;height:6.125rem;top:0.375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9600610f-358c-4790-9681-3633558c0775/Frame12611554261.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#tGyOV5o1sVs2rawi1KOHcZ0AGUcMBs59.adaptive-delivery-prevent-bg, #tGyOV5o1sVs2rawi1KOHcZ0AGUcMBs59.lazyload, #tGyOV5o1sVs2rawi1KOHcZ0AGUcMBs59.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Nr5NcpVNRMmFWAp7rsIwVSdzNGoK7wSe { width:20rem;height:4.25rem;top:0.0625rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #MS4WlDXIiwrxpapB6xgAwg3paAaiVaOA { display:block; }
 }@media only screen and (max-width: 763px) { #qzvWCSzwbwB1Xy7IOppTyIuAb6x0Vy5w { display:none; }#qzvWCSzwbwB1Xy7IOppTyIuAb6x0Vy5w > .row .container { width:20rem;height:2.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mFPetLBtXRPKuxznUD0ZUF6go9ivpZSt { width:20rem;height:0;top:1.6492195129394rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnFw17ykeSsAJu3AuAFGuUNeHlZU52QV { display:none; }#UnFw17ykeSsAJu3AuAFGuUNeHlZU52QV > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ILOkQ9LNNipHd0l2p85Zkqb4CyaSZGyb { width:20rem;height:4.25rem;top:0.125rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7374f72b-7d35-473b-9db7-bda9319fefcd/Frame12611554075.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:14997;display:block; }#ILOkQ9LNNipHd0l2p85Zkqb4CyaSZGyb.adaptive-delivery-prevent-bg, #ILOkQ9LNNipHd0l2p85Zkqb4CyaSZGyb.lazyload, #ILOkQ9LNNipHd0l2p85Zkqb4CyaSZGyb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #maVCM1IWvD2JbOATi3FWZkrb5NsV6aJJ { width:3.6875rem;height:0;top:2.0054626464844rem;left:1.5617187619209rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G04o9uwasTZEuok33Dm4OPqvbnE5BELQ { width:11.625rem;height:1.625rem;top:0.56171846389771rem;left:8.1250000596044rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LgG5ThWwNim0bHT4XE4eiKL3Ds3FXw8r { width:1.25rem;height:1.25rem;top:0.74921846389769rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIsRRTPDm9bWggBvBks9W9dSQN6UzfrR { width:1.25rem;height:1.25rem;top:2.5617184638977rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhMM47A44JakrcPbnTGMeoFLW6PKQ7MP { width:9.75rem;height:1.625rem;top:2.3617186546326rem;left:8.1250000596044rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElDlBfS7qrbkRT1lLAhpnehdy70BJ7SA { width:20rem;height:6.125rem;top:0.375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9600610f-358c-4790-9681-3633558c0775/Frame12611554261.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ElDlBfS7qrbkRT1lLAhpnehdy70BJ7SA.adaptive-delivery-prevent-bg, #ElDlBfS7qrbkRT1lLAhpnehdy70BJ7SA.lazyload, #ElDlBfS7qrbkRT1lLAhpnehdy70BJ7SA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #e3CXX2ZzKLLOrzoMs05T0KMBpzurQgOa { width:20rem;height:1.6554054054054rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SF1p0BTcrwwCBTogJJPUyrUAbM2Q6NF0 { top:0.1875rem;left:0rem;width:20rem;height:4.25rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eolCe6tJJegmD8pDBzzQiOtT9xbu8pPq { width:2.625rem;height:0.8125rem;top:1.0671863555908rem;left:2.6242187619209rem;font-size:0.625rem;z-index:15005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KDhXbPn8iVOegmDM6bsScK2ACIHBxSK0 { width:4.25rem;height:2.1125rem;top:1.6875rem;left:1.5625rem;font-size:1.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #panzCR4lrBfKt08JVgtaylgDFLgqzlK2 { top:1.0625rem;left:1.5625000596046rem;width:0.875rem;height:0.875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lX65XphLL09kk43k6JXMvciA6BqUeuDD { width:20rem;height:2.565445026178rem;top:0.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hpvZilhHpCHnHvq4w1cQZKmcTnM0OeOW { width:20rem;height:4.25rem;top:0.1875rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #PDeP3aITDB0TZFVSsyJPlqBgX1PNgHvL { display:block; }
 }@media only screen and (max-width: 763px) { #g2esWNUTbl91Tfh7UmUmaCyrxexJOTt2 { display:none; }#g2esWNUTbl91Tfh7UmUmaCyrxexJOTt2 > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VgCopPJaCkyAM4OISkKQN6sGpIVfNUgZ { width:20rem;height:4.25rem;top:0.125rem;left:0rem;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/7374f72b-7d35-473b-9db7-bda9319fefcd/Frame12611554075.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#VgCopPJaCkyAM4OISkKQN6sGpIVfNUgZ.adaptive-delivery-prevent-bg, #VgCopPJaCkyAM4OISkKQN6sGpIVfNUgZ.lazyload, #VgCopPJaCkyAM4OISkKQN6sGpIVfNUgZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gIVXLrEuoXuqK5FZsfy4hsIbeMQpbUWs { width:3.6875rem;height:0;top:2.0054626464844rem;left:1.5617187619209rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ubrz4dSHT0QcfI4gO9i749kdJil8nzsa { width:11.625rem;height:1.625rem;top:0.56171846389771rem;left:8.1250000596044rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mhFC9H357ROZlM8BMQ7FMLHbO0wNbPlC { width:1.25rem;height:1.25rem;top:0.74921846389769rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc8RgXHAOSBtKlupRfDRzMh51yrqAWKm { width:1.25rem;height:1.25rem;top:2.5617184638977rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzUTBAzdGbTIefgRf3E94g0qvN3duKpW { width:11.5625rem;height:1.625rem;top:2.3617172241211rem;left:8.1250005364419rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic4OdZFcI7rJpFH7oriDOd4NsU8zTdqw { width:20rem;height:6.125rem;top:0.375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9600610f-358c-4790-9681-3633558c0775/Frame12611554261.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ic4OdZFcI7rJpFH7oriDOd4NsU8zTdqw.adaptive-delivery-prevent-bg, #ic4OdZFcI7rJpFH7oriDOd4NsU8zTdqw.lazyload, #ic4OdZFcI7rJpFH7oriDOd4NsU8zTdqw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uvEC75CZiyEZ16gB1HH5M8WEoVwvpttQ { width:20rem;height:1.6554054054054rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ey3pXF5ZzFhd7iRhdsl48bdf8NlsBJTb { top:0.1875rem;left:0rem;width:20rem;height:4.25rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mHHysLvEIBI74qeqyTPfVZaEWrkbPh7M { width:2.625rem;height:0.8125rem;top:1.0671863555908rem;left:2.6242187619209rem;font-size:0.625rem;z-index:15005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ITa4GHlentKx0kxAykValWrxSbaqTgH7 { width:4.25rem;height:2.1125rem;top:1.6875rem;left:1.5625rem;font-size:1.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #btHB5nX3zfQoTD5MdKedT4WzBgI9HuDf { top:1.0625rem;left:1.5625000596046rem;width:0.875rem;height:0.875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CUX2JMJE6vZDIHwzu9zqct7XmiuG8ckK { top:0.125rem;left:0rem;width:20rem;height:4.25rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wtzK8dRHIJd0lnaKzaiWHfUoriLyekyO { width:20rem;height:2.565445026178rem;top:0.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBVce4M6JtOSiGGrheN03f3OvASWMOq6 { width:20rem;height:4.25rem;top:0.12343788146972rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WumuvanuUU4zmBNeD6ssGA41QvRtDrV0 { display:block; }
 }@media only screen and (max-width: 763px) { #qUoMysdDdDAxEvVEQzv9X5QLmCgsnR7X { display:none; }#qUoMysdDdDAxEvVEQzv9X5QLmCgsnR7X > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iG1dinc2Tc0PH1PGLv1T6CUTyZ5tEpuR { width:20rem;height:4.25rem;top:0.125rem;left:0rem;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/7374f72b-7d35-473b-9db7-bda9319fefcd/Frame12611554075.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#iG1dinc2Tc0PH1PGLv1T6CUTyZ5tEpuR.adaptive-delivery-prevent-bg, #iG1dinc2Tc0PH1PGLv1T6CUTyZ5tEpuR.lazyload, #iG1dinc2Tc0PH1PGLv1T6CUTyZ5tEpuR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xFsJvAEJ1TgQ7xT5iGdTkGeSO4vnxDdb { width:3.6875rem;height:0;top:2.0054626464844rem;left:1.5617187619209rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLfxaQtBUNrPWM9rxKwk8EZX8dOAXZc9 { width:11.625rem;height:1.625rem;top:0.56171846389771rem;left:8.1250000596044rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hLlRI2nhEpTnIb1KMVKB2yk3LuU5VVH7 { width:1.25rem;height:1.25rem;top:0.74921846389769rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt5BPGQRPGaRonVXttU84TK7GOlhw0fg { width:11.0625rem;height:1.625rem;top:2.3617248535156rem;left:8.1250005364419rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwZWCxN9Q5XeZ0TzIF0sesIhL3GpVI8W { width:20rem;height:6.125rem;top:0.375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9600610f-358c-4790-9681-3633558c0775/Frame12611554261.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#mwZWCxN9Q5XeZ0TzIF0sesIhL3GpVI8W.adaptive-delivery-prevent-bg, #mwZWCxN9Q5XeZ0TzIF0sesIhL3GpVI8W.lazyload, #mwZWCxN9Q5XeZ0TzIF0sesIhL3GpVI8W.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ChME1iWoZuO6ugTBwAOf7tolBzfQB0IB { width:20rem;height:1.6554054054054rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #emWoTUCIUODT1rww7ahCZ1uZpZSG96Es { top:0.1875rem;left:0rem;width:20rem;height:4.25rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kwr38tlQTPQ3pdCUg8uFeuzKJGDiauCr { width:2.625rem;height:0.8125rem;top:1.0671863555908rem;left:2.6242187619209rem;font-size:0.625rem;z-index:15005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ydkyh3502eMSKIiTywxrkXTndy1i8Ge8 { width:4.25rem;height:2.1125rem;top:1.6875rem;left:1.5625rem;font-size:1.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #NSGuKTd2XWNPMG1tZim1LnsZGd1RcWN3 { top:1.0625rem;left:1.5625000596046rem;width:0.875rem;height:0.875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tfs7taUW0wKLvTNyVWcZhmeSuQS8rSOs { top:0.0625rem;left:0rem;width:20rem;height:4.25rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XTandPvk9DDZRZ0UtLqstKp8iFFlTtK7 { width:20rem;height:2.565445026178rem;top:0.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuEmR3i7HIXMhtKZuet9VKXfghW13XGc { width:1.25rem;height:1.25rem;top:2.5rem;left:6.1875005364418rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT5L7OL0eZxHEBQTIlvhWLfctgS87TBO { width:20rem;height:4.25rem;top:0.0625rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #srv2eoRUIFvn7Func5EW3SpV13J2cTBV { display:block; }
 }@media only screen and (max-width: 763px) { #GXnrBByzmcTG446knx6NkZFZsgFTkqoP { display:none; }#GXnrBByzmcTG446knx6NkZFZsgFTkqoP > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qkHCofvBFEXZa5pGAUpVayyiyIIw0TuN { width:20rem;height:4.25rem;top:0.125rem;left:0rem;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/7374f72b-7d35-473b-9db7-bda9319fefcd/Frame12611554075.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#qkHCofvBFEXZa5pGAUpVayyiyIIw0TuN.adaptive-delivery-prevent-bg, #qkHCofvBFEXZa5pGAUpVayyiyIIw0TuN.lazyload, #qkHCofvBFEXZa5pGAUpVayyiyIIw0TuN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sRaVrKTMiT36xW9KRPiGGgnEil7nZ3t7 { width:3.6875rem;height:0;top:2.0054626464844rem;left:1.5617187619209rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0S46w57L9T7nAX1ddU5isreLElRe7GZ { width:11.625rem;height:1.625rem;top:0.56171846389771rem;left:8.1250000596044rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SPUIz2qF3flE2qdKmdV0y0dKiQhuSmfV { width:1.25rem;height:1.25rem;top:0.74921846389769rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwz5IFEwvdEFVD03wZm9Ca4xAfRVWvAE { width:11.9375rem;height:1.625rem;top:2.3617248535156rem;left:7.7500005364419rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiOhdibL8rxm25m4IcTTkHNWTIvKTBge { width:20rem;height:6.125rem;top:0.375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9600610f-358c-4790-9681-3633558c0775/Frame12611554261.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#LiOhdibL8rxm25m4IcTTkHNWTIvKTBge.adaptive-delivery-prevent-bg, #LiOhdibL8rxm25m4IcTTkHNWTIvKTBge.lazyload, #LiOhdibL8rxm25m4IcTTkHNWTIvKTBge.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kEh826GRKTqNZ3byuKJ59TZvW7iOMESX { width:20rem;height:1.6554054054054rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nz9aOIAVauqbDvr1qMAbnT6Jq9kpU7uK { top:0.1875rem;left:0rem;width:20rem;height:4.25rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #HVJWTviLqFARI9rfFRIfHkATSEAXzW68 { width:2.625rem;height:0.8125rem;top:1.0671863555908rem;left:2.6242187619209rem;font-size:0.625rem;z-index:15005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #blWkrCHqc8tbc5oTH7Tm3wtEKWlISqnh { width:4.25rem;height:2.1125rem;top:1.6875rem;left:1.5625rem;font-size:1.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #u25t0TwFCaJtVt27w9mTfgi09LINIJ3i { top:1.0625rem;left:1.5625000596046rem;width:0.875rem;height:0.875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qozu3GOQsx0tnlPGDD81G1T9FRrlyrP2 { top:0.125rem;left:0rem;width:20rem;height:4.25rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #itV2nQbIFTDFmWwGKXM9tMyZntnxpVZQ { width:20rem;height:2.565445026178rem;top:0.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPu1XcXPIvt3C2MoAw27oTrsz7ITQGHN { width:1.25rem;height:1.25rem;top:2.5617184638977rem;left:6.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTAPOnLqBRSxkXzXbiePW9ghTfRg6uCE { width:20rem;height:4.25rem;top:0.12343788146972rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #VfuCKUsznWxQ27TI9qPlTFQpRIdpfrGo { display:block; }
 }@media only screen and (max-width: 763px) { #NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH { display:block; }#NwolNfla2DTpOfDNt3QeRGBm4xBIN4gH > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA { display:block; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5rHGsuJAqDcxFHG9IHsc39SQDATXmAo { width:14.3125rem;height:3.6rem;top:1.125rem;left:2.8437500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlTSRgqvLotdeDLFb8z4ELMgHuKElAS9 { width:15.6875rem;height:2.1rem;top:5.2250003814697rem;left:2.1562500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqNSTpFkw6nvvz56DKOO0UObV4bGOyg8 { width:9.875rem;height:13.8125rem;top:8.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #he0BSGzwoIBCbFfXTtLQE8aTMn9d20xp { width:9.875rem;height:13.8125rem;top:8.76171875rem;left:10.125000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB5kQPiK1f53gqGGd3vWo0zGQIfNsCoI { width:9.9375rem;height:13.8125rem;top:22.937492370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpEfs6h7HFqKOseO0MEDZlegATCwrRPT { width:9.875rem;height:13.8125rem;top:22.937492370606rem;left:10.125000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZppGH1STUVkXvL5Wz6CohzweztAOAu54 { width:9.0625rem;height:6.3rem;top:9.6937484741213rem;left:0.37499994039536rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i0UhESfhpW6KwiULfM9zAmfakcIEunGT { width:7.625rem;height:1.125rem;top:18.200004577637rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE4BwcPlwD5wiVfKUwFwNCvWMlygTTXC { width:7.75rem;height:0.75rem;top:19.706245422363rem;left:0.37499994039536rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrZe8PAbv6OwQQE0vIx8cWmlvTILXDOu { width:7.75rem;height:0.75rem;top:20.617973327637rem;left:0.37499994039536rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeKo82IWz3oByLJCBqxGUKLB1JCiBHah { width:1.125rem;height:1.1875rem;top:19.906242370606rem;left:8.2374997735025rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo2lQKFpopqIXuOqwT68OX4l6OgAuKug { width:8.4375rem;height:8.4rem;top:9.6929702758787rem;left:10.687500536442rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aBrZV3gTlX2yPXWTnDLgg6SNymSqpwkp { width:7.625rem;height:1.125rem;top:18.200004577637rem;left:10.331249773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey9Xz7ZpLzD9rF17wp3kBTWIdNtnQUso { width:7.75rem;height:0.75rem;top:19.687492370606rem;left:10.625000536442rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoPA9ntCgtkbvo6KQ11pTehzOqaSMKW9 { width:7.75rem;height:0.75rem;top:20.624992370606rem;left:10.625000536442rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLmIyMKUI9wWHR2c1U8x5a3bripfK5qm { width:1.125rem;height:1.1875rem;top:19.937492370606rem;left:18.331250727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic0QVs4JHuu0IG9Oizut5vKEO3TSlTvJ { width:8.5rem;height:2.1rem;top:23.999992370606rem;left:0.37499994039536rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ksBBU66kGKBTLpvDcFesm5ADKbU4bNIv { width:7.625rem;height:1.125rem;top:32.937492370606rem;left:0.28124994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMM0ubHHeDQ6Tsxu2KVEWrTGQsUOTRf4 { width:7.75rem;height:0.75rem;top:34.312492370606rem;left:0.37499994039536rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMtKaLMxynu3fyQeCHeCSMMJKza9BPh8 { width:7.75rem;height:0.75rem;top:35.249992370606rem;left:0.37499994039536rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq3WrlLnS9FHXxmk8aSpZnHRkqISzrPE { width:1.125rem;height:1.1875rem;top:34.374214172363rem;left:8.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPMP85k0bG1omIN5RTBBSoPOBA4aTThb { width:7.8125rem;height:2.1rem;top:23.937492370606rem;left:10.781250536442rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NBDayq5TmJSrrQ2vUhinC0RBs2LbJ69F { width:7.625rem;height:1.125rem;top:32.874992370606rem;left:10.687500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyGzTplcFD1n50NP8W0VgyWQUykNfmfP { width:7.75rem;height:0.75rem;top:34.499992370606rem;left:10.687500536442rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5TomLI2wyLq5H9TRl5sbsDJhOMbcgRh { width:7.75rem;height:0.75rem;top:35.374992370606rem;left:10.687500536442rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUK7GrpVTfbP0A2rMqoq9SgT2XZNAcqE { width:1.125rem;height:1.1875rem;top:34.655464172363rem;left:18.018750727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 { display:none; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { width:20rem;height:54.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qil7aWgrluJ4sguqoLNzXLRuVMRLWPHO { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rK88Dq6OR9JPNXT4n6c3qrbFHG9eQ78v { width:20rem;height:1.8rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #te3gumEBf0CinlSLrxK3bJkI1LyGiJhl { width:17.5625rem;height:1.6rem;top:4.73730625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skKPNpSO0SH5we9KGTuCfXxdJkw3qgu8 { width:1.1875rem;height:1.1875rem;top:8.04980625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwWH4xbzshnWLRUvqTBznHWmT5pTAnNA { width:18.5625rem;height:5.6rem;top:10.48730625rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTxWNrW3OMazKfE6wlxXM1LFwo625ddP { width:1.1875rem;height:1.1875rem;top:21.33691875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiiHA4JdEDPRc697WJgU5MDmslMU4cRr { width:20rem;height:0.0625rem;top:6.73730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd20prmP8Iax2zsq0EHTTktbGcCR5IFp { width:1.1875rem;height:1.1875rem;top:34.3486375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5C77taiJwWE2Av2OVMTdanPl302NItU { width:20rem;height:0.0625rem;top:20.02441875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWgIL6GgrAFP6nqCDsTIWIctnRUf1XNf { width:18.5625rem;height:4.2rem;top:23.77441875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARBvXvOLECKC25qrOTe8fDJyXxoSE1bh { width:15.6875rem;height:1.95rem;top:29.3173875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKiQmElCIgVoXKPZvSiTEU6CAElksATl { width:18.5rem;height:1.4375rem;top:17.33691875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHxA2HKnz6ngJgqThHKgd1Jd2NWzbQTH { width:18.5rem;height:1.95rem;top:17.36816875rem;left:1.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPkiH2b98PdoC9DnnK2JrcLW492RTgei { width:5.1875rem;height:1.25rem;top:29.2236375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TualwQqvFQ6HuNV1ld3gWyzhC7pdabV0 { width:20rem;height:0.0625rem;top:44.83594375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7JF0JhTiZEiKaoVRm9rzypbBtzxGrJI { width:15.625rem;height:1.4rem;top:45.74219375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmVEaZlK3OTXa2e0wKQ0oxZC4Ilcxcwg { width:1.1875rem;height:1.1875rem;top:4.29980625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcf6leuyVfCrdZe4nAPpWzGARQ0d6SXw { width:20rem;height:0.0625rem;top:31.7236375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdevIb3wgTvTizpCBxVTdmydTR0VNA8J { width:1.1875rem;height:1.1875rem;top:48.39160625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x42mcohcRorHA3acTPiV3yfx0uqb6VQT { width:17.9375rem;height:2.8rem;top:36.7861375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbAzggoGe6rO7aD4PuJkDyie6oWe4gTN { width:20rem;height:0.0625rem;top:33.0361375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtFaeOHwx9syphuRd9y7Ac1ezurdT9EO { width:20rem;height:9.596375rem;top:40.83594375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFzbmTRMTTiFOThZ93MeBtKtmLqrTbIM { width:1.1875rem;height:1.1875rem;top:50.82910625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb { display:none; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container { width:20rem;height:73.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CFlSeis4KR2mwm051utvRbaFRVv2JrvR { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #OGyxgV3zxeaNJtvrSSOJEzTwLX4xftgE { width:20rem;height:72.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssX0EVMT0iUGU4WfpOVAQSqTme6WBHIr { width:18.25rem;height:61.125rem;top:0.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h84WIv8pbTQyiqzvu2i4d6xa4WcTI8W4 { width:13.125rem;height:1.125rem;top:2.4375rem;left:3.4375000596046rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hyehiFlS1A8Kl9Ntzer4rH3LvrPSkRZB { width:12.4375rem;height:2.75rem;top:3.875rem;left:3.5rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HA31k7VGoS1bhC2QUIlBU6w1ZTbTEwSR { width:15rem;height:1.94921875rem;top:7.0250015258787rem;left:2.5rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TaJBTd4ynB1kRaK9SSJNlgAUyDdASRDN { width:16.25rem;height:22.5625rem;top:11.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfUnDcrtZRKecATMkr2ySQifwwqmQscy { width:7.125rem;height:1.425rem;top:12.0625rem;left:3.125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b4rlGV48MScqVwzaeINXneha2DbDs8DO { width:1.1875rem;height:1.1875rem;top:14.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7cinnTuB0T4gTiObcvOBetG6Cn0v7wO { width:12.125rem;height:3.41121875rem;top:14.25rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv43FMzL7LvuaRoBxCi9kSQOFw2DszSa { width:5.8125rem;height:1.3125rem;top:15.324996948243rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtdVqhHutF7NIO5dd6rdp6MNcFFuvATc { display:block; }
 }@media only screen and (max-width: 763px) { #DeUXkkJD5pwAUOdZFbQZnyD1ZQWQOoKK { width:12.625rem;height:1.375rem;top:18.0625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKibCA1rtGnLIBL8JvAMxv2Qqenl4Pxv { width:1.1875rem;height:1.1875rem;top:19.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0FlwtP2hyJ1l5bNEsf7xxrcE3HTeVbn { width:10.4375rem;height:2.27415rem;top:19.9375rem;left:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3u4fVS9UPvJQFTUs3JHV3lHoC8559wx { width:1.1875rem;height:1.1875rem;top:22.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akq1v2FVqt9nQRFdvVZleL2LA9LgmfFN { width:10.3125rem;height:1.1375rem;top:50.4375rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onWQo5pIvCfbsEnJXGTdV7BAIsauxLqG { width:8.9375rem;height:3rem;top:25.6875rem;left:5.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLkJCHRcxRO1fswU7hfTxL5ikiW67rwW { width:4.5625rem;height:1.1375rem;top:24.612499237061rem;left:7.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyao2itrqlHhhyo4XCXWkFHTIvPvg8Mz { width:14.4375rem;height:1.05rem;top:28.25rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTrxIxhpKv0VrSOrgaKsIiAtVbmEEnR { width:13.25rem;height:2.375rem;top:30.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpp60Nsd8vBM62CUDc0SCoV0ZADMMnlg { display:block; }
 }@media only screen and (max-width: 763px) { #IIb16blhVgGzRtNUopHHBif6V0V3HTQU { width:1.25rem;height:1.25rem;top:30.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOya6f0V9GgzSJ4F2R0vNQz4JzDJxrTV { width:1.25rem;height:1.25rem;top:30.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cncAcmwOff6UGCKFbsT217hdQqOtIVM6 { width:1.3125rem;height:1.25rem;top:30.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFueK8S31CvRSSADaZD6spqF1U7iEa9x { width:16.25rem;height:26.5625rem;top:34.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGLv4H4zbLQtTsLVTTvKKB5kM8gSmDaI { width:7.125rem;height:1.425rem;top:35.375rem;left:3.125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hmFtyAuTwPTBJ0t0I4nK7FLHTMnWAJi1 { width:1.1875rem;height:1.1875rem;top:37.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHPoSttAMGlNARMAiXSuMQD9OixGMC9m { width:11.6875rem;height:3.41121875rem;top:37.625rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6dZK2ICRZbzOGsGSZm7OFie7BynBzop { width:5rem;height:1.25rem;top:38.712501525879rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxcdcHQBOXDLsrUFCv1whvWHxzdvnTL8 { display:block; }
 }@media only screen and (max-width: 763px) { #p5fm0nd1NV4TRXp0TVeffJhsadru3N3T { width:10.9375rem;height:1.4375rem;top:41.5rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVcXMT7NdIcWOA1WT7hFaKwEnC265BcU { width:1.1875rem;height:1.1875rem;top:43.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3mPNZK4xBb2M3HGJtITWEZFGJEhTzFe { width:10.375rem;height:2.27415rem;top:43.4375rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQtvDNhyLJVnhMPSaDIzSCQBBGNxkW9o { width:1.1875rem;height:1.1875rem;top:46.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWOfMksGxEKvnoP0oFbgFcyyPyQ8u8Vu { width:10.5rem;height:2.27415rem;top:46.125rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omApkAF0t9wU3CwNwOeXXV8Wbhh9pzbK { width:3.5625rem;height:1.5rem;top:48.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhpszDeZyKTGJafu8GaZMgLn2xwfX0Z { width:1.1875rem;height:1.1875rem;top:50.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otXkphPC7aMdkZgOixnbe8WhQJpLos0E { width:10.125rem;height:1.1375rem;top:22.625rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImW5y7e1JLZWa5xCcPwgT5wlzDMKryTF { width:8.9375rem;height:3rem;top:52.875rem;left:5.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAwMhdnZJsdnTkKzoPQH7r9I3TbXcO3U { width:5.25rem;height:1.13769375rem;top:51.800000190735rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrOTpGIcPSNvQSikZkM1RikIvodLWFtS { width:14.4375rem;height:1.05rem;top:55.5625rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITCHvHQXNuH1FFZIfTcaJKp9OxAhXBs3 { width:13.25rem;height:2.375rem;top:57.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VglCd6toy4Dfg8yAEUdKl6SivxVG7xwW { display:block; }
 }@media only screen and (max-width: 763px) { #aoQUJbTum1ZBLp2OTxvvgwZ9zGL71RgG { width:1.25rem;height:1.25rem;top:58rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuiKytLA7AXV77Jc2TPbTK5Lw447p2Lp { width:1.25rem;height:1.25rem;top:58.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRXPrOtQLJTvBQVITFD1O6DR1T7LK33a { width:1.3125rem;height:1.25rem;top:58.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feLzNPAPxerBmRwHQNqkzxpD91B5Umhn { width:19.0625rem;height:0.9625rem;top:61.6875rem;left:0.46875rem;font-size:0.6875rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #uCOrMMBcbbpIbcPU05XeP6QOeqOtFZu9 { width:18.125rem;height:2.375rem;top:62.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUIPHDQHaCL7CeTNlVhBrox4xyXlw2aA { width:17.0625rem;height:1.05rem;top:63.625rem;left:1.5rem;font-size:0.75rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #g3KdLgIV0ivHgC4wM8cfVCTNGlSARTOr { width:18.25rem;height:3rem;top:66.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeF7iymOKLy98QUlxr1DLPXTCVURTBgB { display:block; }
 }@media only screen and (max-width: 763px) { #H8tmn53umbiTOSZOSONaot5r7axcQ9FB { width:18.25rem;height:3rem;top:66.625rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #mJ4EvNGvzHhvImPJQfRRLpICabqBcoAx { width:3.8125rem;height:1.3125rem;top:16.41250038147rem;left:4.8125rem;z-index:15210;display:block; }
 }@media only screen and (max-width: 763px) { #hFgGnkQCVpzk7osKlySZgD5u4n8Q7KML { display:block; }
 }@media only screen and (max-width: 763px) { #uvTGS5fz1WpgbtsNbhILrc19prhpQLwT { width:3.6875rem;height:1.25rem;top:39.85000038147rem;left:4.625rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #D9iKyupu59RvRBAAwepzPlfvO2ra9TQS { display:block; }
 }@media only screen and (max-width: 763px) { #k2310xP1dkfVLOAsuRnR61X5gTlaovvu { width:14.4375rem;height:1.05rem;top:70.3125rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { display:block; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container { width:20rem;height:76.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6lTZBrhOcWFmdXgV1wxsTnJT3llSvsT { width:20rem;height:2.1rem;top:0.0625rem;left:0rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZqZtRUFFbs0aForrZ1bw1y9TcaBsmOL4 { width:20rem;height:6.4375rem;top:3.4867248535156rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ystfH31awHwwQWJQiCpyKgfRNU5GdOyd { width:1.875rem;height:1.5rem;top:4.75rem;left:9.0625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzylkdSeMRwy87hfuEJdfBHn9JNDAyan { width:8.5rem;height:1.575rem;top:6.5476570129394rem;left:5.7500000596046rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeTvJlolMUg8c2rPT5MCgSTU0gMJEerm { width:19.75rem;height:21.9375rem;top:6.9859313964844rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wbxT6gdJETUoyyKDxi1wl0LIldikbiKt { width:7.0625rem;height:2.5rem;top:11.9375rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE2ZX1ZXUVBBrF3bDOfyNLvCyZwuUPnw { width:7.3125rem;height:0.875rem;top:12.5875rem;left:10.202632115389rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvq2b9sSTOFaqyhanUBLLzXKRxTxkZGl { width:3.125rem;height:1.25rem;top:16.487487792969rem;left:3.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx07vzE6k2E4EcKDauxSOo2TXQVuWL0k { width:3.125rem;height:1.5625rem;top:16.331237792969rem;left:12.093750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvIVdkv8cMp2aAwlawGmOe2HU4zrXNoR { width:6.375rem;height:0.75rem;top:20.112487792969rem;left:2.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct05wyJFLGfUTvgoX0M4JympHofMyHHl { width:2.8125rem;height:1rem;top:19.799987792969rem;left:12.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwKLPo3VQ9Us2FoAqWKWOPELcfIcJi1J { width:6.25rem;height:0.75rem;top:23.112487792969rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WheIHLSD05JwUVmVh25MmeIkK9iikJkB { width:5.25rem;height:0.625rem;top:23.174987792969rem;left:11.000000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9NfZe71DT26tdWuOwcsHrWNr9p82il1 { width:2.5rem;height:1.25rem;top:25.798431396484rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbE0KMeozEnRIoAF4UATEzzshMaOdvg9 { width:4.5625rem;height:2.375rem;top:25.235931396484rem;left:10.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #np4QxUeCsTNCfxFkDA07U3CoImbzpBtA { width:20rem;height:6.4375rem;top:30.4375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fTqGrHGhNoiI7RhDOrv4iRlAqMnLK2da { width:19.75rem;height:9.1875rem;top:34.1875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZlTxvGlvd1nSCDqueqHOzlQw81fK1HVC { width:1.1875rem;height:1.5rem;top:31.875000953674rem;left:9.4062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFeek4tq4ti78fVeiMFTkx1Mu3rfliFO { width:8.5rem;height:1.575rem;top:33.625rem;left:5.75rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDuFDVuAZBkb4eXbvFR3Gvi2f28PFpK6 { width:2.3125rem;height:1rem;top:39.875rem;left:2.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWc9SKQ7ZadsV8SsDcUEuzZhnlWAEkbK { width:6.9375rem;height:1.0625rem;top:39.75rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #czoECz81l20TtdV8boSFfsfsRuwRmLRi { width:1.6875rem;height:1.6875rem;top:39.4375rem;left:15.374999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkm2fcBTgn1WqZVsUCHoLKtKB39GrkEx { width:20rem;height:6.4375rem;top:44.875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #A7vISrcdIP5BI6ZEIU6KCXItXnrWEOzx { width:19.75rem;height:9.4375rem;top:48.5rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #erFBCQAZMODNTdvLtTtNR3FTH2PnszCl { width:1.75rem;height:1.375rem;top:47.4375rem;left:6.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3TiiFQfcCJKbDatZ0o2Z7aIAmZQ6y1q { width:8.5rem;height:1.75rem;top:47.25rem;left:8.2500005364419rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JKyM5VI5KzQ4l80za3yR3FQaurBMSzaT { width:1.625rem;height:1.625rem;top:53.9375rem;left:13.750000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUJGQqkfxf70nwgHRLJqreuhh9v42cAo { width:1.6875rem;height:1.6875rem;top:53.875rem;left:7.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8JTppSKWShcIvdMyxdOIOvNCmKMWdzD { width:1.6875rem;height:1.6875rem;top:53.875rem;left:10.812500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0SWdivLF3odMVdkgOCyy2oBydF91XfA { width:1.5625rem;height:1.5625rem;top:53.9375rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCw7QHbdQtPeeIwn7PmFx7kR5y64Jf7J { width:20rem;height:6.4375rem;top:59.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #V0J2cqtL5drFsGWEFCs9AUsQhVATAPmc { width:19.75rem;height:9.4375rem;top:63.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KHS0Rm0o7WaaZkodDLdaGHFvdoHiJnht { width:1.75rem;height:1.5rem;top:61.362502098084rem;left:9.1250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT9hVLrLqkB6CLLZoMBpNqID9mZ7kcZy { width:13.125rem;height:1.75rem;top:62.93750190735rem;left:3.3125000596046rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #audgbylHkoaEs1i69QfVy7Ms1FpF9omq { width:7.125rem;height:1.125rem;top:68.8125rem;left:9.8125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7lVEvHfkPoy8V31BMWcQmeCuF8PcUUw { width:5.25rem;height:1.75rem;top:68.5rem;left:2.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #x32uaiKUcc7Ir5TGv1QuvrTTzMRWZRGp { width:20rem;height:2.125rem;top:74.173431396488rem;left:0rem;font-size:0.875rem;color:#afbbf2;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;display:block; }
 }@media only screen and (max-width: 763px) { #cCbskPgDZ2ssUvh9fVMNHzmcVRvzaGGV { display:block; }
 }@media only screen and (max-width: 763px) { #HkPs3PP3uJVwz7eKT5lT7ZcBIvIpoDeD { display:flex;width:3.125rem;height:3.125rem;top:8.4375rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #PDEZBwkT57fBe1fgyXW04ubx2eeAcKtF { display:flex;width:3.125rem;height:3.125rem;top:35.2734375rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #WhfuVW0VNFLM0VLzZzka7mShR27CgZHh { display:flex;width:3.125rem;height:3.125rem;top:49.7109375rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #RcpOFzs9TM8fra8iJSVGam8GpTwd17gX { display:flex;width:3.125rem;height:3.125rem;top:64.5234375rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A { background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/6239d505-a726-499d-b39e-ded15e89a513/grafmobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.adaptive-delivery-prevent-bg, #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.lazyload, #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.lazyloading { background-image: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container { background-color: transparent; background-image: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container > .video-iframe-container { display: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row > .video-iframe-container { display: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .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); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0QKGg1ctCHkWB98K0UDVpQR9gNITVGF { width:20rem;height:2.2rem;top:1.9624996185302rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xKq2JWcGsOHxKSknPdpSLBLwNaG3U18w { width:17.75rem;height:2.6rem;top:4.875rem;left:1.1249999403954rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DS7im9Abn8LHEDexNFNxi1vc2DuFvOKT { width:7.3125rem;height:2.625rem;top:8.8125rem;left:6.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFGdVie15xclKkJxIWUb98uraruXvuZG { display:block; }
 }@media only screen and (max-width: 763px) { #ZvH5iN74LHaaRPb2AhTBksoW8JfqLP5C { width:1.5rem;height:1.1875rem;top:21rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzbiVcTwgNWo6LVCQJCkRg2Ph8WHGa3t { width:17.75rem;height:1.1rem;top:22.9375rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G2nfCK1yvA803tXk7LgzCkaG21ysDc4J { width:20rem;height:3.4125rem;top:24.375rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o2A30k7nCQRUwyeTTQIgTwbuwiMpPfi3 { width:1.5rem;height:1.1875rem;top:29.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBCKQ5o2lwxXyzcGqe0Z7a284Ps0hcfe { width:17.75rem;height:1.1rem;top:31.375rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lvPyU5GmobbCBvZHog4gWWsBq0LLsnBl { width:17.75rem;height:3.4125rem;top:32.875rem;left:1.125rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JNquVfUp32s3wthZhnLJkcUvIizGAULz { width:8.25rem;height:1.3125rem;top:35.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKDskyDH9cqki9WH03J8hqzZn0EKhZ4L { display:block; }
 }@media only screen and (max-width: 763px) { #TxTVmQJ5bGvVa7Xv7JXdi4G8irrqfWCH { width:1.5rem;height:1.1875rem;top:38.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2wvSrobeQGfCu62yScZMVVBs2taMqyV { width:17.75rem;height:1.1rem;top:39.75rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uG71kQGolNFc4ZIgr77WDhsdNlWrMlaM { width:20rem;height:4.55rem;top:41.25rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gh4oEA57RU4f810QfFqJrZwdwgxqlM1E { display:block; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E { background-color: transparent; background-image: none; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container > .video-iframe-container { display: none; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row > .video-iframe-container { display: none; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .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); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container { width:20rem;background-color:transparent;background-image:none;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrP15DzKzbss8RbXgbftnv6A4k8QPLBT { width:20rem;height:2.1rem;top:0.0625rem;left:0rem;font-size:1.5rem;line-height:1.4;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { display:block; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #403d64; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-text { font-size:1rem;height:auto; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-desc-text { font-size:0.875rem;height:auto; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW { display:flex;height:auto;width:20rem;top:0.75rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #gAU9oIgwTAWfrKomelCLefToN93bR3U1 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #at8k72bQeTBlykD8qSztCfNG0qkJUtqT {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #beKTryoMq6efxnyk3uINVShBD10NUpZ1 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #LQmHvJe99lSfvc74qS6GiJf5159pEHIu {  }
 }@media only screen and (max-width: 763px) { #aD028CbMz2frTA70poFgDV8CtUTK5Vws { display:block; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyCqXQfOQIREIIT9VGVKz6a7Q2nMVNSt { width:16.5rem;height:2.25rem;top:0.53826904296875rem;left:1.7500000596046rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { width:4rem;height:1rem;top:1.6248912811279rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block; }
 }@media only screen and (max-width: 763px) { #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { width:7.3746875rem;height:0.99989375rem;top:3.8114624023438rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block; }
 }@media only screen and (max-width: 763px) { #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { width:8.875rem;height:0.975rem;top:6.0125007629394rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { width:8.9375rem;height:1rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 763px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:9rem;height:1rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block; }
 }@media only screen and (max-width: 763px) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:20rem;height:2.75rem;top:12.473962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:1.0563125rem;top:1.4740657806396rem;left:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D { display:block; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row .container { width:20rem;height:131.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxltAzVTfHKzi9QX8oz9xk24mu0qWl5q { width:14.0625rem;height:2.6rem;top:1.7571029663086rem;left:2.9687501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlL5guKXqnutJWJiUZ1dLcG3G28Gp1eg { display:flex;width:0.875rem;height:0.875rem;top:0.75rem;left:18.312500119209rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #mB3EcqempiopT1CDkJ11UZ8U4tO0tXEJ { width:1.3125rem;height:1.375rem;top:0.5rem;left:18.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgLaIgK5QbFTsTbyeqKZX8v9tLk6L40G { width:3.4375rem;height:3.375rem;top:26.750000953674rem;left:2.982954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #chB97DKimVhEtohWZwPegNhCJ9UpA0J6 { width:3rem;height:3rem;top:5.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCyTVTPXrx5KTZX8bILVRTybard1dkfW { width:2.8125rem;height:2.8125rem;top:5.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPNHvU2OrhF4h9Pcsv5ntHTGAWo95RnG { width:2.6875rem;height:2.6875rem;top:5.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtrU5DlnPcVBDmdm5cRWIJoaN3mnwsX8 { width:2.9375rem;height:2.9375rem;top:5.1875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMw1KICENuRgH8QOngMhKt1UEp7TOnwP { width:2.5rem;height:2.5rem;top:9.0312509536744rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFqtGe0BtTZzmoqU8pXPtNarZaIxk6yD { width:2.875rem;height:2.875rem;top:8.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTGo3c45k2Tgz5l2HU4Zwt4C5kpdFBuQ { width:3rem;height:3rem;top:8.8125009536744rem;left:14.014205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhCBxOh5WBk27ByaZvKUyzw170y6xaqi { width:2.5rem;height:2.5rem;top:12.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWBAV4DA7hHa9BLVIc4WVAJ79TFSp8pm { width:2.5rem;height:2.5rem;top:12.625rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Iedtq0Xavbh16nvKsFWnwxL6yTxfIS { width:3rem;height:3rem;top:8.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcVuruhkupJZKy93gTeRGTAKilME1OMi { width:3.25rem;height:3.25rem;top:19.562500953674rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #udOMddRBxa33xnouy5wKs0hX75Ir2vxk { width:3.3125rem;height:3.3125rem;top:19.607954978943rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmwgVMmJiSc75wfi99EHxaPqSmINaQXV { width:3.1875rem;height:3.1875rem;top:19.562500953674rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTIyep16CoyEDXTbQId068EAllf7LS1R { width:2.5rem;height:2.5rem;top:107.37501239777rem;left:7.0312501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #am1lav0W7bZs9fIWF2Tc22xovAAQCOwb { width:3.25rem;height:3.25rem;top:26.812500953674rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMroKXkG12zaTmbf9VsMamippBy2Z1dB { width:2.9375rem;height:2.9375rem;top:26.943182703674rem;left:6.7869318692094rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTWiDqZOLFQmHm89K2FaDBHHvHGOkliz { width:3.3125rem;height:3.3125rem;top:26.812500953674rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdVQZ5QqQh7i369IQLWJPAEkuu8sX0CB { width:2.875rem;height:2.875rem;top:27.062500953674rem;left:14.093750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2296bqN1GnFgNTI1vkW7ldTVQ0V17li { width:3.1875rem;height:3.1875rem;top:12.346590875rem;left:10.409090994209rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0NTWZ434FbbKsPL8eOqEPJ1edtQiC1z { width:3.125rem;height:3.125rem;top:30.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQutXgCe5sZAxe2kXM3F82rHIztpPlFP { width:2.5rem;height:2.5rem;top:30.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI8MLXeB56WCKuRmUoJ968EH9aRxMAsF { width:3.1875rem;height:3.1875rem;top:30.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuUqfEwLtOpKHcbiHGH8hqzT4meDcoFt { width:3.1875rem;height:3.1875rem;top:30.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA3nIfIze6yDSwPNwq7JRzleXEIb8koK { width:2.875rem;height:2.875rem;top:12.5rem;left:14.000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #roQhaFvRmQpmI1TvaUS4lNVqmv6gBv8f { width:3rem;height:3rem;top:34.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSEg5u7oCZ8WSuToCXUdFFNK2UfdMuwl { width:3.1875rem;height:3.1875rem;top:34.159090875rem;left:6.659090875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoHBpk4V8HAQGFToJILQBpXyEdqU2sz6 { width:2.625rem;height:2.625rem;top:34.534090875rem;left:10.409090875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmpJN2sHa3grb33bptwISbDNsTp4BnTP { width:3.0625rem;height:3.0625rem;top:34.25rem;left:14.034090875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCLToepeT23NUTqyrKKBw6GXM4583y7n { width:2.5rem;height:2.5rem;top:16.500000953674rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkTJAErIdkEE7rlWeui9ISrglRwUUTfJ { width:3.25rem;height:3.25rem;top:37.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyEEc2mnsKZMgwDDgb8rqTNTxZBEVo4y { width:3rem;height:3rem;top:37.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb9HoJJDuTth32il2Zl18LTRX4neTt0T { width:3rem;height:3rem;top:38rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTEXc0CmBUHTn6giQreSlp8Hda8qvt76 { width:3.25rem;height:3.25rem;top:37.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq5qWKTkl4olUoC8iTIXCQtxckDpfIWV { width:3.3125rem;height:3.3125rem;top:16rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmTCINROKraTTMdhvBUvItaf7ZRZDuE0 { width:3.25rem;height:3.25rem;top:41.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSS4ntTJ4XK88ZDdzMIWZ7Gq9I5rhnP5 { width:3rem;height:3rem;top:41.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdJSdzXlQDniz7V1GEZ1ugyvBn7wbcQE { width:3.25rem;height:3.25rem;top:41.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlUCJ2dGu2CV5c7Ol6cNUiUe44xrkhHL { width:3.0625rem;height:3.0625rem;top:16.0625rem;left:14.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnek2rsSC5Uqo7L2MRKWw9dugTH9qgWa { width:3.125rem;height:3.125rem;top:16.0625rem;left:10.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #eChNVznkDJ35JlE4GPl0Z8WnkMf93xrK { width:2.5rem;height:2.5rem;top:45.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou9NrrSiLeAUPFASFRMecnBpurb8BfdB { width:2.875rem;height:2.875rem;top:45.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoXht8ovdwa3L5ZmpqAiDLHDJUuxhU5V { width:2.9375rem;height:2.9375rem;top:41.5625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVeTroNAuwqhxX7RvqyDhQN3wIi2elzg { width:2.5rem;height:2.5rem;top:45.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfsrueD5AkZyqI5c16BTZqq1ThmtJVDX { width:2.5rem;height:2.5rem;top:45.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCKuio8MDEM7dP91OkLAI7AyW3NQKR30 { width:2.5rem;height:2.5rem;top:49.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7RxC3ksEbg9PX0eCG64gllHcxqfIsfG { width:2.5rem;height:2.5rem;top:49.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #En8bGXV8uGqUGK4ooTWtfmbyklFVAq8U { width:2.5rem;height:2.5rem;top:49.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXRNX739ZT0VGTRQozl3JVTra8ycbbd4 { width:1.875rem;height:1.875rem;top:49.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOWKeEhKJ8nSwTxz0EQoXRCHL2Oz7kH0 { width:2.4375rem;height:2.4375rem;top:23.656250953674rem;left:3.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #A19p7zl7fobMTPhREDnCaA6UlwI6WyZu { width:2.5rem;height:2.5rem;top:52.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zer39VbguMGe2oJdp9M6JX8A4n8RFD2G { width:2.5rem;height:2.5rem;top:52.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2GL4gvS7NHTRLaSJ88l33MXeQxU7W5 { width:2.5rem;height:2.5rem;top:52.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OilBpJxsxOUWQATqOF4NmlTRWnpFZBnN { width:2.5rem;height:2.5rem;top:52.75rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGb98mrNuxg207QkmL3lREC6Q39MnBX8 { width:2.875rem;height:2.875rem;top:23.375rem;left:6.8437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRSnd2gKhiNl5MrMxLEK24JOwXEJDKiK { width:2.25rem;height:2.25rem;top:56.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn9J2RhwHG2aBdrOghINTGIg82Rc4FMO { width:2.25rem;height:2.25rem;top:56.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQy2TlzXpLhpBzkZkw7IiCicRWCQ7eeR { width:2.5625rem;height:2.5625rem;top:56.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8GsEEFU2iElLoSrJLnmvJu2HcqlFCTc { width:3rem;height:3rem;top:56.125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVgET6CaTW9Xa4ygfg1wu4f7XCdZfpO2 { width:3.0625rem;height:3.0625rem;top:23.250000953674rem;left:14.014205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtcaGQhQwnlm4B4FG7UWf7ZuerRxRzWf { width:2.1875rem;height:2.1875rem;top:60.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgFpm28mLBLunWofU33yEnT7TzS0mxHK { width:2.5rem;height:2.5rem;top:60rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRICuOGNJJTpXOvnTCN2TB2gN3UwO8ba { width:2.4375rem;height:2.4375rem;top:60.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAHyFmXFsTi7Wb5LsZESxFooMNvCMoNC { width:2.5rem;height:2.5rem;top:60.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1eHTAF4fmTdTwQFNZvoyEZHTBSy92ud { width:3.0625rem;height:3.0625rem;top:67.06250190735rem;left:3.076704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZuA2uvQUJlieX56HEfGRk9FSazt1kqP { width:3rem;height:3rem;top:63.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC4GxGfzhoJqZc2WlwwLTeGyE0VTwQAk { width:3.1875rem;height:3.1875rem;top:63.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq9cwU9pkBDxfpwDrsQ9NzuvSLpJV0dE { width:3rem;height:3rem;top:63.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afuaDy4uiDru9PCByNmsth1hF5NV0FHU { width:3.3125rem;height:3.3125rem;top:63.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFOGyTM9TPBIIFzmfCXBKy4sF92AXauf { width:3.5625rem;height:3.5625rem;top:74.00000190735rem;left:10.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc1eLMaGq3pfok8ONsXhBHM3Ei0kJA6T { width:2.5rem;height:2.5rem;top:67.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypUdxO1vt4BIke3VCr87bs4FnL7XR2ha { width:2.5rem;height:2.4375rem;top:67.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt08vM6L4aV7ESffWlrNOL4lV4F1u8N6 { width:2.875rem;height:2.875rem;top:67.15625190735rem;left:14.065340994209rem;z-index:15426;display:block; }
 }@media only screen and (max-width: 763px) { #O7CcHXKT2nq00X35y9TAQupim9kJ6JTq { width:3.1875rem;height:3.1875rem;top:70.81250190735rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfK9siO0WCF0BwEpV37PXKV18TrQ6K42 { width:3rem;height:3rem;top:70.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0g5Xyx9vaWIrAruRuyJre63BqLIfqpL { width:2.8125rem;height:2.8125rem;top:70.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDiLPSyUk5WwOSdn1cmyccW2alNt37rR { width:2.875rem;height:2.875rem;top:70.9375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecTkOAiKrilGr8kVTedzAgXsnq9uhSKb { width:2.8125rem;height:2.8125rem;top:74.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp7FWoTAXKfRkGmPlBccNb8eOpyMaCHt { width:3rem;height:3rem;top:74.4375rem;left:6.75rem;z-index:15425;display:block; }
 }@media only screen and (max-width: 763px) { #fbtMXPtkxCTCsxMh32aOWzI91hPhkL7n { width:2.9375rem;height:2.9375rem;top:78.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcMt4hlI6e4rwkyUwMBTocDwdm8JQX3T { width:2.875rem;height:2.875rem;top:78.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTopBFuH8PtGv5R2rqiu8AlvHyl4MDnN { width:2.875rem;height:2.875rem;top:78.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1OOox5XAkbrVSwJoGDTpkUSEfkHAPel { width:2.5rem;height:2.5rem;top:78.375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4R0eGVCBlBieceFduQ8ZVcS5qzv72Cn { width:2.5rem;height:2.5rem;top:23.625015258789rem;left:10.656250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKkk8FvfPioZlFSZ8sqh4ED6hi4itBlt { width:2.5rem;height:2.5rem;top:82rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1S5dbW0H94xAECCPEHAEHBInRnOTaLm { width:2.5rem;height:2.5rem;top:82rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE0rMBpaF0KPPcmTA7gZ9Tnq22xFTo9K { width:2.5rem;height:2.5rem;top:82rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK7kQTsgyfIbmzAk1O962E3kNuJQ9GC2 { width:2.5rem;height:2.5rem;top:82rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH0l0TJW91r1RvJJEcXDfIN2a2BZmmsS { width:2.5rem;height:2.5rem;top:74.593757629394rem;left:14.264205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlQg4Vs377h5W7B8Ud9fcJ64b2v3mcM1 { width:2.5rem;height:2.5rem;top:103.75000572204rem;left:7.0312501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAHwNqC02WIbKRGwwKeVUCvL7ye36WJR { width:2.5rem;height:2.5rem;top:85.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJUWwtLAD5kiVw6Rue0V0RLQ4D2pStRr { width:2.5rem;height:2.5rem;top:85.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wehGiVTTlPq7ZowPeouZDzOT95eP3dSx { width:2.5rem;height:2.5rem;top:85.50005066395rem;left:14.264205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxsR9JkSy6hPQAu25CImc9KvMiIeqisp { width:2.5rem;height:2.5rem;top:89.250004768369rem;left:14.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #exO7NKv9t5McbmAQprm18STtDAnxUaN1 { width:2.5rem;height:2.5rem;top:89.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9NZmGh4dDAiuEee4I2dLAM6IUS7CTXL { width:2.5rem;height:2.5rem;top:89.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFv37pELzKeprTsTD6aiZ8Gn1x1NCbR8 { width:2.5rem;height:2.5rem;top:89.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH0emtX48Ta8O39DTfpJqxFrmMR3KQ5d { width:2.5rem;height:2.5rem;top:100.12500572204rem;left:10.656250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqr8K1VgNcC0lMCZBix3DA7ewEvgdpdq { width:3.25rem;height:3.25rem;top:103.37500095367rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6v7vevpVUq1ry7zxrsnlBMWQZUyMTEL { width:2.5rem;height:2.5rem;top:92.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8s1t851cbbVyIlDGVNzEcwwXoqTCyCV { width:2.5rem;height:2.5rem;top:92.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EspDiUn1nBnAbSSKnFUeRCxg5i0JKncJ { width:2.5rem;height:2.5rem;top:92.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQr0ModT9ysZ24RNasZGJGWo8rpU84ET { width:2.5rem;height:2.5rem;top:92.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg9v94L1kwHTIhgkuTBw9LTWpd9XKXey { width:2.5rem;height:2.5rem;top:96.499247074125rem;left:3.451704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFhseUG4EhNuAtTa84aa4hTJlF2BHvbR { width:2.5rem;height:2.5rem;top:96.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzWIQZXtni7rNdFcBbb9NWT8meNHomvZ { width:2.5rem;height:2.5rem;top:96.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgyRanE7GUfwRLguW51zlOtWGdylxlN6 { width:2.5rem;height:2.5rem;top:96.5rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxgrpzf3VTqbuSysLfdRbik4FR5R1Tkd { width:2.5rem;height:2.5rem;top:85.500040054319rem;left:3.451704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxcWrxTCi9rULiLSCECEn37Nnlb0fn4E { width:2.5rem;height:2.5rem;top:122.06250190735rem;left:3.451704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxOOXndy5DHJ7L5sx1xGhivNBF5ePm4s { width:2.5rem;height:2.5rem;top:100.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZoVRJ6uTN500HuhSffCtTC9sm7aE4gI { width:2.5rem;height:2.5rem;top:100.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVImId8HoxMRlqdfiGFw6Tw1e6eZ5VzN { width:2.5rem;height:2.5rem;top:111.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWkoBXdCImVad1fcbiNRsmH5UCr9neR { width:2.5rem;height:2.5rem;top:111.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alRkoqL7TsakwOBLLDT4zWn2F6xhaQsF { width:2.875rem;height:2.875rem;top:99.812505722044rem;left:13.968750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1zPSZbQ5dttyuCQggt4lyVKutWKZkP { width:2.5rem;height:2.5rem;top:107.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVaVSAhiyVUSiyWdbl9iSHck6ayzDVeh { width:2.5rem;height:2.5rem;top:107.375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwulEQT5zNZrko399bHQNI7Slt12aRud { width:2.5rem;height:2.5rem;top:111.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLkqQmNgAyypU4pdUDno7N6wlqqNdS4H { width:2.5rem;height:2.5rem;top:111.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm09E4ItIumE08kgTMXfO3hK4ztKpghL { width:2.5rem;height:2.5rem;top:114.68750190735rem;left:3.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6UhlUNvITuk6Oz2e0v1Q3NpyetATc48 { width:2.5rem;height:2.5rem;top:114.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQwmbK1nBV5NCHiKuQqzeeVl0EP6mMSH { width:2.5rem;height:2.5rem;top:114.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxqmdNfvaAzLi7eIQ0P0ZpQu6nyGTx8I { width:2.5rem;height:2.5rem;top:114.6875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmL04I9wcymiW7WHH8SxawX2LM3tls4T { width:2.5rem;height:2.5rem;top:118.43750476837rem;left:14.201705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #I70CTOENHtk5ZQDA8C5RbkpB5LJgIkHG { width:2.5rem;height:2.5rem;top:122.06250190735rem;left:7.0312501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLi7oD12z9qy4PDdz2qHBGBI3OCF691d { width:2.5rem;height:2.5rem;top:118.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcbduyVReuIsDF4ZeG0s6BfbuWG2QGL8 { width:2.5rem;height:2.5rem;top:118.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpp4aHoMErENJTdslyiDQS6ZI7XqemPr { width:2.5rem;height:2.5rem;top:118.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEC1hL4CfKZZNb1Z2fDZv4zXZoDKu4vx { width:2.5rem;height:2.5rem;top:103.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8wctSMhdfBDhUcqQ5XhAgtBkfuwNdFo { width:2.5rem;height:2.5rem;top:103.75rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWPrMqu6KbA4kIZNDx59M9UAgnutrdXq { width:17.6875rem;height:128.875rem;top:1.125rem;left:1.1576704978943rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 763px) { #XeIFqFC8FiZi3U2RsUeWvQquOtEbN4aA { width:1.25rem;height:1.25rem;top:0.5625rem;left:18.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLte3KxMynQaxKURPqvPg3fI6TbGqpFR { width:3.375rem;height:3.375rem;top:110.62434196472rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRvPaXlJN79gsPAkLLEiIQiA2PQrIpE7 { width:3.375rem;height:3.375rem;top:110.62496089935rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUhpONs5Mp9naDS4Paey6B1dJZqi8fbV { width:3.375rem;height:3.375rem;top:106.9375038147rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQX4RP6cyqdI8FhTy1ksql7APkBJLF1e { width:3.375rem;height:3.375rem;top:103.3125rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP2sq0XebnxdSBdBxCQlToww6T4kum3D { width:3.375rem;height:3.375rem;top:103.31250286102rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz0s4i7cGk8H3WDBBLAWoILFs1R5iQTK { width:3.375rem;height:3.375rem;top:96.061795234681rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlMUpdSwJziWKOq2elvHa8mXPVZ3Qp4L { width:3.375rem;height:3.375rem;top:88.794746398925rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmuxS4hoVqH5pILwTHUCJlT5QT60hiQ3 { width:3.375rem;height:3.375rem;top:85.1875rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCqGW8WGVhHqDXt2klxpJbEsOXx9vo2S { width:3.375rem;height:3.375rem;top:114.25rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #yihdTv6hTytpNSRILXCgeBHtOILlnd8e { width:3.375rem;height:3.375rem;top:74.31250190735rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #aerwlI6zBVMiraDTtppUoGvM3WKpB822 { width:3.375rem;height:3.375rem;top:63.232933998106rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTE1cSwc4qG4Ea4m9JCTr2AQnkzJXbzJ { width:3.375rem;height:3.375rem;top:117.98296165466rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE7Tol7u6oNieuZwLKawzVXTl7qynODh { width:3.375rem;height:3.375rem;top:106.9375038147rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeTivRwp0bL3NKTOEbbu4scay5ozAHHQ { width:3.375rem;height:3.375rem;top:106.93745803833rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPAfoFwmoADdHCLdK6bXP4g5xqCMzvJm { width:3.375rem;height:3.375rem;top:99.670454025269rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn5hSzT7Tm10V4vNStVruVlOzunMDWR5 { width:3.375rem;height:3.375rem;top:125.31250190735rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqFQnIAf7aQoKym1XTLHn37HpxfeTupS { width:3.375rem;height:3.375rem;top:125.3125rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtOHuMFcfyzfIlWoepyLnvzebI9it8Z3 { width:3.375rem;height:3.375rem;top:121.62501525879rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBwmsQ5t5pla5CJ4gaPQc7Vng1AHiLbX { width:3.375rem;height:3.375rem;top:117.98296642304rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE9PXUuOQw581DqVveM2sJGAOL5eKzPO { width:3.375rem;height:3.375rem;top:121.62500476837rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfVtJV5nnm7T6iVJ6nOOtNKglIPwNUPK { width:3.375rem;height:3.375rem;top:110.62429618836rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCyegwOzboZsUyMDsLaBte7ELQynbGrE { width:3.375rem;height:3.375rem;top:114.24924468994rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZeLFvAgxRoCwk25Cc1ZdIGnGcfvTEyK { width:3.375rem;height:3.375rem;top:114.25rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGGP82KgVdTRr2ONoZTdA7gd6MrlXGwz { width:3.375rem;height:3.375rem;top:63.1875038147rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAhxQJlkMiEEPvQOvpB02J5EIAp6M6Sh { width:3.375rem;height:3.375rem;top:59.562503814698rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBoAPgVCIrzA9E0Cogn2LW0d70ZBid0V { width:3.375rem;height:3.375rem;top:52.312502861023rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TseTGCn2qLT3Le5JJ9argBgApTsFnn0Q { width:3.375rem;height:3.375rem;top:48.687501907349rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1z59RfEAtAqQlhKWCvzuNiikzbvqVMo { width:3.375rem;height:3.375rem;top:45.061767578125rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPioKOCzvGCBQOk9NECvAzEtrDtw5cxq { width:3.375rem;height:3.375rem;top:41.375001907349rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #frAZ859cMR19bKvd27KPPC4lLFwfJEo3 { width:3.375rem;height:3.375rem;top:41.375001907349rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnBVGrq1GstTuGGL8WXGghlydv1VTz1B { width:3.375rem;height:3.375rem;top:34.044746398926rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUuHxFIMzrdcULKEtzvCInDnNZwuBUFT { width:3.375rem;height:3.375rem;top:30.437500953674rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9IN2WyicaEbQBCPiPbT17EW0q3SE6AB { width:3.375rem;height:3.375rem;top:23.187551498413rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQw0rgX0ivu4xEZ8Tq3UVp8PArdeGpgS { width:3.375rem;height:3.375rem;top:19.5625rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfvUm2KschV9iItL5U5qKmkGfDTbUTT9 { width:3.375rem;height:3.375rem;top:15.937534332276rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK042UlepqMrs03sUv1vFPJfTP4tVFMT { width:3.375rem;height:3.375rem;top:63.1875038147rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcStuV7wg4TkBp9R4ztcgerG9M5WakOr { width:3.375rem;height:3.375rem;top:59.562503814698rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn5KXa9LtTKx656HGw5vqLWLLJQMMpAu { width:3.375rem;height:3.375rem;top:52.312502861023rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB7ULD7aGMED13H9JnR019Cuo8d9C5aD { width:3.375rem;height:3.375rem;top:45.061767578125rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJDwkq66zChOAl7VJ0Tv90o3LLP4y7uQ { width:3.375rem;height:3.375rem;top:41.375001907349rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiSuGmPNMCEXuP6sGJ9yEBtulPfCnXTC { width:3.375rem;height:3.375rem;top:34.044746398926rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9JHtTocXH3I3GDUJFgqIQERfWrap1AH { width:3.375rem;height:3.375rem;top:30.437500953674rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqUcOGQ47fhn7GeznQQOH1FPoDhHpRQn { width:3.375rem;height:3.375rem;top:23.125rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcTCHbvhFtGl0lfFAdbRV8b7NzxDRATt { width:3.375rem;height:3.375rem;top:23.125000953674rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1qhMv36nbgTPRlqNP4up28nQRnVNU3P { width:3.375rem;height:3.375rem;top:19.593750953674rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg8AXkMweBGubgUkeFZNtEihEyla3UUq { width:3.375rem;height:3.375rem;top:121.62500190735rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiROMWdq16MInGN2SNU2FpO8VPCra2AL { width:3.375rem;height:3.375rem;top:12.25rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #caSlMIRtaqKhoQ284LKQAeq0hAkcqUok { width:3.375rem;height:3.375rem;top:59.562503814698rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC0T6QrIMRZM164VGX7qq2JKNpCod1Tu { width:3.375rem;height:3.375rem;top:52.312512397766rem;left:3.014204621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM4DJI0cxN8CBQmdN96FKZuiM0RaSgBF { width:3.375rem;height:3.375rem;top:45.061767578125rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx21JXUlCWra3nhlSgy6hsuRyGAb31wF { width:3.375rem;height:3.375rem;top:37.732246398926rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uonAPxIZq0DfNZsg2TD1lbtAycsITyBH { width:3.375rem;height:3.375rem;top:34.044746398926rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkwMueMJvCr2I6rSfhet5Maht47RJr2C { width:3.375rem;height:3.375rem;top:30.437500953674rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W54vesf10nGiidghba1zFolTWseOhJR5 { width:3.375rem;height:3.375rem;top:23.125rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnStaJOuOLLrXeATIoFL9ZONh8XcmZ7l { width:3.375rem;height:3.375rem;top:15.937500953674rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ5hcWT4R5O8XZHybWchGbq9FaGliEU6 { width:3.375rem;height:3.375rem;top:12.25rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6ve9HsC80vzmv5FnizUcOhDizNBbW1B { width:3.375rem;height:3.375rem;top:8.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpR2FXcyztTdePvaTe2hqJEmoeL2SKLZ { width:3.375rem;height:3.375rem;top:8.6250009536744rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #p55xUOBn35gTHSCwDr5XtUwARzOmBIZA { width:3.375rem;height:3.375rem;top:5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGKeqqN5qHSVde76DIaUAe2MpubfHd7w { width:3.375rem;height:3.375rem;top:55.937503814698rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #my53iloSnW198qFdIOiko9neE60EEeUC { width:3.375rem;height:3.375rem;top:48.687500476837rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFxu6H6zGHwtxh2Ztk2U5JQWov3dDDiJ { width:3.375rem;height:3.375rem;top:45.0625rem;left:2.9659091234207rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOuiTCxgCvCITp6slwJNdxiKAlbeW7C8 { width:3.375rem;height:3.375rem;top:37.732246398926rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMLvWTgf6LoD3Ta57HPZP9Duwzy7AqRM { width:3.375rem;height:3.375rem;top:33.99995136261rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #myhJk8adN7bKe4EpOq3l5V2PSILmPGEC { width:3.375rem;height:3.375rem;top:26.750000953674rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMlbXRwNsw03tLaBxc5D51FxT5Ul2lk1 { width:3.375rem;height:3.375rem;top:19.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHRVfCFNcJeaAR0yyulgsTrCV82lVNke { width:3.375rem;height:3.375rem;top:15.937500953674rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUTdEDnKwofwAEfSZ68r19AeiB46Pq6M { width:3.375rem;height:3.375rem;top:12.25rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPSTyVlRfodTMCUBIseTLLliNE1MvQb3 { width:3.375rem;height:3.375rem;top:8.6250009536744rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #N07fTv77rKs504Oxt8Mm5HQJpHecfktI { width:3.375rem;height:3.375rem;top:30.437500953674rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7kETo66kqSCxTZNuNsrWEZHlxQkfw9t { width:3.375rem;height:3.375rem;top:26.750000953674rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqEfFTiDCVvhNDiKZeJq4ef3AANRy9Bv { width:3.375rem;height:3.375rem;top:26.750000953674rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgqlJFSqa7tpdZcHVT7ehd6AT1MNA4lK { width:3.375rem;height:3.375rem;top:19.5625rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycW3oZ6GSWKSwv6pMoy9IvfKGv1ETqtU { width:3.375rem;height:3.375rem;top:15.937500953674rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWzePUVBeA9KKfVlapy3EJKUZcMBXnPX { width:3.375rem;height:3.375rem;top:12.25rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsughKlbKvnRAlNHFDwyi7JKND8gyvaX { width:3.375rem;height:3.375rem;top:8.6250009536744rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLiUqXWW2ZFvgBab57Ufci9T8NLUsLXX { width:3.375rem;height:3.375rem;top:5rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDwQzSFuDtwmTJCsDtSSgG97SkUq47iT { width:3.375rem;height:3.375rem;top:5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwziJAxoLPvTX2pw6zkkg8CrSrJZrNpR { width:3.375rem;height:3.375rem;top:5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls2ayETBBsTcufKZ8sFTdb2DGRTA0rEO { width:3.375rem;height:3.375rem;top:121.62498474121rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrCVIczry4t32mIpaOgreI7RmHXxOhl { width:3.375rem;height:3.375rem;top:117.93750190735rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2oOfNlq9We8Mitkp2RoTwAFxnt5B7rf { width:3.375rem;height:3.375rem;top:114.25rem;left:3.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT5OWTnmG3kt4km17hA6XWo1ARtUh9HV { width:3.375rem;height:3.375rem;top:117.93750476837rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW4WWa7HsNKK2skRqmTcI9GHnBuHboha { width:3.375rem;height:3.375rem;top:110.6250038147rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTiNswgcRevuyBs5DwfqNqVz4LgnJrC5 { width:3.375rem;height:3.375rem;top:103.3125rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2heosLZskRMbXlXLcKVpTBWVp4pX6y8 { width:3.375rem;height:3.375rem;top:99.732954025269rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWJZGZqmi7rynQ1qXLFL9s14kuG0oA7s { width:3.375rem;height:3.375rem;top:99.687502861025rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnECQGiEqOuZqNSR4KihISr1NZJFU45w { width:3.375rem;height:3.375rem;top:92.436794281006rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnPNIWpfZWITRbVEX1rVlfmN6OWfi7Ol { width:3.375rem;height:3.375rem;top:88.8125rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeIJztUTGNoJwKaUArh2JHvM38ranUN9 { width:3.375rem;height:3.375rem;top:81.5625rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk123QWiGQwN41W5wCCXtr6rHkmCy4fy { width:3.375rem;height:3.375rem;top:77.920455932619rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvG7UpgVsSKXHRi2nZ5GPT7bIrA8Vh5n { width:3.375rem;height:3.375rem;top:66.87500190735rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSHnZKc9IMVFRqbmS1L9xvItqKH8BCz6 { width:3.375rem;height:3.375rem;top:88.8125rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7Gdd2p7sPIbit0bmq8ubTwQqmuncAfW { width:3.375rem;height:3.375rem;top:81.5625rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzodTyS3Nf9qpOF2A83XucZihEnRFdmr { width:3.375rem;height:3.375rem;top:74.31250190735rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpXQVIHSQsJTVTLvzVvE2V0Tar53DbMR { width:3.375rem;height:3.375rem;top:103.3125rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBMhMMAUqZkJB5ahd5nTIbwZTpJ32sZp { width:3.375rem;height:3.375rem;top:99.670454025269rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8KnUn7cmyceZy0PHEw3M85bFT4cbSdu { width:3.375rem;height:3.375rem;top:96.061794281006rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9cChu6zQxzOZMZnFTMUuAt0wDSopKzR { width:3.375rem;height:3.375rem;top:92.436794281006rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #evVlz1aTOnl4MgFCEbhiKC8xnyr4G7gz { width:3.375rem;height:3.375rem;top:85.1875038147rem;left:13.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlveve6khbdNuBPrvTnzdU37PURu8PFt { width:3.375rem;height:3.375rem;top:81.5625rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSCoWU4egWAO8AReyfMIv2xWS5QJ6pXq { width:3.375rem;height:3.375rem;top:74.31250190735rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVBluapO7GO79h8SoECaPrz1iTnmHIZ3 { width:3.375rem;height:3.375rem;top:85.18749809265rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfm5qyRPBNaNIMmr9lrX2L9kN1VHZRir { width:3.375rem;height:3.375rem;top:77.920455932619rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #LddubOPZVRE5zSivS74JTTxmsILEcctC { width:3.375rem;height:3.375rem;top:74.31250190735rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1OOOrfI1wgGTzyIKqSMhqoeLJaRKwhl { width:3.375rem;height:3.375rem;top:70.62500190735rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWex2lt2A8MgPnZgBQiksu7fCM1X7rDJ { width:3.375rem;height:3.375rem;top:92.436794281006rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyfmiKWx41dUot3dkykcbbXMadTMzhg4 { width:3.375rem;height:3.375rem;top:106.93679237366rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqxhuaZWR6GlymVgdepgTrLo5c3WWqib { width:3.375rem;height:3.375rem;top:96.061794281006rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHg1ha2Z5qIQkWk7U6F8yqF1xocm3cNJ { width:3.375rem;height:3.375rem;top:92.4374961853rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3TprODRW9Kz2dHMnkC0CXhSAzGK6Zo2 { width:3.375rem;height:3.375rem;top:81.545451164244rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #q13VATei0XmbCVV6c33D88C65Nfu7QAq { width:3.375rem;height:3.375rem;top:77.920455932619rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHXNKvbULtpc94OeUrVn34kt91MWJyeq { width:3.375rem;height:3.375rem;top:70.62500190735rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZOUB04BlEPuZqypzBM3CypREaeMOvVV { width:3.375rem;height:3.375rem;top:70.607946395875rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8eOW9iPobHM7HcTst1JCNSNE3kSToQv { width:3.375rem;height:3.375rem;top:66.87500190735rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRQqDJgykxHFVNC4mSTwfeRLfNbIqDXb { width:3.375rem;height:3.375rem;top:63.1875038147rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMUfeVkpG9kSu92kllWwu2n9MizM1QrP { width:3.375rem;height:3.375rem;top:55.937503814698rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #GARbEXQMFd3eQ162S83PzAQHDVTdo1I4 { width:3.375rem;height:3.375rem;top:55.937503814698rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #q54G4nAZi6tpqlODlNW456ZTKi4JMuCb { width:3.375rem;height:3.375rem;top:48.687500476837rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #QehEb4lmxGbnqTHnDT32l5WXsbTPbJ6k { width:3.375rem;height:3.375rem;top:96.061779022219rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWLg4QzipNJAiIXlVwgDiVrnIIdCRR06 { width:3.375rem;height:3.375rem;top:88.794746398925rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTJh1NVrb83w2TDORLTzFRCfLyrulV4o { width:3.375rem;height:3.375rem;top:85.1875rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdW7yLOJwhX8fSES1MNPHuBx1G8rEst3 { width:3.375rem;height:3.375rem;top:77.920455932619rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS7JzSyDZRMoINAa4s9KAGxboSMt66cd { width:3.375rem;height:3.375rem;top:70.607968330381rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRQLlaJkD5EKlCr3aPHLJvbiNUMiuMTK { width:3.375rem;height:3.375rem;top:66.87500190735rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr7W4AzCHUNe3lov8HvvbgIQ2dSKqOF4 { width:3.375rem;height:3.375rem;top:66.87500190735rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKt4PeLGcRdw1hHS7eiwzcUVnThUap0P { width:3.375rem;height:3.375rem;top:59.562503814698rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWsnV8cVRHZMm93S6poGP7C4ScrT9dBM { width:3.375rem;height:3.375rem;top:55.937503814698rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #a86dMmMIexhPmGdHlcsxVCRAvcZK8Sxp { width:3.375rem;height:3.375rem;top:48.687500476837rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0UTNTT03nw5OO6hlMFaqZ8dyF7ntHtg { width:3.375rem;height:3.375rem;top:41.375001907349rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwGcramxWhCFFfD8T18eHcRZ2zcSVHyo { width:3.375rem;height:3.375rem;top:37.670455932618rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0re0FZqDrVcZ9GtTt6Bwssb2ST2l7XQ { width:3.375rem;height:3.375rem;top:52.312502861023rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhVDduRp3NqdA9rStgG1Mt2ipEgEfCvT { width:3.3125rem;height:3.3125rem;top:19.531290054321rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1E9qUCTTDm5J8N0RV8QmUnqhupBwt8B { width:2.875rem;height:0.9375rem;top:122.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu6556TqnofxFLEPuDr4euimLnMwVR1G { width:2.875rem;height:0.9375rem;top:122.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0VmxETQte2ENK0iOB0qQXWFHtfJXoJw { width:2.875rem;height:0.9375rem;top:126.53125190735rem;left:6.8579550981519rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRa1FE6zEP7Qy7WLi7DUKQ06W8yA5LKK { width:2.875rem;height:0.9375rem;top:126.53125190735rem;left:10.468750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2fXJuuQmQdg0xKpUWs93eCwqOfSZtwZ { width:3.375rem;height:3.375rem;top:37.75rem;left:10.218750119209rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #pdbJEsfe5qZ172f1qXxhoZ8QDPhxsGqJ { width:2.5rem;height:2.5rem;top:107.37501335144rem;left:3.451704621315rem;z-index:15374;display:block; }
 }@media only screen and (max-width: 763px) { #co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp { display:block; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row .container { width:20rem;height:80.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQeTBaaKT3ovLC3QOwn6opluZpVmDG2o { width:14.0625rem;height:2.6rem;top:1.75rem;left:2.9687501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5RtUS2NpifUrpWkB0aL45F3XuxQIDts { display:flex;width:0.875rem;height:0.875rem;top:0.75rem;left:18.312500119209rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #QKLoIbTMDwvqSKfFmNrZhfavI7mil7k1 { width:1.3125rem;height:1.375rem;top:0.5rem;left:18.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkpPiquJqFn8Ecu1lckDmu0HLdSgEweL { width:3.4375rem;height:3.375rem;top:5rem;left:13.764205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHwoRW9gchwR5O8mysyUL9naPwANwoXQ { width:3rem;height:3rem;top:5.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOANkwSGDHvh17DXBtqTd1mDwy8whNPZ { width:2.8125rem;height:2.8125rem;top:5.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAlPRvvo3wcO1OLPvcdBo6pHBOPVCsC7 { width:2.6875rem;height:2.6875rem;top:5.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EecdTATtT2JxFRTqKi4maKuZT4I6JRfI { width:2.9375rem;height:2.9375rem;top:5.1875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrrA06MA4Q6PTX7nFor7TFwUEOmyz6zV { width:2.5rem;height:2.5rem;top:9.0312509536744rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbIfFf8J336ibB6e3Wx5LBkeTHFLfTXE { width:2.875rem;height:2.875rem;top:8.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GULbs3EkP65KNPAdyo2HxGKsGOTs4H7D { width:3rem;height:3rem;top:8.8125009536744rem;left:14.014205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxCEda72ZViXq9U3k9ZMOcIUiBxGst8z { width:2.5rem;height:2.5rem;top:12.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzTKzF9z2Xay1WhtsmH4wHJhJw5CE3qD { width:2.5rem;height:2.5rem;top:12.625rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDpJTNWtyQ8ybNvsmUzQKFUOnup2Iu5T { width:3rem;height:3rem;top:8.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsHG3uaVCSPBQfioSWoJ1tNGG7Jy7TMI { width:3.25rem;height:3.25rem;top:19.562500953674rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwqprTaEbavp8fv0sK22n2qdeKighaKn { width:3.3125rem;height:3.3125rem;top:19.607954978943rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn86Sz5xnfmUFLBDy33Ak94ov8Ne4RxJ { width:3.1875rem;height:3.1875rem;top:19.562500953674rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Adoc4OfrA0bCpkJDHpK5VZBLcx2U9c { width:2.9375rem;height:2.9375rem;top:23.482954740524rem;left:10.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKSlAU9S1t3ip7ReZnT9CLvoGzA8ZPUR { width:3.3125rem;height:3.3125rem;top:12.218778133392rem;left:10.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAIu5hv7hHMIUvCMnFDikKD2K1DasgK4 { width:3.125rem;height:3.125rem;top:26.9375rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIWUvoUxUmwkkT9anXFrTDETvfG1b3yS { width:2.5rem;height:2.5rem;top:27.25rem;left:7.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvczlSJxFOyfUXoqS5R4RKyCpAz1d4D0 { width:3.1875rem;height:3.1875rem;top:27rem;left:10.375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8PG0hU7n2BOO4MHHHUOcfUmncOOL5J1 { width:3.1875rem;height:3.1875rem;top:26.9375rem;left:14.000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #upoGzrIo6ey4XFSIFUUHpzJ41BTZm0t6 { width:2.875rem;height:2.875rem;top:12.5rem;left:14.000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpl5o1pUkWu6OwmVWJkTFpnyI96VkWqu { width:3rem;height:3rem;top:30.5625rem;left:3.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrsJP758apv6ss1KnWFdUtCGUZ0TytIs { width:3.1875rem;height:3.1875rem;top:30.596588134766rem;left:6.6590911149981rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpPPruB3EZRkUIVHOhkKHfyt66WTNXZ3 { width:2.625rem;height:2.625rem;top:30.971588134766rem;left:10.409091114998rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0SkdqPKXF962bB4eTbxk9JfnvMnS9yM { width:3.0625rem;height:3.0625rem;top:30.6875rem;left:14.034091114998rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoTMv5qUqpznPdCw87O387QuARFl7Qaf { width:2.5rem;height:2.5rem;top:16.500000953674rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHmn6vxybCVdcDuklHTLGqXVrBvnPypC { width:3.25rem;height:3.25rem;top:34.1875rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEqaHBP1ZrzFhr1tqcvCNT26mSbnlscW { width:3rem;height:3rem;top:34.3125rem;left:6.7500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABMGZW4qkiTHoSeoeLKssopWOpqar9lt { width:3rem;height:3rem;top:34.4375rem;left:10.375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #icn1a0Uft2r6oeyZUfyyiTnV2UNkVs5l { width:3.25rem;height:3.25rem;top:34.3125rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2DH55Ssw9V0W3o1cKJUhX7TRzBXFmK2 { width:3.3125rem;height:3.3125rem;top:16rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #b50CGL92kHkZiBitv2rcp57nPrOGOo7p { width:3.25rem;height:3.25rem;top:37.9375rem;left:10.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPR10J8WzRstqOwxcWBMTQ5FCatoQS6q { width:3.0625rem;height:3.0625rem;top:16.0625rem;left:14.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1QMTzku8o0FM5BPneixqiBqLmyePZAd { width:3.125rem;height:3.125rem;top:16.0625rem;left:10.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzkbQEiwfR2c7o9Co2fXTTFg4DLlJTz4 { width:2.5rem;height:2.5rem;top:41.9375rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZRUBBKGTxaUmfHeG85fcDivPAXftfHc { width:2.875rem;height:2.875rem;top:41.75rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVFiircbx5a4tViaqcegGeIPZsT2qUAw { width:2.9375rem;height:2.9375rem;top:38rem;left:14.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2r5HLwykT4FMnoll2xCkXn4KsDtQbf5 { width:2.5rem;height:2.5rem;top:41.9375rem;left:14.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgBD4I4v878Ws6zzOi9irWJzleCsTELn { width:2.5rem;height:2.5rem;top:41.9375rem;left:10.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2UoNvAMVhubE2IKhRgUeTS988vynAoE { width:2.5rem;height:2.5rem;top:45.5625rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #imRl690EzhkXRoAlXpeI3oOIUcaTTwrN { width:2.5rem;height:2.5rem;top:45.5625rem;left:7.1250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeJnKvqEO0p43BMd3bL7oBy8onMIIVkg { width:2.5rem;height:2.5rem;top:45.5625rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9y3RVf0MuicyIM6oxWeS61VfzvQFs8o { width:1.875rem;height:1.875rem;top:45.875rem;left:14.500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTxspZbqD2pTzv15exfPeOLiF23hzpSi { width:2.4375rem;height:2.4375rem;top:23.71875rem;left:3.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVT8RN0ZgWW0lsmtWnT8O3dDmf2Vm5Jb { width:2.5rem;height:2.5rem;top:49.1875rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #t83ZTi9T72J3zEdRTUblOCWJm3PWyD6e { width:2.5rem;height:2.5rem;top:49.1875rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF71QRpB40A4w7RvyaHu2KVVoPTs069c { width:2.5rem;height:2.5rem;top:49.1875rem;left:10.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #e969AwzbGT94DJDbHUpnE4EwBGGxrLqM { width:2.5rem;height:2.5rem;top:49.1875rem;left:14.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJuA73ttwdnRZkDLEIdR6qRoJQOzIRLu { width:2.875rem;height:2.875rem;top:23.5rem;left:6.8437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE7g6HWscLW6MkTNfpBbTzN4wSTMFBLm { width:2.25rem;height:2.25rem;top:52.9375rem;left:3.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT4yq48DUukrrGbctxm5v4HTxQaeZkCZ { width:2.25rem;height:2.25rem;top:52.875rem;left:7.1250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArNsJomWGiPbMAbmhEgO4DCP7g6uLOV4 { width:2.5625rem;height:2.5625rem;top:52.8125rem;left:10.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT6cIomb2qMTWwzClkgsJmRX7yzmemMV { width:3rem;height:3rem;top:52.5625rem;left:14.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS8HcGfq6f16xWiNh45CTZGvZ4fUqAAy { width:2.5rem;height:2.5rem;top:56.4375rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyVwK95pI9L61oDTIZWvR3n4AUTvoLt1 { width:3.0625rem;height:3.0625rem;top:56.25rem;left:10.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #z18lyRlE5DlHXNU14g6llPzZZdhEWWns { width:2.5rem;height:2.5rem;top:56.625rem;left:14.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAdzpc1k1s4uZsGSo2qasRJXx6kHsAQS { width:3.0625rem;height:3.0625rem;top:56.156251907349rem;left:3.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flb2FTsCQqM0av4DywFzF0Hr9OCdMiei { width:3.125rem;height:3.125rem;top:59.811791419983rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1UDHhmbC0DRrdfOLAE3D86CGNtEsoSd { width:3.0625rem;height:3.0625rem;top:23.4375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axT9IvpIVhdUTlQarKElIoPSg5tcqZJF { width:2.5rem;height:2.5rem;top:60.123580932618rem;left:10.593750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC6y38ef9hqXTPqTUPHHwcRIPyiInk9a { width:2.875rem;height:2.875rem;top:59.936081886291rem;left:6.8437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkQTAuiczCtI4e16iXigd0bHtRnKfAzN { width:2.9375rem;height:2.9375rem;top:63.5625038147rem;left:3.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihtK1EgsxQqrlJH2ta8tLbvlJ9n2QC95 { width:2.75rem;height:2.75rem;top:59.998581886291rem;left:14.170455098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg10dxiU075WfmUBUiOmzVgDLbn8R841 { width:2.5rem;height:2.5rem;top:63.75rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt09WXLXaIHn0nw9kgJtmywktzm07KEm { width:2.5rem;height:2.5rem;top:63.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXl5TpceBlXyD5Pg9F6NPGAXraCTIqAQ { width:2.5rem;height:2.5rem;top:67.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSrCO5WohDMFGxCCEBTxV4R7MZSt9eD6 { width:2.5rem;height:2.5rem;top:67.5rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5GP2ATgUInwPkur6LnZReOsHfLUf4iz { width:2.5rem;height:2.5rem;top:63.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcuvbC4MmXStcfFoo0LNGr1IVQCUzBKK { width:2.5rem;height:2.5rem;top:67.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1shmFIS5SObgub573wu2aWiMhVhr8EF { width:2.5rem;height:2.5rem;top:67.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo0JPLRAyUWmWfLrfa4frsUZrq5ceT3T { width:2.5rem;height:2.5rem;top:74.875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGCmrL98Fy9stcXG0amfZods5scUUlyA { width:2.5rem;height:2.5rem;top:74.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hia7nUscuHgrisH7e5Z1xFv8iTMbFT9T { width:17.6875rem;height:77.9375rem;top:1.125rem;left:1.1576704978943rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 763px) { #hCnXdU2hL8zS9Uw9wZ3czEz4PvTzL0QC { width:1.25rem;height:1.25rem;top:0.5625rem;left:18.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #hctpqAhQyFGhEk0G898diHggOx5rJZew { width:3.375rem;height:3.375rem;top:59.686081886291rem;left:10.247159123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW5dWn3DnfecpfWGtCnVKGTVvAF9bwrm { width:3.375rem;height:3.375rem;top:59.686081886291rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCInMipwNSF0qMFOuP9ZUBIn2d8oiKpa { width:3.375rem;height:3.375rem;top:67.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D71Tce6Kqm7HQkTDm3keqW36ifOZFqg7 { width:3.375rem;height:3.375rem;top:74.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH7xW0FfpLFNzrIupOLvOi6sI0dJTLD2 { width:3.375rem;height:3.375rem;top:74.4375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfSdZ0cNOlTsnamODG4oqec7sgqVaT3V { width:3.375rem;height:3.375rem;top:52.375056266784rem;left:10.309659123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGSbIzb7fRJeLslrGXaPTecqLpDFqwpd { width:3.375rem;height:3.375rem;top:52.375011444092rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGcTTe8gLywp6zdyle73g7eti9yVu7FT { width:3.375rem;height:3.375rem;top:23.25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #av9hTZ76uTl0PLsmnxvF2BHC5gzyAwVg { width:3.375rem;height:3.375rem;top:67.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izpay7Pv26lM0H5IZLVdHGZqei0ORr1g { width:3.375rem;height:3.375rem;top:12.187505722046rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHTuvpNh4nuHBTMG64LcUOIaVVO0kKkM { width:3.375rem;height:3.375rem;top:34.062501907349rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQM2xJ0wLPin8Asw20z0o3Z0NE109bG2 { width:3.375rem;height:3.375rem;top:67.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8P2tv0bfTycLSmT11KdNXG2pRZ0UfXx { width:3.375rem;height:3.375rem;top:63.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQOlQD7n0222A0V9W8QRhBRbKTqozqpA { width:3.375rem;height:3.375rem;top:89.062513351438rem;left:8.3125001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmmBhbBvmAi5iznaA6BM4rWNewQTfEHX { width:3.375rem;height:3.375rem;top:59.625001907349rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGpsl9gDaLy6bK1wTGcRt4nPhdWWhAa5 { width:3.375rem;height:3.375rem;top:70.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6fHmxSAHzwpQRaaBy32hUCVxv4IVEAf { width:3.375rem;height:3.375rem;top:70.6875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq9H1T2o0v9E5zuIhUnv4TWxEEMuJyZg { width:3.375rem;height:3.375rem;top:67.0625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6xnH3Ozw8oOXJ84vwHXMyksgW390ovW { width:3.375rem;height:3.375rem;top:63.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4W0pcB41hyMM02cPNd9c07Ih6UN7U8G { width:3.375rem;height:3.375rem;top:70.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGfLVrHIXW9dMtKZ3qR7nXTwdPcUIdeP { width:3.375rem;height:3.375rem;top:59.686081886291rem;left:13.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8QTrpOUm01ecWeBK3Fd95rkxNCdqA28 { width:3.375rem;height:3.375rem;top:63.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXRr7HE3pcFdQB5mAi2NhTLHAEOh3UTr { width:3.375rem;height:3.375rem;top:63.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8zSrzRtCuyOPmCAXZHAd9LxvTTeUsCs { width:3.375rem;height:3.375rem;top:15.906255960464rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBqcAu6Xhvz9JpZPIaBBRWkTO0lsJbqo { width:3.375rem;height:3.375rem;top:56rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwhbQ06mFRWF3hDtieku7HFaisiRSex8 { width:3.375rem;height:3.375rem;top:48.75rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt4b698ExSbuhtVLVC4EAgL0SMVJDhza { width:3.375rem;height:3.375rem;top:45.125rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoutBdz4kwQqcVwyUwekSASCDcDWvPW8 { width:3.375rem;height:3.375rem;top:41.498580932618rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSLEkSAlipatySZdtQrTcTM9OJDCWzvB { width:3.375rem;height:3.375rem;top:37.8125rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQpNh2p1NvgyvQ19WbnTTPk6fo2M0RLk { width:3.375rem;height:3.375rem;top:37.8125rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJEKNaZCRWFJ0KlIqLnfUtiCB6AB6A3B { width:3.375rem;height:3.375rem;top:30.482238769531rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3UVhM2nExxJxbdrxhnWmnZO0MNNZ6w6 { width:3.375rem;height:3.375rem;top:26.875rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCDEHR0XUs44P94t8ztWT25cbULBIhsd { width:3.375rem;height:3.375rem;top:23.25rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz73sCfQl6eL0o36FSk45moaIWMEpci0 { width:3.375rem;height:3.375rem;top:19.5625rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN78Hu0Kr5JDrnvHkHeoXitHzhGHRVR1 { width:3.375rem;height:3.375rem;top:15.937534332276rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZSFT4UMT0inyrn17ceJv9oDZOkLPyBF { width:3.375rem;height:3.375rem;top:45.12503862381rem;left:10.184659123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbAGCDADHiV2aTRO0UsqgCEUWzA6rTkz { width:3.375rem;height:3.375rem;top:56rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHVibci1Uv7bF6C1gE8VZE2gDV1oMcLq { width:3.375rem;height:3.375rem;top:48.75rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebp96w5ePT2p5d0wwhGVGgk3fV7yQnMR { width:3.375rem;height:3.375rem;top:41.498580932618rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihpHuUQgsbZxpn3OvUP4OBJbMf4f8Kli { width:3.375rem;height:3.375rem;top:37.75rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8sPpPaXygDiTcSThEDezNwcpCizvrco { width:3.375rem;height:3.375rem;top:30.482238769531rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW4dazplMtFP1cgFxCnBOOteGgR4VVC7 { width:3.375rem;height:3.375rem;top:26.875rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #twcAi7SovFhCx4bPzvDnmV6TM7XfUfgm { width:3.375rem;height:3.375rem;top:23.25rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeqKrIdZCV96VFcJBJlQJRRTS6bdVOl8 { width:3.375rem;height:3.375rem;top:8.5625002384187rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnwoEvFEU7g1rBw0EkUi7OOz33kyRrbh { width:3.375rem;height:3.375rem;top:19.593750953674rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXIUCykeHxFHBWnEnIU7CrXspwoZBBFm { width:3.375rem;height:3.375rem;top:70.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6AaOXHCI4KdRuPlbX0G6DIxgMmBpSHa { width:3.375rem;height:3.375rem;top:12.25rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3E6lwX9Dh9OvgOVZTcwrMBQUroW5sw9 { width:3.375rem;height:3.375rem;top:56rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOrnkeVi7RcvRE2QtqvcdXIot4GNv5VD { width:3.375rem;height:3.375rem;top:48.75rem;left:2.951704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDXhlW88WqmgS79Cfedc0TvdqZi7gofa { width:3.375rem;height:3.375rem;top:41.498580932618rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrtEmiXhHKDdBq1LE9ey8cWnwQT8b19k { width:3.375rem;height:3.375rem;top:34.169738769531rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKhSGCOQ3V1toEsGRX2TGi4LBw9m5XTd { width:3.375rem;height:3.375rem;top:30.482238769531rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLiR9fxck1NqsgqqwlBT2ckS3KWw6QTa { width:3.375rem;height:3.375rem;top:26.875rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1ZTiq4l3Xvf5vgGAHlDNPUIiTb6KGU5 { width:3.375rem;height:3.375rem;top:23.25rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJvMpkEQToe3ZkxZnC7Jd9wTrW1GS27p { width:3.375rem;height:3.375rem;top:15.937500953674rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3eGfBoTfKKFI4M7DSaS9brH8fRbZhgX { width:3.375rem;height:3.375rem;top:12.25rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThQFmFutUpuNcf2A4mgJby81rugorKwq { width:3.375rem;height:3.375rem;top:8.625rem;left:13.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17TBHTJdHkMSmhBHaDtDtB6TaNpN9WB { width:3.375rem;height:3.375rem;top:8.6250009536744rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHsTTJQR1ENQ3T8ZGE43JbFJfD5TU8Ta { width:3.375rem;height:3.375rem;top:5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A78ZaTtcB2OOML9qP5tyM25kTZcyVRkx { width:3.375rem;height:3.375rem;top:52.375rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqGUcskbwDQ2umA3DcTTEo5rJfgnvTR7 { width:3.375rem;height:3.375rem;top:45.125rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD1TPQyrTVPTtNQeZqdMi3zIRkQfDu3x { width:3.375rem;height:3.375rem;top:41.5rem;left:2.9659091234207rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1lUseXp9nmZ3Jkl07h0ZwhR8OkWvGrd { width:3.375rem;height:3.375rem;top:34.169738769531rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHgUkzOI53lbEXGOkFz7wbH4XvoFe6PW { width:3.375rem;height:3.375rem;top:30.436782836914rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVsWkJAsHJuIw140bfuLPnffGfURLGWr { width:3.375rem;height:3.375rem;top:5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmxAOGadQt92DpsHFrSOhMwLaD6qNhTD { width:3.375rem;height:3.375rem;top:19.5625rem;left:13.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNfTcrqlLKQs8rJzcdrbZZ85BRnxvJqq { width:3.375rem;height:3.375rem;top:15.937500953674rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQfGWxruzQhalqpnPEP9F8oqoOxfu1hF { width:3.375rem;height:3.375rem;top:12.25rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI3y3U6mTPCRXdfBASKaTPJgFpcSe8FR { width:3.375rem;height:3.375rem;top:8.6250009536744rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2zIZnrGIedP3BDpRAldko3TMRvKrFwG { width:3.375rem;height:3.375rem;top:26.875rem;left:10.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtS3hAiRAev3tZFQGrPomDggzhkCSnzf { width:3.375rem;height:3.375rem;top:5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #krdZDt8y5E8Ulyg7a016UdKZTqVUHEsu { width:3.375rem;height:3.375rem;top:19.624301910401rem;left:10.309659123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSFMXrC5yyCgUvuWnrcFEmwwt2FrTDBC { width:3.375rem;height:3.375rem;top:37.812435626984rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOGr00QzfwZPkzxNrAEBbFKdyZrxfRnG { width:3.375rem;height:3.375rem;top:56rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5IbQhctxcciE2Tky4NHoGpofACUH4NL { width:3.375rem;height:3.375rem;top:52.375rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLyHh5nKOIA4smEQPZvfRziaaib1oPZZ { width:3.375rem;height:3.375rem;top:45.125rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niq92lJmRcPut2lRvxDzFio4kikd0yaW { width:3.375rem;height:3.375rem;top:48.75rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaRz1uKLb4uJm6cIT7iuvG5xpXkmEbqR { width:3.3125rem;height:3.3125rem;top:19.53125rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS3x4fv5fH92JWtZ46k8eZOCRtm5tWhu { width:2.875rem;height:0.9375rem;top:71.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfwXQqw6aVJeK2oo4AL6lJ0EtV7a4XTD { width:2.875rem;height:0.9375rem;top:71.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPs2tKEwJHIrcburDBU5HE6sfATphoE2 { width:2.875rem;height:0.9375rem;top:71.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFz2sZD5F2ukfH2TeuPDewNqaS8h5nrb { width:2.875rem;height:0.9375rem;top:71.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7aMx4uvDkCW2X2R3Nn90aflFuiBJ3CC { width:3.375rem;height:3.375rem;top:34.1875rem;left:10.218750119209rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Cu16pCn5rzCOv6fm2GzqrydfeL4nflpp { width:3.25rem;height:3.25rem;top:37.8125rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGMunKmGqpShK4a8SQ7w29LadHw0LCDC { width:3rem;height:3rem;top:37.9375rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx { display:block; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS8cADxXDXbtLAUPBH3E31LLV4Fv9xJ3 { width:14.0625rem;height:2.6rem;top:1.75rem;left:2.9687501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #weHbcbc4JVU9kVHiLuARwqaA9ibO22dM { display:flex;width:0.875rem;height:0.875rem;top:0.75rem;left:18.312500119209rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #U7G8XTMkWu7qL31iyZTVScPk2XrfINDg { width:1.3125rem;height:1.375rem;top:0.5rem;left:18.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttn0l1slw4GVTZB3mM9r01OFtLPcPiRp { width:3.4375rem;height:3.375rem;top:5rem;left:13.764205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAST6zsGfOF7tgAu6TX6TLJxTpBwdHGn { width:3rem;height:3rem;top:5.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNc4SHfX9fUL0zA8eXp9WSIduhNo6wH { width:2.8125rem;height:2.8125rem;top:5.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUJwX9tXPg8m3P23yEfBBlgM1OtoH66N { width:2.6875rem;height:2.6875rem;top:5.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GidTSmZg2KDZrVQrXoLGNZ4h905oJ0cr { width:2.9375rem;height:2.9375rem;top:5.1875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfziBTdRbQZJRK660MN2vd99cnDdloVH { width:2.5rem;height:2.5rem;top:9.0312509536744rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8KeZf9Q2J4yap2rqUJaT8t8s1vDENXw { width:2.875rem;height:2.875rem;top:8.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XARy5aL9Zo9dVHEAPO9rpQuXsK5RWFtv { width:3rem;height:3rem;top:8.8125009536744rem;left:14.014205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ua1dTGwacztAHNIRyHT31TxarJengh { width:2.5rem;height:2.5rem;top:12.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnTIPgDzbzmUmew13XUSPGWPcmTbtUpK { width:2.5rem;height:2.5rem;top:12.625rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5y7i7EaT1dSe4Kl6yq5A8S3k202Nrbz { width:3rem;height:3rem;top:8.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBV5VQpwM16DPArJlaNMJT4rW3XAvwbw { width:3.25rem;height:3.25rem;top:19.562500953674rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwimXu28FwrKTUA20xMQUoJ0tvesknum { width:3.3125rem;height:3.3125rem;top:19.607954978943rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXXvZCLMgRUHgck2PDEKoMkko3MRga4a { width:3.1875rem;height:3.1875rem;top:19.562500953674rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6VmMVykSSbFB0rRBk3TaCOr4XX1F3os { width:2.9375rem;height:2.9375rem;top:23.482954740524rem;left:10.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKk2TM82tP8Gvbg84yJit6NFoFypqQh9 { width:3.3125rem;height:3.3125rem;top:12.218778133392rem;left:10.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxPzkhXTMfbqeslmoy54wRNdTh953X8y { width:3.125rem;height:3.125rem;top:26.9375rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eewTMXaeRXoz3yFGpZ7cgkgTsme3PK9y { width:2.5rem;height:2.5rem;top:27.25rem;left:7.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0WvwgrRONpUrUakkJRa3MDQJ1eOFTPJ { width:3.1875rem;height:3.1875rem;top:27rem;left:10.375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TovLArmEeIQcCPFKCd7SORqOLNRybzwl { width:3.1875rem;height:3.1875rem;top:26.9375rem;left:14.000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4q07Q35CwFawKGaoxNZEVot5B0a59yV { width:2.875rem;height:2.875rem;top:12.5rem;left:14.000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqlQTDeVKw2KbThFFXx7mlTUcACRE2oO { width:3rem;height:3rem;top:30.5625rem;left:3.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0UFX2i5k1EfFP2MJXEBESpng4AnXTDX { width:3.1875rem;height:3.1875rem;top:30.596588134766rem;left:6.6590911149981rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvxtaKyB0xR54Mp4qHVQTWE8WuqUkx1 { width:2.625rem;height:2.625rem;top:30.971588134766rem;left:10.409091114998rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNNAAOw4VTiBEpKtOThd3B5mWPSTEsai { width:3.0625rem;height:3.0625rem;top:30.6875rem;left:14.034091114998rem;display:block; }
 }@media only screen and (max-width: 763px) { #pah6pFfGX7VxV7RZSuG1gLOkOqgkXHUa { width:2.5rem;height:2.5rem;top:16.500000953674rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfsV5Gaf2OtHgKu2LQRNwayEQODFLb6r { width:3.25rem;height:3.25rem;top:34.1875rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3veHP0ThhqXMN0ZGGOKhmOn4OuLh0fa { width:3rem;height:3rem;top:34.3125rem;left:6.7500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXfHASrt5iLEu0hcbGeCSS7VeAdEeZRr { width:3rem;height:3rem;top:34.4375rem;left:10.375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP1qKUWrAlcnZiQMo99xIpDKSZR1urSE { width:3.25rem;height:3.25rem;top:34.3125rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfmTBisUNttpvA4yMoVV4tTO6pguauUo { width:3.3125rem;height:3.3125rem;top:16rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO5uoLnkdZBQfXU7HSu8cxo8aBF45FBH { width:3.25rem;height:3.25rem;top:37.9375rem;left:10.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZzLi3KaeW56c6uAQHOHy968TehmmkKV { width:3.0625rem;height:3.0625rem;top:16.0625rem;left:14.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeaN5mnwfJpf7q6gN8w3l4XJRJfuF9Q8 { width:3.125rem;height:3.125rem;top:16.0625rem;left:10.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF0v80TFCQ4gobCoZJ2XfEzu05rXkR7v { width:2.5rem;height:2.5rem;top:41.9375rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLen9HlTU5NT4OqL6D5bolhdGOGzLVxr { width:2.875rem;height:2.875rem;top:41.75rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZZrCDn1ktv8EbmoeQszIJKs64S3fexz { width:2.9375rem;height:2.9375rem;top:38rem;left:14.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #doWF1LUUveUs1r0l5A89uABCiy2CMxpn { width:2.5rem;height:2.5rem;top:41.9375rem;left:14.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBJbg5SdRvNqE7v6mRaAbecPWSExO1yS { width:2.5rem;height:2.5rem;top:41.9375rem;left:10.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sniz80MCHW6KFbtR2uXSRn7d9kcOV65I { width:2.5rem;height:2.5rem;top:45.5625rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElATz1FfMNWvgC1RUR5ffuZ7CTfT4X8o { width:2.5rem;height:2.5rem;top:45.5625rem;left:7.1250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRHPBVoDgb4WK9kRh90olGXhwQBbNMra { width:2.5rem;height:2.5rem;top:45.5625rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFrqR3Hwga8Z4rl7NTWpVXLbTtD7kvgb { width:1.875rem;height:1.875rem;top:45.875rem;left:14.500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuzn0MfzzHlCdUlnAbSV2XJAhF3xb6Zk { width:2.4375rem;height:2.4375rem;top:23.71875rem;left:3.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwOhNbxZb5i9UbbdKACen4BIXw8lZBWV { width:2.5rem;height:2.5rem;top:49.1875rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAkVMridAeWImqAgcygXo84fEvnxPVyF { width:2.5rem;height:2.5rem;top:49.1875rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccJZT78rO4ZBJkV6ZFr7GsAbuQ3kq5TC { width:2.5rem;height:2.5rem;top:49.1875rem;left:10.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNHkHkWM8oedv13V88HVqxApT9zuU6in { width:2.5rem;height:2.5rem;top:49.1875rem;left:14.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJSzNeTH9EPLgpGhlIrDzpeAVv3nLcZT { width:2.875rem;height:2.875rem;top:23.5rem;left:6.8437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFABDXwbayMUwX1Jq9N3VtuTkwQpU7ba { width:2.25rem;height:2.25rem;top:52.9375rem;left:3.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffTq5Bq4Td5bTGGiSThFhI4sGZfoeQb1 { width:2.25rem;height:2.25rem;top:52.875rem;left:7.1250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6BM0m2xDeuPOzfgM8qOcyn9dpS5DyNQ { width:2.5625rem;height:2.5625rem;top:52.8125rem;left:10.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #d06ue3dJtk6ztgZrPnhycmIhgZT6PAUR { width:3rem;height:3rem;top:52.5625rem;left:14.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugbrWUTUgzbafI30SRtgg26Jdbq94UBb { width:2.5rem;height:2.5rem;top:56.4375rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHBkLQkKRsJkJXzFaIfxTAfCKhRAmU8D { width:3.0625rem;height:3.0625rem;top:56.25rem;left:10.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxQq5T5uktxOqyQutVyNwqReFhLuuCAJ { width:2.5rem;height:2.5rem;top:56.625rem;left:14.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI62tlHXbAfb4TeWsXX8LXMkfPBOPTcT { width:3.0625rem;height:3.0625rem;top:56.156251907349rem;left:3.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEFT3TFZCHEJuugW8e15Qfn95LuA7USN { width:3.125rem;height:3.125rem;top:59.874298095703rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7sy0ostU7wM6vwCsCzyoxn87DCzFVAV { width:3.0625rem;height:3.0625rem;top:23.4375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRLRbf0taTFEw3HOgyEEanQfzpOUreT2 { width:2.5rem;height:2.5rem;top:60.123580932618rem;left:10.593750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyTvV57Lopy272Mq0LJ9mnbmTlxThXnw { width:2.875rem;height:2.875rem;top:59.936081886291rem;left:6.8437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL7cVRQ2yno0CTJKGmcGClkAPlGUb6ZZ { width:2.9375rem;height:2.9375rem;top:63.5625038147rem;left:3.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvbgcJ46u7pyzEVruaPsQrIbKri7orho { width:2.75rem;height:2.75rem;top:59.998581886291rem;left:14.170455098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDp59Arv4rBIpkFtnsxdR0zMs2coXUq5 { width:2.5rem;height:2.5rem;top:63.75rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnnHEiOKI50htzTZsxlvETeI766phVbO { width:2.5rem;height:2.5rem;top:63.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUnA9ENlzuiIkSsTP8ONurMZtuXSmnrK { width:2.5rem;height:2.5rem;top:67.375rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWVXytc9pGQlwhylynSkkLalGIXvSmDN { width:2.5rem;height:2.5rem;top:67.375rem;left:14.375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqPRe111ktFO6zT82HGGZHHmDlqyp5mC { width:2.5rem;height:2.5rem;top:63.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC6GAC6OK5PdzHoThQ3TN5adeM2w9lHs { width:2.5rem;height:2.5rem;top:67.375rem;left:3.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVm344cBKZH02RnchwQqc9wqJosLXVbN { width:2.5rem;height:2.5rem;top:67.375rem;left:7.1250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW7WWVHRb2TP61JeSXzDt32imPgdbGLk { width:2.5rem;height:2.5rem;top:71.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxJgkFHbm4EV6lygbq4ulgTIo29IUEfk { width:2.5rem;height:2.5rem;top:71.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcvhUWvGDw03hDyDdQ2fOhxakspdDqtE { width:17.8125rem;height:73.875rem;top:1.125rem;left:1.1576704978943rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 763px) { #Ey8vCrEgqwoVLA1Azggn1NtPpcPMXimp { width:1.25rem;height:1.25rem;top:0.5625rem;left:18.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbgNpG2qNG0FX7oZL8t5E5Grqlc5ABPW { width:3.375rem;height:3.375rem;top:59.686081886291rem;left:10.247159123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXwPeC7xAvdzIBcwXy9GKteAipIUIBBw { width:3.375rem;height:3.375rem;top:66.9375rem;left:10.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBVVAEeJRxkd9uyXdk38uaKmg1c6eLRV { width:3.375rem;height:3.375rem;top:70.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJzy9BUZh1Q8oZt2wp7TTrlexpnlyOGo { width:3.375rem;height:3.375rem;top:70.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZZ9Bxrp9KgsXXiimlAvgQcuwnkkg9mQ { width:3.375rem;height:3.375rem;top:52.375056266784rem;left:10.309659123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #SukE78SGtESBX9LTeZ361BiUWvxLMblm { width:3.375rem;height:3.375rem;top:52.375011444092rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7sWUgkd11hqKoDUEF35TkS5vVdWVzpv { width:3.375rem;height:3.375rem;top:23.25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbCB3SluXnslwysbAaXeUtT9MABgTKQc { width:3.375rem;height:3.375rem;top:66.9375rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvbaSL90tq9OdhFOF2c6hKSQUoaV0KlT { width:3.375rem;height:3.375rem;top:12.187505722046rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaDCQmP3sUMs0bJ9E0FTonkzpuPlsolQ { width:3.375rem;height:3.375rem;top:34.062501907349rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iudld5RpN26Q7CxRU2mGh3GWV0ATnf3c { width:3.375rem;height:3.375rem;top:66.9375rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTRrt45VqF4trbd8EQgk89WeZI7BpZsX { width:3.375rem;height:3.375rem;top:59.6875rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiTNKdV0lRU5TfxGNeTmbrT4ETEickuy { width:3.375rem;height:3.375rem;top:48.750002861023rem;left:13.701705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoXbVL76CP5aqnGk9tOzbhsChGUnilKW { width:3.375rem;height:3.375rem;top:52.375033378601rem;left:13.701705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMztkr6FEineoNIu8TMUBLkRSeQ3BNJN { width:3.375rem;height:3.375rem;top:66.9375rem;left:13.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlWeh0AM5EGzGbyhM7xH4O8bWIAJMer4 { width:3.375rem;height:3.375rem;top:63.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKBxA3BUgTncGwaTCMoq8oCkJKJK6Q5A { width:3.375rem;height:3.375rem;top:56.000002861023rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWXTp3MpegtNSJ3KuT6MGIKThJcT55Fh { width:3.375rem;height:3.375rem;top:59.686081886291rem;left:13.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW3xHqmKG6T1SF0ae6WrBPBNDnwJoDCM { width:3.375rem;height:3.375rem;top:63.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8omaknqqOKGc8TwsCG1ERyX6pqdiT7l { width:3.375rem;height:3.375rem;top:63.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmfvs8kVb4I1RGpp0f2bANfKVD9Rdhq7 { width:3.375rem;height:3.375rem;top:15.906255960464rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #hulHkXzTLW6iC4cKKAM8JhVxTVUlxZQs { width:3.375rem;height:3.375rem;top:56rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #zruXNGFHtMCDM09KoPl1zU95o6lmV2OT { width:3.375rem;height:3.375rem;top:48.75rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnENHT4As3PmhvHUv6uK7Zsm0ZSTi4wm { width:3.375rem;height:3.375rem;top:45.125rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF1NF5kJ8FPkqiafD79f18TSlmUOxxpX { width:3.375rem;height:3.375rem;top:41.498580932618rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvmAbNrZBCUTDaisuoWQxA3IxwGKv4E { width:3.375rem;height:3.375rem;top:37.8125rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMd1L12Tk74F1PTKtszCiqTODRyHPics { width:3.375rem;height:3.375rem;top:37.8125rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMlxUpooEFLTthaNk0e6c02qx9BEsx3G { width:3.375rem;height:3.375rem;top:30.482238769531rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHw1BM03PETKtHeKJ1FqOwCf9sezsU5w { width:3.375rem;height:3.375rem;top:26.875rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0DnlCpK6Z0cT26XcTaOx210sg4D4MfU { width:3.375rem;height:3.375rem;top:23.25rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzsIad7nOXsqedPXb6O9iWnUTp9BExWi { width:3.375rem;height:3.375rem;top:19.5625rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdab5k8wQgUMrcJniOGd7sZUOrXFuOMJ { width:3.375rem;height:3.375rem;top:15.937534332276rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImQqag468OTIDtZI3Z2LA2UDf7yhuk0s { width:3.375rem;height:3.375rem;top:45.12503862381rem;left:10.184659123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4M7zcugTNDeHKT8S8BeS0GSsVBSXkMB { width:3.375rem;height:3.375rem;top:56rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzKsyJfFLqq83bdroNUVyIGcw1MdkET7 { width:3.375rem;height:3.375rem;top:48.75rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhOCuhoPTNRrgrTwchAGtrc3sUP7VTic { width:3.375rem;height:3.375rem;top:41.498580932618rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8smwkpbHV9wKhxKk8aRVuIhBeI93c4i { width:3.375rem;height:3.375rem;top:37.75rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg8FaOl0WmgEogqUhw8DnxprovM4NxpO { width:3.375rem;height:3.375rem;top:30.482238769531rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxIX0zMVO5ioVcZ4g6UvXyziXfwuP1Jy { width:3.375rem;height:3.375rem;top:26.875rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG6MZxTQ02b0FmKqRRZCC2perREcuUuT { width:3.375rem;height:3.375rem;top:23.25rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQImILXePxrzrh2HZPcnsTtTPVc7SG04 { width:3.375rem;height:3.375rem;top:8.5625002384187rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #VThS3hSPh0q5Jo8SZ67bFP3DTPHCU4Kz { width:3.375rem;height:3.375rem;top:19.593750953674rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiBMTsiJfcahFXIRFpIZCmP3p1h8bhch { width:3.375rem;height:3.375rem;top:59.686792373657rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5p1N4ZwcdK4zqUckozkdmJ9TUS975rx { width:3.375rem;height:3.375rem;top:12.25rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZi9bMDDbMJThIvDQh7EKl9lJb3aRcwf { width:3.375rem;height:3.375rem;top:56rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpa3CucP1uemNPqagvK08TgnQzHheleV { width:3.375rem;height:3.375rem;top:48.75rem;left:2.951704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5oRTcqdCbJGRFwKFIS6TbzgJ8IL3Fnr { width:3.375rem;height:3.375rem;top:41.498580932618rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq6hsvNi2kGcgQZQbbD1lSEiOfJ01Tgg { width:3.375rem;height:3.375rem;top:34.169738769531rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbirXKtgvvUZC1JxRByHSmW8l8bgGW52 { width:3.375rem;height:3.375rem;top:30.482238769531rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqFMZoCfLCSTFXlcXDqytevxQaP7GKPI { width:3.375rem;height:3.375rem;top:26.875rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4rEIcN3aFzW0OcJkEDlWUMtP0cL0cMN { width:3.375rem;height:3.375rem;top:23.25rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #moCIiX1iL9e28vIwTxLs0qm1bGX3ECNB { width:3.375rem;height:3.375rem;top:15.937500953674rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIJIG4GVpubv22OvOGplAoo2fHDDwdH2 { width:3.375rem;height:3.375rem;top:12.25rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiaiSxO6L18T1nJkIu8FuqZw01swBJaU { width:3.375rem;height:3.375rem;top:8.625rem;left:13.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #i11cbxIIyfCF09o9oD2TAhwPLJQQkByX { width:3.375rem;height:3.375rem;top:8.6250009536744rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCeS5ICrrhJ1nK8RM1xx5aIlSTOyn4KK { width:3.375rem;height:3.375rem;top:5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaHqWG666U2yh0nRdX7GZBXOyUXa6ek9 { width:3.375rem;height:3.375rem;top:52.375rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #va6V8eKZJeBR2gLctunTrbevLr3wNekF { width:3.375rem;height:3.375rem;top:45.125rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHaRp5p9WHJPDBgTxOFkDA2Lf2Wqlyih { width:3.375rem;height:3.375rem;top:41.5rem;left:2.9659091234207rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA1p5S38mlL1trzc5DEwEryo8rLUKxP9 { width:3.375rem;height:3.375rem;top:34.169738769531rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #usIZfGQwWaleFQtGVMeQp2yJMfKtaVig { width:3.375rem;height:3.375rem;top:30.436782836914rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKDRiX7NwzEBKbxs4Vlzel5DTcRqq30Z { width:3.375rem;height:3.375rem;top:5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei6cMZAJirP0STl35ydKJgJTPBVRwUv1 { width:3.375rem;height:3.375rem;top:19.5625rem;left:13.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTfMZcLa2kRhmZeHFW5fz9VieTFqX6PV { width:3.375rem;height:3.375rem;top:15.937500953674rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJTQVakTp9czPKeZ7NZuG42VRz12wouU { width:3.375rem;height:3.375rem;top:12.25rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzqSmlnwPFcKmpHG6iwepq2o5s7g1e44 { width:3.375rem;height:3.375rem;top:8.6250009536744rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAyOaKQ6bDDn7TAiV2lHwEIe7MD462ZF { width:3.375rem;height:3.375rem;top:26.875rem;left:10.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Lsy6P1DXTinT6JmIg6Jn2NExv8WBN1 { width:3.375rem;height:3.375rem;top:5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8hbspObh4aGogBIwrT7vE43x0gTzshM { width:3.375rem;height:3.375rem;top:19.624301910401rem;left:10.309659123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxFmZvkLrPgZmEMQJ65VCeD8mLez115G { width:3.375rem;height:3.375rem;top:37.812435626984rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfqvVfqtWZOC6kp06hcyR02LGSob896g { width:3.3125rem;height:3.3125rem;top:19.53125rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf6XHnsR28cfwZ8q4eRiVKMR3v0OivFa { width:3.375rem;height:3.375rem;top:34.1875rem;left:10.218750119209rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #PfskIBXePcAe7Z3IwgUNx2zrepFWS8tE { width:3.25rem;height:3.25rem;top:37.8125rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq47NE1rEG0MTBmy5D7hMDl6Z3ePhtLR { width:3rem;height:3rem;top:37.9375rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #prIvPx1XsBG4P1LMOo5THAEiFsGxeO3o { width:3.375rem;height:3.375rem;top:63.312500953675rem;left:2.9687501192093rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #avWTW3JeWoTTOFU1wnsN3VTaEs2b2Xql { width:3.375rem;height:3.375rem;top:45.186792373657rem;left:6.6250001192094rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ACNkvmiP10nriOhSIzQFTFOf07n8bcGJ { width:3.375rem;height:3.375rem;top:9.0625rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTurHKWcNPQ02lQLTy4fCkdGOpoomOPO { width:3.375rem;height:3.375rem;top:12.6875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9T6VpzQKsmgyzBo8F1VdK4z36201TbD { width:3.375rem;height:3.375rem;top:12.6875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMd99xfkPNyeDyQm6OdiCAxt8sqgVUGh { width:3.375rem;height:3.375rem;top:34.062501907349rem;left:2.9687501192093rem;display:none; }
 }