.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:208,214,254;--color-primary-1:115,131,252;--color-primary-2:22,49,250;--color-primary-3:0,112,225;--color-primary-4:0,62,164;--color-secondary-0:255,238,204;--color-secondary-1:255,204,102;--color-secondary-2:255,170,0;--color-secondary-3:255,165,0;--color-secondary-4:51,34,0;--color-tertiary-0:253,254,255;--color-tertiary-1:255,255,255;--color-tertiary-2:251,248,248;--color-tertiary-3:151,149,149;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#192434;background-image:url("https://images.assets-landingi.com/uc/cb219de8-e49c-48bd-908c-02b3ebed08ac/maxikombiDESKTOPAPLALP.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;overflow:visible;position:relative;display:block; }#RG5yGe8tgHyvsVxZ0rD8PdEXcuQuGcLp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#lRxI2TVB2vZlIhI8ZQTomuEGRRuTdWNz { color:rgba(var(--color-tertiary-2),1);display:block;width:36.25rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.4375rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TXTUCbmNr1qRA1UuU5NarFutR3mkLbxU { color:rgba(var(--color-tertiary-1),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:32.25rem;left:0rem;height:4.0486125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pbPncaH9LVE1Go572E9aB2S5gPgyHL21 { position:absolute;display:block;z-index:15007;height:3.1875rem;width:3rem;top:39.40625rem;left:30.84375rem;display:block; }
#eMl5h2UvHgdRg5lPXSKTtrnwLetxth8a { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:39.25rem;left:0rem;display:block; }
#zWeIPaDCKLOms3aqzShBGFz9D3qwVgbi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QQgdHCwoXg8ZqakhmBSRIBU2gio7OvCH { background-color:rgba(var(--color-secondary-3),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:39.25rem;left:15.375rem;display:block; }
#KWhwtLntBtFwIr7KiiHfQFR3TKp1MFEo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#upAg8TstybVoAFxspPf6xxXRrCPaztt9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:36.25rem;top:18.25rem;left:0rem;overflow:hidden;display:block; }
#Q5bbJWT0IPTNtdrwOSwE63RzTORIeNNS { color:rgba(var(--color-tertiary-1),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:33.125rem;left:0rem;height:4.04980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WUuzDsQA4TTF7993E5diXLWCTky68gKM { color:rgba(var(--color-tertiary-2),1);display:block;width:36.25rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:27.375rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#FTaUx3x9Tb3Na6A9QznHbesJqm23DCkZ { 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:12.75rem;top:3.25rem;left:0rem;overflow:hidden;display:none; }
#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { background-color: transparent; background-image: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container > .video-iframe-container { display: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { display: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .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); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { border-width: 0; border-radius: 0; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#AbaMWeMffJoF8ISBo2lwnv6toO1GDDNn { color:rgba(var(--color-tertiary-0),0.84);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.86328125rem;left:37.9375rem;height:22.9479375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TOuFBTvXwqlzB3JX7R7qH6TJLwwToy9l { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.5625rem;left:37.9375rem;display:block; }
#mmKch7cIn3UTMwxJbFHTTGlUKFP4nAcq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JemcRuTLzpt0tM6Tdgsp8ZShJIWr5rKo { background-color:rgba(var(--color-secondary-3),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.5625rem;left:53.375rem;display:block; }
#GC5ZusISVk9dixKw1wDybqxypXI3rKp1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZ0qsgSpw6NvUpozxF2h67ipyblS6Xg6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.1875rem;width:23.6875rem;top:1.8125rem;left:7.40625rem;overflow:hidden;display:block; }
#TvVPAoNBNtd3gTWnc88bDhcy6GJ6zIOT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:3.375rem;top:3.25rem;left:0rem;overflow:hidden;display:none; }
#nd4TWNaT17fL8IZqLoSNbGKeVlhPDgyO { color:rgba(var(--color-tertiary-2),1);display:block;width:24.8125rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6875rem;left:37.9375rem;height:2.11198125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR > .row .container { border-width: 0; border-radius: 0; }#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:none; }#Fa26tFhg0vwgDllHntJvpCsS02C9WIQ4 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.5625rem;left:37.9375rem;display:block; }
#Wq7qA2qPVh7OrXboXNfIBtNfz2fhJn3m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K61UE2KTTqOIn20bpmFNTy1xd4eJoqJl { background-color:rgba(var(--color-secondary-3),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.5625rem;left:53.375rem;display:block; }
#SxHa7eZCVInnaSZJuduHQgEfyDzSC2x6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yg1uTRWFoxtqcKN4BQmQaBrMXym9NWBy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.1875rem;width:23.8125rem;top:1.8125rem;left:7.40625rem;overflow:hidden;display:block; }
#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { border-width: 0; border-radius: 0; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;position:relative;display:none; }#zPUbbep7f17Leg6RPxxgKqI2NRugU2vM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88.1875rem;width:18.75rem;display:none; }
#ryNRzgV4FehAND1rP2LlsOOKwrQaPZTT { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:20.34375rem;left:0rem;display:none; }
#mz2KACdh4Bn9hMJSaZ275dP1OyLtmnks { position:absolute;display:block;z-index:14996;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:196.9375rem;width:5rem;top:15.65625rem;left:6.65625rem;display:none; }
#apZT739xm0TxNng4ByxAffDSFF4wQqn2 { position:absolute;display:block;z-index:14997;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:197.75rem;width:5rem;top:15.65625rem;left:21.03125rem;display:none; }
#zKpWgirmkME9Q5dACrX2RvDMFMTC7sJe { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:199.0625rem;width:5rem;top:15.96875rem;left:35rem;display:none; }
#nfSh5ckeVuQbMNGXFTmtCbBrWEekgfnX { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200.1875rem;width:5rem;top:15.65625rem;left:49.59375rem;display:none; }
#bmtkNs1vWFHr1rTDV0BeRQ4XslsCv3dt { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200.0625rem;width:5rem;top:15.65625rem;left:64.09375rem;display:none; }
#nBtmkQJ05zGFoKk6vMhWnAHLT4X4zI87 { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:33.15625rem;left:0rem;display:none; }
#Tvh1ImR7mCtk88JixDpXFwQTf33stTcQ { position:absolute;display:block;z-index:15000;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:25.3125rem;left:0rem;display:none; }
#M48TpaHkVErTxP7OrocKBQNPfCiCrRFV { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:2.0625rem;top:179.21875rem;left:0rem;display:none; }
#B6Bc3SPkNTQbdpERlV0ywCCBCpHWwnc8 { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:45.96875rem;left:0rem;display:none; }
#haHVW5ZNehmqLtTzL5sykKHHQNxh0k13 { position:absolute;display:block;z-index:15001;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:38.15625rem;left:0rem;display:none; }
#S9k8h3mQaTrfU3Muyi9x3FLqcsMv0Ilk { position:absolute;display:block;z-index:15002;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:50.96875rem;left:0rem;display:none; }
#HPcL44lePaX69GyoEDfpR4wrc6F1Toza { position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:58.78125rem;left:0rem;display:none; }
#aTTerPbB86eTzsA57mXSmIAVeNoAVRln { position:absolute;display:block;z-index:15003;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:63.78125rem;left:0rem;display:none; }
#DRJ5wmxd4rtPTzUICA9GdlTeZkUsHby2 { position:absolute;display:block;z-index:15003;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:71.59375rem;left:0rem;display:none; }
#EBvs0CpmP5QZlHrdPmHE1gexngbWtXwu { position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:84.40625rem;left:0rem;display:none; }
#GmAuPXwGrReCuCKDBTqFRnmiKJtvnZOM { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:97.21875rem;left:0rem;display:none; }
#AZnIkpkTCpBIlMyJ7BhUWRIPMAPGWAZo { position:absolute;display:block;z-index:15006;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:110.03125rem;left:0rem;display:none; }
#ThPMIvKlcatNeM4zpAoCVURKx21B5fWZ { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:122.84375rem;left:0rem;display:none; }
#ld567APL9IwPUb4d4NpO8BURxskqGTG5 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#DKJR2457iu9pEQTqepyN5gdxpzaulvvT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.375rem;top:45.96875rem;left:6.875rem;overflow:hidden;display:none; }
#ntqv7F5JeMCd5OhMKleXeSSltKeXq4DL { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:58.8125rem;left:64.1875rem;overflow:hidden;display:none; }
#TQys6v4AQe4F6X8DuepFhtkPI4xAm0d9 { position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:148.46875rem;left:0rem;display:none; }
#aEhqDE7Pa5ltPGRVIVLxdysbgofo8VQL { position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:161.40625rem;left:0rem;display:none; }
#Z0UCbq3dgTtRiThXXRfu2WcTp0fMgMGa { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:174.21875rem;left:0rem;display:none; }
#PM6Xl3fBmN9FFt8nkrQ7ea2Vzo2O17sH { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#gU3k9DqOKJqXU2Uwcmi0dQ2TTxReTh6U { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#JX2pcgaIWPToBreEN4TgbAdyrt7wg7Ld { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#neqtHolBsicmBrWFR5UGSO2KF3kf8cZO { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#VzqSedhgrioTAZm5GVLsqlmMekCEle4N { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#RbgBlVEG0WAXUaiN6rRaepWD5TRxrd4e { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#v4pqB2DIk5x1gLySkiat2nJtEfraRb4i { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#h19uWLR3NL7TVXcmB3EBQQOaOtZQt8yf { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#iHlxaenlTWUAhg5kqMS6tBE0Wyhgpe1u { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#iNqNMq9PZ0csV5Llnqo5OX0s2dx67QuV { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#kXMh4rBCngz72e4xSrzedh8TqxBSspHW { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.71731567382rem;left:0rem;display:none; }
#v0VBEEI0P2iBllEy6EznheJL0iHZXWVe { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#lXErxhzQSUxGS2c1TEoT0oDGSKiU7bIB { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#TaDmeAtKI63iCntWH8AdIAgOQN5wGUfn { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#clJTVnAH0bAD7QpPdou1aOpsCqrzkh6J { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#xzAfyAw5Hr88N64ktfizbksaJhuRAvaS { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#lihZ1paTWNRNOFrckobHZSv7EH1bI1Dh { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#vRZyC5Kpn8ZwE1trpTx67frpDrdzDbQt { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:187.03125rem;left:0rem;display:none; }
#glfhhTITTEQ72q9KxChtJTnE1Gonamrv { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:2.0625rem;top:204.84375rem;left:0rem;display:none; }
#dkl2zDtpodv4fLMQs4fxSMXgH4RG21i5 { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:199.84375rem;left:0rem;display:none; }
#USZIT659mfT03zGfEMss6QyunHiKTuZP { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:212.65625rem;left:0rem;display:none; }
#dTl8CuuLqPcV9b91sIoMBk1wnqMw0CWT { position:absolute;display:block;z-index:15004;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:76.59375rem;left:0rem;display:none; }
#WXQQnHQhkchHtZP6CfbN2Tx0z3Bom4sD { position:absolute;display:block;z-index:15005;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:89.40625rem;left:0rem;display:none; }
#As155WmTG9nI81vN4XGMPL7A2XmsBIDX { position:absolute;display:block;z-index:15006;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:102.21875rem;left:0rem;display:none; }
#c75NlDBybpRXuE1KJVFv2sDnvIn2kf53 { position:absolute;display:block;z-index:15007;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:115.03125rem;left:0rem;display:none; }
#AezqaX5Bz2JXidTnZlapgnMGv4s9AWJu { position:absolute;display:block;z-index:15008;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:127.84375rem;left:0rem;display:none; }
#mBVhTh9er7ndtwmqaxbVTREibZLlA4Zu { position:absolute;display:block;z-index:15009;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:140.65625rem;left:0rem;display:none; }
#R1PqA7sVPqAgnoLxVes5MQT4b24g7mEG { position:absolute;display:block;z-index:15010;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:153.46875rem;left:0rem;display:none; }
#hg2qrfuZFK7eTxsJAJkTcqUMMIJeGw1J { position:absolute;display:block;z-index:15011;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:166.40625rem;left:0rem;display:none; }
#OtG22AU1yH1w8I9qQZcSvFArfHTetiUr { position:absolute;display:block;z-index:15012;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:179.21875rem;left:0rem;display:none; }
#afaJWwP8aTBBSaouiR5TGlUfTsVCP1H5 { position:absolute;display:block;z-index:15013;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:192.03125rem;left:0rem;display:none; }
#T8wFWug8EwCceHFiZybXc4XsqH9F6d9I { position:absolute;display:block;z-index:15014;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:204.84375rem;left:0rem;display:none; }
#thDFubQx6wmznFsGCi832S6lH2JMbLa5 { position:absolute;display:block;z-index:15015;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:217.65625rem;left:0rem;display:none; }
#On7BLLwCyyAO3xqFtA3veqToMwQH2Euz { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:52.53125rem;left:19.1875rem;height:3.900925rem;text-align:center;text-align-last:center;display:none; }
#wQxo7Jpwe69d5d2O1smAM0aEWoo96awu { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#FEdGmctNev7PdydkTTd0KRnPd7sUXpah { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#gApfoBdi81E0518qoKfFxGZlNiiXwaNa { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#uhMuQKlbumylpw8EeniFUNCJMAT0LhLz { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#H3kEkIXJ5NdXV3FL2SgOHGBRC3fHagZ9 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#WTeZOXqnTTXUR6ehrDi0yJDvK2wQLkWV { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#cXhgwuVxy8dJkv5DbbaeH06ZBPy06fhd { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#AKyEk6mNus6v959KMJtny1t5e9B7zR7z { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:84.46875rem;left:49.65625rem;overflow:hidden;display:none; }
#A1O79GKQeH6ZTA6ISLuOE3Prs45WOXrF { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:84.46875rem;left:49.65625rem;overflow:hidden;display:none; }
#yOTnQeMKO4Ng34uwO03KNPJKgnfiZtuf { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:109.96875rem;left:49.46875rem;overflow:hidden;display:none; }
#mN4WXzXxEeKcwMAyPOIJF1iITz51wMpS { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:109.96875rem;left:49.46875rem;overflow:hidden;display:none; }
#ekvov0croctB5nqmTt6AaBmGyTpDoiUk { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#pZ72GzMugT0lKE1VRUDNKDyvEowqBzZ9 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#VbFGo23sQoBsGQKsVwmTTtcQ08w7xhyB { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#PiImFOWb5cLgv1upEgBbdDbapGO1te28 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#y2QmAG9scyUnH8sXod6wEJpNx9Iapinl { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#Un0Ti4b64gM18oPBqDy5eOKT13D8wzIJ { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06214375rem;width:5.06214375rem;top:148.39665603637rem;left:34.968036651611rem;overflow:hidden;display:none; }
#VliMl5SzdTZV7QTPto3LMlHTh3AeO43U { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06214375rem;width:5.06214375rem;top:148.39665603637rem;left:34.968036651611rem;overflow:hidden;display:none; }
#BBeE1e8hOpCJlSkWCo4OAd014ktPw9hH { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:161.44814545483rem;left:21.10315949292rem;overflow:hidden;display:none; }
#eFsk7w9TtCGy7FMvMT9kLSQcOFDCm1AK { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:161.44814545483rem;left:21.10315949292rem;overflow:hidden;display:none; }
#Foe7AJrRhX1Tmke3xbsxfEZ5RcO3wdHJ { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:187.03124237061rem;left:34.936965942382rem;overflow:hidden;display:none; }
#HFAo53xbcOl0zPheblu7nguzXX9fXIJ2 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:187.03124237061rem;left:34.936965942382rem;overflow:hidden;display:none; }
#TabphnShGdpgSdzDHMTry159Ary0eLiW { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:2rem;top:198.91015515027rem;left:51.057832653426rem;overflow:hidden;display:none; }
#XJyXbfMldbJTPp3ZV88BhzmgBrhyFFzW { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:2rem;top:198.91015515027rem;left:51.057832653426rem;overflow:hidden;display:none; }
#cZ13A30sgWsybL9Iq08BIiqm1h12fRzv { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:129.03125rem;left:18.71875rem;height:3.8997375rem;text-align:center;text-align-last:center;display:none; }
#ZGiTpOalW5uypcxyw5716zRbDZuJvHhZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:13.5rem;top:36.362197875976rem;left:89.923610687256rem;overflow:hidden;display:none; }
#fXvGS95cbeXFZySlTU7J273d9zcTda8Q { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#HtI1ASUwIue1nyJG5lKnF7x1Vw8ikixP { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:47.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#Zw3Lta06dQP5XBnregfTc03mbRTwPN5C { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:77.75rem;left:18.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#uHbuVJPHO3a7hJ4tgoUlrl4pHpDCWTTz { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:77.75rem;left:4.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#oL6dzfESJ8ZvwNbMaEOQITrqM6fnNLeK { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:77.875rem;left:32.875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#ScP16UISHn1est8FqL05IfBiXLiaFHMs { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#PccTueg6ZmFeT67oVVpoW5smmMvOck3X { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#s21t51CxozqNJ10L2Uvq0Z9RAfBev50o { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0.03125rem;height:3.3823528125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iKCbLEnG7G6VCbqSIhzImc9ksJvkql55 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;top:12.40625rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#T9wQA8rivgF2WqLBiBgTy5nu27nV8HGT { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:12.34375rem;left:39.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#WZ1aHBc4n6Ercn9cco8pRByGJFw28K41 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:29.0625rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#kNCS0JXZynxMzqcJmZcxGJucB6UlBiAy { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:29.125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#LAHZweZVsO6N85FZN5TwBWtHamETuhht { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ZGTulC0S613ifnI1p2PJgloar6c2BVLF { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:32.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#PIH0VP2PG99xCkuKQTJsc68Tb04zOXTu { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:58.84375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Smce5gML30ThcGvVpg84V2wO9E41Wd2u { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.8);top:20.84375rem;left:3.625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nz7v0U0l5e5bNBOspyZxtC8XpTMdDv7L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.8);top:18.15625rem;left:3.625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dmlKxDh6dyklHCSSls26RdJzuUUNoXGN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:18.125rem;left:39.4375rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bTg8UIIaWoe7K9ls4kUlkgGISkvAImvh { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:20.8125rem;left:39.4375rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pIBK6FWir5a88TL4bsi5llJ0fz6R8Q2o { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:34.8125rem;left:3.5rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HnuZ6mIyDrNGIhp7XV9ivB1ScdQTTcXr { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:37.5rem;left:3.5rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CrvaGcXp7Vg1Tv5EuoGmUOBCc4gQ0dEs { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:34.8125rem;left:39.5625rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iyiK5XgRuJ8dnLPEevmRRMQp0w64LMdf { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:51.375rem;left:3.5rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GCrsQXDEebeBElq4d4n3LxgvBQAy2BAP { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 1.25rem rgba(var(--color-tertiary-4),0.6);top:54.0625rem;left:3.5rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#POQ0a8aucqkZ0OwaH5TD2XLpLOkyz9qz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:51.5rem;left:32.8125rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HcXM9qAlJIUtRKFWxarcsBg7Mwhplrfq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:54.1875rem;left:32.8125rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GvR7ZnmtNUbAzinUTHIunCeokNQPsCim { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.6);top:51.375rem;left:58.75rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nwnFB2spAdTHidVlpMT1sTXAGyAJJgUq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.6);top:54.0625rem;left:58.75rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vHBx9h7gH3xqWaBaS0v5TDHVy1EgEkX5 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.625rem;top:13.0625rem;left:4.3125rem;overflow:hidden;display:none; }
#pQzouaKcux7tRS1U7SRt5tVLJZu7NQDn { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.0625rem;top:13.15625rem;left:39.90625rem;overflow:hidden;display:block; }
#svyPW7fVuUcetv3Ev4bbqMyNm5A2iXsM { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.5rem;top:29.53125rem;left:4.1875rem;overflow:hidden;display:block; }
#u1CW0CWN6gfDkNTfiGLdppVyr4aq5Xbd { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.625rem;top:46.8125rem;left:33.46875rem;overflow:hidden;display:block; }
#DAhcTL2P5p7quwUn0a7u4wZKVTqt1tsy { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.5625rem;top:46.46875rem;left:59.4375rem;overflow:hidden;display:block; }
#SVgVaPdRIEPLJEtNLd6qKsPct4eyovVL { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:34.0625rem;top:11rem;left:38.25rem;overflow:hidden;display:block; }
#rrbJ18oyNl73iUsJ5y7idKu4ndxAFphU { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:34.0625rem;top:27.6875rem;left:2.25rem;overflow:hidden;display:block; }
#QqJlrisAVQB1uLJcLC8dHNv9E2r1e5C7 { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:27.4375rem;top:44.3125rem;left:2.3125rem;overflow:hidden;display:block; }
#bS2oX0O2OAzTzxNyveQvRdOaePegQen1 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#Z11qg0yQ8rFl07Mg4IQ9w4IIy7AcUOQJ { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#s1txNRd6SWI7AEaVlaAyQ6a4LiDgWVVa { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#kIyAaJSPlqm4qBpFQ2S88nTyVveGquKA { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#WBmWvMOXMSgdlfvvZzTfHVqVnfyxlTiA { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#qiTwSbyouOQUrg4lRxVlIRNhowoRX8QV { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#qDERPRe2gLtTUJioTcbUyq3aivZtyVdN { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#CPufzeRApIUBVTEhIZ4A7ueVexdLC9Rd { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#XW6focT560rvRPRz6eOiVpqQmLzIxfqr { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#bDdKG3rSwERHoMf1BTRth3PnEl5DuqBG { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#xFNkD66HGJ0gDGr6W85qixIkxAwTJFbD { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.25rem;left:40.5625rem;display:none; }
#d7C7Vqv9GWJxyAft2Qrx7DpMwMq8XpQM { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#mXx05Ce4rMBCudnood1qoZJ0zEnFxi32 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#mTcRGehgUb9xToWmEewTTB0JrtyLrzEC { color:rgba(var(--color-tertiary-1),1);display:block;width:31.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:21.84375rem;height:2.35595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#cbgGPzmkFx26IbTTTV651ZFCZauRyHZy { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.08);background-image:none;top:10.59375rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#s3acucDD2ZxTDHWyVeZJu0FUK4h5MA8g { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#qpNRnVyO2ywm9pBPMH3OD6p7DKhfDLqn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:16.34375rem;left:3.625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BAU2i9n9pyiHrrNNle0m3SP7su96dtUc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.03125rem;left:3.625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sMo8M6QSxTu9791QhEHqbruaKWXV68oN { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:9.1875rem;left:38.25rem;overflow:hidden;display:none; }
#VaTxGsQvUGBw8PafGoDVUzMUf8G9yo2x { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:16.3125rem;left:39.4375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ma4dxyk4GsQM85NwQesq2p00GpTxeuie { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19rem;left:39.4375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ElngFeXG0PgFBPTdy2XvTQSJAKmetST9 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:10.53125rem;left:39.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#y48Xk7dTfbBcZXUKsaJWtMxVCWtS0rad { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#B5sLsbuLFka7zlkcCmxKg43uAcmEtHZ5 { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.875rem;left:2.25rem;overflow:hidden;display:none; }
#KoRMQXEttps55uHsVrZ3inTP2BOtAwFG { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:27.25rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#THTU73DztCMmulnrTVRHy3uWpyHlAq8X { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.25rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#ws3TCtTKGRZOkm3qDtoJdcvqLdqTAMZA { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33rem;left:3.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VJLW40uxk0hI1hsx86ZOp4wWcm6TmxSc { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:35.6875rem;left:3.5rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#e8n3sde2CZmB1Rz90ectAuzevIFUrd8H { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#e9p6FTlLuRVJbrsqNabiZ1OEiRvxVtFb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:33.0625rem;left:39.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CVtpbVAb8QkWK4yzW95xRlTJzMBE5zbP { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#KiJfC1axzGFiiD0EBETQFhT0W14SDn1W { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#zHqf8U8EJ29lvXnTEuXSTO5yS58FK0J2 { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.875rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#JnsctKATNMSF11bqP7KTQBD0HBUkAtSA { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#yyrFoq1DbounHA0ffKvqn3OmRWllcv4x { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:49.5625rem;left:3.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uko3uJaDnP2Mh7t64TTDIpegmz8Iqvde { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:52.25rem;left:3.5rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#cl1u2sxnu2yqsIy5km412zNKk6hNVyuT { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#e6WIGPtcS3ROa0ruBTRFMug0CGEiG3Sh { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#AnxymG81QsLQCiq7miHMBL9qgahTOtko { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:49.6875rem;left:35.0625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Dut6GRnIMQ8zT0fm6TFGH5gqflwTO3zd { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:52.375rem;left:35.0625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qXQKp8PgmWSAk28nz6amtyZUVc1ciDIF { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#ZlAz0UsQ4uvBU1qm5raLb9pVKygvSsVC { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.4375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#vtgcuvuvSFWIJDIeTclM8FgwOo2qgfFQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:49.5625rem;left:58.75rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#heg8EiKTk3zT0vZtqKxBbsgoFdHf0f5i { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:52.25rem;left:58.75rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KZ1VHnBAudPRTclElT279oA5aq4BHwv2 { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:40.5625rem;top:44.3125rem;left:31.625rem;overflow:hidden;display:block; }
#vymIaxlvd3LP1Fph2KBIKP8ORKQxcTAx { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.25rem;left:40.5625rem;display:none; }
#O2tS2dq2KAnlEVQMafmDs200qk4nDk6w { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:46.25rem;left:4.0625rem; }
#t79pK576IpIwhr80RTtnml0ibdCGTkXt { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:34.0625rem;top:27.6875rem;left:38.25rem;overflow:hidden;display:block; }
#k5A1y7SnUa3V9ifKoBVopTIZNBIDIOSP { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.08);background-image:none;top:12.375rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#b1aGexpZAflfv3JNLoabZ1k9TJpn0ySg { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:18.125rem;left:3.625rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#McMsq4pKeHuzsG4M1kMvoRW3NiyP8nRc { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:20.82470703125rem;left:3.625rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ekDa2LPzTpXh3GG5tRDgAe5AvokRrg3p { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:34.0625rem;top:11rem;left:2.28125rem;overflow:hidden;display:block; }
#xG4uFuonbAQa7XZzoAquV08497hSZco0 { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:9.0625rem;left:2.09375rem;overflow:hidden;display:none; }
#HCvZNOxXtyTRpFiBnUMap9UvxA4QHzdA { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:27.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#STWWLolmE0JokoNharI1vst4IJ8Xv6L2 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33rem;left:0rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WT7r9LnEi7XFVOBvVTHMXBIysZM4ToSI { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:35.6875rem;left:0rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#F06E53SzeUap67nUmpLSxs2TqIeGRXBQ { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.625rem;top:13.03125rem;left:4.1875rem;overflow:hidden;display:block; }
#XhRwOkDuyBAawQgrAVN2ZJwyfFLGp6gb { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.3125rem;top:29.65625rem;left:40.28125rem;overflow:hidden;display:block; }
#tlrp5u13iNCgKQWEDTqBJ1cMWi3asgB0 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:37.4375rem;left:39.5625rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VwgXLo0RplWbpe3DhoOwxv8EXiBQ9bOO { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:22.09375rem;left:28.375rem;overflow:hidden;display:none; }
#RnKrSt9DR7IxuSGXvwTsT5bLEGsbpmeh { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.5625rem;top:22.09375rem;left:28.375rem;overflow:hidden;display:none; }
#UGPs0cKdNnqXOLNWKInQ1rsK5EQtny26 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:35.75rem;left:39.5rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl .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; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl .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-4),1); }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl .accordion-trigger.adaptive-delivery-prevent-bg, #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl .accordion-trigger.lazyload, #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl .accordion-trigger.lazyloading { background-image: none; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #bh9ERfmJE1T5seXa8PhL9E0yr89756Go { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #y5D68Stb0fAquWOXVRFEsTveBV64GUtk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #NqEdZD0LB6cslsyxWorkmDMinQd3tWtp { display:block;position:relative; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #wNTRpp66pJO4LnIZuvzsEgLqniJTeXFW {  }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #qd4U5bopRs1dUqS2lvmxQ17uTlNicgS0 {  }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #Uo5d5ibORG7nHgfoxUEpsHImwH0VhEKk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #rcLtJnKxT8TxOvvXnQXEJ1FAHq617TBE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #vAsu6dQ3aFNpA25P0C6alVpJEb9wp6Dg { display:block;position:relative; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #p8FB0xWNsaH1TPTozgVh61lQ3iAKAO77 {  }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #xMHaAr8UgmVA8yeECIygdLK8U1AuUfKP { display:none; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #d2V2IbddXEQevuV3nO2Ha0QuV3qVXrAJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #RpH3X0SJF4Ni5y2fr1V8T8Z1ofBWtoJF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #rElChZx76q8JqTXrG6GFBFiDbyyZcMmu { display:block;position:relative; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #pt2s7wPuQ3eJumcKtosahdArnmNvuAOc {  }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #xgyF9spimNd6BsCI3E7iTIaTogOe3iaD { display:none; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #FWraFhyxcTJyG375rHmxzUTe5aSSuyHm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #sTBzXgNvDk8JzsTuMmR96zFm7Xo4JRb0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #cne9ga2hso3Nza6Ay5wPxxIPJaD8LbQ3 { display:block;position:relative; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #sZUPb4lcfbSDL72a98ILFy1WAzTEiMHG {  }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #fITGSD5aXLWmAU8CtJHwihOIhbfF0LZ2 { display:none; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #sUMTyfUrelqIh4uskh76tInDFQnJSqpP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #IXbrfbecqzBx5PG7pRWQ5d6Rt9XBcGl8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #eaFmHy1Ak6Ma2hzDXBsSy6TbTIVn3Na9 { display:block;position:relative; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #WTtP0gBi56W0l6QBIBM40JWsauRPXN1Z {  }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #BkV6DzIFT4aVstgr6rNuxKaiPKc9tnAE { display:none; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #fT7xtacDsNut37Rdahu5eEKzMtA6gLTz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #w9EBt8yloCU2sGPm8hOb286clKnbeeez { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #pCz4VvKJrKFKcdwdJCgshpnUsvgbpu6i { display:block;position:relative; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #XqtwBtlATsmt8mxPpGxS1Er6nTIo6f9R {  }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #iQ8byftkwsylvvTOWmEGFkHbA5XupeWp { display:none; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #HHtU0qX0oPmKhKD6PVaV0TuMikzDi6vO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #pxixemvDpUzWabVhZetqiHuv2gW53G6s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #TJ9KE6yAR5nsptmaGnU1Oi6RMbLzgGRJ { display:block;position:relative; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #PdFampypPAtm5Pgv1WIy2gQFrNoKC9hB {  }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #hAuBaHqTnSVCJX922xRXcMZRDDATpTGn { display:none; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #XuHikaw9s44JCr8aUB465352a7IVONig { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #bz6FvzkZwZVRZ1lBscMp2S637rw3VUUR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #BwXbalUVl2mWzJO7S8Q0wEdqyGZTkkPO { display:block;position:relative; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #k3SOmg8ugiJNxAcpzgpkVPIMXxMmXsOi {  }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #ovR7l7mbc6o0RAEvVW7sdUVwbN0o6dV9 { display:none; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #NwhiNy79vonDDR77eKWFM3LpWeHdNuW9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #iVSB8zDGvGOO4tP5WzNfQ2GsUBgC4Dpy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #Fu6yf4FRlpnCg2L89bM3tpQCMbhFVpNy { display:block;position:relative; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #z9txDKBLhkpzRIuL4ywO4AAlLJ6bVdxE {  }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #SK8IVeTHtdngiXwqztADLQESL7FAtCGa { display:none; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn .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:#1631fa;background-image:none;vertical-align:top; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn .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; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:#fbf8f8;font-style:normal; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto;color:#ffffff; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5be2d721d1f1a7281cdb40cd8d9a7f63fde6b6f2.svg");background-size:contain !important; }#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn .accordion-trigger.adaptive-delivery-prevent-bg, #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn .accordion-trigger.lazyload, #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn .accordion-trigger.lazyloading { background-image: none; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15060;background-color:#1631fa;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:60.167510986328rem;left:0.625rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #u0pwrnVJwuwQIquGBunPLCdoi3r0acZN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #R7eobInWXa3PaskwJF1tSnfBbRii60pF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZWXoBbNxJC4RF10bKHnxC2U2x0IZytEW { display:block;position:relative; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #e8Pra7iCx703KBKM2yU5eB8qcJqS9OuD {  }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #Tye618bNDBvQEw33uqN5IMdTUywyUsDT {  }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #MCm0E3zWn6pELAOrzkddOvWqOztVmHMm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #yGZJpaUZMUMSUFVEeLUZNVSCWKtzxoVn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #iNxkPDw0WLGzxrkX8ShfuzGuE6TCaiCS { display:block;position:relative; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ydgmbyw9UIShV7GSPTNk2l7GX83mI1Rr {  }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #THk9O3H7U1uZyOsrgrF0yygVSbROgRr5 { display:none; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #QByCeEFz7Oy570pyiwVp0SUdJSfO7GDC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #hqKWG0B4gLD2lx4k48HvPL2JTTgghdec { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #qiV5xx5LStLmu7109G9apoATft16aM5C { display:block;position:relative; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #k3VnWWJpnUwaQN4fBPtIpN2sTUTO0xe7 {  }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #s0517Fe3Bd1yD4fr1HWpOMvBxNVNzkmi { display:none; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #K5syP6n9aZKT4LNQ67TcRver55pNs9Kr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #AVSf7BoUqklqmGvMm0LFKOyOvg5upsfy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #JreNQxSTl5e4wrlAlEoTHG8NXF9gxdXz { display:block;position:relative; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #lE0HKuG4KheP3BM2dGNtKFAcTHf05Zi0 {  }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #WtQhd0GL65rHBsRZG0Z26UPXEtcvvpCn { display:none; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #o6vheWvQJFqgHdGUFyH8t7VMeLW2SEJd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #kBKy46hM80rL4qBe8tswiZbPkTqTsfv8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ATpHmHOe5ZfKaNd8hqTrZxTTiu6iwEN4 { display:block;position:relative; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #qVxIkZ7mtahPUB7gfTG7nGftI8pPWFA2 {  }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #K9SuCd6JkJiZV77gLrRBqL3oFsckV9P5 { display:none; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #MDy6SrpQQ4bPq0O55eJogpKfiuBxuFHM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #GXkIWd3mPrpUTXJ7M4eSUcnqFfraFvOr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZyNJ33O7oU1sCTNy0IaCXJcwJIqiQFPz { display:block;position:relative; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #pdypbLRS0IeAmcHB1syHEdTZVyyOur4F {  }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #cBTBNHbf2fbFUn9mM9yv7V0AnpGEz5Tv { display:none; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZzTOW90UxOwFQOll4az9kOhy0fDykuiN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #dh0IGoaCzEcdkmVuXzpVfttIUSQGdv0I { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #WKX1igy55mZBlwJZaEBBy3VapnOI8ghB { display:block;position:relative; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #VJmS8lFo76LBseBhDTdGceD1FfDVOHx8 {  }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZJQ4BT5g6k7ATS0wG7nBFZr5vufiZgzE { display:none; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #HxiqAVpTOdS578hWwfgiuL7VBJizsLdA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #gA5hQafgNKVfyAkLqNWoiLt9sBTwUNHb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #pEC1Z6PTeEEoBgJ6TBekrX1bEhVavUZQ { display:block;position:relative; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #FAtzLdlzQQQhLehGT9mCG9AXvmoElSng {  }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #NpoVsuT6QtDJrbZ0VUtfgF7vfzSy4ZnA { display:none; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #naCR6O756Ba8bEBEDDeEHxFQtToepKS0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #l93lIf63cxLCEHTwJUptTpCRv5vMTeQ7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #pzMVslkmH0pSPpdIW4G8Wrkw4TaehvUo { display:block;position:relative; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #aDTAkCUHEAuTE6Jq8PNahUMbE378DLU7 {  }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZfdWfXGno6B7HvoNfrQ4Dzm4B1aAOAUe { display:none; }
#er985K25MGzqTShbo71q5kfVyiZoy4Ps { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row .container { background-color: transparent; background-image: none; }#er985K25MGzqTShbo71q5kfVyiZoy4Ps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row .container > .video-iframe-container { display: none; }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row > .video-iframe-container { display: none; }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .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); }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row .container { border-width: 0; border-radius: 0; }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:75rem;position:relative;display:block; }#r4EZltD8bcb0gDRW8qkUuEpSDRovK6s0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88.1875rem;width:18.75rem;display:none; }
#VHWLVrpae11v4AOksL9rwFkyOrlRtygZ { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:20.34375rem;left:0rem;display:none; }
#D4MwghSP2isokXNbBRZ9ZiC8eT0PWQqD { position:absolute;display:block;z-index:14996;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:196.9375rem;width:5rem;top:15.65625rem;left:6.65625rem;display:none; }
#OKU3XDMX0bdpPLBCHnbQaTnTodhyaDum { position:absolute;display:block;z-index:14997;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:197.75rem;width:5rem;top:15.65625rem;left:21.03125rem;display:none; }
#sVdRgHGCvhZ74RCWCwzOp3lnTQZlbXCl { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:199.0625rem;width:5rem;top:15.96875rem;left:35rem;display:none; }
#SpAkzh4pd3ZnhlvF6E9anHKl2iMu6sCZ { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200.1875rem;width:5rem;top:15.65625rem;left:49.59375rem;display:none; }
#fneIWphy0Oy9IEJTKE9e9rpHQ2vypB3p { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200.0625rem;width:5rem;top:15.65625rem;left:64.09375rem;display:none; }
#IK42iywuNkvkq6FmAE0fQemEnTq9tK8K { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:33.15625rem;left:0rem;display:none; }
#N6trAdetzxU6G7SRK6ffZH1G2HNdTutM { position:absolute;display:block;z-index:15000;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:25.3125rem;left:0rem;display:none; }
#irzIuhLuKgKg2RyS3ZDPnErAWD5E94LL { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:2.0625rem;top:179.21875rem;left:0rem;display:none; }
#WPThK3ztRahOmJE6ZmCxAh37lzqfx1Cv { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:45.96875rem;left:0rem;display:none; }
#HMweJb0kTWUGZks7McHZVWW5Jr1KzTva { position:absolute;display:block;z-index:15001;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:38.15625rem;left:0rem;display:none; }
#h6L0DdPHsdkFOwcKJHTTRdoGL9QIBOFa { position:absolute;display:block;z-index:15002;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:50.96875rem;left:0rem;display:none; }
#PMUx6klla01AdiBpedyT923zmZgXepDT { position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:58.78125rem;left:0rem;display:none; }
#I7AE2fVlDfD4X3UAXi48EBfmyieH0o7u { position:absolute;display:block;z-index:15003;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:63.78125rem;left:0rem;display:none; }
#VRT7GcnwHTkGm0SIlKRpfc0XIzdysbbS { position:absolute;display:block;z-index:15003;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:71.59375rem;left:0rem;display:none; }
#miECdFcpCADW1tT8qiBWSbbmEUSPDvdv { position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:84.40625rem;left:0rem;display:none; }
#LzSI8ym7BKEW1tZnlDuzZvRPHLV5pu0r { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:97.21875rem;left:0rem;display:none; }
#A9axeNObyrZMGX1f8Kkbnlv5VqxyTB54 { position:absolute;display:block;z-index:15006;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:110.03125rem;left:0rem;display:none; }
#s68MzoMpdPMBeZ9Ata4pV5UEsJvUhQ0d { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:122.84375rem;left:0rem;display:none; }
#E0gQ2x5pUusz2I9adPDreN3twexbCMCB { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#TEQFNdR9Shy22hTTfgHDeg4303fUkgF1 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.375rem;top:45.96875rem;left:6.875rem;overflow:hidden;display:none; }
#X4wgd4HWXprwN2GaVJMrA7xznCXTeE3d { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:58.8125rem;left:64.1875rem;overflow:hidden;display:none; }
#ALMaMo82ofmsc4T41VdxdH7Q6KKbofon { position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:148.46875rem;left:0rem;display:none; }
#iBw4C7RDzXwfzHDMq35hC8Rea7UqyRup { position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:161.40625rem;left:0rem;display:none; }
#f9heTRUuN9D0TgA4LWKTGyOVLKqiAE9t { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:174.21875rem;left:0rem;display:none; }
#oRopRMP4ctZICo6CnoOnKU0RZypEiTlV { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#Ko6l8XO8tMmG6w7KyNgGvFnxlBDqRATT { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#o9PHU6mVZLL9HBZc4HuAHrQQhNMcN5zZ { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#fKQSvRtfVkEglc4skWh6VdhBIfN5zxVl { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#kK7ov4DZ9NMrOSoVmIf4osaLVvtr4rR3 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#lvUJA35B6T7WrMxdsPkzmoNsMwZJTwn8 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#MBomnVUyTRHz1yJNaVTSReSw1V4TgVPu { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#HECCBbypzJAKUl2fqTFrJuLpMLxZL7mB { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#cfefRtZbHSrv37PdzT9cBTOlMpB2ZXQa { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#MMQaefoKDBUwrM74FO17V5Gh6XL8py2K { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#Jp3UrIapptopNpUBqyatZ1T9Q6gCH017 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.71731567382rem;left:0rem;display:none; }
#SkflKOyGB4hVhsb12gnt1OTQ6bBBn3ah { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#oDmfMvASO71ZUXGUc4sT9fb0VRDRgvgR { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#EC0SGQpBQ5XqOfhzfqI8MDDl8w6foc3U { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#tZaah2ro1RQwnZMsVXrShiQxyxhFP01X { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#WfLJA4gy3SMRPfz2OBgnKr3eZCwtMvf5 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#FEwenkzsrevTpdX8T9a4xkR8eUr2Om74 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#KQph1xX0q48FkfcoTRAbfh7DgLGIhcqf { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:187.03125rem;left:0rem;display:none; }
#k1REoyb53GR04WuTT664p8DZTqoUAyix { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:2.0625rem;top:204.84375rem;left:0rem;display:none; }
#rI5GiK35V0quJueei3lu8pNBFHKg6AZJ { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:199.84375rem;left:0rem;display:none; }
#w71cean9yeZ6Mz5AhTnD5nahO9sQKTsJ { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:212.65625rem;left:0rem;display:none; }
#gAuqss7ZsKL6TadMTe038NUlgr0WO3KO { position:absolute;display:block;z-index:15004;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:76.59375rem;left:0rem;display:none; }
#Ju8y3JAqOeImUcRurcZBaXbT4kSdVtgI { position:absolute;display:block;z-index:15005;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:89.40625rem;left:0rem;display:none; }
#seI4mxQWK6etkNU1UInOV7R5wOzbLWuU { position:absolute;display:block;z-index:15006;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:102.21875rem;left:0rem;display:none; }
#XPy6uzlqatygpDWgTVapp94aNRoXvDo3 { position:absolute;display:block;z-index:15007;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:115.03125rem;left:0rem;display:none; }
#ECuLw4HKcqFAiMaMC0IULPhvX4gKGkh8 { position:absolute;display:block;z-index:15008;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:127.84375rem;left:0rem;display:none; }
#VZwhLtkqCrG3WHGZucEpmNPtwWlW25nR { position:absolute;display:block;z-index:15009;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:140.65625rem;left:0rem;display:none; }
#NCq2HEqmyh7d1GgbXyRD6MQPUwumbnRy { position:absolute;display:block;z-index:15010;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:153.46875rem;left:0rem;display:none; }
#mCuikotrM3GnXXTH5GSOzQU38ppUfmwD { position:absolute;display:block;z-index:15011;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:166.40625rem;left:0rem;display:none; }
#tphqzc2ENmXMMQFgMNyI0V3NQwT4KlOA { position:absolute;display:block;z-index:15012;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:179.21875rem;left:0rem;display:none; }
#lc5gpnJwz9sZ0etvmDa7UoBEilbCM50h { position:absolute;display:block;z-index:15013;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:192.03125rem;left:0rem;display:none; }
#sCCf2HRiPdV2Fh2vE3JOnhJnRt0x56zm { position:absolute;display:block;z-index:15014;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:204.84375rem;left:0rem;display:none; }
#GdFAxTyCpSOUyRCB6WXQlTI0OqANLdCG { position:absolute;display:block;z-index:15015;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:217.65625rem;left:0rem;display:none; }
#mFFV466pWTTfUI44QANvF8yTefTexN3h { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:52.53125rem;left:19.1875rem;height:3.900925rem;text-align:center;text-align-last:center;display:none; }
#v1zWQGsJy0l4RhJ0tV6CnW63NnUo8SOb { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#kazJVJWU31pBtg9UPAmhZInxLsdP7hw7 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#TykdWDIhfQyEIUzAPGnxrZRsxsK32Z81 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#naeBciI3Tykhi4rpfQB73JPUCrbwwtVk { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#hToFqUHicZyt6aRgrKPnppHJJl0Z53eb { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#wkT67k1hCLZUyOR8ZG9orJUN06lLPyHh { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#TJmHTOcd1QHbRTcFx11gX4pruVmmZFnK { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#c1HuhE34LpE4xclRxTOfpDmVXbAfTy0T { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:84.46875rem;left:49.65625rem;overflow:hidden;display:none; }
#QuFsLCGumNA2h71Prl6smUdluCNXXIKW { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:84.46875rem;left:49.65625rem;overflow:hidden;display:none; }
#ZVMGwew2ydILhtX8BxBuzKBXP0BVOpgR { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:109.96875rem;left:49.46875rem;overflow:hidden;display:none; }
#i9kCGm0rZSfPNOdiGHy3QX9v8GFSbB16 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:109.96875rem;left:49.46875rem;overflow:hidden;display:none; }
#P8mB6NRea0CCJQi07suv7nFgTtX1DlFU { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#DtQItkQQf3XZUV4Hc1CGRrXAtzdX6gUE { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#FKVgwvfDPz3uibaFRggBTQEMOrp7sZtu { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#EsCFfSdI2NRsgnD5sfBimWMFmn6gyNwq { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#KvfL54T6VrfqXpa7LzRJO7MBh1kKtz0B { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#A2ak8DiktNcwZNbFpG73KvLAsKdXcitl { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06214375rem;width:5.06214375rem;top:148.39665603637rem;left:34.968036651611rem;overflow:hidden;display:none; }
#aX5Toh2aDS3RC92s2ArnsDLTqzE7BomU { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06214375rem;width:5.06214375rem;top:148.39665603637rem;left:34.968036651611rem;overflow:hidden;display:none; }
#ntaQW9I8qVxMo5p6VAKKzKOPcp64zoKF { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:161.44814545483rem;left:21.10315949292rem;overflow:hidden;display:none; }
#inKn21OMr3H5GVz8olZwSDukyfGnFrLb { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:161.44814545483rem;left:21.10315949292rem;overflow:hidden;display:none; }
#Iwf7WoWWyk1CimMXdOWzOKBExhCmRSzn { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:187.03124237061rem;left:34.936965942382rem;overflow:hidden;display:none; }
#igJbcdKu1xQhQwXuthvvnnwJlarRVIhx { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:187.03124237061rem;left:34.936965942382rem;overflow:hidden;display:none; }
#o8JXErq2w9mw9J0GPZCCci8rkVHZDbLp { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:2rem;top:198.91015515027rem;left:51.057832653426rem;overflow:hidden;display:none; }
#D0TsZ82MswC8anoUFICWRfyb8bGXMOt7 { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:2rem;top:198.91015515027rem;left:51.057832653426rem;overflow:hidden;display:none; }
#GQp2CfrdAQPXvHvcbyCAox6FnT2MbScl { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:129.03125rem;left:18.71875rem;height:3.8997375rem;text-align:center;text-align-last:center;display:none; }
#pKy6LfEerMitCMKazTUaE53yq76yZFQL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:13.5rem;top:36.362197875976rem;left:89.923610687256rem;overflow:hidden;display:none; }
#w5DvUADS65gTaXGfcEUvw7i6IDKzX8ko { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#KWiSUr8AlaSv0ZCdTJTXxlMObabMndbW { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:47.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#QUIsivBK2e3bshTrLOFyZcRLi7vGFEcD { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:77.75rem;left:18.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#xJgmXc1hPO4tV0iN2SlpK3dVWF43apP8 { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:77.75rem;left:4.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#Wl2CoLXddSvpyDEWBPyIpnQqXNM78GlF { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:77.875rem;left:32.875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#FFk5qSr93VHcbmx2K5dbxopPATpvePgW { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#TQasEuGq7BXTF4M0AdZsETfKUFgGOpSJ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#g1mVJPIC6etrVwmyGFFmJ6owLxQAxdKp { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;top:12.40625rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#mh7sFPsv4HIaBKnrc3ndovQZ6KOiWigL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.8);top:20.84375rem;left:3.625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DzCAOG0ARac0H6WFn64EE0K6xCo4iXa9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.8);top:18.15625rem;left:3.625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BKqTSN9KkxPEQvL3e6xrJTOO4c8ikm9L { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.625rem;top:13.0625rem;left:4.3125rem;overflow:hidden;display:none; }
#LUVGFAQHX5sexgSUg5Lz21wSgAe3CW1n { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#S1cCRo0cJtkWbbd5VsugDpAl9E0Ufn7L { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#GQfucSAz68zOKS0gFsgihPMtT0vIbbV4 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#JB0rlTsWZBpP5GR4Nf4JFPo4mDQTZ8ks { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#IJnGMm8txFuEvocDeVCJUAJsXSGq38Tc { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#f5VZSGtalrX664aFD7EXk9liFgIuvLV9 { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#O4S5E1UB2lBVA62mDZayypxMnF0cWcLE { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#VFBaDzhkU6MEAhCBVKSyI3IK0flglDET { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#aEPzTdRINiB4MXxWQbUpd7wMNJfqwgha { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#AcMtK17f6yhqk6OHolNnG6XwTXqVGBw2 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#k3ZyQBzMhVPH2VgnzZJqbcPUwNrTq1Qk { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.25rem;left:40.5625rem;display:none; }
#tELtnRm4JenSNXMpU057xTgGnpnyZptz { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#dRCiIvhavQ9ERqCTkTkD9kvquTT4kpSX { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#nONowPSXTVrI30C0dwe0aOtwi6pOBCVQ { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.08);background-image:none;top:10.59375rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#sMRk7yNvcbNn79eeF8TRzgmqpXIs1HnU { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#hGSIK9dVbAnGP9EXbyu70QvGOr0duJnX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:16.34375rem;left:3.625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#exbJ5hwTnVJL5JDlNNy9pCPaDl7OZ8w0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.03125rem;left:3.625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 .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; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 .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-4),1); }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 .accordion-trigger.adaptive-delivery-prevent-bg, #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 .accordion-trigger.lazyload, #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 .accordion-trigger.lazyloading { background-image: none; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #uIBvT7d2U6Js6l0AnhAAukJW0QVnXKcq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #RcyrX4PFWG8AEJuobTmyCby52srSqEE6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #Nyy8i2UGgxR0ODl3SxOoKIL61WiCK3Ka { display:block;position:relative; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #n8kL0XTnGbNbFlTfyoOOUngMOb5m4T56 {  }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #gQBGV0hwx4s1GCVpp6Megiy6Saz3pZx7 {  }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #XWWBHuSc5QGWMkRk7KPtFkr77RNCopu2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #oP36zrXt4NmVO0nlWCotgWtFHeskNugx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #yVo3N7DmGuDE9gcVcro8qfu0OVWom8Mw { display:block;position:relative; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #v9cMTrhvSr4AKCgHuWdi6SBrPMg9wfbb {  }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #q9lBETXHTyM3X9i60tSgxsrnBRGFruCd { display:none; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #ZywTUKGZEk9ATnQJAe7tXZL3xQPmVfK9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #C00lsJrf8z8ZwKWBeuuGnD8PnPRg08fH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #qUkTbxcIngX21mUHyIAPfPTNOOfyG37H { display:block;position:relative; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #ehUoRKaRyFpadJTVzzy4JpHMHPE08aLE {  }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #rZpsC1mTsimw8OogEdu4oiBbiSXcT4vy { display:none; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #hgUzpF3kc9HFLgfupfzrT8mwZkEnZDD0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #BJSn5CIFwkwSetCNHpc2nmQGOQFwNFZu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #UldH5GxTTmbmpKpTZbnMlTQ3ktctGDAH { display:block;position:relative; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #FJIldRTTKBnhD73iykEL9kESk2v2ET9s {  }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #fl5b8ywtNEDqMqxMeAd446qqX3iEtBOZ { display:none; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #NUSAegpwGeNQgZyndnM7XAeMQQ9Kycn7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #QKGEqmrrTEk22A0F0WCKRGbxVJ1cMO1t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #rLGBvLADZfzdaZzFo1iM5PTkchdmQpJL { display:block;position:relative; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #tJxou8mOoLhXd0feRQU8m66GB1IvTWTm {  }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #htxgmCs3XOoVVXDODtNWmcWrUsycTl8y { display:none; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #Es7ifoMUrpGIlnL3Bm5faX2RixeMC9Tq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #VdRWBbrWa8rTSKOtptzry68vUAErAFc9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #OBGFnOyxPFDJhNfssh9VyJVCtT3AJB1V { display:block;position:relative; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #IccB4iOd6iJqxzeC7TksExLEl1FVWt4C {  }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #vt3V3fsOeDl5qNHz5XtTLEghemSVxbZ7 { display:none; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #C0h9mKTKrktsRA5KWZKA4EMpaMhPnmxa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #D5GCRTam6hVoUDO1oOqsqFoaIGm8UbVT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #id323rvUBBnCe1BVUIvzgnAEcWsKUQlL { display:block;position:relative; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #DzwvxCx0XISO2WJKRX5WRHAh8OfXsEV7 {  }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #iTD2VS6kdbe0uMKtMd6BFdmEh6l5b3G1 { display:none; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #qOLTVwVIXosIVmcQmfy92HlntZBRT7m2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #KSiX5xLnME05gTxvG41TrxzbtPFMELnl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #L8EJI3NaAa2kPspqZIT67eK1DKJwtemy { display:block;position:relative; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #XP2EPxcpur8EHSlA9oxbGwDUyGxWJcF2 {  }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #LqhsTQQl8U1oGGn9T0UsdRwQR1MGZnMi { display:none; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #J6ouVxQAxCU40Xsa0ZIv81degKnxQvHy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #K9sQHkN540mvevhgTb9UiHEFoRNfOLO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #DQTS2UEqP13ViMRJzWn5yO1F93qGub9S { display:block;position:relative; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #wXz1W5xantA3bxV8TbLh4Qe2tWrEAWmU {  }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #WUdE6i8g7rOMxze7x375PZfZ7RdED5cB { display:none; }
#B9V7gZeKcZmrVuqM0xVB1tfJbxFKibph { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:53.75rem;left:22.875rem;display:block; }
#tkl4lWNuZHGc3DAlyG4EvcaQbMqM8rSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ISEOSIU5qRz87n9R1mNQCLNJ00QwRTOg { background-color:rgba(var(--color-secondary-3),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:53.8125rem;left:38.3125rem;display:block; }
#KHH7BXDOVWyG94riBQbuVuDeUXZ6qsu4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uyiCqvGDSSGUfpp9JiG7LDPW25v7qKH8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.5625rem;left:37.9375rem;display:none; }
#o3yfGrD2aAET31Ty6AW5UqgX4ptVW8V5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JM5geyzzPgKB01zRc8uPPOystyEe3ZVu { background-color:rgba(var(--color-secondary-3),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.5625rem;left:53.375rem;display:none; }
#mRvisJk0lvTttrEgFCc2pxuXIKSFxuT9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO .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:#1631fa;background-image:none;vertical-align:top; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO .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; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:#fbf8f8;font-style:normal; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto;color:#ffffff; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5be2d721d1f1a7281cdb40cd8d9a7f63fde6b6f2.svg");background-size:contain !important; }#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO .accordion-trigger.adaptive-delivery-prevent-bg, #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO .accordion-trigger.lazyload, #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO .accordion-trigger.lazyloading { background-image: none; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15059;background-color:#1631fa;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.5426025390625rem;left:0rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #DH0GpimKqP2hZtGN0Olv4Tzxa5DZLJTJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #AWRSVI4ctekF1blht6TdCT1WKA0Zrew3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #y0l4iFN0Ub0NtFTT2whTPOezUfk2TzwS { display:block;position:relative; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #EL37mBihdgbFEi6ugTenUqvfa8ZKvc6R {  }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #rwHz6QFs5gmI5d1mDXsaDioWVsuuNVhl {  }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #Ln2DgsG7U5oDM0FgOL9FGpuzPzyGTHX1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #QuxNlac3E8uue6htL8tEKkaekPOaeXxk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #IxbeN9gdLVrlu9xVAJkZiHrorUC7mTCa { display:block;position:relative; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #N3v7NxzBwmIrdqN9n208pppef7C7vAGO {  }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #UWCgNAqa7wTaqAXTyxTCn6ErJnJyf2ns { display:none; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #x8FL1P68qvMKN51ltCewXbAgiQIQwKcS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #kPka5in6VhBNCZ1UAKP6h8qb2M7F3fTD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #FGXOSIdztXgA5DqgMGfkwetQ9oKWaIJM { display:block;position:relative; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #eX4xRRtmggseaQcWkVznXvL6MLCDmnVs {  }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #HdN4lZnszHTQPbD7g09w6KAB2XJ6dCVo { display:none; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #WDvHw4UEWpD0zF6TlG2v8e3Cq0qogees { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #t5QBANWdMmA2JLgQdcRH6fqZ4l8CV2zs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #gDaOPO3zhGt1C31xPSd1S8DCvenynTb7 { display:block;position:relative; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #FvT3Xr2KsqqAGZAwttxPf4qXbQ770GEm {  }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #tKX4B8T839Wrm8Dfo6IqMIee7oJkhqNp { display:none; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #oPoUutcTJUcTeGXCASk7inatxSDxZxIv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #EnbP4g2zaouHSeNBKGGz9fIlfWeQb97e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #wvg5A4zQ0dgkpxn9VNddz4pT0BDSbHMk { display:block;position:relative; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #QA3mHGkNGlGEvI6C02TW9pk5Q9xZ2LqT {  }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #SMfzO69GTl8lEBTnsxguHb8yFzvBEabw { display:none; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #wFQzUHT4sTbll54WAouPbM4mrrAHn4NF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #Sgu6mLxXfHtlowCG0ruu5JH3L8PCEnwZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #zhMfJKmcvzBSn24RZLgDB3XHg0NO17Fi { display:block;position:relative; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #XmwPAFNc9GzA6T2FZxqDyUk2WZnZXdtT {  }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #bwSOAaGezcgDwwR9RbWCHG862rTBUrZw { display:none; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #rTx06ERP1ZULq8HsftVO6WEGdFsNZUIv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #HaLF8HynWArZXu8ZI1BZef3ADLnTECqi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #RKfJKuiCZE03l6R3dD404ywpTsR5ooWp { display:block;position:relative; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #WRyeHzWBivdk7OHJ2t94dBdy983DqxnG {  }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #XTXxtchZAmSCbX2B487OvJhblVUSnuJE { display:none; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #DWUTm20CS0Dws639NTFxo8X91DOTZXLE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #NIMDg5xm243DaHxzaGgMus9Tw8MxRt2o { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #TD8xMSGCVRCtkdFUvUVtFfUudfgfdQHm { display:block;position:relative; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #M8c7hR9VDVDJFXqVeq3B5DoehPqMapGX {  }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #LTt3tnbxZDCUwzg0MxeokbHMTLVQGdf4 { display:none; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #UBmQlp4BVr5GyBBo2geqkPq7tqPAmbXR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #D3xmqkwplKWUOQF28DTWvoUtzDeVtKKq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #geUIempC84LEJf8viXOZtZUGvEQHQEhw { display:block;position:relative; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #thELrtJiUBQdgiJqUF573d2RC1KkuiFT {  }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #XCmdnpdx84f2z53NVMqp4N7l8BlDkbyy { display:none; }
#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { position:relative;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { color:rgba(var(--color-tertiary-1),0.67);display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.2421875rem;left:0.125rem;height:1.05555625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RG5yGe8tgHyvsVxZ0rD8PdEXcuQuGcLp { top:3.25rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRxI2TVB2vZlIhI8ZQTomuEGRRuTdWNz { top:24.375rem;left:0rem;width:36.25rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTUCbmNr1qRA1UuU5NarFutR3mkLbxU { top:32.1875rem;left:0rem;width:32.8125rem;height:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbPncaH9LVE1Go572E9aB2S5gPgyHL21 { top:39.375rem;left:17.21875rem;width:3rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMl5h2UvHgdRg5lPXSKTtrnwLetxth8a { width:13.75rem;height:3.5rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWeIPaDCKLOms3aqzShBGFz9D3qwVgbi { display:block; }
 }@media only screen and (max-width: 763px) { #QQgdHCwoXg8ZqakhmBSRIBU2gio7OvCH { width:13.8125rem;height:3.5rem;top:39.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhwtLntBtFwIr7KiiHfQFR3TKp1MFEo { display:block; }
 }@media only screen and (max-width: 763px) { #upAg8TstybVoAFxspPf6xxXRrCPaztt9 { top:18.25rem;left:0rem;width:36.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5bbJWT0IPTNtdrwOSwE63RzTORIeNNS { top:40.125rem;left:0rem;width:20rem;height:4.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUuzDsQA4TTF7993E5diXLWCTky68gKM { top:37.9375rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTaUx3x9Tb3Na6A9QznHbesJqm23DCkZ { top:3.25rem;left:0rem;width:12.75rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL { display:block; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbaMWeMffJoF8ISBo2lwnv6toO1GDDNn { top:5.8125rem;left:12.4375rem;width:35.3125rem;height:22.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOuFBTvXwqlzB3JX7R7qH6TJLwwToy9l { width:13.75rem;height:3.5rem;top:30.5625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmKch7cIn3UTMwxJbFHTTGlUKFP4nAcq { display:block; }
 }@media only screen and (max-width: 763px) { #JemcRuTLzpt0tM6Tdgsp8ZShJIWr5rKo { width:13.8125rem;height:3.5rem;top:30.5625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC5ZusISVk9dixKw1wDybqxypXI3rKp1 { display:block; }
 }@media only screen and (max-width: 763px) { #iZ0qsgSpw6NvUpozxF2h67ipyblS6Xg6 { top:1.8125rem;left:0rem;width:23.6875rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvVPAoNBNtd3gTWnc88bDhcy6GJ6zIOT { top:3.25rem;left:0rem;width:3.375rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nd4TWNaT17fL8IZqLoSNbGKeVlhPDgyO { top:2.6875rem;left:22.9375rem;width:24.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR { display:none; }#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fa26tFhg0vwgDllHntJvpCsS02C9WIQ4 { width:13.75rem;height:3.5rem;top:30.5625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq7qA2qPVh7OrXboXNfIBtNfz2fhJn3m { display:block; }
 }@media only screen and (max-width: 763px) { #K61UE2KTTqOIn20bpmFNTy1xd4eJoqJl { width:13.8125rem;height:3.5rem;top:30.5625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxHa7eZCVInnaSZJuduHQgEfyDzSC2x6 { display:block; }
 }@media only screen and (max-width: 763px) { #yg1uTRWFoxtqcKN4BQmQaBrMXym9NWBy { top:1.8125rem;left:0rem;width:23.8125rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ { display:block; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPUbbep7f17Leg6RPxxgKqI2NRugU2vM { width:18.75rem;height:88.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryNRzgV4FehAND1rP2LlsOOKwrQaPZTT { top:20.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz2KACdh4Bn9hMJSaZ275dP1OyLtmnks { top:15.625rem;left:0rem;width:5rem;height:196.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apZT739xm0TxNng4ByxAffDSFF4wQqn2 { top:15.625rem;left:7.40625rem;width:5rem;height:197.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKpWgirmkME9Q5dACrX2RvDMFMTC7sJe { top:15.9375rem;left:21.375rem;width:5rem;height:199.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfSh5ckeVuQbMNGXFTmtCbBrWEekgfnX { top:15.625rem;left:35.96875rem;width:5rem;height:200.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmtkNs1vWFHr1rTDV0BeRQ4XslsCv3dt { top:15.625rem;left:42.75rem;width:5rem;height:200.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBtmkQJ05zGFoKk6vMhWnAHLT4X4zI87 { top:33.125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvh1ImR7mCtk88JixDpXFwQTf33stTcQ { top:25.3125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M48TpaHkVErTxP7OrocKBQNPfCiCrRFV { top:179.1875rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6Bc3SPkNTQbdpERlV0ywCCBCpHWwnc8 { top:45.9375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHVW5ZNehmqLtTzL5sykKHHQNxh0k13 { top:38.125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9k8h3mQaTrfU3Muyi9x3FLqcsMv0Ilk { top:50.9375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPcL44lePaX69GyoEDfpR4wrc6F1Toza { top:58.75rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTerPbB86eTzsA57mXSmIAVeNoAVRln { top:63.75rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRJ5wmxd4rtPTzUICA9GdlTeZkUsHby2 { top:71.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBvs0CpmP5QZlHrdPmHE1gexngbWtXwu { top:84.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmAuPXwGrReCuCKDBTqFRnmiKJtvnZOM { top:97.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZnIkpkTCpBIlMyJ7BhUWRIPMAPGWAZo { top:110rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPMIvKlcatNeM4zpAoCVURKx21B5fWZ { top:122.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld567APL9IwPUb4d4NpO8BURxskqGTG5 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKJR2457iu9pEQTqepyN5gdxpzaulvvT { top:45.9375rem;left:0rem;width:4.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntqv7F5JeMCd5OhMKleXeSSltKeXq4DL { top:58.8125rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQys6v4AQe4F6X8DuepFhtkPI4xAm0d9 { top:148.4375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEhqDE7Pa5ltPGRVIVLxdysbgofo8VQL { top:161.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0UCbq3dgTtRiThXXRfu2WcTp0fMgMGa { top:174.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM6Xl3fBmN9FFt8nkrQ7ea2Vzo2O17sH { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gU3k9DqOKJqXU2Uwcmi0dQ2TTxReTh6U { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JX2pcgaIWPToBreEN4TgbAdyrt7wg7Ld { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #neqtHolBsicmBrWFR5UGSO2KF3kf8cZO { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzqSedhgrioTAZm5GVLsqlmMekCEle4N { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbgBlVEG0WAXUaiN6rRaepWD5TRxrd4e { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4pqB2DIk5x1gLySkiat2nJtEfraRb4i { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h19uWLR3NL7TVXcmB3EBQQOaOtZQt8yf { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHlxaenlTWUAhg5kqMS6tBE0Wyhgpe1u { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNqNMq9PZ0csV5Llnqo5OX0s2dx67QuV { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXMh4rBCngz72e4xSrzedh8TqxBSspHW { top:135.6875rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0VBEEI0P2iBllEy6EznheJL0iHZXWVe { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXErxhzQSUxGS2c1TEoT0oDGSKiU7bIB { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaDmeAtKI63iCntWH8AdIAgOQN5wGUfn { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #clJTVnAH0bAD7QpPdou1aOpsCqrzkh6J { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzAfyAw5Hr88N64ktfizbksaJhuRAvaS { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lihZ1paTWNRNOFrckobHZSv7EH1bI1Dh { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRZyC5Kpn8ZwE1trpTx67frpDrdzDbQt { top:187rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glfhhTITTEQ72q9KxChtJTnE1Gonamrv { top:204.8125rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkl2zDtpodv4fLMQs4fxSMXgH4RG21i5 { top:199.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #USZIT659mfT03zGfEMss6QyunHiKTuZP { top:212.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTl8CuuLqPcV9b91sIoMBk1wnqMw0CWT { top:76.5625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXQQnHQhkchHtZP6CfbN2Tx0z3Bom4sD { top:89.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #As155WmTG9nI81vN4XGMPL7A2XmsBIDX { top:102.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c75NlDBybpRXuE1KJVFv2sDnvIn2kf53 { top:115rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AezqaX5Bz2JXidTnZlapgnMGv4s9AWJu { top:127.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBVhTh9er7ndtwmqaxbVTREibZLlA4Zu { top:140.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1PqA7sVPqAgnoLxVes5MQT4b24g7mEG { top:153.4375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg2qrfuZFK7eTxsJAJkTcqUMMIJeGw1J { top:166.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtG22AU1yH1w8I9qQZcSvFArfHTetiUr { top:179.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afaJWwP8aTBBSaouiR5TGlUfTsVCP1H5 { top:192rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wFWug8EwCceHFiZybXc4XsqH9F6d9I { top:204.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thDFubQx6wmznFsGCi832S6lH2JMbLa5 { top:217.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #On7BLLwCyyAO3xqFtA3veqToMwQH2Euz { top:44rem;left:0rem;width:6.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQxo7Jpwe69d5d2O1smAM0aEWoo96awu { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEdGmctNev7PdydkTTd0KRnPd7sUXpah { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gApfoBdi81E0518qoKfFxGZlNiiXwaNa { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhMuQKlbumylpw8EeniFUNCJMAT0LhLz { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3kEkIXJ5NdXV3FL2SgOHGBRC3fHagZ9 { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTeZOXqnTTXUR6ehrDi0yJDvK2wQLkWV { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXhgwuVxy8dJkv5DbbaeH06ZBPy06fhd { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKyEk6mNus6v959KMJtny1t5e9B7zR7z { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1O79GKQeH6ZTA6ISLuOE3Prs45WOXrF { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOTnQeMKO4Ng34uwO03KNPJKgnfiZtuf { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mN4WXzXxEeKcwMAyPOIJF1iITz51wMpS { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekvov0croctB5nqmTt6AaBmGyTpDoiUk { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZ72GzMugT0lKE1VRUDNKDyvEowqBzZ9 { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbFGo23sQoBsGQKsVwmTTtcQ08w7xhyB { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiImFOWb5cLgv1upEgBbdDbapGO1te28 { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2QmAG9scyUnH8sXod6wEJpNx9Iapinl { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Un0Ti4b64gM18oPBqDy5eOKT13D8wzIJ { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VliMl5SzdTZV7QTPto3LMlHTh3AeO43U { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBeE1e8hOpCJlSkWCo4OAd014ktPw9hH { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFsk7w9TtCGy7FMvMT9kLSQcOFDCm1AK { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Foe7AJrRhX1Tmke3xbsxfEZ5RcO3wdHJ { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFAo53xbcOl0zPheblu7nguzXX9fXIJ2 { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TabphnShGdpgSdzDHMTry159Ary0eLiW { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJyXbfMldbJTPp3ZV88BhzmgBrhyFFzW { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZ13A30sgWsybL9Iq08BIiqm1h12fRzv { top:132.75rem;left:0rem;width:7.5625rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGiTpOalW5uypcxyw5716zRbDZuJvHhZ { top:36.9375rem;left:34.25rem;width:13.5rem;height:3.4995120144451rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXvGS95cbeXFZySlTU7J273d9zcTda8Q { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtI1ASUwIue1nyJG5lKnF7x1Vw8ikixP { top:79.4375rem;left:0rem;width:7.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zw3Lta06dQP5XBnregfTc03mbRTwPN5C { top:77.75rem;left:5.3125rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHbuVJPHO3a7hJ4tgoUlrl4pHpDCWTTz { top:77.75rem;left:0rem;width:9.25rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oL6dzfESJ8ZvwNbMaEOQITrqM6fnNLeK { top:77.875rem;left:19.25rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScP16UISHn1est8FqL05IfBiXLiaFHMs { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PccTueg6ZmFeT67oVVpoW5smmMvOck3X { display:none; }
 }@media only screen and (max-width: 763px) { #s21t51CxozqNJ10L2Uvq0Z9RAfBev50o { top:4.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKCbLEnG7G6VCbqSIhzImc9ksJvkql55 { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9wQA8rivgF2WqLBiBgTy5nu27nV8HGT { top:12.3125rem;left:25.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ1aHBc4n6Ercn9cco8pRByGJFw28K41 { top:29.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNCS0JXZynxMzqcJmZcxGJucB6UlBiAy { top:29.125rem;left:26rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAHZweZVsO6N85FZN5TwBWtHamETuhht { top:45.75rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGTulC0S613ifnI1p2PJgloar6c2BVLF { top:45.75rem;left:19.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIH0VP2PG99xCkuKQTJsc68Tb04zOXTu { top:45.75rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smce5gML30ThcGvVpg84V2wO9E41Wd2u { top:20.8125rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz7v0U0l5e5bNBOspyZxtC8XpTMdDv7L { top:18.125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmlKxDh6dyklHCSSls26RdJzuUUNoXGN { top:18.125rem;left:25.8125rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTg8UIIaWoe7K9ls4kUlkgGISkvAImvh { top:20.8125rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIBK6FWir5a88TL4bsi5llJ0fz6R8Q2o { top:34.8125rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnuZ6mIyDrNGIhp7XV9ivB1ScdQTTcXr { top:37.5rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrvaGcXp7Vg1Tv5EuoGmUOBCc4gQ0dEs { top:34.8125rem;left:25.9375rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyiK5XgRuJ8dnLPEevmRRMQp0w64LMdf { top:51.375rem;left:0rem;width:26rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCrsQXDEebeBElq4d4n3LxgvBQAy2BAP { top:54.0625rem;left:0rem;width:22.125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQ0a8aucqkZ0OwaH5TD2XLpLOkyz9qz { top:51.5rem;left:19.1875rem;width:19.875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcXM9qAlJIUtRKFWxarcsBg7Mwhplrfq { top:54.1875rem;left:19.1875rem;width:19.4375rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvR7ZnmtNUbAzinUTHIunCeokNQPsCim { top:51.375rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwnFB2spAdTHidVlpMT1sTXAGyAJJgUq { top:54.0625rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHBx9h7gH3xqWaBaS0v5TDHVy1EgEkX5 { top:13.0625rem;left:0rem;width:2.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQzouaKcux7tRS1U7SRt5tVLJZu7NQDn { top:13.125rem;left:26.28125rem;width:3.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svyPW7fVuUcetv3Ev4bbqMyNm5A2iXsM { top:29.5rem;left:0rem;width:2.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1CW0CWN6gfDkNTfiGLdppVyr4aq5Xbd { top:46.8125rem;left:19.84375rem;width:2.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAhcTL2P5p7quwUn0a7u4wZKVTqt1tsy { top:46.4375rem;left:45.1875rem;width:2.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVgVaPdRIEPLJEtNLd6qKsPct4eyovVL { top:11rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrbJ18oyNl73iUsJ5y7idKu4ndxAFphU { top:27.6875rem;left:0rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqJlrisAVQB1uLJcLC8dHNv9E2r1e5C7 { top:44.3125rem;left:0rem;width:27.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS2oX0O2OAzTzxNyveQvRdOaePegQen1 { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z11qg0yQ8rFl07Mg4IQ9w4IIy7AcUOQJ { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1txNRd6SWI7AEaVlaAyQ6a4LiDgWVVa { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIyAaJSPlqm4qBpFQ2S88nTyVveGquKA { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBmWvMOXMSgdlfvvZzTfHVqVnfyxlTiA { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiTwSbyouOQUrg4lRxVlIRNhowoRX8QV { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDERPRe2gLtTUJioTcbUyq3aivZtyVdN { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPufzeRApIUBVTEhIZ4A7ueVexdLC9Rd { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XW6focT560rvRPRz6eOiVpqQmLzIxfqr { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDdKG3rSwERHoMf1BTRth3PnEl5DuqBG { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFNkD66HGJ0gDGr6W85qixIkxAwTJFbD { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7C7Vqv9GWJxyAft2Qrx7DpMwMq8XpQM { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXx05Ce4rMBCudnood1qoZJ0zEnFxi32 { top:22.0625rem;left:22.28125rem;width:1.375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTcRGehgUb9xToWmEewTTB0JrtyLrzEC { top:3.8125rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbgGPzmkFx26IbTTTV651ZFCZauRyHZy { top:10.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3acucDD2ZxTDHWyVeZJu0FUK4h5MA8g { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpNRnVyO2ywm9pBPMH3OD6p7DKhfDLqn { top:16.3125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAU2i9n9pyiHrrNNle0m3SP7su96dtUc { top:19rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMo8M6QSxTu9791QhEHqbruaKWXV68oN { top:9.1875rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaTxGsQvUGBw8PafGoDVUzMUf8G9yo2x { top:16.3125rem;left:25.8125rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ma4dxyk4GsQM85NwQesq2p00GpTxeuie { top:19rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElngFeXG0PgFBPTdy2XvTQSJAKmetST9 { top:10.5rem;left:25.9375rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y48Xk7dTfbBcZXUKsaJWtMxVCWtS0rad { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5sLsbuLFka7zlkcCmxKg43uAcmEtHZ5 { top:25.875rem;left:0rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KoRMQXEttps55uHsVrZ3inTP2BOtAwFG { top:27.25rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #THTU73DztCMmulnrTVRHy3uWpyHlAq8X { top:22.0625rem;left:22.28125rem;width:1.25rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ws3TCtTKGRZOkm3qDtoJdcvqLdqTAMZA { top:33rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJLW40uxk0hI1hsx86ZOp4wWcm6TmxSc { top:35.6875rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8n3sde2CZmB1Rz90ectAuzevIFUrd8H { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9p6FTlLuRVJbrsqNabiZ1OEiRvxVtFb { top:43.125rem;left:0rem;width:15.6875rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVtpbVAb8QkWK4yzW95xRlTJzMBE5zbP { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KiJfC1axzGFiiD0EBETQFhT0W14SDn1W { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHqf8U8EJ29lvXnTEuXSTO5yS58FK0J2 { top:25.8125rem;left:13.6875rem;width:10.875rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnsctKATNMSF11bqP7KTQBD0HBUkAtSA { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyrFoq1DbounHA0ffKvqn3OmRWllcv4x { top:53.3125rem;left:0rem;width:16.5625rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uko3uJaDnP2Mh7t64TTDIpegmz8Iqvde { top:55.0625rem;left:0rem;width:14.9375rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cl1u2sxnu2yqsIy5km412zNKk6hNVyuT { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6WIGPtcS3ROa0ruBTRFMug0CGEiG3Sh { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnxymG81QsLQCiq7miHMBL9qgahTOtko { top:49.6875rem;left:21.4375rem;width:19.875rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dut6GRnIMQ8zT0fm6TFGH5gqflwTO3zd { top:52.3125rem;left:21.437255859375rem;width:19.4375rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXQKp8PgmWSAk28nz6amtyZUVc1ciDIF { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZlAz0UsQ4uvBU1qm5raLb9pVKygvSsVC { top:22.0625rem;left:22.28125rem;width:1.4375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtgcuvuvSFWIJDIeTclM8FgwOo2qgfFQ { top:49.5625rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #heg8EiKTk3zT0vZtqKxBbsgoFdHf0f5i { top:52.25rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZ1VHnBAudPRTclElT279oA5aq4BHwv2 { top:44.3125rem;left:7.1875rem;width:40.5625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vymIaxlvd3LP1Fph2KBIKP8ORKQxcTAx { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2tS2dq2KAnlEVQMafmDs200qk4nDk6w { top:46.25rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t79pK576IpIwhr80RTtnml0ibdCGTkXt { top:27.6875rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5A1y7SnUa3V9ifKoBVopTIZNBIDIOSP { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1aGexpZAflfv3JNLoabZ1k9TJpn0ySg { top:18.125rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McMsq4pKeHuzsG4M1kMvoRW3NiyP8nRc { top:20.8125rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekDa2LPzTpXh3GG5tRDgAe5AvokRrg3p { top:11rem;left:0rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG4uFuonbAQa7XZzoAquV08497hSZco0 { top:9.0625rem;left:0rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCvZNOxXtyTRpFiBnUMap9UvxA4QHzdA { top:27.25rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #STWWLolmE0JokoNharI1vst4IJ8Xv6L2 { top:12.75rem;left:0rem;width:13.625rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WT7r9LnEi7XFVOBvVTHMXBIysZM4ToSI { top:14.25rem;left:0rem;width:13.0625rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F06E53SzeUap67nUmpLSxs2TqIeGRXBQ { top:13rem;left:0rem;width:2.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhRwOkDuyBAawQgrAVN2ZJwyfFLGp6gb { top:29.625rem;left:26.65625rem;width:2.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlrp5u13iNCgKQWEDTqBJ1cMWi3asgB0 { top:37.4375rem;left:25.9375rem;width:20.4375rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwgXLo0RplWbpe3DhoOwxv8EXiBQ9bOO { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.8168604651163rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnKrSt9DR7IxuSGXvwTsT5bLEGsbpmeh { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.4425rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGPs0cKdNnqXOLNWKInQ1rsK5EQtny26 { top:44.125rem;left:0rem;width:12.3125rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl { display:flex;height:auto;width:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #bh9ERfmJE1T5seXa8PhL9E0yr89756Go {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #y5D68Stb0fAquWOXVRFEsTveBV64GUtk {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #NqEdZD0LB6cslsyxWorkmDMinQd3tWtp {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #wNTRpp66pJO4LnIZuvzsEgLqniJTeXFW {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #qd4U5bopRs1dUqS2lvmxQ17uTlNicgS0 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #Uo5d5ibORG7nHgfoxUEpsHImwH0VhEKk {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #rcLtJnKxT8TxOvvXnQXEJ1FAHq617TBE {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #vAsu6dQ3aFNpA25P0C6alVpJEb9wp6Dg {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #p8FB0xWNsaH1TPTozgVh61lQ3iAKAO77 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #xMHaAr8UgmVA8yeECIygdLK8U1AuUfKP {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #d2V2IbddXEQevuV3nO2Ha0QuV3qVXrAJ {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #RpH3X0SJF4Ni5y2fr1V8T8Z1ofBWtoJF {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #rElChZx76q8JqTXrG6GFBFiDbyyZcMmu {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #pt2s7wPuQ3eJumcKtosahdArnmNvuAOc {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #xgyF9spimNd6BsCI3E7iTIaTogOe3iaD {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #FWraFhyxcTJyG375rHmxzUTe5aSSuyHm {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #sTBzXgNvDk8JzsTuMmR96zFm7Xo4JRb0 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #cne9ga2hso3Nza6Ay5wPxxIPJaD8LbQ3 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #sZUPb4lcfbSDL72a98ILFy1WAzTEiMHG {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #fITGSD5aXLWmAU8CtJHwihOIhbfF0LZ2 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #sUMTyfUrelqIh4uskh76tInDFQnJSqpP {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #IXbrfbecqzBx5PG7pRWQ5d6Rt9XBcGl8 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #eaFmHy1Ak6Ma2hzDXBsSy6TbTIVn3Na9 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #WTtP0gBi56W0l6QBIBM40JWsauRPXN1Z {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #BkV6DzIFT4aVstgr6rNuxKaiPKc9tnAE {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #fT7xtacDsNut37Rdahu5eEKzMtA6gLTz {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #w9EBt8yloCU2sGPm8hOb286clKnbeeez {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #pCz4VvKJrKFKcdwdJCgshpnUsvgbpu6i {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #XqtwBtlATsmt8mxPpGxS1Er6nTIo6f9R {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #iQ8byftkwsylvvTOWmEGFkHbA5XupeWp {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #HHtU0qX0oPmKhKD6PVaV0TuMikzDi6vO {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #pxixemvDpUzWabVhZetqiHuv2gW53G6s {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #TJ9KE6yAR5nsptmaGnU1Oi6RMbLzgGRJ {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #PdFampypPAtm5Pgv1WIy2gQFrNoKC9hB {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #hAuBaHqTnSVCJX922xRXcMZRDDATpTGn {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #XuHikaw9s44JCr8aUB465352a7IVONig {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #bz6FvzkZwZVRZ1lBscMp2S637rw3VUUR {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #BwXbalUVl2mWzJO7S8Q0wEdqyGZTkkPO {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #k3SOmg8ugiJNxAcpzgpkVPIMXxMmXsOi {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #ovR7l7mbc6o0RAEvVW7sdUVwbN0o6dV9 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #NwhiNy79vonDDR77eKWFM3LpWeHdNuW9 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #iVSB8zDGvGOO4tP5WzNfQ2GsUBgC4Dpy {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #Fu6yf4FRlpnCg2L89bM3tpQCMbhFVpNy {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #z9txDKBLhkpzRIuL4ywO4AAlLJ6bVdxE {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #SK8IVeTHtdngiXwqztADLQESL7FAtCGa {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn { display:flex;height:auto;width:45.25rem;top:5.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #u0pwrnVJwuwQIquGBunPLCdoi3r0acZN {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #R7eobInWXa3PaskwJF1tSnfBbRii60pF {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZWXoBbNxJC4RF10bKHnxC2U2x0IZytEW {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #e8Pra7iCx703KBKM2yU5eB8qcJqS9OuD {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #Tye618bNDBvQEw33uqN5IMdTUywyUsDT {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #MCm0E3zWn6pELAOrzkddOvWqOztVmHMm {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #yGZJpaUZMUMSUFVEeLUZNVSCWKtzxoVn {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #iNxkPDw0WLGzxrkX8ShfuzGuE6TCaiCS {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ydgmbyw9UIShV7GSPTNk2l7GX83mI1Rr {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #THk9O3H7U1uZyOsrgrF0yygVSbROgRr5 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #QByCeEFz7Oy570pyiwVp0SUdJSfO7GDC {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #hqKWG0B4gLD2lx4k48HvPL2JTTgghdec {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #qiV5xx5LStLmu7109G9apoATft16aM5C {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #k3VnWWJpnUwaQN4fBPtIpN2sTUTO0xe7 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #s0517Fe3Bd1yD4fr1HWpOMvBxNVNzkmi {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #K5syP6n9aZKT4LNQ67TcRver55pNs9Kr {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #AVSf7BoUqklqmGvMm0LFKOyOvg5upsfy {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #JreNQxSTl5e4wrlAlEoTHG8NXF9gxdXz {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #lE0HKuG4KheP3BM2dGNtKFAcTHf05Zi0 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #WtQhd0GL65rHBsRZG0Z26UPXEtcvvpCn {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #o6vheWvQJFqgHdGUFyH8t7VMeLW2SEJd {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #kBKy46hM80rL4qBe8tswiZbPkTqTsfv8 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ATpHmHOe5ZfKaNd8hqTrZxTTiu6iwEN4 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #qVxIkZ7mtahPUB7gfTG7nGftI8pPWFA2 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #K9SuCd6JkJiZV77gLrRBqL3oFsckV9P5 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #MDy6SrpQQ4bPq0O55eJogpKfiuBxuFHM {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #GXkIWd3mPrpUTXJ7M4eSUcnqFfraFvOr {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZyNJ33O7oU1sCTNy0IaCXJcwJIqiQFPz {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #pdypbLRS0IeAmcHB1syHEdTZVyyOur4F {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #cBTBNHbf2fbFUn9mM9yv7V0AnpGEz5Tv {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZzTOW90UxOwFQOll4az9kOhy0fDykuiN {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #dh0IGoaCzEcdkmVuXzpVfttIUSQGdv0I {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #WKX1igy55mZBlwJZaEBBy3VapnOI8ghB {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #VJmS8lFo76LBseBhDTdGceD1FfDVOHx8 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZJQ4BT5g6k7ATS0wG7nBFZr5vufiZgzE {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #HxiqAVpTOdS578hWwfgiuL7VBJizsLdA {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #gA5hQafgNKVfyAkLqNWoiLt9sBTwUNHb {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #pEC1Z6PTeEEoBgJ6TBekrX1bEhVavUZQ {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #FAtzLdlzQQQhLehGT9mCG9AXvmoElSng {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #NpoVsuT6QtDJrbZ0VUtfgF7vfzSy4ZnA {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #naCR6O756Ba8bEBEDDeEHxFQtToepKS0 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #l93lIf63cxLCEHTwJUptTpCRv5vMTeQ7 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #pzMVslkmH0pSPpdIW4G8Wrkw4TaehvUo {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #aDTAkCUHEAuTE6Jq8PNahUMbE378DLU7 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZfdWfXGno6B7HvoNfrQ4Dzm4B1aAOAUe {  }
 }@media only screen and (max-width: 763px) { #er985K25MGzqTShbo71q5kfVyiZoy4Ps { display:block; }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4EZltD8bcb0gDRW8qkUuEpSDRovK6s0 { width:18.75rem;height:88.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHWLVrpae11v4AOksL9rwFkyOrlRtygZ { top:20.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4MwghSP2isokXNbBRZ9ZiC8eT0PWQqD { top:15.625rem;left:0rem;width:5rem;height:196.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKU3XDMX0bdpPLBCHnbQaTnTodhyaDum { top:15.625rem;left:7.40625rem;width:5rem;height:197.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVdRgHGCvhZ74RCWCwzOp3lnTQZlbXCl { top:15.9375rem;left:21.375rem;width:5rem;height:199.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpAkzh4pd3ZnhlvF6E9anHKl2iMu6sCZ { top:15.625rem;left:35.96875rem;width:5rem;height:200.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fneIWphy0Oy9IEJTKE9e9rpHQ2vypB3p { top:15.625rem;left:42.75rem;width:5rem;height:200.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK42iywuNkvkq6FmAE0fQemEnTq9tK8K { top:33.125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6trAdetzxU6G7SRK6ffZH1G2HNdTutM { top:25.3125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irzIuhLuKgKg2RyS3ZDPnErAWD5E94LL { top:179.1875rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPThK3ztRahOmJE6ZmCxAh37lzqfx1Cv { top:45.9375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMweJb0kTWUGZks7McHZVWW5Jr1KzTva { top:38.125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6L0DdPHsdkFOwcKJHTTRdoGL9QIBOFa { top:50.9375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMUx6klla01AdiBpedyT923zmZgXepDT { top:58.75rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7AE2fVlDfD4X3UAXi48EBfmyieH0o7u { top:63.75rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRT7GcnwHTkGm0SIlKRpfc0XIzdysbbS { top:71.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #miECdFcpCADW1tT8qiBWSbbmEUSPDvdv { top:84.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzSI8ym7BKEW1tZnlDuzZvRPHLV5pu0r { top:97.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9axeNObyrZMGX1f8Kkbnlv5VqxyTB54 { top:110rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s68MzoMpdPMBeZ9Ata4pV5UEsJvUhQ0d { top:122.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0gQ2x5pUusz2I9adPDreN3twexbCMCB { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEQFNdR9Shy22hTTfgHDeg4303fUkgF1 { top:45.9375rem;left:0rem;width:4.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4wgd4HWXprwN2GaVJMrA7xznCXTeE3d { top:58.8125rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALMaMo82ofmsc4T41VdxdH7Q6KKbofon { top:148.4375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBw4C7RDzXwfzHDMq35hC8Rea7UqyRup { top:161.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9heTRUuN9D0TgA4LWKTGyOVLKqiAE9t { top:174.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRopRMP4ctZICo6CnoOnKU0RZypEiTlV { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ko6l8XO8tMmG6w7KyNgGvFnxlBDqRATT { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9PHU6mVZLL9HBZc4HuAHrQQhNMcN5zZ { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKQSvRtfVkEglc4skWh6VdhBIfN5zxVl { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kK7ov4DZ9NMrOSoVmIf4osaLVvtr4rR3 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvUJA35B6T7WrMxdsPkzmoNsMwZJTwn8 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBomnVUyTRHz1yJNaVTSReSw1V4TgVPu { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HECCBbypzJAKUl2fqTFrJuLpMLxZL7mB { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfefRtZbHSrv37PdzT9cBTOlMpB2ZXQa { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMQaefoKDBUwrM74FO17V5Gh6XL8py2K { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jp3UrIapptopNpUBqyatZ1T9Q6gCH017 { top:135.6875rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkflKOyGB4hVhsb12gnt1OTQ6bBBn3ah { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDmfMvASO71ZUXGUc4sT9fb0VRDRgvgR { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EC0SGQpBQ5XqOfhzfqI8MDDl8w6foc3U { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZaah2ro1RQwnZMsVXrShiQxyxhFP01X { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfLJA4gy3SMRPfz2OBgnKr3eZCwtMvf5 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEwenkzsrevTpdX8T9a4xkR8eUr2Om74 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQph1xX0q48FkfcoTRAbfh7DgLGIhcqf { top:187rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1REoyb53GR04WuTT664p8DZTqoUAyix { top:204.8125rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI5GiK35V0quJueei3lu8pNBFHKg6AZJ { top:199.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w71cean9yeZ6Mz5AhTnD5nahO9sQKTsJ { top:212.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAuqss7ZsKL6TadMTe038NUlgr0WO3KO { top:76.5625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju8y3JAqOeImUcRurcZBaXbT4kSdVtgI { top:89.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seI4mxQWK6etkNU1UInOV7R5wOzbLWuU { top:102.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPy6uzlqatygpDWgTVapp94aNRoXvDo3 { top:115rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECuLw4HKcqFAiMaMC0IULPhvX4gKGkh8 { top:127.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZwhLtkqCrG3WHGZucEpmNPtwWlW25nR { top:140.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCq2HEqmyh7d1GgbXyRD6MQPUwumbnRy { top:153.4375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCuikotrM3GnXXTH5GSOzQU38ppUfmwD { top:166.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tphqzc2ENmXMMQFgMNyI0V3NQwT4KlOA { top:179.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc5gpnJwz9sZ0etvmDa7UoBEilbCM50h { top:192rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCCf2HRiPdV2Fh2vE3JOnhJnRt0x56zm { top:204.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdFAxTyCpSOUyRCB6WXQlTI0OqANLdCG { top:217.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFFV466pWTTfUI44QANvF8yTefTexN3h { top:44rem;left:0rem;width:6.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1zWQGsJy0l4RhJ0tV6CnW63NnUo8SOb { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kazJVJWU31pBtg9UPAmhZInxLsdP7hw7 { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TykdWDIhfQyEIUzAPGnxrZRsxsK32Z81 { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #naeBciI3Tykhi4rpfQB73JPUCrbwwtVk { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hToFqUHicZyt6aRgrKPnppHJJl0Z53eb { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkT67k1hCLZUyOR8ZG9orJUN06lLPyHh { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJmHTOcd1QHbRTcFx11gX4pruVmmZFnK { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1HuhE34LpE4xclRxTOfpDmVXbAfTy0T { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QuFsLCGumNA2h71Prl6smUdluCNXXIKW { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVMGwew2ydILhtX8BxBuzKBXP0BVOpgR { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9kCGm0rZSfPNOdiGHy3QX9v8GFSbB16 { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8mB6NRea0CCJQi07suv7nFgTtX1DlFU { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtQItkQQf3XZUV4Hc1CGRrXAtzdX6gUE { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKVgwvfDPz3uibaFRggBTQEMOrp7sZtu { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsCFfSdI2NRsgnD5sfBimWMFmn6gyNwq { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvfL54T6VrfqXpa7LzRJO7MBh1kKtz0B { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2ak8DiktNcwZNbFpG73KvLAsKdXcitl { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aX5Toh2aDS3RC92s2ArnsDLTqzE7BomU { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntaQW9I8qVxMo5p6VAKKzKOPcp64zoKF { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #inKn21OMr3H5GVz8olZwSDukyfGnFrLb { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iwf7WoWWyk1CimMXdOWzOKBExhCmRSzn { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #igJbcdKu1xQhQwXuthvvnnwJlarRVIhx { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8JXErq2w9mw9J0GPZCCci8rkVHZDbLp { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0TsZ82MswC8anoUFICWRfyb8bGXMOt7 { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQp2CfrdAQPXvHvcbyCAox6FnT2MbScl { top:132.75rem;left:0rem;width:7.5625rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKy6LfEerMitCMKazTUaE53yq76yZFQL { top:36.9375rem;left:34.25rem;width:13.5rem;height:3.4995120144451rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5DvUADS65gTaXGfcEUvw7i6IDKzX8ko { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWiSUr8AlaSv0ZCdTJTXxlMObabMndbW { top:79.4375rem;left:0rem;width:7.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUIsivBK2e3bshTrLOFyZcRLi7vGFEcD { top:77.75rem;left:5.3125rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJgmXc1hPO4tV0iN2SlpK3dVWF43apP8 { top:77.75rem;left:0rem;width:9.25rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wl2CoLXddSvpyDEWBPyIpnQqXNM78GlF { top:77.875rem;left:19.25rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFk5qSr93VHcbmx2K5dbxopPATpvePgW { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQasEuGq7BXTF4M0AdZsETfKUFgGOpSJ { display:none; }
 }@media only screen and (max-width: 763px) { #g1mVJPIC6etrVwmyGFFmJ6owLxQAxdKp { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh7sFPsv4HIaBKnrc3ndovQZ6KOiWigL { top:20.8125rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzCAOG0ARac0H6WFn64EE0K6xCo4iXa9 { top:18.125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKqTSN9KkxPEQvL3e6xrJTOO4c8ikm9L { top:13.0625rem;left:0rem;width:2.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUVGFAQHX5sexgSUg5Lz21wSgAe3CW1n { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1cCRo0cJtkWbbd5VsugDpAl9E0Ufn7L { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQfucSAz68zOKS0gFsgihPMtT0vIbbV4 { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JB0rlTsWZBpP5GR4Nf4JFPo4mDQTZ8ks { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJnGMm8txFuEvocDeVCJUAJsXSGq38Tc { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5VZSGtalrX664aFD7EXk9liFgIuvLV9 { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4S5E1UB2lBVA62mDZayypxMnF0cWcLE { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFBaDzhkU6MEAhCBVKSyI3IK0flglDET { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEPzTdRINiB4MXxWQbUpd7wMNJfqwgha { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcMtK17f6yhqk6OHolNnG6XwTXqVGBw2 { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3ZyQBzMhVPH2VgnzZJqbcPUwNrTq1Qk { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tELtnRm4JenSNXMpU057xTgGnpnyZptz { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRCiIvhavQ9ERqCTkTkD9kvquTT4kpSX { top:22.0625rem;left:22.28125rem;width:1.375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nONowPSXTVrI30C0dwe0aOtwi6pOBCVQ { top:10.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMRk7yNvcbNn79eeF8TRzgmqpXIs1HnU { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGSIK9dVbAnGP9EXbyu70QvGOr0duJnX { top:16.3125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #exbJ5hwTnVJL5JDlNNy9pCPaDl7OZ8w0 { top:19rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 { display:flex;height:auto;width:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #uIBvT7d2U6Js6l0AnhAAukJW0QVnXKcq {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #RcyrX4PFWG8AEJuobTmyCby52srSqEE6 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #Nyy8i2UGgxR0ODl3SxOoKIL61WiCK3Ka {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #n8kL0XTnGbNbFlTfyoOOUngMOb5m4T56 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #gQBGV0hwx4s1GCVpp6Megiy6Saz3pZx7 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #XWWBHuSc5QGWMkRk7KPtFkr77RNCopu2 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #oP36zrXt4NmVO0nlWCotgWtFHeskNugx {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #yVo3N7DmGuDE9gcVcro8qfu0OVWom8Mw {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #v9cMTrhvSr4AKCgHuWdi6SBrPMg9wfbb {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #q9lBETXHTyM3X9i60tSgxsrnBRGFruCd {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #ZywTUKGZEk9ATnQJAe7tXZL3xQPmVfK9 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #C00lsJrf8z8ZwKWBeuuGnD8PnPRg08fH {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #qUkTbxcIngX21mUHyIAPfPTNOOfyG37H {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #ehUoRKaRyFpadJTVzzy4JpHMHPE08aLE {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #rZpsC1mTsimw8OogEdu4oiBbiSXcT4vy {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #hgUzpF3kc9HFLgfupfzrT8mwZkEnZDD0 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #BJSn5CIFwkwSetCNHpc2nmQGOQFwNFZu {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #UldH5GxTTmbmpKpTZbnMlTQ3ktctGDAH {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #FJIldRTTKBnhD73iykEL9kESk2v2ET9s {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #fl5b8ywtNEDqMqxMeAd446qqX3iEtBOZ {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #NUSAegpwGeNQgZyndnM7XAeMQQ9Kycn7 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #QKGEqmrrTEk22A0F0WCKRGbxVJ1cMO1t {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #rLGBvLADZfzdaZzFo1iM5PTkchdmQpJL {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #tJxou8mOoLhXd0feRQU8m66GB1IvTWTm {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #htxgmCs3XOoVVXDODtNWmcWrUsycTl8y {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #Es7ifoMUrpGIlnL3Bm5faX2RixeMC9Tq {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #VdRWBbrWa8rTSKOtptzry68vUAErAFc9 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #OBGFnOyxPFDJhNfssh9VyJVCtT3AJB1V {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #IccB4iOd6iJqxzeC7TksExLEl1FVWt4C {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #vt3V3fsOeDl5qNHz5XtTLEghemSVxbZ7 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #C0h9mKTKrktsRA5KWZKA4EMpaMhPnmxa {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #D5GCRTam6hVoUDO1oOqsqFoaIGm8UbVT {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #id323rvUBBnCe1BVUIvzgnAEcWsKUQlL {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #DzwvxCx0XISO2WJKRX5WRHAh8OfXsEV7 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #iTD2VS6kdbe0uMKtMd6BFdmEh6l5b3G1 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #qOLTVwVIXosIVmcQmfy92HlntZBRT7m2 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #KSiX5xLnME05gTxvG41TrxzbtPFMELnl {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #L8EJI3NaAa2kPspqZIT67eK1DKJwtemy {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #XP2EPxcpur8EHSlA9oxbGwDUyGxWJcF2 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #LqhsTQQl8U1oGGn9T0UsdRwQR1MGZnMi {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #J6ouVxQAxCU40Xsa0ZIv81degKnxQvHy {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #K9sQHkN540mvevhgTb9UiHEFoRNfOLO5 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #DQTS2UEqP13ViMRJzWn5yO1F93qGub9S {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #wXz1W5xantA3bxV8TbLh4Qe2tWrEAWmU {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #WUdE6i8g7rOMxze7x375PZfZ7RdED5cB {  }
 }@media only screen and (max-width: 763px) { #B9V7gZeKcZmrVuqM0xVB1tfJbxFKibph { width:13.75rem;height:3.4375rem;top:53.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkl4lWNuZHGc3DAlyG4EvcaQbMqM8rSw { display:block; }
 }@media only screen and (max-width: 763px) { #ISEOSIU5qRz87n9R1mNQCLNJ00QwRTOg { width:13.75rem;height:3.4375rem;top:53.8125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHH7BXDOVWyG94riBQbuVuDeUXZ6qsu4 { display:block; }
 }@media only screen and (max-width: 763px) { #uyiCqvGDSSGUfpp9JiG7LDPW25v7qKH8 { width:13.75rem;height:3.5rem;top:30.5625rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3yfGrD2aAET31Ty6AW5UqgX4ptVW8V5 { display:block; }
 }@media only screen and (max-width: 763px) { #JM5geyzzPgKB01zRc8uPPOystyEe3ZVu { width:13.8125rem;height:3.5rem;top:30.5625rem;left:33.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRvisJk0lvTttrEgFCc2pxuXIKSFxuT9 { display:block; }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO { display:flex;height:auto;width:45.25rem;top:5.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #DH0GpimKqP2hZtGN0Olv4Tzxa5DZLJTJ {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #AWRSVI4ctekF1blht6TdCT1WKA0Zrew3 {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #y0l4iFN0Ub0NtFTT2whTPOezUfk2TzwS {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #EL37mBihdgbFEi6ugTenUqvfa8ZKvc6R {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #rwHz6QFs5gmI5d1mDXsaDioWVsuuNVhl {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #Ln2DgsG7U5oDM0FgOL9FGpuzPzyGTHX1 {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #QuxNlac3E8uue6htL8tEKkaekPOaeXxk {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #IxbeN9gdLVrlu9xVAJkZiHrorUC7mTCa {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #N3v7NxzBwmIrdqN9n208pppef7C7vAGO {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #UWCgNAqa7wTaqAXTyxTCn6ErJnJyf2ns {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #x8FL1P68qvMKN51ltCewXbAgiQIQwKcS {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #kPka5in6VhBNCZ1UAKP6h8qb2M7F3fTD {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #FGXOSIdztXgA5DqgMGfkwetQ9oKWaIJM {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #eX4xRRtmggseaQcWkVznXvL6MLCDmnVs {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #HdN4lZnszHTQPbD7g09w6KAB2XJ6dCVo {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #WDvHw4UEWpD0zF6TlG2v8e3Cq0qogees {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #t5QBANWdMmA2JLgQdcRH6fqZ4l8CV2zs {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #gDaOPO3zhGt1C31xPSd1S8DCvenynTb7 {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #FvT3Xr2KsqqAGZAwttxPf4qXbQ770GEm {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #tKX4B8T839Wrm8Dfo6IqMIee7oJkhqNp {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #oPoUutcTJUcTeGXCASk7inatxSDxZxIv {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #EnbP4g2zaouHSeNBKGGz9fIlfWeQb97e {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #wvg5A4zQ0dgkpxn9VNddz4pT0BDSbHMk {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #QA3mHGkNGlGEvI6C02TW9pk5Q9xZ2LqT {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #SMfzO69GTl8lEBTnsxguHb8yFzvBEabw {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #wFQzUHT4sTbll54WAouPbM4mrrAHn4NF {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #Sgu6mLxXfHtlowCG0ruu5JH3L8PCEnwZ {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #zhMfJKmcvzBSn24RZLgDB3XHg0NO17Fi {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #XmwPAFNc9GzA6T2FZxqDyUk2WZnZXdtT {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #bwSOAaGezcgDwwR9RbWCHG862rTBUrZw {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #rTx06ERP1ZULq8HsftVO6WEGdFsNZUIv {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #HaLF8HynWArZXu8ZI1BZef3ADLnTECqi {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #RKfJKuiCZE03l6R3dD404ywpTsR5ooWp {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #WRyeHzWBivdk7OHJ2t94dBdy983DqxnG {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #XTXxtchZAmSCbX2B487OvJhblVUSnuJE {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #DWUTm20CS0Dws639NTFxo8X91DOTZXLE {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #NIMDg5xm243DaHxzaGgMus9Tw8MxRt2o {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #TD8xMSGCVRCtkdFUvUVtFfUudfgfdQHm {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #M8c7hR9VDVDJFXqVeq3B5DoehPqMapGX {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #LTt3tnbxZDCUwzg0MxeokbHMTLVQGdf4 {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #UBmQlp4BVr5GyBBo2geqkPq7tqPAmbXR {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #D3xmqkwplKWUOQF28DTWvoUtzDeVtKKq {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #geUIempC84LEJf8viXOZtZUGvEQHQEhw {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #thELrtJiUBQdgiJqUF573d2RC1KkuiFT {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #XCmdnpdx84f2z53NVMqp4N7l8BlDkbyy {  }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { top:3.1875rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#192434;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/3c2fa564-05ec-489e-a4cf-135e184798e0/maxikombimobile2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RG5yGe8tgHyvsVxZ0rD8PdEXcuQuGcLp { width:3.5625rem;height:3.5625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRxI2TVB2vZlIhI8ZQTomuEGRRuTdWNz { width:20rem;height:0;top:30.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXTUCbmNr1qRA1UuU5NarFutR3mkLbxU { width:20rem;height:0;top:34.77392578125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbPncaH9LVE1Go572E9aB2S5gPgyHL21 { width:1.875rem;height:3.1875rem;top:47.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMl5h2UvHgdRg5lPXSKTtrnwLetxth8a { width:13.75rem;height:3.5rem;top:51.875rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWeIPaDCKLOms3aqzShBGFz9D3qwVgbi { display:block; }
 }@media only screen and (max-width: 763px) { #QQgdHCwoXg8ZqakhmBSRIBU2gio7OvCH { width:13.8125rem;height:3.5rem;top:56.375rem;left:3.0625rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhwtLntBtFwIr7KiiHfQFR3TKp1MFEo { display:block; }
 }@media only screen and (max-width: 763px) { #upAg8TstybVoAFxspPf6xxXRrCPaztt9 { width:20rem;height:3.448275862069rem;top:18.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5bbJWT0IPTNtdrwOSwE63RzTORIeNNS { width:20rem;height:4.6323526875rem;top:40.1875rem;left:0rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #WUuzDsQA4TTF7993E5diXLWCTky68gKM { width:20rem;height:3.235294125rem;top:34.8125rem;left:0rem;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #FTaUx3x9Tb3Na6A9QznHbesJqm23DCkZ { width:20rem;height:3.125rem;top:31.40625rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL { background-color:#1631fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { background-color: transparent; background-image: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container > .video-iframe-container { display: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { display: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .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); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { border-width: 0; border-radius: 0; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbaMWeMffJoF8ISBo2lwnv6toO1GDDNn { width:20rem;height:22.058822625rem;top:28.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOuFBTvXwqlzB3JX7R7qH6TJLwwToy9l { width:13.75rem;height:3.5rem;top:53.5rem;left:3.1875rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmKch7cIn3UTMwxJbFHTTGlUKFP4nAcq { display:block; }
 }@media only screen and (max-width: 763px) { #JemcRuTLzpt0tM6Tdgsp8ZShJIWr5rKo { width:13.8125rem;height:3.5rem;top:58rem;left:3.125rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GC5ZusISVk9dixKw1wDybqxypXI3rKp1 { display:block; }
 }@media only screen and (max-width: 763px) { #iZ0qsgSpw6NvUpozxF2h67ipyblS6Xg6 { width:20rem;height:28.865435356201rem;top:1.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvVPAoNBNtd3gTWnc88bDhcy6GJ6zIOT { width:18.75rem;height:27rem;top:0.875rem;left:0.625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nd4TWNaT17fL8IZqLoSNbGKeVlhPDgyO { width:20rem;height:auto;top:2.6875rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR { background-color:#1631fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR > .row .container { background-color: transparent; background-image: none; }#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR > .row .container > .video-iframe-container { display: none; }#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR > .row > .video-iframe-container { display: none; }#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR > .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); }#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR > .row .container { border-width: 0; border-radius: 0; }#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iz5CmmI78NveJZ8B0xIhzIV8U4spsmxR > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa26tFhg0vwgDllHntJvpCsS02C9WIQ4 { width:13.75rem;height:3.4995403125rem;top:1.25rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq7qA2qPVh7OrXboXNfIBtNfz2fhJn3m { display:block; }
 }@media only screen and (max-width: 763px) { #K61UE2KTTqOIn20bpmFNTy1xd4eJoqJl { width:13.7899814375rem;height:3.4774814375rem;top:5.9995403125rem;left:3.0625rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxHa7eZCVInnaSZJuduHQgEfyDzSC2x6 { display:block; }
 }@media only screen and (max-width: 763px) { #yg1uTRWFoxtqcKN4BQmQaBrMXym9NWBy { width:20rem;height:28.713910761155rem;top:1.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ { background-color:#1631fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { border-width: 0; border-radius: 0; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { width:20rem;height:169.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zPUbbep7f17Leg6RPxxgKqI2NRugU2vM { top:10.375rem;left:0.625rem;width:18.75rem;height:88.1875rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ryNRzgV4FehAND1rP2LlsOOKwrQaPZTT { width:20rem;height:2.5rem;top:14.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mz2KACdh4Bn9hMJSaZ275dP1OyLtmnks { width:3.125rem;height:234.5625rem;top:14.03125rem;left:1.53125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #apZT739xm0TxNng4ByxAffDSFF4wQqn2 { width:3.125rem;height:234.4375rem;top:14rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKpWgirmkME9Q5dACrX2RvDMFMTC7sJe { width:2.9375rem;height:234.75rem;top:14rem;left:14.664285714286rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfSh5ckeVuQbMNGXFTmtCbBrWEekgfnX { width:5rem;height:42.25rem;top:264.49658203125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmtkNs1vWFHr1rTDV0BeRQ4XslsCv3dt { width:5rem;height:42.25rem;top:292.5083rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBtmkQJ05zGFoKk6vMhWnAHLT4X4zI87 { width:20rem;height:2.5rem;top:22.88671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvh1ImR7mCtk88JixDpXFwQTf33stTcQ { width:20rem;height:1.0625rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M48TpaHkVErTxP7OrocKBQNPfCiCrRFV { width:1rem;height:6.375rem;top:243.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6Bc3SPkNTQbdpERlV0ywCCBCpHWwnc8 { width:20rem;height:2.5rem;top:31.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #haHVW5ZNehmqLtTzL5sykKHHQNxh0k13 { width:20rem;height:1.5625rem;top:347.88330078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9k8h3mQaTrfU3Muyi9x3FLqcsMv0Ilk { width:20rem;height:1.5625rem;top:356.94580078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPcL44lePaX69GyoEDfpR4wrc6F1Toza { width:20rem;height:2.5rem;top:45.44921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTTerPbB86eTzsA57mXSmIAVeNoAVRln { width:20rem;height:1.5625rem;top:366.00830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRJ5wmxd4rtPTzUICA9GdlTeZkUsHby2 { width:20rem;height:2.5rem;top:54.32421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBvs0CpmP5QZlHrdPmHE1gexngbWtXwu { width:20rem;height:2.5rem;top:63.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmAuPXwGrReCuCKDBTqFRnmiKJtvnZOM { width:20rem;height:2.5rem;top:72.07421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZnIkpkTCpBIlMyJ7BhUWRIPMAPGWAZo { width:20rem;height:2.5rem;top:80.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThPMIvKlcatNeM4zpAoCVURKx21B5fWZ { width:20rem;height:2.5rem;top:89.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ld567APL9IwPUb4d4NpO8BURxskqGTG5 { width:20rem;height:2.5rem;top:98.69921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKJR2457iu9pEQTqepyN5gdxpzaulvvT { width:2.1875rem;height:2.5625rem;top:45.38600730896rem;left:8.7496448159219rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntqv7F5JeMCd5OhMKleXeSSltKeXq4DL { width:5.1242875rem;height:5.1242875rem;top:84.734943389894rem;left:6.2857148051262rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQys6v4AQe4F6X8DuepFhtkPI4xAm0d9 { width:20rem;height:5rem;top:710.0361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEhqDE7Pa5ltPGRVIVLxdysbgofo8VQL { width:20rem;height:5rem;top:716.2861359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0UCbq3dgTtRiThXXRfu2WcTp0fMgMGa { width:20rem;height:5rem;top:722.5361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PM6Xl3fBmN9FFt8nkrQ7ea2Vzo2O17sH { width:20rem;height:2.5rem;top:107.57421875rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #gU3k9DqOKJqXU2Uwcmi0dQ2TTxReTh6U { width:20rem;height:2.5rem;top:116.44921875rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #JX2pcgaIWPToBreEN4TgbAdyrt7wg7Ld { width:20rem;height:2.5rem;top:125.32421875rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #neqtHolBsicmBrWFR5UGSO2KF3kf8cZO { width:20rem;height:2.5rem;top:134.19921875rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #VzqSedhgrioTAZm5GVLsqlmMekCEle4N { width:20rem;height:2.5rem;top:143.07421875rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #RbgBlVEG0WAXUaiN6rRaepWD5TRxrd4e { width:20rem;height:2.5rem;top:151.94921875rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #v4pqB2DIk5x1gLySkiat2nJtEfraRb4i { width:20rem;height:2.5rem;top:160.82421875rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #h19uWLR3NL7TVXcmB3EBQQOaOtZQt8yf { width:20rem;height:2.5rem;top:169.69921875rem;left:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #iHlxaenlTWUAhg5kqMS6tBE0Wyhgpe1u { width:20rem;height:2.5rem;top:178.57421875rem;left:0rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #iNqNMq9PZ0csV5Llnqo5OX0s2dx67QuV { width:20rem;height:2.5rem;top:187.44921875rem;left:0rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #kXMh4rBCngz72e4xSrzedh8TqxBSspHW { width:20rem;height:2.5rem;top:196.32421875rem;left:0rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #v0VBEEI0P2iBllEy6EznheJL0iHZXWVe { width:20rem;height:2.5rem;top:205.19921875rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #lXErxhzQSUxGS2c1TEoT0oDGSKiU7bIB { width:20rem;height:2.5rem;top:214.07421875rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #TaDmeAtKI63iCntWH8AdIAgOQN5wGUfn { width:20rem;height:2.5rem;top:222.94921875rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #clJTVnAH0bAD7QpPdou1aOpsCqrzkh6J { width:20rem;height:2.5rem;top:231.82421875rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #xzAfyAw5Hr88N64ktfizbksaJhuRAvaS { width:20rem;height:2.5rem;top:240.69921875rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #lihZ1paTWNRNOFrckobHZSv7EH1bI1Dh { width:20rem;height:2.5rem;top:249.57421875rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #vRZyC5Kpn8ZwE1trpTx67frpDrdzDbQt { width:20rem;height:5rem;top:191.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #glfhhTITTEQ72q9KxChtJTnE1Gonamrv { width:2.0625rem;height:7.8125rem;top:912.88801862181rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkl2zDtpodv4fLMQs4fxSMXgH4RG21i5 { width:20rem;height:5rem;top:204.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #USZIT659mfT03zGfEMss6QyunHiKTuZP { width:20rem;height:5rem;top:217.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTl8CuuLqPcV9b91sIoMBk1wnqMw0CWT { width:20rem;height:1.5625rem;top:728.135763916rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXQQnHQhkchHtZP6CfbN2Tx0z3Bom4sD { width:20rem;height:1.5625rem;top:308.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #As155WmTG9nI81vN4XGMPL7A2XmsBIDX { width:20rem;height:1.5625rem;top:337.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c75NlDBybpRXuE1KJVFv2sDnvIn2kf53 { width:20rem;height:1.5625rem;top:788.788279541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AezqaX5Bz2JXidTnZlapgnMGv4s9AWJu { width:20rem;height:1.5625rem;top:798.836217041rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBVhTh9er7ndtwmqaxbVTREibZLlA4Zu { width:20rem;height:1.5625rem;top:827.821654541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1PqA7sVPqAgnoLxVes5MQT4b24g7mEG { width:20rem;height:1.5625rem;top:844.05691275025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hg2qrfuZFK7eTxsJAJkTcqUMMIJeGw1J { width:20rem;height:1.5625rem;top:854.123313385rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtG22AU1yH1w8I9qQZcSvFArfHTetiUr { width:20rem;height:1.5625rem;top:895.295709198rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #afaJWwP8aTBBSaouiR5TGlUfTsVCP1H5 { width:20rem;height:1.5625rem;top:899.07144515994rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8wFWug8EwCceHFiZybXc4XsqH9F6d9I { width:20rem;height:1.5625rem;top:921.95051862181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #thDFubQx6wmznFsGCi832S6lH2JMbLa5 { width:20rem;height:1.5625rem;top:966.41516237181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #On7BLLwCyyAO3xqFtA3veqToMwQH2Euz { width:6.8125rem;height:0;top:48.757171630859rem;left:12.968099653721rem;font-size:0.75rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #wQxo7Jpwe69d5d2O1smAM0aEWoo96awu { width:2.5rem;height:2.5rem;top:63.199219703675rem;left:8.5625006556513rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #FEdGmctNev7PdydkTTd0KRnPd7sUXpah { width:2.5rem;height:2.5rem;top:63.198356628419rem;left:15.124349653721rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #gApfoBdi81E0518qoKfFxGZlNiiXwaNa { width:2.5rem;height:2.5rem;top:72.074219703675rem;left:1.7851564288139rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #uhMuQKlbumylpw8EeniFUNCJMAT0LhLz { width:2.5rem;height:2.5rem;top:72.04276275635rem;left:15.156033575535rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #H3kEkIXJ5NdXV3FL2SgOHGBRC3fHagZ9 { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:1.8430989384651rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #WTeZOXqnTTXUR6ehrDi0yJDvK2wQLkWV { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:8.624783575535rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #cXhgwuVxy8dJkv5DbbaeH06ZBPy06fhd { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:15.100694715977rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #AKyEk6mNus6v959KMJtny1t5e9B7zR7z { width:2.5rem;height:2.5rem;top:98.698577880863rem;left:15.101129591465rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #A1O79GKQeH6ZTA6ISLuOE3Prs45WOXrF { width:2.5rem;height:2.5rem;top:107.6060295105rem;left:1.8119420409203rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #yOTnQeMKO4Ng34uwO03KNPJKgnfiZtuf { width:2.5rem;height:2.5rem;top:134.19866752624rem;left:1.8119420409203rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #mN4WXzXxEeKcwMAyPOIJF1iITz51wMpS { width:2.5rem;height:2.5rem;top:134.26173019409rem;left:8.6241322159769rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #ekvov0croctB5nqmTt6AaBmGyTpDoiUk { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:15.101346075535rem;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #pZ72GzMugT0lKE1VRUDNKDyvEowqBzZ9 { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:8.624783575535rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #VbFGo23sQoBsGQKsVwmTTtcQ08w7xhyB { width:2.5rem;height:2.5rem;top:151.94922637939rem;left:8.5625006556513rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #PiImFOWb5cLgv1upEgBbdDbapGO1te28 { width:2.5rem;height:2.5rem;top:151.94836235046rem;left:15.101346075535rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #y2QmAG9scyUnH8sXod6wEJpNx9Iapinl { width:2.5rem;height:2.5rem;top:160.82423114777rem;left:1.8114150166511rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #Un0Ti4b64gM18oPBqDy5eOKT13D8wzIJ { width:2.5rem;height:2.5rem;top:169.66537761688rem;left:15.101779997349rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #VliMl5SzdTZV7QTPto3LMlHTh3AeO43U { width:2.5rem;height:2.5rem;top:178.57271194458rem;left:1.8114150166511rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #BBeE1e8hOpCJlSkWCo4OAd014ktPw9hH { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:1.7484808564186rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #eFsk7w9TtCGy7FMvMT9kLSQcOFDCm1AK { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:8.6243496537206rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #Foe7AJrRhX1Tmke3xbsxfEZ5RcO3wdHJ { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:8.5933161377906rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #HFAo53xbcOl0zPheblu7nguzXX9fXIJ2 { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:15.101346075535rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #TabphnShGdpgSdzDHMTry159Ary0eLiW { width:1rem;height:4.6875rem;top:230.72983551026rem;left:15.827691137791rem;z-index:15081;display:none; }
 }@media only screen and (max-width: 763px) { #XJyXbfMldbJTPp3ZV88BhzmgBrhyFFzW { width:1rem;height:4.6875rem;top:239.60546875rem;left:2.5618489980697rem;z-index:15082;display:none; }
 }@media only screen and (max-width: 763px) { #cZ13A30sgWsybL9Iq08BIiqm1h12fRzv { width:7.5625rem;height:0;top:137.5009765625rem;left:5.9677734375rem;font-size:0.75rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #ZGiTpOalW5uypcxyw5716zRbDZuJvHhZ { width:13.5rem;height:3.4995120144451rem;top:256.69376525879rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXvGS95cbeXFZySlTU7J273d9zcTda8Q { width:2.5rem;height:2.5rem;top:72.07421875rem;left:8.625rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #HtI1ASUwIue1nyJG5lKnF7x1Vw8ikixP { width:7.25rem;height:0;top:84.228088378906rem;left:12.75rem;font-size:0.75rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Zw3Lta06dQP5XBnregfTc03mbRTwPN5C { width:5.8125rem;height:0;top:84.253044128419rem;left:0rem;font-size:0.75rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #uHbuVJPHO3a7hJ4tgoUlrl4pHpDCWTTz { width:6.5625rem;height:0;top:75.379348754881rem;left:13.123698294162rem;font-size:0.75rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #oL6dzfESJ8ZvwNbMaEOQITrqM6fnNLeK { width:6.125rem;height:0;top:84.2539024353rem;left:6.8125001788137rem;font-size:0.75rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #ScP16UISHn1est8FqL05IfBiXLiaFHMs { width:2.5rem;height:2.5rem;top:45.571430206299rem;left:8.6244427561763rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #PccTueg6ZmFeT67oVVpoW5smmMvOck3X { top:12.8125rem;left:1.9990234375rem;width:3.25rem;height:238.375rem;z-index:14995;background-color:rgba(227,227,227,0.12);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #s21t51CxozqNJ10L2Uvq0Z9RAfBev50o { width:12.625rem;height:0;top:1.26904296875rem;left:3.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#283548;display:none; }
 }@media only screen and (max-width: 763px) { #iKCbLEnG7G6VCbqSIhzImc9ksJvkql55 { width:3.125rem;height:3.125rem;top:8.5rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9wQA8rivgF2WqLBiBgTy5nu27nV8HGT { width:3.125rem;height:3.125rem;top:18.75rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZ1aHBc4n6Ercn9cco8pRByGJFw28K41 { width:3.125rem;height:3.125rem;top:29.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNCS0JXZynxMzqcJmZcxGJucB6UlBiAy { width:3.125rem;height:3.125rem;top:39.1875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAHZweZVsO6N85FZN5TwBWtHamETuhht { width:3.75rem;height:3.75rem;top:89.125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGTulC0S613ifnI1p2PJgloar6c2BVLF { width:3.75rem;height:3.75rem;top:89.125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIH0VP2PG99xCkuKQTJsc68Tb04zOXTu { width:3.75rem;height:3.75rem;top:112.1875rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Smce5gML30ThcGvVpg84V2wO9E41Wd2u { width:5.875rem;height:0;top:13.625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nz7v0U0l5e5bNBOspyZxtC8XpTMdDv7L { width:12.8125rem;height:0;top:11.9375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dmlKxDh6dyklHCSSls26RdJzuUUNoXGN { width:18.9375rem;height:0;top:22.1875rem;left:0.71875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #bTg8UIIaWoe7K9ls4kUlkgGISkvAImvh { width:15.125rem;height:0;top:23.8125rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #pIBK6FWir5a88TL4bsi5llJ0fz6R8Q2o { width:14.875rem;height:0;top:32.5625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HnuZ6mIyDrNGIhp7XV9ivB1ScdQTTcXr { width:11.3125rem;height:0;top:34.1875rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #CrvaGcXp7Vg1Tv5EuoGmUOBCc4gQ0dEs { width:11.5rem;height:0;top:42.625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iyiK5XgRuJ8dnLPEevmRRMQp0w64LMdf { width:16.0625rem;height:0;top:12.875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GCrsQXDEebeBElq4d4n3LxgvBQAy2BAP { width:12rem;height:0;top:14.5625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #POQ0a8aucqkZ0OwaH5TD2XLpLOkyz9qz { width:14.25rem;height:0;top:23.0625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HcXM9qAlJIUtRKFWxarcsBg7Mwhplrfq { width:11rem;height:0;top:24.75rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GvR7ZnmtNUbAzinUTHIunCeokNQPsCim { width:12.8125rem;height:0;top:8.375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nwnFB2spAdTHidVlpMT1sTXAGyAJJgUq { width:12.8125rem;height:0;top:10rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vHBx9h7gH3xqWaBaS0v5TDHVy1EgEkX5 { width:2.625rem;height:2.375rem;top:259.87939375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQzouaKcux7tRS1U7SRt5tVLJZu7NQDn { width:3.0625rem;height:2.1875rem;top:273.60400625rem;left:1.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #svyPW7fVuUcetv3Ev4bbqMyNm5A2iXsM { width:1.6875rem;height:1.8125rem;top:286.95361875rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1CW0CWN6gfDkNTfiGLdppVyr4aq5Xbd { width:2.625rem;height:1.6875rem;top:314.9624140625rem;left:16.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAhcTL2P5p7quwUn0a7u4wZKVTqt1tsy { width:2.5625rem;height:2.3125rem;top:314.6811640625rem;left:16.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVgVaPdRIEPLJEtNLd6qKsPct4eyovVL { width:18.75rem;height:7.9375rem;top:17.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrbJ18oyNl73iUsJ5y7idKu4ndxAFphU { width:18.75rem;height:7.9375rem;top:28.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqJlrisAVQB1uLJcLC8dHNv9E2r1e5C7 { width:5.9375rem;height:3.0625rem;top:87.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bS2oX0O2OAzTzxNyveQvRdOaePegQen1 { width:1.875rem;height:1.625rem;top:9.25rem;left:1.4375rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Z11qg0yQ8rFl07Mg4IQ9w4IIy7AcUOQJ { width:2.5rem;height:1.625rem;top:19.5rem;left:1.09375rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #s1txNRd6SWI7AEaVlaAyQ6a4LiDgWVVa { width:1.25rem;height:1.9375rem;top:29.65625rem;left:1.6875rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kIyAaJSPlqm4qBpFQ2S88nTyVveGquKA { width:1.875rem;height:1.875rem;top:39.8125rem;left:1.375rem;z-index:15059;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #WBmWvMOXMSgdlfvvZzTfHVqVnfyxlTiA { width:20rem;height:8.5rem;top:10.3125rem;left:0rem;z-index:14995;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qiTwSbyouOQUrg4lRxVlIRNhowoRX8QV { width:20rem;height:8.5rem;top:18.75rem;left:0rem;z-index:14996;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qDERPRe2gLtTUJioTcbUyq3aivZtyVdN { width:20rem;height:8.5rem;top:15.625rem;left:0rem;z-index:14997;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CPufzeRApIUBVTEhIZ4A7ueVexdLC9Rd { width:3.125rem;height:3.125rem;top:9.4375rem;left:0.8125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #XW6focT560rvRPRz6eOiVpqQmLzIxfqr { width:2rem;height:1.3125rem;top:20.5625rem;left:1.375rem;z-index:15063;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bDdKG3rSwERHoMf1BTRth3PnEl5DuqBG { width:3.125rem;height:3.125rem;top:19.625rem;left:0.8125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #xFNkD66HGJ0gDGr6W85qixIkxAwTJFbD { display:flex;width:2.125rem;height:2.125rem;top:9.9375rem;left:1.3125rem;z-index:15018;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7C7Vqv9GWJxyAft2Qrx7DpMwMq8XpQM { width:3.125rem;height:3.125rem;top:4.9375rem;left:0.8125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #mXx05Ce4rMBCudnood1qoZJ0zEnFxi32 { width:2.0625rem;height:1.75rem;top:5.6875rem;left:1.375rem;z-index:15064;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mTcRGehgUb9xToWmEewTTB0JrtyLrzEC { width:20rem;height:4.5rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15014;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #cbgGPzmkFx26IbTTTV651ZFCZauRyHZy { width:3.125rem;height:3.125rem;top:9.25rem;left:0.75rem;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0070e1, #003ea4);background-image: -moz-linear-gradient(180deg, #0070e1, #003ea4);background-image: -ms-linear-gradient(180deg, #0070e1, #003ea4);background-image: -o-linear-gradient(180deg, #0070e1, #003ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );";background-image: linear-gradient(180deg, #0070e1, #003ea4);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #s3acucDD2ZxTDHWyVeZJu0FUK4h5MA8g { width:1.875rem;height:1.625rem;top:10rem;left:1.375rem;z-index:15067;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qpNRnVyO2ywm9pBPMH3OD6p7DKhfDLqn { width:7.3125rem;height:0;top:12.8125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.8);display:none; }
 }@media only screen and (max-width: 763px) { #BAU2i9n9pyiHrrNNle0m3SP7su96dtUc { width:5.5rem;height:0;top:14.4375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15034;text-shadow:0.1875rem 0.1875rem 0.625rem #000000;display:none; }
 }@media only screen and (max-width: 763px) { #sMo8M6QSxTu9791QhEHqbruaKWXV68oN { width:20rem;height:8.4375rem;top:18.375rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VaTxGsQvUGBw8PafGoDVUzMUf8G9yo2x { width:7.8125rem;height:1.5rem;top:22.6875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Ma4dxyk4GsQM85NwQesq2p00GpTxeuie { width:11.375rem;height:0;top:24.3125rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #ElngFeXG0PgFBPTdy2XvTQSJAKmetST9 { width:3.125rem;height:3.125rem;top:19.125rem;left:0.75rem;z-index:15015;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #y48Xk7dTfbBcZXUKsaJWtMxVCWtS0rad { width:2.5rem;height:1.625rem;top:19.9375rem;left:1.0625rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B5sLsbuLFka7zlkcCmxKg43uAcmEtHZ5 { width:20rem;height:8.4375rem;top:28.3125rem;left:0rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KoRMQXEttps55uHsVrZ3inTP2BOtAwFG { width:3.125rem;height:3.125rem;top:28.96875rem;left:0.75rem;z-index:15017;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #THTU73DztCMmulnrTVRHy3uWpyHlAq8X { width:2.125rem;height:2.3125rem;top:29.375rem;left:1.25rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ws3TCtTKGRZOkm3qDtoJdcvqLdqTAMZA { width:13.625rem;height:1.5rem;top:32.5625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #VJLW40uxk0hI1hsx86ZOp4wWcm6TmxSc { width:9.4375rem;height:0;top:34.150390625rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #e8n3sde2CZmB1Rz90ectAuzevIFUrd8H { width:3.125rem;height:3.125rem;top:38.875rem;left:0.75rem;z-index:15018;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e9p6FTlLuRVJbrsqNabiZ1OEiRvxVtFb { width:11.8125rem;height:1.5rem;top:42.5625rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #CVtpbVAb8QkWK4yzW95xRlTJzMBE5zbP { width:20rem;height:8.4375rem;top:48rem;left:0rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KiJfC1axzGFiiD0EBETQFhT0W14SDn1W { width:20rem;height:8.4375rem;top:57.9375rem;left:0rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zHqf8U8EJ29lvXnTEuXSTO5yS58FK0J2 { width:20rem;height:8.4375rem;top:67.875rem;left:0rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JnsctKATNMSF11bqP7KTQBD0HBUkAtSA { width:3.125rem;height:3.125rem;top:48.75rem;left:0.75rem;z-index:15012;background-color:rgba(227,227,227,0.12);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yyrFoq1DbounHA0ffKvqn3OmRWllcv4x { width:16.5625rem;height:1.5rem;top:52.25rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;color:#fbf8f8;display:block; }
 }@media only screen and (max-width: 763px) { #uko3uJaDnP2Mh7t64TTDIpegmz8Iqvde { width:14.9375rem;height:1.75rem;top:54rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15028;color:#fbf8f8;display:block; }
 }@media only screen and (max-width: 763px) { #cl1u2sxnu2yqsIy5km412zNKk6hNVyuT { width:3.125rem;height:3.125rem;top:58.6875rem;left:0.75rem;z-index:15014;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e6WIGPtcS3ROa0ruBTRFMug0CGEiG3Sh { width:2rem;height:1.375rem;top:59.5625rem;left:1.3125rem;z-index:15065;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AnxymG81QsLQCiq7miHMBL9qgahTOtko { width:13.75rem;height:1.5rem;top:62.1875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15030;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dut6GRnIMQ8zT0fm6TFGH5gqflwTO3zd { width:7.9375rem;height:1.75rem;top:63.9375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15029;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qXQKp8PgmWSAk28nz6amtyZUVc1ciDIF { width:3.125rem;height:3.125rem;top:68.625rem;left:0.6875rem;z-index:15015;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZlAz0UsQ4uvBU1qm5raLb9pVKygvSsVC { width:2.25rem;height:1.9375rem;top:69.1875rem;left:1.125rem;z-index:15066;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vtgcuvuvSFWIJDIeTclM8FgwOo2qgfFQ { width:7.25rem;height:1.5rem;top:72.125rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15032;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #heg8EiKTk3zT0vZtqKxBbsgoFdHf0f5i { width:6.6875rem;height:1.75rem;top:73.8125rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15031;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KZ1VHnBAudPRTclElT279oA5aq4BHwv2 { width:20rem;height:7.0878274268106rem;top:44.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vymIaxlvd3LP1Fph2KBIKP8ORKQxcTAx { display:flex;width:2.125rem;height:2.125rem;top:49.25rem;left:1.25rem;z-index:15019;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #O2tS2dq2KAnlEVQMafmDs200qk4nDk6w { display:flex;width:2.75rem;height:2.75rem;top:46.25rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t79pK576IpIwhr80RTtnml0ibdCGTkXt { width:20rem;height:8.4375rem;top:38.18505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5A1y7SnUa3V9ifKoBVopTIZNBIDIOSP { width:3.75rem;height:3.75rem;top:12.375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1aGexpZAflfv3JNLoabZ1k9TJpn0ySg { width:20rem;height:auto;top:18.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #McMsq4pKeHuzsG4M1kMvoRW3NiyP8nRc { width:20rem;height:auto;top:20.8125rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ekDa2LPzTpXh3GG5tRDgAe5AvokRrg3p { width:20rem;height:8.4403669724771rem;top:11rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xG4uFuonbAQa7XZzoAquV08497hSZco0 { width:20rem;height:8.4375rem;top:8.5rem;left:0rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HCvZNOxXtyTRpFiBnUMap9UvxA4QHzdA { width:3.125rem;height:3.125rem;top:9.25rem;left:0.8125rem;z-index:15021;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #STWWLolmE0JokoNharI1vst4IJ8Xv6L2 { width:13.625rem;height:1.5rem;top:12.75rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #WT7r9LnEi7XFVOBvVTHMXBIysZM4ToSI { width:13.0625rem;height:1.75rem;top:14.25rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #F06E53SzeUap67nUmpLSxs2TqIeGRXBQ { width:2.625rem;height:2.375rem;top:13rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhRwOkDuyBAawQgrAVN2ZJwyfFLGp6gb { width:2.3125rem;height:2.5rem;top:29.625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlrp5u13iNCgKQWEDTqBJ1cMWi3asgB0 { width:20rem;height:auto;top:37.4375rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VwgXLo0RplWbpe3DhoOwxv8EXiBQ9bOO { width:1.875rem;height:1.625rem;top:10rem;left:1.375rem;z-index:15069;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RnKrSt9DR7IxuSGXvwTsT5bLEGsbpmeh { width:1.875rem;height:1.875rem;top:39.46875rem;left:1.375rem;z-index:15071;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UGPs0cKdNnqXOLNWKInQ1rsK5EQtny26 { width:12.3125rem;height:1.75rem;top:44.125rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl .accordion-element-container { background-color:rgba(var(--color-primary-4),0);background-image:none; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl .accordion-heading-text { font-family:roboto;color:#fbf8f8; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl .accordion-desc-text { font-family:roboto;color:#fbf8f8; }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_04a756b67ce57b3c311742ea036f02be8ef166d4.svg"); }
#miHotw5QK52r1ZBxDRPBnKr49oKCIOOl { display:flex;height:auto;width:17.5rem;top:80.875rem;left:0rem;z-index:15086;background-color:rgba(var(--color-primary-4),0);background-image:none; }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #bh9ERfmJE1T5seXa8PhL9E0yr89756Go {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #y5D68Stb0fAquWOXVRFEsTveBV64GUtk {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #NqEdZD0LB6cslsyxWorkmDMinQd3tWtp {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #wNTRpp66pJO4LnIZuvzsEgLqniJTeXFW {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #qd4U5bopRs1dUqS2lvmxQ17uTlNicgS0 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #Uo5d5ibORG7nHgfoxUEpsHImwH0VhEKk {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #rcLtJnKxT8TxOvvXnQXEJ1FAHq617TBE {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #vAsu6dQ3aFNpA25P0C6alVpJEb9wp6Dg {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #p8FB0xWNsaH1TPTozgVh61lQ3iAKAO77 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #xMHaAr8UgmVA8yeECIygdLK8U1AuUfKP {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #d2V2IbddXEQevuV3nO2Ha0QuV3qVXrAJ {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #RpH3X0SJF4Ni5y2fr1V8T8Z1ofBWtoJF {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #rElChZx76q8JqTXrG6GFBFiDbyyZcMmu {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #pt2s7wPuQ3eJumcKtosahdArnmNvuAOc {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #xgyF9spimNd6BsCI3E7iTIaTogOe3iaD {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #FWraFhyxcTJyG375rHmxzUTe5aSSuyHm {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #sTBzXgNvDk8JzsTuMmR96zFm7Xo4JRb0 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #cne9ga2hso3Nza6Ay5wPxxIPJaD8LbQ3 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #sZUPb4lcfbSDL72a98ILFy1WAzTEiMHG {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #fITGSD5aXLWmAU8CtJHwihOIhbfF0LZ2 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #sUMTyfUrelqIh4uskh76tInDFQnJSqpP {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #IXbrfbecqzBx5PG7pRWQ5d6Rt9XBcGl8 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #eaFmHy1Ak6Ma2hzDXBsSy6TbTIVn3Na9 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #WTtP0gBi56W0l6QBIBM40JWsauRPXN1Z {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #BkV6DzIFT4aVstgr6rNuxKaiPKc9tnAE {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #fT7xtacDsNut37Rdahu5eEKzMtA6gLTz {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #w9EBt8yloCU2sGPm8hOb286clKnbeeez {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #pCz4VvKJrKFKcdwdJCgshpnUsvgbpu6i {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #XqtwBtlATsmt8mxPpGxS1Er6nTIo6f9R {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #iQ8byftkwsylvvTOWmEGFkHbA5XupeWp {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #HHtU0qX0oPmKhKD6PVaV0TuMikzDi6vO {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #pxixemvDpUzWabVhZetqiHuv2gW53G6s {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #TJ9KE6yAR5nsptmaGnU1Oi6RMbLzgGRJ {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #PdFampypPAtm5Pgv1WIy2gQFrNoKC9hB {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #hAuBaHqTnSVCJX922xRXcMZRDDATpTGn {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #XuHikaw9s44JCr8aUB465352a7IVONig {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #bz6FvzkZwZVRZ1lBscMp2S637rw3VUUR {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #BwXbalUVl2mWzJO7S8Q0wEdqyGZTkkPO {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #k3SOmg8ugiJNxAcpzgpkVPIMXxMmXsOi {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #ovR7l7mbc6o0RAEvVW7sdUVwbN0o6dV9 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #NwhiNy79vonDDR77eKWFM3LpWeHdNuW9 {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #iVSB8zDGvGOO4tP5WzNfQ2GsUBgC4Dpy {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #Fu6yf4FRlpnCg2L89bM3tpQCMbhFVpNy {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #z9txDKBLhkpzRIuL4ywO4AAlLJ6bVdxE {  }
 }@media only screen and (max-width: 763px) { #miHotw5QK52r1ZBxDRPBnKr49oKCIOOl #SK8IVeTHtdngiXwqztADLQESL7FAtCGa {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn { display:flex;height:auto;width:17.5rem;top:60.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #u0pwrnVJwuwQIquGBunPLCdoi3r0acZN {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #R7eobInWXa3PaskwJF1tSnfBbRii60pF {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZWXoBbNxJC4RF10bKHnxC2U2x0IZytEW {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #e8Pra7iCx703KBKM2yU5eB8qcJqS9OuD {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #Tye618bNDBvQEw33uqN5IMdTUywyUsDT {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #MCm0E3zWn6pELAOrzkddOvWqOztVmHMm {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #yGZJpaUZMUMSUFVEeLUZNVSCWKtzxoVn {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #iNxkPDw0WLGzxrkX8ShfuzGuE6TCaiCS {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ydgmbyw9UIShV7GSPTNk2l7GX83mI1Rr {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #THk9O3H7U1uZyOsrgrF0yygVSbROgRr5 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #QByCeEFz7Oy570pyiwVp0SUdJSfO7GDC {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #hqKWG0B4gLD2lx4k48HvPL2JTTgghdec {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #qiV5xx5LStLmu7109G9apoATft16aM5C {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #k3VnWWJpnUwaQN4fBPtIpN2sTUTO0xe7 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #s0517Fe3Bd1yD4fr1HWpOMvBxNVNzkmi {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #K5syP6n9aZKT4LNQ67TcRver55pNs9Kr {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #AVSf7BoUqklqmGvMm0LFKOyOvg5upsfy {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #JreNQxSTl5e4wrlAlEoTHG8NXF9gxdXz {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #lE0HKuG4KheP3BM2dGNtKFAcTHf05Zi0 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #WtQhd0GL65rHBsRZG0Z26UPXEtcvvpCn {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #o6vheWvQJFqgHdGUFyH8t7VMeLW2SEJd {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #kBKy46hM80rL4qBe8tswiZbPkTqTsfv8 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ATpHmHOe5ZfKaNd8hqTrZxTTiu6iwEN4 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #qVxIkZ7mtahPUB7gfTG7nGftI8pPWFA2 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #K9SuCd6JkJiZV77gLrRBqL3oFsckV9P5 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #MDy6SrpQQ4bPq0O55eJogpKfiuBxuFHM {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #GXkIWd3mPrpUTXJ7M4eSUcnqFfraFvOr {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZyNJ33O7oU1sCTNy0IaCXJcwJIqiQFPz {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #pdypbLRS0IeAmcHB1syHEdTZVyyOur4F {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #cBTBNHbf2fbFUn9mM9yv7V0AnpGEz5Tv {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZzTOW90UxOwFQOll4az9kOhy0fDykuiN {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #dh0IGoaCzEcdkmVuXzpVfttIUSQGdv0I {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #WKX1igy55mZBlwJZaEBBy3VapnOI8ghB {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #VJmS8lFo76LBseBhDTdGceD1FfDVOHx8 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZJQ4BT5g6k7ATS0wG7nBFZr5vufiZgzE {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #HxiqAVpTOdS578hWwfgiuL7VBJizsLdA {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #gA5hQafgNKVfyAkLqNWoiLt9sBTwUNHb {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #pEC1Z6PTeEEoBgJ6TBekrX1bEhVavUZQ {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #FAtzLdlzQQQhLehGT9mCG9AXvmoElSng {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #NpoVsuT6QtDJrbZ0VUtfgF7vfzSy4ZnA {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #naCR6O756Ba8bEBEDDeEHxFQtToepKS0 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #l93lIf63cxLCEHTwJUptTpCRv5vMTeQ7 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #pzMVslkmH0pSPpdIW4G8Wrkw4TaehvUo {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #aDTAkCUHEAuTE6Jq8PNahUMbE378DLU7 {  }
 }@media only screen and (max-width: 763px) { #MdrAmxrDxHGCUmTIHbO3Txwdd1wB0Vyn #ZfdWfXGno6B7HvoNfrQ4Dzm4B1aAOAUe {  }
 }@media only screen and (max-width: 763px) { #er985K25MGzqTShbo71q5kfVyiZoy4Ps { background-color:#1631fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row .container { background-color: transparent; background-image: none; }#er985K25MGzqTShbo71q5kfVyiZoy4Ps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row .container > .video-iframe-container { display: none; }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row > .video-iframe-container { display: none; }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .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); }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row .container { border-width: 0; border-radius: 0; }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#er985K25MGzqTShbo71q5kfVyiZoy4Ps > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4EZltD8bcb0gDRW8qkUuEpSDRovK6s0 { top:10.375rem;left:0.625rem;width:18.75rem;height:88.1875rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VHWLVrpae11v4AOksL9rwFkyOrlRtygZ { width:20rem;height:2.5rem;top:14.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4MwghSP2isokXNbBRZ9ZiC8eT0PWQqD { width:3.125rem;height:234.5625rem;top:14.03125rem;left:1.53125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #OKU3XDMX0bdpPLBCHnbQaTnTodhyaDum { width:3.125rem;height:234.4375rem;top:14rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVdRgHGCvhZ74RCWCwzOp3lnTQZlbXCl { width:2.9375rem;height:234.75rem;top:14rem;left:14.664285714286rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpAkzh4pd3ZnhlvF6E9anHKl2iMu6sCZ { width:5rem;height:42.25rem;top:264.49658203125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fneIWphy0Oy9IEJTKE9e9rpHQ2vypB3p { width:5rem;height:42.25rem;top:292.5083rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IK42iywuNkvkq6FmAE0fQemEnTq9tK8K { width:20rem;height:2.5rem;top:22.88671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6trAdetzxU6G7SRK6ffZH1G2HNdTutM { width:20rem;height:1.0625rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #irzIuhLuKgKg2RyS3ZDPnErAWD5E94LL { width:1rem;height:6.375rem;top:243.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPThK3ztRahOmJE6ZmCxAh37lzqfx1Cv { width:20rem;height:2.5rem;top:31.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMweJb0kTWUGZks7McHZVWW5Jr1KzTva { width:20rem;height:1.5625rem;top:347.88330078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6L0DdPHsdkFOwcKJHTTRdoGL9QIBOFa { width:20rem;height:1.5625rem;top:356.94580078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMUx6klla01AdiBpedyT923zmZgXepDT { width:20rem;height:2.5rem;top:45.44921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7AE2fVlDfD4X3UAXi48EBfmyieH0o7u { width:20rem;height:1.5625rem;top:366.00830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRT7GcnwHTkGm0SIlKRpfc0XIzdysbbS { width:20rem;height:2.5rem;top:54.32421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #miECdFcpCADW1tT8qiBWSbbmEUSPDvdv { width:20rem;height:2.5rem;top:63.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzSI8ym7BKEW1tZnlDuzZvRPHLV5pu0r { width:20rem;height:2.5rem;top:72.07421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9axeNObyrZMGX1f8Kkbnlv5VqxyTB54 { width:20rem;height:2.5rem;top:80.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s68MzoMpdPMBeZ9Ata4pV5UEsJvUhQ0d { width:20rem;height:2.5rem;top:89.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0gQ2x5pUusz2I9adPDreN3twexbCMCB { width:20rem;height:2.5rem;top:98.69921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEQFNdR9Shy22hTTfgHDeg4303fUkgF1 { width:2.1875rem;height:2.5625rem;top:45.38600730896rem;left:8.7496448159219rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4wgd4HWXprwN2GaVJMrA7xznCXTeE3d { width:5.1242875rem;height:5.1242875rem;top:84.734943389894rem;left:6.2857148051262rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALMaMo82ofmsc4T41VdxdH7Q6KKbofon { width:20rem;height:5rem;top:710.0361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBw4C7RDzXwfzHDMq35hC8Rea7UqyRup { width:20rem;height:5rem;top:716.2861359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9heTRUuN9D0TgA4LWKTGyOVLKqiAE9t { width:20rem;height:5rem;top:722.5361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRopRMP4ctZICo6CnoOnKU0RZypEiTlV { width:20rem;height:2.5rem;top:107.57421875rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Ko6l8XO8tMmG6w7KyNgGvFnxlBDqRATT { width:20rem;height:2.5rem;top:116.44921875rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #o9PHU6mVZLL9HBZc4HuAHrQQhNMcN5zZ { width:20rem;height:2.5rem;top:125.32421875rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #fKQSvRtfVkEglc4skWh6VdhBIfN5zxVl { width:20rem;height:2.5rem;top:134.19921875rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #kK7ov4DZ9NMrOSoVmIf4osaLVvtr4rR3 { width:20rem;height:2.5rem;top:143.07421875rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #lvUJA35B6T7WrMxdsPkzmoNsMwZJTwn8 { width:20rem;height:2.5rem;top:151.94921875rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #MBomnVUyTRHz1yJNaVTSReSw1V4TgVPu { width:20rem;height:2.5rem;top:160.82421875rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #HECCBbypzJAKUl2fqTFrJuLpMLxZL7mB { width:20rem;height:2.5rem;top:169.69921875rem;left:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #cfefRtZbHSrv37PdzT9cBTOlMpB2ZXQa { width:20rem;height:2.5rem;top:178.57421875rem;left:0rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #MMQaefoKDBUwrM74FO17V5Gh6XL8py2K { width:20rem;height:2.5rem;top:187.44921875rem;left:0rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Jp3UrIapptopNpUBqyatZ1T9Q6gCH017 { width:20rem;height:2.5rem;top:196.32421875rem;left:0rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #SkflKOyGB4hVhsb12gnt1OTQ6bBBn3ah { width:20rem;height:2.5rem;top:205.19921875rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #oDmfMvASO71ZUXGUc4sT9fb0VRDRgvgR { width:20rem;height:2.5rem;top:214.07421875rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #EC0SGQpBQ5XqOfhzfqI8MDDl8w6foc3U { width:20rem;height:2.5rem;top:222.94921875rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #tZaah2ro1RQwnZMsVXrShiQxyxhFP01X { width:20rem;height:2.5rem;top:231.82421875rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #WfLJA4gy3SMRPfz2OBgnKr3eZCwtMvf5 { width:20rem;height:2.5rem;top:240.69921875rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #FEwenkzsrevTpdX8T9a4xkR8eUr2Om74 { width:20rem;height:2.5rem;top:249.57421875rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #KQph1xX0q48FkfcoTRAbfh7DgLGIhcqf { width:20rem;height:5rem;top:191.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1REoyb53GR04WuTT664p8DZTqoUAyix { width:2.0625rem;height:7.8125rem;top:912.88801862181rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rI5GiK35V0quJueei3lu8pNBFHKg6AZJ { width:20rem;height:5rem;top:204.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w71cean9yeZ6Mz5AhTnD5nahO9sQKTsJ { width:20rem;height:5rem;top:217.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAuqss7ZsKL6TadMTe038NUlgr0WO3KO { width:20rem;height:1.5625rem;top:728.135763916rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ju8y3JAqOeImUcRurcZBaXbT4kSdVtgI { width:20rem;height:1.5625rem;top:308.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #seI4mxQWK6etkNU1UInOV7R5wOzbLWuU { width:20rem;height:1.5625rem;top:337.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPy6uzlqatygpDWgTVapp94aNRoXvDo3 { width:20rem;height:1.5625rem;top:788.788279541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECuLw4HKcqFAiMaMC0IULPhvX4gKGkh8 { width:20rem;height:1.5625rem;top:798.836217041rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZwhLtkqCrG3WHGZucEpmNPtwWlW25nR { width:20rem;height:1.5625rem;top:827.821654541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCq2HEqmyh7d1GgbXyRD6MQPUwumbnRy { width:20rem;height:1.5625rem;top:844.05691275025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCuikotrM3GnXXTH5GSOzQU38ppUfmwD { width:20rem;height:1.5625rem;top:854.123313385rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tphqzc2ENmXMMQFgMNyI0V3NQwT4KlOA { width:20rem;height:1.5625rem;top:895.295709198rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lc5gpnJwz9sZ0etvmDa7UoBEilbCM50h { width:20rem;height:1.5625rem;top:899.07144515994rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCCf2HRiPdV2Fh2vE3JOnhJnRt0x56zm { width:20rem;height:1.5625rem;top:921.95051862181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdFAxTyCpSOUyRCB6WXQlTI0OqANLdCG { width:20rem;height:1.5625rem;top:966.41516237181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFFV466pWTTfUI44QANvF8yTefTexN3h { width:6.8125rem;height:0;top:48.757171630859rem;left:12.968099653721rem;font-size:0.75rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #v1zWQGsJy0l4RhJ0tV6CnW63NnUo8SOb { width:2.5rem;height:2.5rem;top:63.199219703675rem;left:8.5625006556513rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #kazJVJWU31pBtg9UPAmhZInxLsdP7hw7 { width:2.5rem;height:2.5rem;top:63.198356628419rem;left:15.124349653721rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #TykdWDIhfQyEIUzAPGnxrZRsxsK32Z81 { width:2.5rem;height:2.5rem;top:72.074219703675rem;left:1.7851564288139rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #naeBciI3Tykhi4rpfQB73JPUCrbwwtVk { width:2.5rem;height:2.5rem;top:72.04276275635rem;left:15.156033575535rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #hToFqUHicZyt6aRgrKPnppHJJl0Z53eb { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:1.8430989384651rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #wkT67k1hCLZUyOR8ZG9orJUN06lLPyHh { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:8.624783575535rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #TJmHTOcd1QHbRTcFx11gX4pruVmmZFnK { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:15.100694715977rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #c1HuhE34LpE4xclRxTOfpDmVXbAfTy0T { width:2.5rem;height:2.5rem;top:98.698577880863rem;left:15.101129591465rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #QuFsLCGumNA2h71Prl6smUdluCNXXIKW { width:2.5rem;height:2.5rem;top:107.6060295105rem;left:1.8119420409203rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #ZVMGwew2ydILhtX8BxBuzKBXP0BVOpgR { width:2.5rem;height:2.5rem;top:134.19866752624rem;left:1.8119420409203rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #i9kCGm0rZSfPNOdiGHy3QX9v8GFSbB16 { width:2.5rem;height:2.5rem;top:134.26173019409rem;left:8.6241322159769rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #P8mB6NRea0CCJQi07suv7nFgTtX1DlFU { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:15.101346075535rem;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #DtQItkQQf3XZUV4Hc1CGRrXAtzdX6gUE { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:8.624783575535rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #FKVgwvfDPz3uibaFRggBTQEMOrp7sZtu { width:2.5rem;height:2.5rem;top:151.94922637939rem;left:8.5625006556513rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #EsCFfSdI2NRsgnD5sfBimWMFmn6gyNwq { width:2.5rem;height:2.5rem;top:151.94836235046rem;left:15.101346075535rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #KvfL54T6VrfqXpa7LzRJO7MBh1kKtz0B { width:2.5rem;height:2.5rem;top:160.82423114777rem;left:1.8114150166511rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #A2ak8DiktNcwZNbFpG73KvLAsKdXcitl { width:2.5rem;height:2.5rem;top:169.66537761688rem;left:15.101779997349rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #aX5Toh2aDS3RC92s2ArnsDLTqzE7BomU { width:2.5rem;height:2.5rem;top:178.57271194458rem;left:1.8114150166511rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #ntaQW9I8qVxMo5p6VAKKzKOPcp64zoKF { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:1.7484808564186rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #inKn21OMr3H5GVz8olZwSDukyfGnFrLb { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:8.6243496537206rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #Iwf7WoWWyk1CimMXdOWzOKBExhCmRSzn { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:8.5933161377906rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #igJbcdKu1xQhQwXuthvvnnwJlarRVIhx { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:15.101346075535rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #o8JXErq2w9mw9J0GPZCCci8rkVHZDbLp { width:1rem;height:4.6875rem;top:230.72983551026rem;left:15.827691137791rem;z-index:15081;display:none; }
 }@media only screen and (max-width: 763px) { #D0TsZ82MswC8anoUFICWRfyb8bGXMOt7 { width:1rem;height:4.6875rem;top:239.60546875rem;left:2.5618489980697rem;z-index:15082;display:none; }
 }@media only screen and (max-width: 763px) { #GQp2CfrdAQPXvHvcbyCAox6FnT2MbScl { width:7.5625rem;height:0;top:137.5009765625rem;left:5.9677734375rem;font-size:0.75rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #pKy6LfEerMitCMKazTUaE53yq76yZFQL { width:13.5rem;height:3.4995120144451rem;top:256.69376525879rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5DvUADS65gTaXGfcEUvw7i6IDKzX8ko { width:2.5rem;height:2.5rem;top:72.07421875rem;left:8.625rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #KWiSUr8AlaSv0ZCdTJTXxlMObabMndbW { width:7.25rem;height:0;top:84.228088378906rem;left:12.75rem;font-size:0.75rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #QUIsivBK2e3bshTrLOFyZcRLi7vGFEcD { width:5.8125rem;height:0;top:84.253044128419rem;left:0rem;font-size:0.75rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #xJgmXc1hPO4tV0iN2SlpK3dVWF43apP8 { width:6.5625rem;height:0;top:75.379348754881rem;left:13.123698294162rem;font-size:0.75rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #Wl2CoLXddSvpyDEWBPyIpnQqXNM78GlF { width:6.125rem;height:0;top:84.2539024353rem;left:6.8125001788137rem;font-size:0.75rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #FFk5qSr93VHcbmx2K5dbxopPATpvePgW { width:2.5rem;height:2.5rem;top:45.571430206299rem;left:8.6244427561763rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #TQasEuGq7BXTF4M0AdZsETfKUFgGOpSJ { top:12.8125rem;left:1.9990234375rem;width:3.25rem;height:238.375rem;z-index:14995;background-color:rgba(227,227,227,0.12);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #g1mVJPIC6etrVwmyGFFmJ6owLxQAxdKp { width:3.125rem;height:3.125rem;top:8.5rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mh7sFPsv4HIaBKnrc3ndovQZ6KOiWigL { width:5.875rem;height:0;top:13.625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DzCAOG0ARac0H6WFn64EE0K6xCo4iXa9 { width:12.8125rem;height:0;top:11.9375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #BKqTSN9KkxPEQvL3e6xrJTOO4c8ikm9L { width:2.625rem;height:2.375rem;top:259.87939375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUVGFAQHX5sexgSUg5Lz21wSgAe3CW1n { width:1.875rem;height:1.625rem;top:9.25rem;left:1.4375rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #S1cCRo0cJtkWbbd5VsugDpAl9E0Ufn7L { width:2.5rem;height:1.625rem;top:19.5rem;left:1.09375rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GQfucSAz68zOKS0gFsgihPMtT0vIbbV4 { width:1.25rem;height:1.9375rem;top:29.65625rem;left:1.6875rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JB0rlTsWZBpP5GR4Nf4JFPo4mDQTZ8ks { width:1.875rem;height:1.875rem;top:39.8125rem;left:1.375rem;z-index:15059;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IJnGMm8txFuEvocDeVCJUAJsXSGq38Tc { width:20rem;height:8.5rem;top:10.3125rem;left:0rem;z-index:14995;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #f5VZSGtalrX664aFD7EXk9liFgIuvLV9 { width:20rem;height:8.5rem;top:18.75rem;left:0rem;z-index:14996;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #O4S5E1UB2lBVA62mDZayypxMnF0cWcLE { width:20rem;height:8.5rem;top:15.625rem;left:0rem;z-index:14997;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VFBaDzhkU6MEAhCBVKSyI3IK0flglDET { width:3.125rem;height:3.125rem;top:9.4375rem;left:0.8125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #aEPzTdRINiB4MXxWQbUpd7wMNJfqwgha { width:2rem;height:1.3125rem;top:20.5625rem;left:1.375rem;z-index:15063;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AcMtK17f6yhqk6OHolNnG6XwTXqVGBw2 { width:3.125rem;height:3.125rem;top:19.625rem;left:0.8125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #k3ZyQBzMhVPH2VgnzZJqbcPUwNrTq1Qk { display:flex;width:2.125rem;height:2.125rem;top:9.9375rem;left:1.3125rem;z-index:15018;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tELtnRm4JenSNXMpU057xTgGnpnyZptz { width:3.125rem;height:3.125rem;top:4.9375rem;left:0.8125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #dRCiIvhavQ9ERqCTkTkD9kvquTT4kpSX { width:2.0625rem;height:1.75rem;top:5.6875rem;left:1.375rem;z-index:15064;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nONowPSXTVrI30C0dwe0aOtwi6pOBCVQ { width:3.125rem;height:3.125rem;top:9.25rem;left:0.75rem;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0070e1, #003ea4);background-image: -moz-linear-gradient(180deg, #0070e1, #003ea4);background-image: -ms-linear-gradient(180deg, #0070e1, #003ea4);background-image: -o-linear-gradient(180deg, #0070e1, #003ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );";background-image: linear-gradient(180deg, #0070e1, #003ea4);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #sMRk7yNvcbNn79eeF8TRzgmqpXIs1HnU { width:1.875rem;height:1.625rem;top:10rem;left:1.375rem;z-index:15067;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hGSIK9dVbAnGP9EXbyu70QvGOr0duJnX { width:7.3125rem;height:0;top:12.8125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.8);display:none; }
 }@media only screen and (max-width: 763px) { #exbJ5hwTnVJL5JDlNNy9pCPaDl7OZ8w0 { width:5.5rem;height:0;top:14.4375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15034;text-shadow:0.1875rem 0.1875rem 0.625rem #000000;display:none; }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 .accordion-element-container { background-color:#1631fa;background-image:none; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 .accordion-heading-text { font-family:roboto;color:rgba(var(--color-tertiary-0),1); }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 .accordion-desc-text { font-family:roboto;color:rgba(var(--color-tertiary-2),1); }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_efcf397e18d00e6276141b86056557ce585c6415.svg"); }
#k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 { display:flex;height:auto;width:17.5rem;top:0.94326782226562rem;left:0rem;z-index:14992;background-color:#1631fa;background-image:none; }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #uIBvT7d2U6Js6l0AnhAAukJW0QVnXKcq {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #RcyrX4PFWG8AEJuobTmyCby52srSqEE6 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #Nyy8i2UGgxR0ODl3SxOoKIL61WiCK3Ka {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #n8kL0XTnGbNbFlTfyoOOUngMOb5m4T56 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #gQBGV0hwx4s1GCVpp6Megiy6Saz3pZx7 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #XWWBHuSc5QGWMkRk7KPtFkr77RNCopu2 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #oP36zrXt4NmVO0nlWCotgWtFHeskNugx {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #yVo3N7DmGuDE9gcVcro8qfu0OVWom8Mw {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #v9cMTrhvSr4AKCgHuWdi6SBrPMg9wfbb {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #q9lBETXHTyM3X9i60tSgxsrnBRGFruCd {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #ZywTUKGZEk9ATnQJAe7tXZL3xQPmVfK9 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #C00lsJrf8z8ZwKWBeuuGnD8PnPRg08fH {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #qUkTbxcIngX21mUHyIAPfPTNOOfyG37H {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #ehUoRKaRyFpadJTVzzy4JpHMHPE08aLE {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #rZpsC1mTsimw8OogEdu4oiBbiSXcT4vy {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #hgUzpF3kc9HFLgfupfzrT8mwZkEnZDD0 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #BJSn5CIFwkwSetCNHpc2nmQGOQFwNFZu {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #UldH5GxTTmbmpKpTZbnMlTQ3ktctGDAH {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #FJIldRTTKBnhD73iykEL9kESk2v2ET9s {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #fl5b8ywtNEDqMqxMeAd446qqX3iEtBOZ {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #NUSAegpwGeNQgZyndnM7XAeMQQ9Kycn7 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #QKGEqmrrTEk22A0F0WCKRGbxVJ1cMO1t {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #rLGBvLADZfzdaZzFo1iM5PTkchdmQpJL {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #tJxou8mOoLhXd0feRQU8m66GB1IvTWTm {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #htxgmCs3XOoVVXDODtNWmcWrUsycTl8y {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #Es7ifoMUrpGIlnL3Bm5faX2RixeMC9Tq {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #VdRWBbrWa8rTSKOtptzry68vUAErAFc9 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #OBGFnOyxPFDJhNfssh9VyJVCtT3AJB1V {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #IccB4iOd6iJqxzeC7TksExLEl1FVWt4C {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #vt3V3fsOeDl5qNHz5XtTLEghemSVxbZ7 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #C0h9mKTKrktsRA5KWZKA4EMpaMhPnmxa {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #D5GCRTam6hVoUDO1oOqsqFoaIGm8UbVT {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #id323rvUBBnCe1BVUIvzgnAEcWsKUQlL {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #DzwvxCx0XISO2WJKRX5WRHAh8OfXsEV7 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #iTD2VS6kdbe0uMKtMd6BFdmEh6l5b3G1 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #qOLTVwVIXosIVmcQmfy92HlntZBRT7m2 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #KSiX5xLnME05gTxvG41TrxzbtPFMELnl {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #L8EJI3NaAa2kPspqZIT67eK1DKJwtemy {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #XP2EPxcpur8EHSlA9oxbGwDUyGxWJcF2 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #LqhsTQQl8U1oGGn9T0UsdRwQR1MGZnMi {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #J6ouVxQAxCU40Xsa0ZIv81degKnxQvHy {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #K9sQHkN540mvevhgTb9UiHEFoRNfOLO5 {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #DQTS2UEqP13ViMRJzWn5yO1F93qGub9S {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #wXz1W5xantA3bxV8TbLh4Qe2tWrEAWmU {  }
 }@media only screen and (max-width: 763px) { #k4aKJVVuCRFty5UpkFzs9eSn8JRfGzV2 #WUdE6i8g7rOMxze7x375PZfZ7RdED5cB {  }
 }@media only screen and (max-width: 763px) { #B9V7gZeKcZmrVuqM0xVB1tfJbxFKibph { width:13.75rem;height:3.4375rem;top:53.75rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkl4lWNuZHGc3DAlyG4EvcaQbMqM8rSw { display:block; }
 }@media only screen and (max-width: 763px) { #ISEOSIU5qRz87n9R1mNQCLNJ00QwRTOg { width:13.75rem;height:3.4375rem;top:53.8125rem;left:3.125rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHH7BXDOVWyG94riBQbuVuDeUXZ6qsu4 { display:block; }
 }@media only screen and (max-width: 763px) { #uyiCqvGDSSGUfpp9JiG7LDPW25v7qKH8 { width:13.75rem;height:3.4995403125rem;top:74.1875rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #o3yfGrD2aAET31Ty6AW5UqgX4ptVW8V5 { display:block; }
 }@media only screen and (max-width: 763px) { #JM5geyzzPgKB01zRc8uPPOystyEe3ZVu { width:13.767003625rem;height:3.454503625rem;top:78.625rem;left:3.125rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #mRvisJk0lvTttrEgFCc2pxuXIKSFxuT9 { display:block; }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO { display:flex;height:auto;width:17.5rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #DH0GpimKqP2hZtGN0Olv4Tzxa5DZLJTJ {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #AWRSVI4ctekF1blht6TdCT1WKA0Zrew3 {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #y0l4iFN0Ub0NtFTT2whTPOezUfk2TzwS {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #EL37mBihdgbFEi6ugTenUqvfa8ZKvc6R {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #rwHz6QFs5gmI5d1mDXsaDioWVsuuNVhl {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #Ln2DgsG7U5oDM0FgOL9FGpuzPzyGTHX1 {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #QuxNlac3E8uue6htL8tEKkaekPOaeXxk {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #IxbeN9gdLVrlu9xVAJkZiHrorUC7mTCa {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #N3v7NxzBwmIrdqN9n208pppef7C7vAGO {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #UWCgNAqa7wTaqAXTyxTCn6ErJnJyf2ns {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #x8FL1P68qvMKN51ltCewXbAgiQIQwKcS {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #kPka5in6VhBNCZ1UAKP6h8qb2M7F3fTD {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #FGXOSIdztXgA5DqgMGfkwetQ9oKWaIJM {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #eX4xRRtmggseaQcWkVznXvL6MLCDmnVs {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #HdN4lZnszHTQPbD7g09w6KAB2XJ6dCVo {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #WDvHw4UEWpD0zF6TlG2v8e3Cq0qogees {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #t5QBANWdMmA2JLgQdcRH6fqZ4l8CV2zs {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #gDaOPO3zhGt1C31xPSd1S8DCvenynTb7 {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #FvT3Xr2KsqqAGZAwttxPf4qXbQ770GEm {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #tKX4B8T839Wrm8Dfo6IqMIee7oJkhqNp {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #oPoUutcTJUcTeGXCASk7inatxSDxZxIv {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #EnbP4g2zaouHSeNBKGGz9fIlfWeQb97e {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #wvg5A4zQ0dgkpxn9VNddz4pT0BDSbHMk {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #QA3mHGkNGlGEvI6C02TW9pk5Q9xZ2LqT {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #SMfzO69GTl8lEBTnsxguHb8yFzvBEabw {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #wFQzUHT4sTbll54WAouPbM4mrrAHn4NF {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #Sgu6mLxXfHtlowCG0ruu5JH3L8PCEnwZ {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #zhMfJKmcvzBSn24RZLgDB3XHg0NO17Fi {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #XmwPAFNc9GzA6T2FZxqDyUk2WZnZXdtT {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #bwSOAaGezcgDwwR9RbWCHG862rTBUrZw {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #rTx06ERP1ZULq8HsftVO6WEGdFsNZUIv {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #HaLF8HynWArZXu8ZI1BZef3ADLnTECqi {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #RKfJKuiCZE03l6R3dD404ywpTsR5ooWp {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #WRyeHzWBivdk7OHJ2t94dBdy983DqxnG {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #XTXxtchZAmSCbX2B487OvJhblVUSnuJE {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #DWUTm20CS0Dws639NTFxo8X91DOTZXLE {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #NIMDg5xm243DaHxzaGgMus9Tw8MxRt2o {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #TD8xMSGCVRCtkdFUvUVtFfUudfgfdQHm {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #M8c7hR9VDVDJFXqVeq3B5DoehPqMapGX {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #LTt3tnbxZDCUwzg0MxeokbHMTLVQGdf4 {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #UBmQlp4BVr5GyBBo2geqkPq7tqPAmbXR {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #D3xmqkwplKWUOQF28DTWvoUtzDeVtKKq {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #geUIempC84LEJf8viXOZtZUGvEQHQEhw {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #thELrtJiUBQdgiJqUF573d2RC1KkuiFT {  }
 }@media only screen and (max-width: 763px) { #wA9nxz2QEHcwhZiMFV9C8zAU0fZaHFlO #XCmdnpdx84f2z53NVMqp4N7l8BlDkbyy {  }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color:#1631fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { width:20rem;height:3.088235125rem;top:1.330078125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }