.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:0,112,225;--color-primary-1:47,87,160;--color-primary-2:0,62,164;--color-primary-3:0,62,153;--color-primary-4:50,65,87;--color-secondary-0:255,242,217;--color-secondary-1:255,213,128;--color-secondary-2:255,170,0;--color-secondary-3:128,85,0;--color-secondary-4:38,26,0;--color-tertiary-0:253,254,255;--color-tertiary-1:255,255,255;--color-tertiary-2:244,248,252;--color-tertiary-3:235,242,249;--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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;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 > .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:43.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#RG5yGe8tgHyvsVxZ0rD8PdEXcuQuGcLp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
#adKJKOIs6MqGgI1xT8XRPM1TvKRHpR0W { background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.75rem;left:0rem;display:block; }
#xUCnm4T6AH3x5sdIWPzvU6JIg5M2t4hK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRxI2TVB2vZlIhI8ZQTomuEGRRuTdWNz { color:#283548;display:block;width:38.25rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.7734375rem;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:#283548;display:block;width:38.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:29.525390625rem;left:0rem;height:6.07324375rem;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.18685rem;width:2.999675rem;top:38.906248092651rem;left:30.437010765076rem;display:block; }
#y92iqxGqKFbObpTlJ3pGba9THVKRqZNp { color:#283548;display:block;width:46.875rem;position:absolute;font-family:"tt supermolot mobile";font-size:4rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:11.9375rem;left:0rem;height:8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ii5SZfHaeX6RI0bWTW7VGsLKwyyOQOkL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:44.6875rem;top:9rem;left:28.1875rem;overflow:hidden;display:block; }
#GNJnP75kreIsrlNQNwaVSgKW3ymkrVbA { background-color:rgba(255,165,0,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(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,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:#ffaa00;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.707708375rem;height:3.395183375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.801267623901rem;left:15.149739265442rem;display:block; }
#TDwkvm4qScTzkw1TCZaSqMV4txxCd8L3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zpWsDV2UJerquAB3eerIbbJyikTTyngW { position:relative;display:block; }#zpWsDV2UJerquAB3eerIbbJyikTTyngW { background-color: transparent; background-image: none; }#zpWsDV2UJerquAB3eerIbbJyikTTyngW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpWsDV2UJerquAB3eerIbbJyikTTyngW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpWsDV2UJerquAB3eerIbbJyikTTyngW > .row .container > .video-iframe-container { display: none; }#zpWsDV2UJerquAB3eerIbbJyikTTyngW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpWsDV2UJerquAB3eerIbbJyikTTyngW > .row > .video-iframe-container { display: none; }#zpWsDV2UJerquAB3eerIbbJyikTTyngW > .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); }#zpWsDV2UJerquAB3eerIbbJyikTTyngW { border-width: 0; border-radius: 0; }#zpWsDV2UJerquAB3eerIbbJyikTTyngW > .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; }#zpWsDV2UJerquAB3eerIbbJyikTTyngW > .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:33.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sGGdocGcZNtqMHId2UdGVRc3TfR8DImV { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:14.375rem;width:21.875rem;top:11.625rem;left:0rem;display:block; }
#BoiVQcPAmvTEEVo7xJ8Xv7paCSpD6S3E { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:13.1875rem;left:1.4375rem;overflow:hidden;display:block; }
#U1IqQcGs9ahWsrWwBxdFnJ9T5A9T0Hf4 { color:rgba(253,254,255,0.84);display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:17rem;left:1.625rem;height:2.54980625rem;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; }
#ryWr9kqpfUdHxnozWhPRFeuxK6n6Kp9n { color:rgba(253,254,255,0.84);display:block;width:18rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:19.5625rem;left:1.625rem;height:4.19824375rem;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; }
#eKn1LcvDlEodTrX5UTpey5JgLPtAmvZ8 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:14.375rem;width:21.875rem;top:11.625rem;left:26.875rem;display:block; }
#LULWdrtLSac9AwTGg30kty0kPI2DnW2g { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:14.375rem;width:21.875rem;top:11.625rem;left:53.125rem;display:block; }
#lOOszGpVTMP3aDGLUT772NhfifkXmkUL { color:rgba(253,254,255,0.84);display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:17.0625rem;left:28.4375rem;height:2.54980625rem;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; }
#ZDU4BUJdlZ1Z12yHdNyOo84eNawzNyOM { color:rgba(253,254,255,0.84);display:block;width:18.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:19.375rem;left:28.4375rem;height:4.19824375rem;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; }
#Ced3gzpaRUJfftphktZAWeCOMOHbcCyy { color:rgba(253,254,255,0.84);display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:17rem;left:54.6875rem;height:2.54980625rem;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; }
#pGugLcStlBmyFJnlRLACGErNTlNlhvo6 { color:rgba(253,254,255,0.84);display:block;width:19.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:19.5625rem;left:54.75rem;height:5.59765625rem;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; }
#lzdTTvpxhoeZPulwdXkF6Fkn5QeclWdt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:13.25rem;left:28.4375rem;overflow:hidden;display:block; }
#CCVKT1bZCCGoBHBhpd5sBSoRvEbGx2Gn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:13.1875rem;left:55.3125rem;overflow:hidden;display:block; }
#h4buGGGMuX0XXBv3VrWiF8gxIGJ559eD { color:#283548;display:block;width:37.5rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(187deg, #0070e1, #003ea4);background-image: -moz-linear-gradient(187deg, #0070e1, #003ea4);background-image: -ms-linear-gradient(187deg, #0070e1, #003ea4);background-image: -o-linear-gradient(187deg, #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(187deg, #0070e1, #003ea4);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:28.9375rem;width:75rem;position:relative;display:block; }#AbaMWeMffJoF8ISBo2lwnv6toO1GDDNn { color:rgba(253,254,255,0.84);display:block;width:35.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:8.125rem;left:34.375rem;height:9.56054375rem;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; }
#Ch2MMNBSgqyzPJcS7NX5587cy9L6wUwd { background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat: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:16.625rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.5rem;left:34.375rem;display:block; }
#VHVgGkL6ATyVMeCX24JaibDUFL0rSSFW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzyK6QDW0z9Qc7VVgield80kGATi0gtf { color:#ffffff;display:block;width:39.625rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:34.375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZqLTzPvRA1TygQaa0m242PyDzxCRi9TT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.125rem;width:26.375rem;top:-1.53125rem;left:4.25rem;overflow:hidden;display:block; }
#Uah7NRBvKoKTXMq9ZutTbgNTeGCy5aTt { background-color:rgba(255,165,0,0.15);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(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,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:#ffaa00;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:16.75rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.5rem;left:53.5625rem;display:block; }
#cP8in7XAULxNUzuQpCNm1ZMauZifs4QD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row .container { background-color: transparent; background-image: none; }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row .container > .video-iframe-container { display: none; }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row > .video-iframe-container { display: none; }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .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); }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row .container { border-width: 0; border-radius: 0; }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#o25OU6x8zMCmINtGwyUE74N1z0qfoq7u { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#BPpT9n3qAkpSM0ildLDzxbW5T4Z5Mt8X { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.8125rem;left:23.6875rem;overflow:hidden;display:none; }
#TgbHztimJI4PHwHiaSXVp2BzG69A6oKh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:84.0625rem;left:0.5rem;display:none; }
#nKK9bBQePJwHxh5Jf14m4Wx8kk0mswLF { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#fKukyMGAwhG0c4T3gOqI73AsoZHMCoH5 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#DxIHM6AhlMF21oR6dpA02nP117nmgrCM { color:rgba(var(--color-tertiary-1),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;left:46.0625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AenPb1SCOPlHn9uHEMFcBywdDtbabrUm { color:rgba(var(--color-tertiary-1),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;left:46.0625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Z5IhX8rTndDpim9NTdA21Fetyyxm2imB { color:rgba(var(--color-tertiary-1),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;left:46.0625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ePQPkykJ2UohhZvutNRk0S71nVXBzTIx { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:60.625rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#BeV4Frgh5PV3EoTPPT4x4vkvv1cw5sH3 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#vs1e1sd4x4gVhyb7T9aqfuir6l2tihHk { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:60.625rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#bISmiPsr3X6O3w4aII13xMJbJ4xKfzEs { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.4375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#uwsPoL6VnAyvVi6AnDGxhUo8obwmgE9z { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:60.625rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#D8p5Pe22ydytrLTC1czogCPTDIZDfCmJ { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:60.625rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#BIgVo16CX5grrKt8HAsrIHHObg6N8hI9 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.3125rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#RqWK7Tnho1B3MrVIyXyvA98bzOwiV077 { color:rgba(var(--color-tertiary-1),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;left:46.0625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#P7CZcTg7yPApc2w6oQoQyynpen4DzmCe { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#TESDbJqJJ2xEUHGxBnanOmU3aaZzyHBe { color:rgba(var(--color-tertiary-1),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;left:38.5625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 .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;vertical-align:top; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 .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; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:#192434;font-style:normal; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 .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; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 .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; }#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 .accordion-trigger.adaptive-delivery-prevent-bg, #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 .accordion-trigger.lazyload, #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 .accordion-trigger.lazyloading { background-image: none; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.1875rem;left:-0.0625rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #ZlShgW0HpJNhheUXhRgr4FmDqnuuOdJd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #J11MH3hfm2DONmMk2sUf45Cqqn6QeNNI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 { display:block;position:relative; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #nARpM83evb47Zp7ECVbTtWpcZREuLcKr {  }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #raA4nCMSwKzlnqEXBP9lVT1KrHdDzt3U { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #gAuVoWsNPMI7USTt6DhSxVa2d10DJAct { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #b49CmzGlWVkc4cXiQBkutuX9cc1H6EG1 { display:block;position:relative; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #CKSUJHSD29c7ZUyyKVL0bwttaO395KCf {  }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #xo8Ks6GqQ7zPaCodKtBTGQN1BF6hx8IW { display:none; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #VvOlNQqhEt61e0pTNhl3XRGuuGgzHT86 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #KO8BK8duwvObFSsRwmgwEaztDtodPbSD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #KwBRvsAtTuF6iCLXAEtyPlJX96OsNsSO { display:block;position:relative; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #X8m4D25wbpFTkiacaiOslWKuyLZTuaGk {  }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #eh0wR2RFHhTrzlKgSTXcNmhgPR4RwGwu { display:none; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #nBTsh08QpTQuOKT5kPen9vx27NLScpp5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #r8c8lx0zAhQi96H9Lb7RDvvcnoSVmT3U { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #hBg2DGUxoRk9IQWGQnVy4awTghb3up1T { display:block;position:relative; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #T1dxDC1E2FaSl4wK70EadAt7RFxuOwzF {  }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #zR2QNGNz7yGLry56snuEUIr8TgE1om0h { display:none; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #dpWT3bwQQ2Bnt90rblzzAfOrzywIiRJb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #JLxoEziql3sD5QAJr1qCTGiXUIBg1IJ5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #nZ4xu8UN3hVqAkNvIhy3LAZ642is8dqr { display:block;position:relative; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #yf4yRiTS4nkqLPXRgRQD6SkQa1VsNfh6 {  }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #nD612J2b94EfIZvIuoJzGHxb8XAtKiWL { display:none; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #m1QpWAwJGK2fLPQR0eNVH9gSCKayKoKK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #DRf17ivX97zE0Qw7FDyqOEDHDWHhANzn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #rHxUqUs2TUKiRH898ZHRBlc9ZFmJJQH1 { display:block;position:relative; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #c2KeVf2enAgtKiZmeBwHVsu9vVNlo1rC {  }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #m43Te3WCUmMLfNLAua2fB5enn0p7TCwk { display:none; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #XDQqx7B9zrqTq8cUUKNioCMIdPuoHyyi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #Rtli5XUf3MTCC6RopVOfJy6WngLfP7Fv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #vhvsFIMPAqGG4dlehTMTfnyMIMSTlkXo { display:block;position:relative; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #fTCcIedGaPlHx90FtaJCtNdM9GKRVRt5 {  }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #Qz4Gkc8yah2PTbedcfsk8arqD0NFTweN { display:none; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #iStFxZAlBugWPsigtzDBsXGlJMfKk5xu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #ZysLbTJy3ufFzq3Nl7TyAh9yGOUAATae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #a2VfJ1GtoCVe2tiR7WeW8NmTeN5SZnPi { display:block;position:relative; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #fTF82v6bxnunNbBA8yNxifNJsRQoNK6N {  }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #pa61ZRtvAEH5leON4cXnAHpXhwXbmHES { display:none; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #hXx4QW2e4sZzS2wRdMNgufW7VJaguXUv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #I1I25gOhNBSUrxSxfDShMgaKINoc2MOT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #kgVBpppcJrtiqH6aT8WBeImpIa0GdeUa { display:block;position:relative; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #BMqoPFsoMdOwVU1NZZ31lsDXHDHNGAiU {  }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #cGuqfyt018HSPzRCnJaUeAzUIwmhEp6a { display:none; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #WlPv7g1Hed88tx9IqTzmJEeq1LCw6RRr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #EuvrARNLowWzfGsZtzV45Tpdf4D05ZHV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #CqX3edFwPTFkOAha9I4LC9z0fcThAbA5 { display:block;position:relative; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #SRiPy1X7uPLBBkoXFs6upCaXZZZmtACQ {  }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #z8a01dLoX4VIsJLcvexTOKPGfHd6TaEx { display:none; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #ufO0T00PcZ0Vp7ZCTHwtfTTbfIxnltc7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #xmv1FqTpfATars4UKini8LzkPuuPXAyq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #kBHPblWBW2WmVcbnSypIEsPOOpxc5qsN { display:block;position:relative; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #vuopFKKF1n8TZUkDbgVFeVXBKo8wf9aV {  }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #mTL0mgwBtvVf8qqBzWTzlHWymBo8W1Cb { display:none; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC .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;vertical-align:top; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC .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; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:#192434;font-style:normal; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC .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; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC .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; }#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC .accordion-trigger.adaptive-delivery-prevent-bg, #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC .accordion-trigger.lazyload, #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC .accordion-trigger.lazyloading { background-image: none; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.75rem;left:-0.0625rem;display:none; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #y3HUbW56q3qCEE0HlhyaSDCOd4A9kdgL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #QhQIernXTZxGRN6hmVfdkrTE2ZB0trT7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 { display:block;position:relative; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #gfCTcK2uTEAt2dmmAzcsgBtTJ9a15tOK {  }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #PetDVWTaicwvmMGOxdd8yV2LwMyRLut4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #tVRJtDdugHNXRCAnscfZepUGVLTrEy56 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #b49CmzGlWVkc4cXiQBkutuX9cc1H6EG1 { display:block;position:relative; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #CKSUJHSD29c7ZUyyKVL0bwttaO395KCf {  }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #oC91tK3Lq2mgfgZKH4V5s5StDDnDoVhw { display:none; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #AxPV4qrFb8Uul0J7ED3aqd3i45TES0XA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #H38SPIwcu8tPcIGJH3KFftxpNtilT0mn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #zGpTRAGDToaBSS2WwGT8gdQQq5WmfhqQ { display:block;position:relative; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #D61gRnG6tfmSVhr6RHczEMC2TpIJ8BDr {  }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #Ext9Sxx9tRJO3Ez05CMevPkcFwLblBrF { display:none; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #qxDCsckNmysfXfCi03tDmcVuaU6E43Un { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #rXmuUqtG5bowJ4H1d7tpT6FMUnG0mSZy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #hBg2DGUxoRk9IQWGQnVy4awTghb3up1T { display:block;position:relative; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #T1dxDC1E2FaSl4wK70EadAt7RFxuOwzF {  }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #X8IZfeHofAczGvHJgS8ucRV9ahTEaUiZ { display:none; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #I4MW3QeTc9OOFBP3RrTT0gOaUhT08sb9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #oC4x26Z4EhRW6xFamZ1iIQ7XJEELPlXs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #nZ4xu8UN3hVqAkNvIhy3LAZ642is8dqr { display:block;position:relative; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #yf4yRiTS4nkqLPXRgRQD6SkQa1VsNfh6 {  }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #xaTKqQtuzpVDekae9y9DN8MU2RAir0rF { display:none; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #kXwua4559TgsrpVx8s4hs6vcuH2aGXCu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #avWT36O6pAN9Vf55AqFkNlNx0D2T24M1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #rHxUqUs2TUKiRH898ZHRBlc9ZFmJJQH1 { display:block;position:relative; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #c2KeVf2enAgtKiZmeBwHVsu9vVNlo1rC {  }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #lK4sCTSI41w2FTLOiRD0AV88TZZnphcu { display:none; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #ksPMJ3GH2EOtgsoqz0yGQll6KKWi2BST { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #tb2vBxh5U3qTSQwlHsydP0fZzdTJ9ybO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #vhvsFIMPAqGG4dlehTMTfnyMIMSTlkXo { display:block;position:relative; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #fTCcIedGaPlHx90FtaJCtNdM9GKRVRt5 {  }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #iJMegCo11KoW2V1OnPsRxyKiR5cc9pJ6 { display:none; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #M57piPn4y79dyLLbU4LaNVeBvbUF682a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #nwHTJqRLf0LWEe5Q7uKd35zgriaeZNLs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #a2VfJ1GtoCVe2tiR7WeW8NmTeN5SZnPi { display:block;position:relative; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #fTF82v6bxnunNbBA8yNxifNJsRQoNK6N {  }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #lt1WQOOxEJI7fEnuF53kb2npbFikt8KU { display:none; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #QwwPcT06F7g4x3NwmrUDNQVCo4xbW8LT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #MPtoCOvzHtctaC1ogWlxJMl0VSvBfXIA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #kgVBpppcJrtiqH6aT8WBeImpIa0GdeUa { display:block;position:relative; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #BMqoPFsoMdOwVU1NZZ31lsDXHDHNGAiU {  }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #Tek6No0z84ltkEmi7N7uiNVieaUPNLwh { display:none; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #GPUqnJfoB7tXbvsePJifLfXDSZn9lwRL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #CSQEDgdHusXmCNh3TPPlvlA99EePkpFc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #XzeJFDDHtZelcQASTnKRicJcE6ut2xVt { display:block;position:relative; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #m0vAdZ5uhwgpNTT3nFdgClFRG0Kloz7s {  }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #SuqFxGe1vXFmQKg3FXSwgqsnZqIGc69t { display:none; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #gqLvDJkKb1MlKEop3679985TGCE6l3Rc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #oxRXHdTwPVKoCFxVXK6fBSDx1pXBTG8q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #v1s92RlNTBNC2JfXVZyHDgMTtUpaC0Fp { display:block;position:relative; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #y29h9cewXR51Oa4esZxMCEPehdtLnx4i {  }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #WKiXWNBPO4oysnL1hOoKsTMnx7xe9oHB { display:none; }
#pHZTQQq5oGOsPG7cG9RbfAx5DzVONn2T { position:relative;display:none; }#pHZTQQq5oGOsPG7cG9RbfAx5DzVONn2T { border-width: 0; border-radius: 0; }#pHZTQQq5oGOsPG7cG9RbfAx5DzVONn2T > .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; }#pHZTQQq5oGOsPG7cG9RbfAx5DzVONn2T > .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:65.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#POWVSApnCPcdG8cV2JgfiNwynJC8VWOb { 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; }
#kOu6mOtrCSFzE4EQftL4yG3RnmkehHn5 { 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; }
#hSI3w79TtzM3RNrNJoFmFx3IdGi8dGsL { 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; }
#NHX3qmXiaEfNhWaIdJN9k6o15ItJmLdW { 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; }
#PEPxdDXeWoopxnyMPfLuDd38aMvf1w2i { 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; }
#rryeLE7miHJ6S06nedS8JWE4ZcxJA0AE { 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; }
#wXSzhmyF4cRtM9yCTBwwhrB36tfF8P59 { 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; }
#J3AFpaThkBR0ITuoH4M4AgTicpCfK7t9 { 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; }
#KrpOtDqarWWXp3BBr8vK0To9qowuBpiK { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:25.3125rem;left:0rem;display:none; }
#QU8V0KehMR6mQUQyK1MMsSQWcQoJCkPn { 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; }
#eZPADQllDrPgRBCPbulvE8v1eaM0h9I1 { 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; }
#HxNJ9T15URiywkfmv6kZvor9Jtapsm73 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:38.15625rem;left:0rem;display:none; }
#fgodSxOMgJJcaLbGoozmvcrPy3iNQAo8 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:50.96875rem;left:0rem;display:none; }
#WW2Tu88IiihH6AyZmx1GI1oFi9JDcnE9 { 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; }
#n1AgzxNh3KFhgZXti2xWa63mJxdRTWIU { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:63.78125rem;left:0rem;display:none; }
#VOMARye6ZAUimoEJ4Vveu2qlNaqReb5d { 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; }
#RANmZMfyDkFydG6wEZdhSxWXDbhnkEJC { 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; }
#LwpnwwaDp5psGSQRGQ63Be4PbesU7yDv { 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; }
#DOr2ohswFvPzTTEtHippWlGmkIhxGLdC { 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; }
#rrrIZrETXSNhCXenzNAT0Cc10Vy1uLtO { 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; }
#leDTLnH9NxyEzyeKweTKT71CrsJQeQhJ { 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; }
#MQHTBKfzQJPLo04wEAylr2wrQ3IXbRon { 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; }
#zuDpEAb72VP9nvUAdV6UrTvyheFXKrrE { 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; }
#P7ZngbTJJ7F0IlsdZ3g2rhGnWJrEuNCF { 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; }
#K1GybsekiETXZGHUr4Un32T1pKZKb2bP { 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; }
#OfhxsAQF1dGMxtRGJGWcTt5aInuEMwFi { 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; }
#ynErcZIJAcQZgCRiHKodwziHVUyy2kOe { 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; }
#tFUXPHRWQypqg8LVThcAgv6G0gSC8TvF { 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; }
#labHQiooKsn3Fg0PmGNXd7PRkMCD8iuB { 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; }
#HMNP9IKbUVT3POuIFILNHLHVZARQazfL { 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; }
#TxvDlJmo7HiElJHoPybcZKDSTdJftEWQ { 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; }
#s82pBp9rSmHHlWt4eA9OpREgl7Gh55uo { 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; }
#Vm95JQUqiW27ZAEfobt8hvoJJ8XVRE5p { 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; }
#fMuJcrbmQR6sU1ms4i5r4FawCrHOE2Zu { 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; }
#BTcwe9GLCLUOpINhHKiGLf6AHXTXCOiD { 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; }
#PFu4OFpkhTFMnxxPG6QRDZmOflZvwJNQ { 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; }
#uVTROgWszwMtlT5XzgAFGfazZnCJS8Iu { 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; }
#LadmA2ps02P7f0pGLkGUcTBzn5EkKqtc { 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; }
#gdDTEsCno9JpJ8GKPqQ4RGOSBAFIiaRO { 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; }
#IONT4vGkMZotCdiOLST7pTHFfpST21qN { 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; }
#Z16nu3fXs7e7sCan4Pw8zU298w7t4NAb { 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; }
#xU170va8VFPTMV6e5Zzc5a6MK4rh3Xzd { 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; }
#aaNnX1C6h9NKukbpJm84CPC0493DkgQ0 { 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; }
#L4NpXVqD5A3oxfMkOda5sTgx0T49U6qV { 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; }
#Dd9ZpJ9qLJXnwUA3RAk86FZwsB29T5KZ { 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; }
#d6LpH3RLxgQq0HKX3eW1cXPeXEd2Frl6 { 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; }
#Fnw2eCxpKJPZSrtBw8h4TKlzmbOxVCaB { 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; }
#pJeT4f2SLUudqdrXII3mIwmKGLyqs071 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:76.59375rem;left:0rem;display:none; }
#z12DsteXn5eWRr5TRWg9O3VVHflwZwh5 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:89.40625rem;left:0rem;display:none; }
#i9TeCzAu9ssyN88wd3MRTyfw3nzCMTUt { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:102.21875rem;left:0rem;display:none; }
#BD12TOyUT94GOflUqt3JNGevbl343DPA { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:115.03125rem;left:0rem;display:none; }
#TSSWxhmifTfcw7QPq8WuEfimVbNQSAkX { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:127.84375rem;left:0rem;display:none; }
#Eu2EuDvL19QZF4KK7L9TdF7QqdXlBu3g { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:140.65625rem;left:0rem;display:none; }
#hZV9HSmitfHuqoegsx3TVQadtrX9Zo4N { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:153.46875rem;left:0rem;display:none; }
#l5OXMouiELTQT9p6dip4VU9C4f5TmrRn { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:166.40625rem;left:0rem;display:none; }
#oMaWgaiR8kH41AgN8L4Gw5EUrBQysiif { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:179.21875rem;left:0rem;display:none; }
#IfeMyZwtiOSdgZFW3eHF2LQsVL5DptvJ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:192.03125rem;left:0rem;display:none; }
#fulKI3TdfxAD4TSvGPKRi2izvrDrPADa { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:204.84375rem;left:0rem;display:none; }
#vLOdCtTuTkwnCoVmO6Hgs6a3iZbCIGPb { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:217.65625rem;left:0rem;display:none; }
#oWPNO8MPvkG9hklCUCPJ0LC3ylZ37bBx { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;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; }
#ZtvGqz1eZKFwm1OqS8sZTlntn9DhNJqB { 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; }
#eaQT7iXBPD1oRrb09bCkv4IbLNiUAJzk { 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; }
#S8UUcHnJoE1O1fzZG8Mn7bvXyzUQJHhW { 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; }
#X2dUI0e78RsGbVQzlin7BVQ0BlZcxxGt { 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; }
#TTgRqlGzSqLiSLKmUTew3O9oTta8M9EP { 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; }
#nrcz6OUdfEdQmdsSTVfSy7vF2iqbtC0c { 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; }
#Lf15w2MavHKg1G8Owu5mOIg7Qs6U1gk5 { 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; }
#QJtnZP3fPkVPTuuq8373z6EABFrQTI7r { 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; }
#hImLBy9Thl2iITw3TbN7z8iZWlzd0qpN { 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; }
#vZLhSyyMc7M5FPIXlHHDLDk8wzL8klNf { 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; }
#qpPS78UzUk3WNrhWq8oGSV1RtKM19yVm { 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; }
#iSzrUl4G97VKmzGH8LL0KogRTTR65umJ { 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; }
#s7g7WKxclWKNhURWlo8RTVp3n6QFgRo0 { 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; }
#TDiuhpdfTzEydSF0CuCfxwueXF8l0z3f { 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; }
#WvSw1fGPlTL697krqBaRR8bHJmmQKmvT { 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; }
#EpKVldMbzaaFfnPxmy6gfpR1hKkLW9tx { 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; }
#scaFro4yAZPsQGQOp6NkFOC0Ac6vNkAd { 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; }
#uRqAOaTWDCoBPf1kMTVdKyC2AFCbmZxe { 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; }
#X2UMw87RfAxS6RKoMZ0ZITcGWavC7ncb { 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; }
#VQ2baAD1lZUkc8PuROrxPl9WGfmkuAs1 { 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; }
#tGxLDGchhlPVvQmxr0zDqzE3awwpTskb { 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; }
#g3FWurUga7WbCw1HvVFoml0osoaPCgqR { 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; }
#Gg7cAvgtAsX5BPL0us96e84WTHI8pWIf { 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; }
#PcZhXLgrB9UGJMAaCntidvoxTDkFWrRz { 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; }
#iHk9pNIeXL74Q67AMhAPn9RMy2CX4Rv8 { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;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; }
#RCidN53u9ZRVvNkIUOS75Jv2ODmR9eJh { 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; }
#TXGdwQRQCNGcVcsQlHcNWVprOpPCvbzp { 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; }
#d8lK1xpdRvR87e6E4TzAOXGcgthB2RPD { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;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; }
#fJ9nPdeaiCBPJZoezaBGMCHOsQ1CVykZ { color:#ffffff;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; }
#NOBNi3CNMhJzBBwyFwxUH9kIXMkArXsS { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;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; }
#blpDauP6e41cQQxv40JZDGQxTLoS2rpC { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;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; }
#ayR8MZ1aUTOC5kKDfdo3A85T65g0mcoW { 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; }
#F8ywK224bpz0ycEKNVyNkHPhRHFp2kwB { 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; }
#lzHyxfJBPqGeE2oG0ksxuTTkMRgQWZKA { background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:58.9375rem;left:22.75rem;display:block; }
#EKo50R7nGJNdd7yp3VADQE2IoBSC5zpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G85a7ttnMdiQwZlmxQuT1ToN5n7ZFSJr { background-color:rgba(255,165,0,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(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,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:#ffaa00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:58.9375rem;left:38.4375rem;display:block; }
#GsyZLDQ67yrGpGvnMkBTHyJpKEWuSmBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uMyEDWLQbDLssRr5nBs2NfHr2OftUinc { color:#283548;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.3529410625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#znGJfCTPAI5Gp9aIf00ekxZExp4UF0e0 { 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:block; }
#v2Hs0qFnQbNyK0yT8u2MHIGehzLaO7VE { 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:block; }
#yZSaNh2VAcDvWLndUi3nTr5BeMwR60KQ { 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:block; }
#WpEKHTzNheNG18HTLXDctrkMlFX6kxt9 { 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:block; }
#iwFqVCEs4xb1MPOX4NHM226geiTgAHOe { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),0.6);background-image:none;top:43.9375rem;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; }
#BJ4BKk7AWUFg9TglXBrse773aJ8U4aza { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),0.6);background-image:none;top:43.9375rem;left:35.1875rem;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; }
#GmE9i8zZTVsUOmKl2dBTz01976G0SAxy { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),0.6);background-image:none;top:43.9375rem;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; }
#M6wz7ZBqp1XioHM5ghqL6ZTparfo3KiE { color:#fdfeff;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.03125rem;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; }
#gnDHk9FuwdDGfGFVmGMH3LLH2O5enXVB { color:#fdfeff;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:16.34375rem;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; }
#MP3RNc0xvZHDIMaFMl6FM4TXPhqzFS7G { color:#fdfeff;display:block;width:18.9375rem;position:absolute;font-family:inter;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.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; }
#BS8M0t7WvQROQLaxffXlIKHhaaFqIVbw { color:#fdfeff;display:block;width:24.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19rem;left:39.4375rem;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; }
#z7TGbWhRlyoDIIsNV9OAl7GLpgZiyxTk { color:#fdfeff;display:block;width:27.4375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:33rem;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; }
#yKNkABPSqsiKODxI6oce9T11WszM7IzH { color:#fdfeff;display:block;width:14.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:35.6875rem;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; }
#mnR82R0G25m4ocS4STaxkTi9mnJcwP2A { color:#fdfeff;display:block;width:18.9375rem;position:absolute;font-family:inter;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.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; }
#FVfFRgIlBOMioHRKouD8iRQVQ4U5b6m0 { color:#fdfeff;display:block;width:24.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:35.75rem;left:39.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; }
#ksDi1pCHNfyG3fFZT1ACQwTLrE6AF5ld { color:#283548;display:block;width:29.625rem;position:absolute;font-family:inter;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.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; }
#adN1iLt7TzdBGXndb6TVXeFAkG3TXSLH { color:#283548;display:block;width:22.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:52.25rem;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; }
#GAUiqTKJ9Xic0qhofAUzldI0kHZlVIO8 { color:#283548;display:block;width:19.875rem;position:absolute;font-family:inter;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.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; }
#pBhv4mT84Rdm2OmI06WF11PTeuurp0Gz { color:#283548;display:block;width:19.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:52.375rem;left:35.0625rem;height:1.25rem;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; }
#ElUiMo4Zd6hIVftX5E1M73WeJWUa6JlT { color:#283548;display:block;width:12.8125rem;position:absolute;font-family:inter;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.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; }
#zhDoFokZd1HUg9PzvOVxn3sPLaLrTGEL { color:#283548;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:52.25rem;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; }
#KNWMV3HFaGHegJkJ3XabIWTQzu2AySvq { 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:11.3125rem;left:4.25rem;overflow:hidden;display:block; }
#kusDBv25TSBbUIvZp5TxcPplrzwdfE8E { 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:11.34375rem;left:39.90625rem;overflow:hidden;display:block; }
#s1vufsaqRACyTWIZTlBTmdcqOzm5KwQs { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.3125rem;top:27.90625rem;left:40.3125rem;overflow:hidden;display:block; }
#q3MI5l6n9wItEeCcTgN7qdN8nAHqyfpb { 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.0625rem;width:2.3125rem;top:28.25rem;left:4.40625rem;overflow:hidden;display:block; }
#kt0D59I25fKVD5mKJbMVaX6mAxIQqokH { 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:45rem;left:35.71875rem;overflow:hidden;display:block; }
#JLpmRLxnCtwylKoV8lEyEZU7p4KxpJgO { 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.6875rem;top:44.71875rem;left:59.375rem;overflow:hidden;display:block; }
#IZSafyzmvga7UWQ2z85iZqxGDpw9GXKl { 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:15018;opacity:1;top:44.46875rem;left:4.09375rem; }
#C4k4F9PZy4ldOGMGFZC3KTbrLknydWdy { 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:9.1875rem;left:38.25rem;overflow:hidden;display:block; }
#RNZnIkWVSpTJ7UxKBvQuPJ1OfBceJneg { 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:34.0625rem;top:9.1875rem;left:2.3125rem;overflow:hidden;display:block; }
#qTwTEkDGr5a7xAW89OU4myyiKsTFZoSR { 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:25.875rem;left:2.25rem;overflow:hidden;display:block; }
#TWnLn7K7x3cdRI6ReuLrhslNLRucTRWD { 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:25.84375rem;left:38.2109375rem;overflow:hidden;display:block; }
#yeqt9GDOy564DxDwTRrmlWTMO1ss4uhr { 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:69.8125rem;top:42.5654296875rem;left:2.4375rem;overflow:hidden;display:block; }
#zLXcoT3oVcZnBhwkodptCmnorhcUGoub { 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; }
#N5lqBquTNvTwNOrheQzd4wTc7kvlNUbb { 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; }
#oFTDniWSBBM8fS1giGnRs5TdUb4ckKml { 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.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#Tk6Dwt6HoARgA4aW9RqR4TKwXlD9QtgJ { 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; }
#wAopxbb6yN5IcMeWM0DpM1bRXJtX1TKL { 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; }
#zI94bhUV2eKX4Ly5ORzz0S4pwKtp5TIl { 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; }
#TSZeVd84CoLcJTKu3EAkMTuB22ScTB3h { 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; }
#kuULwbH8oadvNDSEplHSHuE8ECFcAlZg { 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; }
#tQroUD7KMDCrByVKr0J3XsZ7GmN5gl9n { 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; }
#x1wTd6UofhtMdn9kR9LXhdyX5vGrblTa { 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; }
#xx3dxKf0633poV0lDVGuD1sprQDPWHVk { 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; }
#EZDoZ8nMgaZEAhI5ll2I7mZcszB5SI5i { 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; }
#EsTDU0e8NQ2CbrQi0iqlT08JObJor1kq { 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; }
#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:13.4375rem;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; }#b7wpkb0OyGKwa9K4IJffCXoZ9W3Hrs9g { color:#192434;display:block;width:21.125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.1875rem;left:26.9375rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { color:#192434;display:block;width:58.9375rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.75rem;left:9.8125rem;height:1.0556625rem;display:block; }
#EbNn7HJk67VhmwDKlUB3BWVzulBpICSv { background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat: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.4995403125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:22.75rem;display:block; }
#h0uIBDOeilo6Sgu7O6sb2q2qNpqV4WGe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xqCXwGZ1r6ottxkIKzJG5ZMztGqwAxKQ { background-color:rgba(255,165,0,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(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,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:#ffaa00;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.7899814375rem;height:3.4774814375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.375rem;left:38.4375rem;display:block; }
#dzGzeBrKNUi5xxKkPobsgzkLPSIv7WMc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:4.125rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adKJKOIs6MqGgI1xT8XRPM1TvKRHpR0W { width:13.75rem;height:3.5rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUCnm4T6AH3x5sdIWPzvU6JIg5M2t4hK { display:block; }
 }@media only screen and (max-width: 763px) { #lRxI2TVB2vZlIhI8ZQTomuEGRRuTdWNz { top:21.75rem;left:0rem;width:38.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTUCbmNr1qRA1UuU5NarFutR3mkLbxU { top:29.5rem;left:0rem;width:38.1875rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbPncaH9LVE1Go572E9aB2S5gPgyHL21 { top:38.875rem;left:16.812010765076rem;width:2.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y92iqxGqKFbObpTlJ3pGba9THVKRqZNp { top:11.9375rem;left:0rem;width:46.875rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii5SZfHaeX6RI0bWTW7VGsLKwyyOQOkL { top:9rem;left:3.0625rem;width:44.6875rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNJnP75kreIsrlNQNwaVSgKW3ymkrVbA { width:13.6875rem;height:3.375rem;top:38.75rem;left:1.5247392654419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDwkvm4qScTzkw1TCZaSqMV4txxCd8L3 { display:block; }
 }@media only screen and (max-width: 763px) { #zpWsDV2UJerquAB3eerIbbJyikTTyngW { display:block; }#zpWsDV2UJerquAB3eerIbbJyikTTyngW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGGdocGcZNtqMHId2UdGVRc3TfR8DImV { top:11.625rem;left:0rem;width:21.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoiVQcPAmvTEEVo7xJ8Xv7paCSpD6S3E { top:13.1875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1IqQcGs9ahWsrWwBxdFnJ9T5A9T0Hf4 { top:17rem;left:0rem;width:17.375rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryWr9kqpfUdHxnozWhPRFeuxK6n6Kp9n { top:19.5rem;left:0rem;width:17.9375rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKn1LcvDlEodTrX5UTpey5JgLPtAmvZ8 { top:11.625rem;left:13.25rem;width:21.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LULWdrtLSac9AwTGg30kty0kPI2DnW2g { top:11.625rem;left:25.875rem;width:21.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOOszGpVTMP3aDGLUT772NhfifkXmkUL { top:17.0625rem;left:14.8125rem;width:17.5rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDU4BUJdlZ1Z12yHdNyOo84eNawzNyOM { top:19.375rem;left:14.8125rem;width:18.4375rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ced3gzpaRUJfftphktZAWeCOMOHbcCyy { top:17rem;left:30.25rem;width:17.5rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGugLcStlBmyFJnlRLACGErNTlNlhvo6 { top:19.5rem;left:28.375rem;width:19.375rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdTTvpxhoeZPulwdXkF6Fkn5QeclWdt { top:13.25rem;left:14.8125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCVKT1bZCCGoBHBhpd5sBSoRvEbGx2Gn { top:13.1875rem;left:41.6875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4buGGGMuX0XXBv3VrWiF8gxIGJ559eD { top:4.5625rem;left:0rem;width:37.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@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:8.125rem;left:11.9375rem;width:35.8125rem;height:9.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch2MMNBSgqyzPJcS7NX5587cy9L6wUwd { width:16.625rem;height:3.5rem;top:19.5rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHVgGkL6ATyVMeCX24JaibDUFL0rSSFW { display:block; }
 }@media only screen and (max-width: 763px) { #TzyK6QDW0z9Qc7VVgield80kGATi0gtf { top:3.8125rem;left:8.125rem;width:39.625rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqLTzPvRA1TygQaa0m242PyDzxCRi9TT { top:-1.5rem;left:0rem;width:26.375rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uah7NRBvKoKTXMq9ZutTbgNTeGCy5aTt { width:16.75rem;height:3.5rem;top:19.5rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP8in7XAULxNUzuQpCNm1ZMauZifs4QD { display:block; }
 }@media only screen and (max-width: 763px) { #Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph { display:block; }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o25OU6x8zMCmINtGwyUE74N1z0qfoq7u { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPpT9n3qAkpSM0ildLDzxbW5T4Z5Mt8X { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgbHztimJI4PHwHiaSXVp2BzG69A6oKh { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKK9bBQePJwHxh5Jf14m4Wx8kk0mswLF { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKukyMGAwhG0c4T3gOqI73AsoZHMCoH5 { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxIHM6AhlMF21oR6dpA02nP117nmgrCM { top:11.875rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AenPb1SCOPlHn9uHEMFcBywdDtbabrUm { top:21.375rem;left:0rem;width:20rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5IhX8rTndDpim9NTdA21Fetyyxm2imB { top:31.25rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePQPkykJ2UohhZvutNRk0S71nVXBzTIx { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #BeV4Frgh5PV3EoTPPT4x4vkvv1cw5sH3 { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vs1e1sd4x4gVhyb7T9aqfuir6l2tihHk { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #bISmiPsr3X6O3w4aII13xMJbJ4xKfzEs { top:22.0625rem;left:22.28125rem;width:2.4375rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwsPoL6VnAyvVi6AnDGxhUo8obwmgE9z { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8p5Pe22ydytrLTC1czogCPTDIZDfCmJ { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIgVo16CX5grrKt8HAsrIHHObg6N8hI9 { top:22.0625rem;left:22.28125rem;width:2.3125rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqWK7Tnho1B3MrVIyXyvA98bzOwiV077 { top:41.0625rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7CZcTg7yPApc2w6oQoQyynpen4DzmCe { top:22.0625rem;left:22.28125rem;width:1.375rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TESDbJqJJ2xEUHGxBnanOmU3aaZzyHBe { top:45.9375rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 { display:flex;height:auto;width:45.25rem;top:5.875rem;left:0rem; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #ZlShgW0HpJNhheUXhRgr4FmDqnuuOdJd {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #J11MH3hfm2DONmMk2sUf45Cqqn6QeNNI {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #nARpM83evb47Zp7ECVbTtWpcZREuLcKr {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #raA4nCMSwKzlnqEXBP9lVT1KrHdDzt3U {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #gAuVoWsNPMI7USTt6DhSxVa2d10DJAct {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #b49CmzGlWVkc4cXiQBkutuX9cc1H6EG1 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #CKSUJHSD29c7ZUyyKVL0bwttaO395KCf {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #xo8Ks6GqQ7zPaCodKtBTGQN1BF6hx8IW {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #VvOlNQqhEt61e0pTNhl3XRGuuGgzHT86 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #KO8BK8duwvObFSsRwmgwEaztDtodPbSD {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #KwBRvsAtTuF6iCLXAEtyPlJX96OsNsSO {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #X8m4D25wbpFTkiacaiOslWKuyLZTuaGk {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #eh0wR2RFHhTrzlKgSTXcNmhgPR4RwGwu {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #nBTsh08QpTQuOKT5kPen9vx27NLScpp5 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #r8c8lx0zAhQi96H9Lb7RDvvcnoSVmT3U {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #hBg2DGUxoRk9IQWGQnVy4awTghb3up1T {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #T1dxDC1E2FaSl4wK70EadAt7RFxuOwzF {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #zR2QNGNz7yGLry56snuEUIr8TgE1om0h {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #dpWT3bwQQ2Bnt90rblzzAfOrzywIiRJb {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #JLxoEziql3sD5QAJr1qCTGiXUIBg1IJ5 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #nZ4xu8UN3hVqAkNvIhy3LAZ642is8dqr {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #yf4yRiTS4nkqLPXRgRQD6SkQa1VsNfh6 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #nD612J2b94EfIZvIuoJzGHxb8XAtKiWL {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #m1QpWAwJGK2fLPQR0eNVH9gSCKayKoKK {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #DRf17ivX97zE0Qw7FDyqOEDHDWHhANzn {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #rHxUqUs2TUKiRH898ZHRBlc9ZFmJJQH1 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #c2KeVf2enAgtKiZmeBwHVsu9vVNlo1rC {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #m43Te3WCUmMLfNLAua2fB5enn0p7TCwk {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #XDQqx7B9zrqTq8cUUKNioCMIdPuoHyyi {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #Rtli5XUf3MTCC6RopVOfJy6WngLfP7Fv {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #vhvsFIMPAqGG4dlehTMTfnyMIMSTlkXo {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #fTCcIedGaPlHx90FtaJCtNdM9GKRVRt5 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #Qz4Gkc8yah2PTbedcfsk8arqD0NFTweN {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #iStFxZAlBugWPsigtzDBsXGlJMfKk5xu {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #ZysLbTJy3ufFzq3Nl7TyAh9yGOUAATae {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #a2VfJ1GtoCVe2tiR7WeW8NmTeN5SZnPi {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #fTF82v6bxnunNbBA8yNxifNJsRQoNK6N {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #pa61ZRtvAEH5leON4cXnAHpXhwXbmHES {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #hXx4QW2e4sZzS2wRdMNgufW7VJaguXUv {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #I1I25gOhNBSUrxSxfDShMgaKINoc2MOT {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #kgVBpppcJrtiqH6aT8WBeImpIa0GdeUa {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #BMqoPFsoMdOwVU1NZZ31lsDXHDHNGAiU {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #cGuqfyt018HSPzRCnJaUeAzUIwmhEp6a {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #WlPv7g1Hed88tx9IqTzmJEeq1LCw6RRr {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #EuvrARNLowWzfGsZtzV45Tpdf4D05ZHV {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #CqX3edFwPTFkOAha9I4LC9z0fcThAbA5 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #SRiPy1X7uPLBBkoXFs6upCaXZZZmtACQ {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #z8a01dLoX4VIsJLcvexTOKPGfHd6TaEx {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #ufO0T00PcZ0Vp7ZCTHwtfTTbfIxnltc7 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #xmv1FqTpfATars4UKini8LzkPuuPXAyq {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #kBHPblWBW2WmVcbnSypIEsPOOpxc5qsN {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #vuopFKKF1n8TZUkDbgVFeVXBKo8wf9aV {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #mTL0mgwBtvVf8qqBzWTzlHWymBo8W1Cb {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC { display:flex;height:auto;width:45.25rem;top:5.875rem;left:0rem;display:none; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #y3HUbW56q3qCEE0HlhyaSDCOd4A9kdgL {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #QhQIernXTZxGRN6hmVfdkrTE2ZB0trT7 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #gfCTcK2uTEAt2dmmAzcsgBtTJ9a15tOK {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #PetDVWTaicwvmMGOxdd8yV2LwMyRLut4 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #tVRJtDdugHNXRCAnscfZepUGVLTrEy56 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #b49CmzGlWVkc4cXiQBkutuX9cc1H6EG1 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #CKSUJHSD29c7ZUyyKVL0bwttaO395KCf {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #oC91tK3Lq2mgfgZKH4V5s5StDDnDoVhw {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #AxPV4qrFb8Uul0J7ED3aqd3i45TES0XA {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #H38SPIwcu8tPcIGJH3KFftxpNtilT0mn {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #zGpTRAGDToaBSS2WwGT8gdQQq5WmfhqQ {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #D61gRnG6tfmSVhr6RHczEMC2TpIJ8BDr {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #Ext9Sxx9tRJO3Ez05CMevPkcFwLblBrF {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #qxDCsckNmysfXfCi03tDmcVuaU6E43Un {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #rXmuUqtG5bowJ4H1d7tpT6FMUnG0mSZy {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #hBg2DGUxoRk9IQWGQnVy4awTghb3up1T {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #T1dxDC1E2FaSl4wK70EadAt7RFxuOwzF {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #X8IZfeHofAczGvHJgS8ucRV9ahTEaUiZ {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #I4MW3QeTc9OOFBP3RrTT0gOaUhT08sb9 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #oC4x26Z4EhRW6xFamZ1iIQ7XJEELPlXs {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #nZ4xu8UN3hVqAkNvIhy3LAZ642is8dqr {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #yf4yRiTS4nkqLPXRgRQD6SkQa1VsNfh6 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #xaTKqQtuzpVDekae9y9DN8MU2RAir0rF {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #kXwua4559TgsrpVx8s4hs6vcuH2aGXCu {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #avWT36O6pAN9Vf55AqFkNlNx0D2T24M1 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #rHxUqUs2TUKiRH898ZHRBlc9ZFmJJQH1 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #c2KeVf2enAgtKiZmeBwHVsu9vVNlo1rC {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #lK4sCTSI41w2FTLOiRD0AV88TZZnphcu {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #ksPMJ3GH2EOtgsoqz0yGQll6KKWi2BST {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #tb2vBxh5U3qTSQwlHsydP0fZzdTJ9ybO {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #vhvsFIMPAqGG4dlehTMTfnyMIMSTlkXo {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #fTCcIedGaPlHx90FtaJCtNdM9GKRVRt5 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #iJMegCo11KoW2V1OnPsRxyKiR5cc9pJ6 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #M57piPn4y79dyLLbU4LaNVeBvbUF682a {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #nwHTJqRLf0LWEe5Q7uKd35zgriaeZNLs {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #a2VfJ1GtoCVe2tiR7WeW8NmTeN5SZnPi {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #fTF82v6bxnunNbBA8yNxifNJsRQoNK6N {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #lt1WQOOxEJI7fEnuF53kb2npbFikt8KU {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #QwwPcT06F7g4x3NwmrUDNQVCo4xbW8LT {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #MPtoCOvzHtctaC1ogWlxJMl0VSvBfXIA {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #kgVBpppcJrtiqH6aT8WBeImpIa0GdeUa {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #BMqoPFsoMdOwVU1NZZ31lsDXHDHNGAiU {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #Tek6No0z84ltkEmi7N7uiNVieaUPNLwh {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #GPUqnJfoB7tXbvsePJifLfXDSZn9lwRL {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #CSQEDgdHusXmCNh3TPPlvlA99EePkpFc {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #XzeJFDDHtZelcQASTnKRicJcE6ut2xVt {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #m0vAdZ5uhwgpNTT3nFdgClFRG0Kloz7s {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #SuqFxGe1vXFmQKg3FXSwgqsnZqIGc69t {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #gqLvDJkKb1MlKEop3679985TGCE6l3Rc {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #oxRXHdTwPVKoCFxVXK6fBSDx1pXBTG8q {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #v1s92RlNTBNC2JfXVZyHDgMTtUpaC0Fp {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #y29h9cewXR51Oa4esZxMCEPehdtLnx4i {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #WKiXWNBPO4oysnL1hOoKsTMnx7xe9oHB {  }
 }@media only screen and (max-width: 763px) { #pHZTQQq5oGOsPG7cG9RbfAx5DzVONn2T { display:block; }#pHZTQQq5oGOsPG7cG9RbfAx5DzVONn2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POWVSApnCPcdG8cV2JgfiNwynJC8VWOb { width:18.75rem;height:88.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOu6mOtrCSFzE4EQftL4yG3RnmkehHn5 { top:20.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSI3w79TtzM3RNrNJoFmFx3IdGi8dGsL { top:15.625rem;left:0rem;width:5rem;height:196.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHX3qmXiaEfNhWaIdJN9k6o15ItJmLdW { top:15.625rem;left:7.40625rem;width:5rem;height:197.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEPxdDXeWoopxnyMPfLuDd38aMvf1w2i { top:15.9375rem;left:21.375rem;width:5rem;height:199.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rryeLE7miHJ6S06nedS8JWE4ZcxJA0AE { top:15.625rem;left:35.96875rem;width:5rem;height:200.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXSzhmyF4cRtM9yCTBwwhrB36tfF8P59 { top:15.625rem;left:42.75rem;width:5rem;height:200.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3AFpaThkBR0ITuoH4M4AgTicpCfK7t9 { top:33.125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrpOtDqarWWXp3BBr8vK0To9qowuBpiK { top:25.3125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU8V0KehMR6mQUQyK1MMsSQWcQoJCkPn { top:179.1875rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZPADQllDrPgRBCPbulvE8v1eaM0h9I1 { top:45.9375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxNJ9T15URiywkfmv6kZvor9Jtapsm73 { top:38.125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgodSxOMgJJcaLbGoozmvcrPy3iNQAo8 { top:50.9375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW2Tu88IiihH6AyZmx1GI1oFi9JDcnE9 { top:58.75rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1AgzxNh3KFhgZXti2xWa63mJxdRTWIU { top:63.75rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOMARye6ZAUimoEJ4Vveu2qlNaqReb5d { top:71.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RANmZMfyDkFydG6wEZdhSxWXDbhnkEJC { top:84.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwpnwwaDp5psGSQRGQ63Be4PbesU7yDv { top:97.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOr2ohswFvPzTTEtHippWlGmkIhxGLdC { top:110rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrrIZrETXSNhCXenzNAT0Cc10Vy1uLtO { top:122.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #leDTLnH9NxyEzyeKweTKT71CrsJQeQhJ { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQHTBKfzQJPLo04wEAylr2wrQ3IXbRon { top:45.9375rem;left:0rem;width:4.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuDpEAb72VP9nvUAdV6UrTvyheFXKrrE { top:58.8125rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7ZngbTJJ7F0IlsdZ3g2rhGnWJrEuNCF { top:148.4375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1GybsekiETXZGHUr4Un32T1pKZKb2bP { top:161.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfhxsAQF1dGMxtRGJGWcTt5aInuEMwFi { top:174.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynErcZIJAcQZgCRiHKodwziHVUyy2kOe { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFUXPHRWQypqg8LVThcAgv6G0gSC8TvF { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #labHQiooKsn3Fg0PmGNXd7PRkMCD8iuB { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMNP9IKbUVT3POuIFILNHLHVZARQazfL { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxvDlJmo7HiElJHoPybcZKDSTdJftEWQ { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #s82pBp9rSmHHlWt4eA9OpREgl7Gh55uo { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vm95JQUqiW27ZAEfobt8hvoJJ8XVRE5p { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMuJcrbmQR6sU1ms4i5r4FawCrHOE2Zu { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTcwe9GLCLUOpINhHKiGLf6AHXTXCOiD { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFu4OFpkhTFMnxxPG6QRDZmOflZvwJNQ { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVTROgWszwMtlT5XzgAFGfazZnCJS8Iu { top:135.6875rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LadmA2ps02P7f0pGLkGUcTBzn5EkKqtc { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdDTEsCno9JpJ8GKPqQ4RGOSBAFIiaRO { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IONT4vGkMZotCdiOLST7pTHFfpST21qN { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z16nu3fXs7e7sCan4Pw8zU298w7t4NAb { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xU170va8VFPTMV6e5Zzc5a6MK4rh3Xzd { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaNnX1C6h9NKukbpJm84CPC0493DkgQ0 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4NpXVqD5A3oxfMkOda5sTgx0T49U6qV { top:187rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd9ZpJ9qLJXnwUA3RAk86FZwsB29T5KZ { top:204.8125rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6LpH3RLxgQq0HKX3eW1cXPeXEd2Frl6 { top:199.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnw2eCxpKJPZSrtBw8h4TKlzmbOxVCaB { top:212.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJeT4f2SLUudqdrXII3mIwmKGLyqs071 { top:76.5625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z12DsteXn5eWRr5TRWg9O3VVHflwZwh5 { top:89.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9TeCzAu9ssyN88wd3MRTyfw3nzCMTUt { top:102.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD12TOyUT94GOflUqt3JNGevbl343DPA { top:115rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSSWxhmifTfcw7QPq8WuEfimVbNQSAkX { top:127.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu2EuDvL19QZF4KK7L9TdF7QqdXlBu3g { top:140.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZV9HSmitfHuqoegsx3TVQadtrX9Zo4N { top:153.4375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5OXMouiELTQT9p6dip4VU9C4f5TmrRn { top:166.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMaWgaiR8kH41AgN8L4Gw5EUrBQysiif { top:179.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfeMyZwtiOSdgZFW3eHF2LQsVL5DptvJ { top:192rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fulKI3TdfxAD4TSvGPKRi2izvrDrPADa { top:204.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLOdCtTuTkwnCoVmO6Hgs6a3iZbCIGPb { top:217.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWPNO8MPvkG9hklCUCPJ0LC3ylZ37bBx { top:44rem;left:0rem;width:6.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtvGqz1eZKFwm1OqS8sZTlntn9DhNJqB { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eaQT7iXBPD1oRrb09bCkv4IbLNiUAJzk { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8UUcHnJoE1O1fzZG8Mn7bvXyzUQJHhW { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2dUI0e78RsGbVQzlin7BVQ0BlZcxxGt { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTgRqlGzSqLiSLKmUTew3O9oTta8M9EP { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrcz6OUdfEdQmdsSTVfSy7vF2iqbtC0c { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lf15w2MavHKg1G8Owu5mOIg7Qs6U1gk5 { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJtnZP3fPkVPTuuq8373z6EABFrQTI7r { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hImLBy9Thl2iITw3TbN7z8iZWlzd0qpN { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZLhSyyMc7M5FPIXlHHDLDk8wzL8klNf { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpPS78UzUk3WNrhWq8oGSV1RtKM19yVm { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSzrUl4G97VKmzGH8LL0KogRTTR65umJ { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7g7WKxclWKNhURWlo8RTVp3n6QFgRo0 { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDiuhpdfTzEydSF0CuCfxwueXF8l0z3f { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WvSw1fGPlTL697krqBaRR8bHJmmQKmvT { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpKVldMbzaaFfnPxmy6gfpR1hKkLW9tx { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #scaFro4yAZPsQGQOp6NkFOC0Ac6vNkAd { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRqAOaTWDCoBPf1kMTVdKyC2AFCbmZxe { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2UMw87RfAxS6RKoMZ0ZITcGWavC7ncb { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQ2baAD1lZUkc8PuROrxPl9WGfmkuAs1 { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGxLDGchhlPVvQmxr0zDqzE3awwpTskb { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3FWurUga7WbCw1HvVFoml0osoaPCgqR { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gg7cAvgtAsX5BPL0us96e84WTHI8pWIf { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcZhXLgrB9UGJMAaCntidvoxTDkFWrRz { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHk9pNIeXL74Q67AMhAPn9RMy2CX4Rv8 { top:132.75rem;left:0rem;width:7.5625rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCidN53u9ZRVvNkIUOS75Jv2ODmR9eJh { top:36.9375rem;left:34.25rem;width:13.5rem;height:3.4995120144451rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXGdwQRQCNGcVcsQlHcNWVprOpPCvbzp { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8lK1xpdRvR87e6E4TzAOXGcgthB2RPD { top:79.4375rem;left:0rem;width:7.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJ9nPdeaiCBPJZoezaBGMCHOsQ1CVykZ { 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) { #NOBNi3CNMhJzBBwyFwxUH9kIXMkArXsS { top:77.75rem;left:0rem;width:9.25rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #blpDauP6e41cQQxv40JZDGQxTLoS2rpC { 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) { #ayR8MZ1aUTOC5kKDfdo3A85T65g0mcoW { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8ywK224bpz0ycEKNVyNkHPhRHFp2kwB { display:none; }
 }@media only screen and (max-width: 763px) { #lzHyxfJBPqGeE2oG0ksxuTTkMRgQWZKA { width:13.75rem;height:3.4375rem;top:58.9375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKo50R7nGJNdd7yp3VADQE2IoBSC5zpU { display:block; }
 }@media only screen and (max-width: 763px) { #G85a7ttnMdiQwZlmxQuT1ToN5n7ZFSJr { width:13.75rem;height:3.4375rem;top:58.9375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsyZLDQ67yrGpGvnMkBTHyJpKEWuSmBa { display:block; }
 }@media only screen and (max-width: 763px) { #uMyEDWLQbDLssRr5nBs2NfHr2OftUinc { top:3.25rem;left:8.21875rem;width:31.3125rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znGJfCTPAI5Gp9aIf00ekxZExp4UF0e0 { top:10.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2Hs0qFnQbNyK0yT8u2MHIGehzLaO7VE { top:10.5rem;left:25.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZSaNh2VAcDvWLndUi3nTr5BeMwR60KQ { top:27.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpEKHTzNheNG18HTLXDctrkMlFX6kxt9 { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwFqVCEs4xb1MPOX4NHM226geiTgAHOe { top:43.9375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ4BKk7AWUFg9TglXBrse773aJ8U4aza { top:43.9375rem;left:21.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmE9i8zZTVsUOmKl2dBTz01976G0SAxy { top:43.9375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6wz7ZBqp1XioHM5ghqL6ZTparfo3KiE { top:19rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnDHk9FuwdDGfGFVmGMH3LLH2O5enXVB { top:16.3125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP3RNc0xvZHDIMaFMl6FM4TXPhqzFS7G { top:16.3125rem;left:25.8125rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS8M0t7WvQROQLaxffXlIKHhaaFqIVbw { top:19rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7TGbWhRlyoDIIsNV9OAl7GLpgZiyxTk { top:33rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKNkABPSqsiKODxI6oce9T11WszM7IzH { top:35.6875rem;left:0rem;width:14.3125rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnR82R0G25m4ocS4STaxkTi9mnJcwP2A { top:33.0625rem;left:25.875rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVfFRgIlBOMioHRKouD8iRQVQ4U5b6m0 { top:35.75rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksDi1pCHNfyG3fFZT1ACQwTLrE6AF5ld { top:49.5625rem;left:0rem;width:29.625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adN1iLt7TzdBGXndb6TVXeFAkG3TXSLH { top:52.25rem;left:0rem;width:22.125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAUiqTKJ9Xic0qhofAUzldI0kHZlVIO8 { top:49.6875rem;left:21.4375rem;width:19.875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBhv4mT84Rdm2OmI06WF11PTeuurp0Gz { top:52.375rem;left:21.4375rem;width:19.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElUiMo4Zd6hIVftX5E1M73WeJWUa6JlT { top:49.5625rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhDoFokZd1HUg9PzvOVxn3sPLaLrTGEL { top:52.25rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNWMV3HFaGHegJkJ3XabIWTQzu2AySvq { top:11.3125rem;left:0rem;width:2.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kusDBv25TSBbUIvZp5TxcPplrzwdfE8E { top:11.3125rem;left:26.28125rem;width:3.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1vufsaqRACyTWIZTlBTmdcqOzm5KwQs { top:27.875rem;left:26.6875rem;width:2.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3MI5l6n9wItEeCcTgN7qdN8nAHqyfpb { top:28.25rem;left:0rem;width:2.3125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt0D59I25fKVD5mKJbMVaX6mAxIQqokH { top:45rem;left:22.09375rem;width:2.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLpmRLxnCtwylKoV8lEyEZU7p4KxpJgO { top:44.6875rem;left:45.0625rem;width:2.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZSafyzmvga7UWQ2z85iZqxGDpw9GXKl { top:44.4375rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4k4F9PZy4ldOGMGFZC3KTbrLknydWdy { top:9.1875rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNZnIkWVSpTJ7UxKBvQuPJ1OfBceJneg { top:9.1875rem;left:0rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTwTEkDGr5a7xAW89OU4myyiKsTFZoSR { top:25.875rem;left:0rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWnLn7K7x3cdRI6ReuLrhslNLRucTRWD { top:25.8125rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeqt9GDOy564DxDwTRrmlWTMO1ss4uhr { top:42.5625rem;left:0rem;width:47.75rem;height:9.8321396598031rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLXcoT3oVcZnBhwkodptCmnorhcUGoub { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5lqBquTNvTwNOrheQzd4wTc7kvlNUbb { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFTDniWSBBM8fS1giGnRs5TdUb4ckKml { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tk6Dwt6HoARgA4aW9RqR4TKwXlD9QtgJ { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAopxbb6yN5IcMeWM0DpM1bRXJtX1TKL { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zI94bhUV2eKX4Ly5ORzz0S4pwKtp5TIl { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSZeVd84CoLcJTKu3EAkMTuB22ScTB3h { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuULwbH8oadvNDSEplHSHuE8ECFcAlZg { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQroUD7KMDCrByVKr0J3XsZ7GmN5gl9n { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1wTd6UofhtMdn9kR9LXhdyX5vGrblTa { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xx3dxKf0633poV0lDVGuD1sprQDPWHVk { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZDoZ8nMgaZEAhI5ll2I7mZcszB5SI5i { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsTDU0e8NQ2CbrQi0iqlT08JObJor1kq { top:22.0625rem;left:22.28125rem;width:1.375rem;height:1.25rem;display:none; }
 }@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) { #b7wpkb0OyGKwa9K4IJffCXoZ9W3Hrs9g { top:8.1875rem;left:13.3125rem;width:21.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { top:10.75rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbNn7HJk67VhmwDKlUB3BWVzulBpICSv { width:13.75rem;height:3.4375rem;top:2.375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0uIBDOeilo6Sgu7O6sb2q2qNpqV4WGe { display:block; }
 }@media only screen and (max-width: 763px) { #xqCXwGZ1r6ottxkIKzJG5ZMztGqwAxKQ { width:13.75rem;height:3.4375rem;top:2.375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzGzeBrKNUi5xxKkPobsgzkLPSIv7WMc { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:rgba(var(--color-tertiary-1),1);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; }#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:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RG5yGe8tgHyvsVxZ0rD8PdEXcuQuGcLp { width:3.5625rem;height:3.5625rem;top:1.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #adKJKOIs6MqGgI1xT8XRPM1TvKRHpR0W { width:9.375rem;height:2.8125rem;top:26.25rem;left:5.25rem;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;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xUCnm4T6AH3x5sdIWPzvU6JIg5M2t4hK { display:block; }
 }@media only screen and (max-width: 763px) { #lRxI2TVB2vZlIhI8ZQTomuEGRRuTdWNz { width:20rem;height:4.62890625rem;top:19.75rem;left:0rem;font-size:1.1875rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #TXTUCbmNr1qRA1UuU5NarFutR3mkLbxU { width:17.3125rem;height:0;top:43.5rem;left:1.34375rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #pbPncaH9LVE1Go572E9aB2S5gPgyHL21 { width:1.875rem;height:3.18685rem;top:35.812173843384rem;left:9.0624997019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #y92iqxGqKFbObpTlJ3pGba9THVKRqZNp { width:20rem;height:4rem;top:14.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii5SZfHaeX6RI0bWTW7VGsLKwyyOQOkL { width:20rem;height:13.75rem;top:0rem;left:0rem;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GNJnP75kreIsrlNQNwaVSgKW3ymkrVbA { width:9.145520875rem;height:2.457683375rem;top:30.311685562134rem;left:5.3743488192558rem;background-color:rgba(var(--color-secondary-2),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;color:rgba(var(--color-secondary-2),1);border-top:0.0625rem solid rgba(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,0.35);display:block; }
 }@media only screen and (max-width: 763px) { #TDwkvm4qScTzkw1TCZaSqMV4txxCd8L3 { display:block; }
 }@media only screen and (max-width: 763px) { #zpWsDV2UJerquAB3eerIbbJyikTTyngW { display:block; }#zpWsDV2UJerquAB3eerIbbJyikTTyngW { background-color: transparent; background-image: none; }#zpWsDV2UJerquAB3eerIbbJyikTTyngW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpWsDV2UJerquAB3eerIbbJyikTTyngW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpWsDV2UJerquAB3eerIbbJyikTTyngW > .row .container > .video-iframe-container { display: none; }#zpWsDV2UJerquAB3eerIbbJyikTTyngW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpWsDV2UJerquAB3eerIbbJyikTTyngW > .row > .video-iframe-container { display: none; }#zpWsDV2UJerquAB3eerIbbJyikTTyngW > .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); }#zpWsDV2UJerquAB3eerIbbJyikTTyngW { border-width: 0; border-radius: 0; }#zpWsDV2UJerquAB3eerIbbJyikTTyngW > .row .container { width:20rem;height:56.875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGGdocGcZNtqMHId2UdGVRc3TfR8DImV { width:19.125rem;height:14.0625rem;top:6.125rem;left:0.4375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #BoiVQcPAmvTEEVo7xJ8Xv7paCSpD6S3E { width:3rem;height:3rem;top:7.6875rem;left:2.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #U1IqQcGs9ahWsrWwBxdFnJ9T5A9T0Hf4 { width:17.375rem;height:2.54980625rem;top:11.5rem;left:2.25rem;font-size:1.5rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-0),0.84);display:block; }
 }@media only screen and (max-width: 763px) { #ryWr9kqpfUdHxnozWhPRFeuxK6n6Kp9n { width:16.3125rem;height:5.59765625rem;top:14.0625rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),0.84);display:block; }
 }@media only screen and (max-width: 763px) { #eKn1LcvDlEodTrX5UTpey5JgLPtAmvZ8 { width:19.125rem;height:14.0625rem;top:21.6875rem;left:0.4375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #LULWdrtLSac9AwTGg30kty0kPI2DnW2g { width:19.125rem;height:16.875rem;top:37.25rem;left:0.4375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lOOszGpVTMP3aDGLUT772NhfifkXmkUL { width:17.5rem;height:2.54980625rem;top:27.0625rem;left:2.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-0),0.84);display:block; }
 }@media only screen and (max-width: 763px) { #ZDU4BUJdlZ1Z12yHdNyOo84eNawzNyOM { width:16rem;height:4.19824375rem;top:29.625rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),0.84);display:block; }
 }@media only screen and (max-width: 763px) { #Ced3gzpaRUJfftphktZAWeCOMOHbcCyy { width:17.5rem;height:2.54980625rem;top:42.625rem;left:2.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-0),0.84);display:block; }
 }@media only screen and (max-width: 763px) { #pGugLcStlBmyFJnlRLACGErNTlNlhvo6 { width:16rem;height:6.9970625rem;top:45.1875rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),0.84);display:block; }
 }@media only screen and (max-width: 763px) { #lzdTTvpxhoeZPulwdXkF6Fkn5QeclWdt { width:3rem;height:3rem;top:23.25rem;left:2.0625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #CCVKT1bZCCGoBHBhpd5sBSoRvEbGx2Gn { width:3rem;height:3rem;top:38.8125rem;left:2.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #h4buGGGMuX0XXBv3VrWiF8gxIGJ559eD { width:20rem;height:2.5996125rem;top:1.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL { background-color:transparent;background-image: -webkit-linear-gradient(187deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(187deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(187deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(187deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(187deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbaMWeMffJoF8ISBo2lwnv6toO1GDDNn { width:20rem;height:9.6660125rem;top:34.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),0.84);display:block; }
 }@media only screen and (max-width: 763px) { #Ch2MMNBSgqyzPJcS7NX5587cy9L6wUwd { width:19.9375rem;height:3.5rem;top:45.9375rem;left:0rem;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;font-size:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #VHVgGkL6ATyVMeCX24JaibDUFL0rSSFW { display:block; }
 }@media only screen and (max-width: 763px) { #TzyK6QDW0z9Qc7VVgield80kGATi0gtf { width:20rem;height:5.0371125rem;top:27.125rem;left:0rem;font-size:1.9375rem;color:rgba(var(--color-tertiary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZqLTzPvRA1TygQaa0m242PyDzxCRi9TT { width:18.625rem;height:22.625rem;top:3.19921875rem;left:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Uah7NRBvKoKTXMq9ZutTbgNTeGCy5aTt { width:20rem;height:3.5rem;top:50.6875rem;left:-0.0625rem;background-color:rgba(var(--color-secondary-2),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;color:rgba(var(--color-secondary-2),1);border-top:0.0625rem solid rgba(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,0.35);display:block; }
 }@media only screen and (max-width: 763px) { #cP8in7XAULxNUzuQpCNm1ZMauZifs4QD { display:block; }
 }@media only screen and (max-width: 763px) { #Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row .container { background-color: transparent; background-image: none; }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row .container > .video-iframe-container { display: none; }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row > .video-iframe-container { display: none; }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .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); }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row .container { border-width: 0; border-radius: 0; }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ugp99r8XWHlJLLisiW0X6BVTITcC5Lph > .row .container { width:20rem;height:119.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o25OU6x8zMCmINtGwyUE74N1z0qfoq7u { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #BPpT9n3qAkpSM0ildLDzxbW5T4Z5Mt8X { width:1.875rem;height:1.875rem;top:48.25rem;left:4.4375rem;z-index:15054;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TgbHztimJI4PHwHiaSXVp2BzG69A6oKh { top:84.875rem;left:0.5625rem;width:17.375rem;height:0;z-index:15059;color:#ffffff;font-size:0.875rem;font-family:inter;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nKK9bBQePJwHxh5Jf14m4Wx8kk0mswLF { width:1.625rem;height:1.8125rem;top:73rem;left:8.4375rem;z-index:15056;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fKukyMGAwhG0c4T3gOqI73AsoZHMCoH5 { width:2.0625rem;height:1.5rem;top:81.125rem;left:8.1875rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #DxIHM6AhlMF21oR6dpA02nP117nmgrCM { width:20rem;height:0;top:11.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15012;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #AenPb1SCOPlHn9uHEMFcBywdDtbabrUm { width:20rem;height:0;top:21.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;font-weight:400;font-style:normal;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Z5IhX8rTndDpim9NTdA21Fetyyxm2imB { width:20rem;height:0;top:31.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15014;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ePQPkykJ2UohhZvutNRk0S71nVXBzTIx { width:3rem;height:3rem;top:8.1875rem;left:8.5rem;z-index:15009;background-color:rgba(227,227,227,0.3);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #BeV4Frgh5PV3EoTPPT4x4vkvv1cw5sH3 { width:2.25rem;height:1.5625rem;top:8.90625rem;left:8.875rem;z-index:15060;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vs1e1sd4x4gVhyb7T9aqfuir6l2tihHk { width:3rem;height:3rem;top:27.625rem;left:8.5rem;z-index:15011;background-color:rgba(227,227,227,0.3);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #bISmiPsr3X6O3w4aII13xMJbJ4xKfzEs { width:2.25rem;height:2.125rem;top:28.0625rem;left:8.9245689655175rem;z-index:15062;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uwsPoL6VnAyvVi6AnDGxhUo8obwmgE9z { width:3rem;height:3rem;top:17.875rem;left:8.5rem;z-index:15013;background-color:rgba(227,227,227,0.3);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #D8p5Pe22ydytrLTC1czogCPTDIZDfCmJ { width:3rem;height:3rem;top:37.25rem;left:8.5rem;z-index:15012;background-color:rgba(227,227,227,0.3);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #BIgVo16CX5grrKt8HAsrIHHObg6N8hI9 { width:2.25rem;height:1.875rem;top:37.8125rem;left:8.875rem;z-index:15063;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RqWK7Tnho1B3MrVIyXyvA98bzOwiV077 { width:20rem;height:0;top:41.09375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #P7CZcTg7yPApc2w6oQoQyynpen4DzmCe { width:1.4375rem;height:2.4375rem;top:18.15625rem;left:9.28125rem;z-index:15063;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TESDbJqJJ2xEUHGxBnanOmU3aaZzyHBe { width:20rem;height:0;top:47.46875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15016;font-weight:400;font-style:normal;color:rgba(255,255,255,0.6);display:none; }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 { display:flex;height:auto;width:17.5rem;top:1.28125rem;left:0rem;display:none; }
#fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #ZlShgW0HpJNhheUXhRgr4FmDqnuuOdJd {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #J11MH3hfm2DONmMk2sUf45Cqqn6QeNNI {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #nARpM83evb47Zp7ECVbTtWpcZREuLcKr {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #raA4nCMSwKzlnqEXBP9lVT1KrHdDzt3U {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #gAuVoWsNPMI7USTt6DhSxVa2d10DJAct {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #b49CmzGlWVkc4cXiQBkutuX9cc1H6EG1 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #CKSUJHSD29c7ZUyyKVL0bwttaO395KCf {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #xo8Ks6GqQ7zPaCodKtBTGQN1BF6hx8IW {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #VvOlNQqhEt61e0pTNhl3XRGuuGgzHT86 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #KO8BK8duwvObFSsRwmgwEaztDtodPbSD {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #KwBRvsAtTuF6iCLXAEtyPlJX96OsNsSO {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #X8m4D25wbpFTkiacaiOslWKuyLZTuaGk {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #eh0wR2RFHhTrzlKgSTXcNmhgPR4RwGwu {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #nBTsh08QpTQuOKT5kPen9vx27NLScpp5 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #r8c8lx0zAhQi96H9Lb7RDvvcnoSVmT3U {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #hBg2DGUxoRk9IQWGQnVy4awTghb3up1T {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #T1dxDC1E2FaSl4wK70EadAt7RFxuOwzF {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #zR2QNGNz7yGLry56snuEUIr8TgE1om0h {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #dpWT3bwQQ2Bnt90rblzzAfOrzywIiRJb {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #JLxoEziql3sD5QAJr1qCTGiXUIBg1IJ5 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #nZ4xu8UN3hVqAkNvIhy3LAZ642is8dqr {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #yf4yRiTS4nkqLPXRgRQD6SkQa1VsNfh6 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #nD612J2b94EfIZvIuoJzGHxb8XAtKiWL {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #m1QpWAwJGK2fLPQR0eNVH9gSCKayKoKK {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #DRf17ivX97zE0Qw7FDyqOEDHDWHhANzn {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #rHxUqUs2TUKiRH898ZHRBlc9ZFmJJQH1 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #c2KeVf2enAgtKiZmeBwHVsu9vVNlo1rC {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #m43Te3WCUmMLfNLAua2fB5enn0p7TCwk {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #XDQqx7B9zrqTq8cUUKNioCMIdPuoHyyi {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #Rtli5XUf3MTCC6RopVOfJy6WngLfP7Fv {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #vhvsFIMPAqGG4dlehTMTfnyMIMSTlkXo {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #fTCcIedGaPlHx90FtaJCtNdM9GKRVRt5 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #Qz4Gkc8yah2PTbedcfsk8arqD0NFTweN {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #iStFxZAlBugWPsigtzDBsXGlJMfKk5xu {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #ZysLbTJy3ufFzq3Nl7TyAh9yGOUAATae {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #a2VfJ1GtoCVe2tiR7WeW8NmTeN5SZnPi {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #fTF82v6bxnunNbBA8yNxifNJsRQoNK6N {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #pa61ZRtvAEH5leON4cXnAHpXhwXbmHES {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #hXx4QW2e4sZzS2wRdMNgufW7VJaguXUv {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #I1I25gOhNBSUrxSxfDShMgaKINoc2MOT {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #kgVBpppcJrtiqH6aT8WBeImpIa0GdeUa {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #BMqoPFsoMdOwVU1NZZ31lsDXHDHNGAiU {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #cGuqfyt018HSPzRCnJaUeAzUIwmhEp6a {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #WlPv7g1Hed88tx9IqTzmJEeq1LCw6RRr {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #EuvrARNLowWzfGsZtzV45Tpdf4D05ZHV {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #CqX3edFwPTFkOAha9I4LC9z0fcThAbA5 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #SRiPy1X7uPLBBkoXFs6upCaXZZZmtACQ {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #z8a01dLoX4VIsJLcvexTOKPGfHd6TaEx {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #ufO0T00PcZ0Vp7ZCTHwtfTTbfIxnltc7 {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #xmv1FqTpfATars4UKini8LzkPuuPXAyq {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #kBHPblWBW2WmVcbnSypIEsPOOpxc5qsN {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #vuopFKKF1n8TZUkDbgVFeVXBKo8wf9aV {  }
 }@media only screen and (max-width: 763px) { #fKSkDA2yf7pRkJVFOeWBLEH9Tdi1xZ91 #mTL0mgwBtvVf8qqBzWTzlHWymBo8W1Cb {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC { display:flex;height:auto;width:17.5rem;top:0.8125rem;left:0rem;z-index:15057; }
#tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #y3HUbW56q3qCEE0HlhyaSDCOd4A9kdgL {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #QhQIernXTZxGRN6hmVfdkrTE2ZB0trT7 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #gfCTcK2uTEAt2dmmAzcsgBtTJ9a15tOK {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #PetDVWTaicwvmMGOxdd8yV2LwMyRLut4 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #tVRJtDdugHNXRCAnscfZepUGVLTrEy56 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #b49CmzGlWVkc4cXiQBkutuX9cc1H6EG1 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #CKSUJHSD29c7ZUyyKVL0bwttaO395KCf {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #oC91tK3Lq2mgfgZKH4V5s5StDDnDoVhw {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #AxPV4qrFb8Uul0J7ED3aqd3i45TES0XA {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #H38SPIwcu8tPcIGJH3KFftxpNtilT0mn {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #zGpTRAGDToaBSS2WwGT8gdQQq5WmfhqQ {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #D61gRnG6tfmSVhr6RHczEMC2TpIJ8BDr {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #Ext9Sxx9tRJO3Ez05CMevPkcFwLblBrF {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #qxDCsckNmysfXfCi03tDmcVuaU6E43Un {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #rXmuUqtG5bowJ4H1d7tpT6FMUnG0mSZy {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #hBg2DGUxoRk9IQWGQnVy4awTghb3up1T {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #T1dxDC1E2FaSl4wK70EadAt7RFxuOwzF {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #X8IZfeHofAczGvHJgS8ucRV9ahTEaUiZ {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #I4MW3QeTc9OOFBP3RrTT0gOaUhT08sb9 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #oC4x26Z4EhRW6xFamZ1iIQ7XJEELPlXs {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #nZ4xu8UN3hVqAkNvIhy3LAZ642is8dqr {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #yf4yRiTS4nkqLPXRgRQD6SkQa1VsNfh6 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #xaTKqQtuzpVDekae9y9DN8MU2RAir0rF {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #kXwua4559TgsrpVx8s4hs6vcuH2aGXCu {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #avWT36O6pAN9Vf55AqFkNlNx0D2T24M1 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #rHxUqUs2TUKiRH898ZHRBlc9ZFmJJQH1 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #c2KeVf2enAgtKiZmeBwHVsu9vVNlo1rC {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #lK4sCTSI41w2FTLOiRD0AV88TZZnphcu {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #ksPMJ3GH2EOtgsoqz0yGQll6KKWi2BST {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #tb2vBxh5U3qTSQwlHsydP0fZzdTJ9ybO {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #vhvsFIMPAqGG4dlehTMTfnyMIMSTlkXo {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #fTCcIedGaPlHx90FtaJCtNdM9GKRVRt5 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #iJMegCo11KoW2V1OnPsRxyKiR5cc9pJ6 {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #M57piPn4y79dyLLbU4LaNVeBvbUF682a {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #nwHTJqRLf0LWEe5Q7uKd35zgriaeZNLs {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #a2VfJ1GtoCVe2tiR7WeW8NmTeN5SZnPi {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #fTF82v6bxnunNbBA8yNxifNJsRQoNK6N {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #lt1WQOOxEJI7fEnuF53kb2npbFikt8KU {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #QwwPcT06F7g4x3NwmrUDNQVCo4xbW8LT {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #MPtoCOvzHtctaC1ogWlxJMl0VSvBfXIA {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #kgVBpppcJrtiqH6aT8WBeImpIa0GdeUa {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #BMqoPFsoMdOwVU1NZZ31lsDXHDHNGAiU {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #Tek6No0z84ltkEmi7N7uiNVieaUPNLwh {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #GPUqnJfoB7tXbvsePJifLfXDSZn9lwRL {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #CSQEDgdHusXmCNh3TPPlvlA99EePkpFc {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #XzeJFDDHtZelcQASTnKRicJcE6ut2xVt {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #m0vAdZ5uhwgpNTT3nFdgClFRG0Kloz7s {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #SuqFxGe1vXFmQKg3FXSwgqsnZqIGc69t {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #gqLvDJkKb1MlKEop3679985TGCE6l3Rc {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #oxRXHdTwPVKoCFxVXK6fBSDx1pXBTG8q {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #v1s92RlNTBNC2JfXVZyHDgMTtUpaC0Fp {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #y29h9cewXR51Oa4esZxMCEPehdtLnx4i {  }
 }@media only screen and (max-width: 763px) { #tftvTQlN1Ti6ZbqhUW8IBqMcOQyauSLC #WKiXWNBPO4oysnL1hOoKsTMnx7xe9oHB {  }
 }@media only screen and (max-width: 763px) { #pHZTQQq5oGOsPG7cG9RbfAx5DzVONn2T { display:none; }#pHZTQQq5oGOsPG7cG9RbfAx5DzVONn2T { border-width: 0; border-radius: 0; }#pHZTQQq5oGOsPG7cG9RbfAx5DzVONn2T > .row .container { width:20rem;height:86.25rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #POWVSApnCPcdG8cV2JgfiNwynJC8VWOb { top:10.375rem;left:0.625rem;width:18.75rem;height:88.1875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #kOu6mOtrCSFzE4EQftL4yG3RnmkehHn5 { width:20rem;height:2.5rem;top:14.03125rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #hSI3w79TtzM3RNrNJoFmFx3IdGi8dGsL { width:3.125rem;height:234.5625rem;top:14.03125rem;left:1.53125rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #NHX3qmXiaEfNhWaIdJN9k6o15ItJmLdW { width:3.125rem;height:234.4375rem;top:14rem;left:8.25rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #PEPxdDXeWoopxnyMPfLuDd38aMvf1w2i { width:2.9375rem;height:234.75rem;top:14rem;left:14.664285714286rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #rryeLE7miHJ6S06nedS8JWE4ZcxJA0AE { width:5rem;height:42.25rem;top:264.49658203125rem;left:6.6875rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #wXSzhmyF4cRtM9yCTBwwhrB36tfF8P59 { width:5rem;height:42.25rem;top:292.5083rem;left:7.5rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #J3AFpaThkBR0ITuoH4M4AgTicpCfK7t9 { width:20rem;height:2.5rem;top:22.88671875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #KrpOtDqarWWXp3BBr8vK0To9qowuBpiK { width:20rem;height:1.0625rem;top:16.5rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #QU8V0KehMR6mQUQyK1MMsSQWcQoJCkPn { width:1rem;height:6.375rem;top:243.19921875rem;left:0rem;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #eZPADQllDrPgRBCPbulvE8v1eaM0h9I1 { width:20rem;height:2.5rem;top:31.82421875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #HxNJ9T15URiywkfmv6kZvor9Jtapsm73 { width:20rem;height:1.5625rem;top:347.88330078125rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #fgodSxOMgJJcaLbGoozmvcrPy3iNQAo8 { width:20rem;height:1.5625rem;top:356.94580078125rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #WW2Tu88IiihH6AyZmx1GI1oFi9JDcnE9 { width:20rem;height:2.5rem;top:45.44921875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #n1AgzxNh3KFhgZXti2xWa63mJxdRTWIU { width:20rem;height:1.5625rem;top:366.00830078125rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #VOMARye6ZAUimoEJ4Vveu2qlNaqReb5d { width:20rem;height:2.5rem;top:54.32421875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #RANmZMfyDkFydG6wEZdhSxWXDbhnkEJC { width:20rem;height:2.5rem;top:63.19921875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #LwpnwwaDp5psGSQRGQ63Be4PbesU7yDv { width:20rem;height:2.5rem;top:72.07421875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #DOr2ohswFvPzTTEtHippWlGmkIhxGLdC { width:20rem;height:2.5rem;top:80.94921875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #rrrIZrETXSNhCXenzNAT0Cc10Vy1uLtO { width:20rem;height:2.5rem;top:89.82421875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #leDTLnH9NxyEzyeKweTKT71CrsJQeQhJ { width:20rem;height:2.5rem;top:98.69921875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #MQHTBKfzQJPLo04wEAylr2wrQ3IXbRon { width:2.1875rem;height:2.5625rem;top:45.38600730896rem;left:8.7496448159219rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #zuDpEAb72VP9nvUAdV6UrTvyheFXKrrE { width:5.1242875rem;height:5.1242875rem;top:84.734943389894rem;left:6.2857148051262rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #P7ZngbTJJ7F0IlsdZ3g2rhGnWJrEuNCF { width:20rem;height:5rem;top:710.0361359375rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #K1GybsekiETXZGHUr4Un32T1pKZKb2bP { width:20rem;height:5rem;top:716.2861359375rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #OfhxsAQF1dGMxtRGJGWcTt5aInuEMwFi { width:20rem;height:5rem;top:722.5361359375rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #ynErcZIJAcQZgCRiHKodwziHVUyy2kOe { width:20rem;height:2.5rem;top:107.57421875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #tFUXPHRWQypqg8LVThcAgv6G0gSC8TvF { width:20rem;height:2.5rem;top:116.44921875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #labHQiooKsn3Fg0PmGNXd7PRkMCD8iuB { width:20rem;height:2.5rem;top:125.32421875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #HMNP9IKbUVT3POuIFILNHLHVZARQazfL { width:20rem;height:2.5rem;top:134.19921875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #TxvDlJmo7HiElJHoPybcZKDSTdJftEWQ { width:20rem;height:2.5rem;top:143.07421875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #s82pBp9rSmHHlWt4eA9OpREgl7Gh55uo { width:20rem;height:2.5rem;top:151.94921875rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #Vm95JQUqiW27ZAEfobt8hvoJJ8XVRE5p { width:20rem;height:2.5rem;top:160.82421875rem;left:0rem;z-index:15015;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;display:none; }
 }@media only screen and (max-width: 763px) { #fMuJcrbmQR6sU1ms4i5r4FawCrHOE2Zu { width:20rem;height:2.5rem;top:169.69921875rem;left:0rem;z-index:15016;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;display:none; }
 }@media only screen and (max-width: 763px) { #BTcwe9GLCLUOpINhHKiGLf6AHXTXCOiD { width:20rem;height:2.5rem;top:178.57421875rem;left:0rem;z-index:15017;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;display:none; }
 }@media only screen and (max-width: 763px) { #PFu4OFpkhTFMnxxPG6QRDZmOflZvwJNQ { width:20rem;height:2.5rem;top:187.44921875rem;left:0rem;z-index:15018;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;display:none; }
 }@media only screen and (max-width: 763px) { #uVTROgWszwMtlT5XzgAFGfazZnCJS8Iu { width:20rem;height:2.5rem;top:196.32421875rem;left:0rem;z-index:15019;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;display:none; }
 }@media only screen and (max-width: 763px) { #LadmA2ps02P7f0pGLkGUcTBzn5EkKqtc { width:20rem;height:2.5rem;top:205.19921875rem;left:0rem;z-index:15020;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;display:none; }
 }@media only screen and (max-width: 763px) { #gdDTEsCno9JpJ8GKPqQ4RGOSBAFIiaRO { width:20rem;height:2.5rem;top:214.07421875rem;left:0rem;z-index:15021;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;display:none; }
 }@media only screen and (max-width: 763px) { #IONT4vGkMZotCdiOLST7pTHFfpST21qN { width:20rem;height:2.5rem;top:222.94921875rem;left:0rem;z-index:15022;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;display:none; }
 }@media only screen and (max-width: 763px) { #Z16nu3fXs7e7sCan4Pw8zU298w7t4NAb { width:20rem;height:2.5rem;top:231.82421875rem;left:0rem;z-index:15023;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;display:none; }
 }@media only screen and (max-width: 763px) { #xU170va8VFPTMV6e5Zzc5a6MK4rh3Xzd { width:20rem;height:2.5rem;top:240.69921875rem;left:0rem;z-index:15024;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;display:none; }
 }@media only screen and (max-width: 763px) { #aaNnX1C6h9NKukbpJm84CPC0493DkgQ0 { width:20rem;height:2.5rem;top:249.57421875rem;left:0rem;z-index:15025;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;display:none; }
 }@media only screen and (max-width: 763px) { #L4NpXVqD5A3oxfMkOda5sTgx0T49U6qV { width:20rem;height:5rem;top:191.75rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #Dd9ZpJ9qLJXnwUA3RAk86FZwsB29T5KZ { width:2.0625rem;height:7.8125rem;top:912.88801862181rem;left:8.9375rem;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #d6LpH3RLxgQq0HKX3eW1cXPeXEd2Frl6 { width:20rem;height:5rem;top:204.5625rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #Fnw2eCxpKJPZSrtBw8h4TKlzmbOxVCaB { width:20rem;height:5rem;top:217.375rem;left:0rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #pJeT4f2SLUudqdrXII3mIwmKGLyqs071 { width:20rem;height:1.5625rem;top:728.135763916rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #z12DsteXn5eWRr5TRWg9O3VVHflwZwh5 { width:20rem;height:1.5625rem;top:308.9375rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #i9TeCzAu9ssyN88wd3MRTyfw3nzCMTUt { width:20rem;height:1.5625rem;top:337.75rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #BD12TOyUT94GOflUqt3JNGevbl343DPA { width:20rem;height:1.5625rem;top:788.788279541rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #TSSWxhmifTfcw7QPq8WuEfimVbNQSAkX { width:20rem;height:1.5625rem;top:798.836217041rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #Eu2EuDvL19QZF4KK7L9TdF7QqdXlBu3g { width:20rem;height:1.5625rem;top:827.821654541rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #hZV9HSmitfHuqoegsx3TVQadtrX9Zo4N { width:20rem;height:1.5625rem;top:844.05691275025rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #l5OXMouiELTQT9p6dip4VU9C4f5TmrRn { width:20rem;height:1.5625rem;top:854.123313385rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #oMaWgaiR8kH41AgN8L4Gw5EUrBQysiif { width:20rem;height:1.5625rem;top:895.295709198rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #IfeMyZwtiOSdgZFW3eHF2LQsVL5DptvJ { width:20rem;height:1.5625rem;top:899.07144515994rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #fulKI3TdfxAD4TSvGPKRi2izvrDrPADa { width:20rem;height:1.5625rem;top:921.95051862181rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #vLOdCtTuTkwnCoVmO6Hgs6a3iZbCIGPb { width:20rem;height:1.5625rem;top:966.41516237181rem;left:0rem;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #oWPNO8MPvkG9hklCUCPJ0LC3ylZ37bBx { width:6.8125rem;height:0;top:48.757171630859rem;left:12.968099653721rem;font-size:0.75rem;z-index:15013;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
 }@media only screen and (max-width: 763px) { #ZtvGqz1eZKFwm1OqS8sZTlntn9DhNJqB { width:2.5rem;height:2.5rem;top:63.199219703675rem;left:8.5625006556513rem;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #eaQT7iXBPD1oRrb09bCkv4IbLNiUAJzk { width:2.5rem;height:2.5rem;top:63.198356628419rem;left:15.124349653721rem;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #S8UUcHnJoE1O1fzZG8Mn7bvXyzUQJHhW { width:2.5rem;height:2.5rem;top:72.074219703675rem;left:1.7851564288139rem;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #X2dUI0e78RsGbVQzlin7BVQ0BlZcxxGt { width:2.5rem;height:2.5rem;top:72.04276275635rem;left:15.156033575535rem;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #TTgRqlGzSqLiSLKmUTew3O9oTta8M9EP { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:1.8430989384651rem;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #nrcz6OUdfEdQmdsSTVfSy7vF2iqbtC0c { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:8.624783575535rem;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #Lf15w2MavHKg1G8Owu5mOIg7Qs6U1gk5 { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:15.100694715977rem;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #QJtnZP3fPkVPTuuq8373z6EABFrQTI7r { width:2.5rem;height:2.5rem;top:98.698577880863rem;left:15.101129591465rem;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #hImLBy9Thl2iITw3TbN7z8iZWlzd0qpN { width:2.5rem;height:2.5rem;top:107.6060295105rem;left:1.8119420409203rem;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #vZLhSyyMc7M5FPIXlHHDLDk8wzL8klNf { width:2.5rem;height:2.5rem;top:134.19866752624rem;left:1.8119420409203rem;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #qpPS78UzUk3WNrhWq8oGSV1RtKM19yVm { width:2.5rem;height:2.5rem;top:134.26173019409rem;left:8.6241322159769rem;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #iSzrUl4G97VKmzGH8LL0KogRTTR65umJ { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:15.101346075535rem;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #s7g7WKxclWKNhURWlo8RTVp3n6QFgRo0 { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:8.624783575535rem;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #TDiuhpdfTzEydSF0CuCfxwueXF8l0z3f { width:2.5rem;height:2.5rem;top:151.94922637939rem;left:8.5625006556513rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #WvSw1fGPlTL697krqBaRR8bHJmmQKmvT { width:2.5rem;height:2.5rem;top:151.94836235046rem;left:15.101346075535rem;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #EpKVldMbzaaFfnPxmy6gfpR1hKkLW9tx { width:2.5rem;height:2.5rem;top:160.82423114777rem;left:1.8114150166511rem;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #scaFro4yAZPsQGQOp6NkFOC0Ac6vNkAd { width:2.5rem;height:2.5rem;top:169.66537761688rem;left:15.101779997349rem;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #uRqAOaTWDCoBPf1kMTVdKyC2AFCbmZxe { width:2.5rem;height:2.5rem;top:178.57271194458rem;left:1.8114150166511rem;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #X2UMw87RfAxS6RKoMZ0ZITcGWavC7ncb { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:1.7484808564186rem;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #VQ2baAD1lZUkc8PuROrxPl9WGfmkuAs1 { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:8.6243496537206rem;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #tGxLDGchhlPVvQmxr0zDqzE3awwpTskb { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:8.5933161377906rem;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #g3FWurUga7WbCw1HvVFoml0osoaPCgqR { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:15.101346075535rem;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #Gg7cAvgtAsX5BPL0us96e84WTHI8pWIf { width:1rem;height:4.6875rem;top:230.72983551026rem;left:15.827691137791rem;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #PcZhXLgrB9UGJMAaCntidvoxTDkFWrRz { width:1rem;height:4.6875rem;top:239.60546875rem;left:2.5618489980697rem;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #iHk9pNIeXL74Q67AMhAPn9RMy2CX4Rv8 { width:7.5625rem;height:0;top:137.5009765625rem;left:5.9677734375rem;font-size:0.75rem;z-index:15019;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
 }@media only screen and (max-width: 763px) { #RCidN53u9ZRVvNkIUOS75Jv2ODmR9eJh { width:13.5rem;height:3.4995120144451rem;top:256.69376525879rem;left:3.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #TXGdwQRQCNGcVcsQlHcNWVprOpPCvbzp { width:2.5rem;height:2.5rem;top:72.07421875rem;left:8.625rem;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #d8lK1xpdRvR87e6E4TzAOXGcgthB2RPD { width:7.25rem;height:0;top:84.228088378906rem;left:12.75rem;font-size:0.75rem;z-index:15018;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
 }@media only screen and (max-width: 763px) { #fJ9nPdeaiCBPJZoezaBGMCHOsQ1CVykZ { width:5.8125rem;height:0;top:84.253044128419rem;left:0rem;font-size:0.75rem;z-index:15016;color:rgba(var(--color-tertiary-1),1);display:none; }
 }@media only screen and (max-width: 763px) { #NOBNi3CNMhJzBBwyFwxUH9kIXMkArXsS { width:6.5625rem;height:0;top:75.379348754881rem;left:13.123698294162rem;font-size:0.75rem;z-index:15015;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
 }@media only screen and (max-width: 763px) { #blpDauP6e41cQQxv40JZDGQxTLoS2rpC { width:6.125rem;height:0;top:84.2539024353rem;left:6.8125001788137rem;font-size:0.75rem;z-index:15017;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
 }@media only screen and (max-width: 763px) { #ayR8MZ1aUTOC5kKDfdo3A85T65g0mcoW { width:2.5rem;height:2.5rem;top:45.571430206299rem;left:8.6244427561763rem;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #F8ywK224bpz0ycEKNVyNkHPhRHFp2kwB { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #lzHyxfJBPqGeE2oG0ksxuTTkMRgQWZKA { width:9.375rem;height:2.8125rem;top:80.375rem;left:0rem;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;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #EKo50R7nGJNdd7yp3VADQE2IoBSC5zpU { display:block; }
 }@media only screen and (max-width: 763px) { #G85a7ttnMdiQwZlmxQuT1ToN5n7ZFSJr { width:9.375rem;height:2.875rem;top:80.375rem;left:10.625rem;background-color:rgba(var(--color-secondary-2),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;color:rgba(var(--color-secondary-2),1);border-top:0.0625rem solid rgba(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,0.35);display:block; }
 }@media only screen and (max-width: 763px) { #GsyZLDQ67yrGpGvnMkBTHyJpKEWuSmBa { display:block; }
 }@media only screen and (max-width: 763px) { #uMyEDWLQbDLssRr5nBs2NfHr2OftUinc { width:12.625rem;height:3.5294115625rem;top:1.26904296875rem;left:3.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#283548;display:block; }
 }@media only screen and (max-width: 763px) { #znGJfCTPAI5Gp9aIf00ekxZExp4UF0e0 { width:3.125rem;height:3.125rem;top:8.5rem;left:0.8125rem;background-color:rgba(227,227,227,0.08);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v2Hs0qFnQbNyK0yT8u2MHIGehzLaO7VE { width:3.125rem;height:3.125rem;top:18.75rem;left:0.75rem;background-color:rgba(227,227,227,0.08);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yZSaNh2VAcDvWLndUi3nTr5BeMwR60KQ { width:3.125rem;height:3.125rem;top:29.0625rem;left:0.75rem;background-color:rgba(227,227,227,0.08);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WpEKHTzNheNG18HTLXDctrkMlFX6kxt9 { width:3.125rem;height:3.125rem;top:39.1875rem;left:0.75rem;background-color:rgba(227,227,227,0.08);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iwFqVCEs4xb1MPOX4NHM226geiTgAHOe { width:3.75rem;height:3.75rem;top:89.125rem;left:1.1875rem;background-color:rgba(var(--color-primary-3),0.6);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #BJ4BKk7AWUFg9TglXBrse773aJ8U4aza { width:3.75rem;height:3.75rem;top:89.125rem;left:16.25rem;background-color:rgba(var(--color-primary-3),0.6);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #GmE9i8zZTVsUOmKl2dBTz01976G0SAxy { width:3.75rem;height:3.75rem;top:112.1875rem;left:12.125rem;background-color:rgba(var(--color-primary-3),0.6);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #M6wz7ZBqp1XioHM5ghqL6ZTparfo3KiE { width:5.875rem;height:1.76470575rem;top:13.625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #gnDHk9FuwdDGfGFVmGMH3LLH2O5enXVB { width:12.8125rem;height:1.4705881875rem;top:11.9375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #MP3RNc0xvZHDIMaFMl6FM4TXPhqzFS7G { width:18.9375rem;height:1.4705881875rem;top:22.1875rem;left:0.71875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #BS8M0t7WvQROQLaxffXlIKHhaaFqIVbw { width:15.125rem;height:1.76470575rem;top:23.8125rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #z7TGbWhRlyoDIIsNV9OAl7GLpgZiyxTk { width:14.875rem;height:1.4705881875rem;top:32.5625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #yKNkABPSqsiKODxI6oce9T11WszM7IzH { width:11.3125rem;height:1.76470575rem;top:34.1875rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #mnR82R0G25m4ocS4STaxkTi9mnJcwP2A { width:11.5rem;height:1.4705881875rem;top:42.625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #FVfFRgIlBOMioHRKouD8iRQVQ4U5b6m0 { width:14rem;height:1.76470575rem;top:44.25rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ksDi1pCHNfyG3fFZT1ACQwTLrE6AF5ld { width:16.0625rem;height:1.4705881875rem;top:52.75rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #adN1iLt7TzdBGXndb6TVXeFAkG3TXSLH { width:12rem;height:1.76470575rem;top:54.4375rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #GAUiqTKJ9Xic0qhofAUzldI0kHZlVIO8 { width:14.25rem;height:1.4705881875rem;top:62.9375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #pBhv4mT84Rdm2OmI06WF11PTeuurp0Gz { width:11rem;height:0.882352875rem;top:64.625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #ElUiMo4Zd6hIVftX5E1M73WeJWUa6JlT { width:12.8125rem;height:1.4705881875rem;top:73.125rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #zhDoFokZd1HUg9PzvOVxn3sPLaLrTGEL { width:12.8125rem;height:1.76470575rem;top:74.775390625rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #KNWMV3HFaGHegJkJ3XabIWTQzu2AySvq { width:2.625rem;height:2.375rem;top:259.87939375rem;left:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #kusDBv25TSBbUIvZp5TxcPplrzwdfE8E { width:3.0625rem;height:2.1875rem;top:273.60400625rem;left:1.65625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #s1vufsaqRACyTWIZTlBTmdcqOzm5KwQs { width:2.3125rem;height:2.5rem;top:300.83448125rem;left:2.1015625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #q3MI5l6n9wItEeCcTgN7qdN8nAHqyfpb { width:1.6875rem;height:1.5rem;top:286.95361875rem;left:2.40625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #kt0D59I25fKVD5mKJbMVaX6mAxIQqokH { width:2.625rem;height:1.6875rem;top:314.9624140625rem;left:16.78125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #JLpmRLxnCtwylKoV8lEyEZU7p4KxpJgO { width:2.6875rem;height:2.3125rem;top:314.6811640625rem;left:16.78125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #IZSafyzmvga7UWQ2z85iZqxGDpw9GXKl { display:flex;width:2.75rem;height:2.75rem;top:89.6875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4k4F9PZy4ldOGMGFZC3KTbrLknydWdy { width:20rem;height:8.4403669724769rem;top:17.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #RNZnIkWVSpTJ7UxKBvQuPJ1OfBceJneg { width:20rem;height:8.4403669724769rem;top:7.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #qTwTEkDGr5a7xAW89OU4myyiKsTFZoSR { width:20rem;height:8.4375rem;top:28.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TWnLn7K7x3cdRI6ReuLrhslNLRucTRWD { width:20rem;height:8.4403669724769rem;top:38.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #yeqt9GDOy564DxDwTRrmlWTMO1ss4uhr { width:20rem;height:4.1181736794987rem;top:87.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #zLXcoT3oVcZnBhwkodptCmnorhcUGoub { width:1.875rem;height:1.625rem;top:9.25rem;left:1.4375rem;z-index:15057;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #N5lqBquTNvTwNOrheQzd4wTc7kvlNUbb { width:2.5rem;height:1.625rem;top:19.5rem;left:1.09375rem;z-index:15058;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #oFTDniWSBBM8fS1giGnRs5TdUb4ckKml { width:1.8125rem;height:1.625rem;top:29.96875rem;left:1.40625rem;z-index:15058;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Tk6Dwt6HoARgA4aW9RqR4TKwXlD9QtgJ { width:1.875rem;height:1.875rem;top:39.8125rem;left:1.375rem;z-index:15059;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #wAopxbb6yN5IcMeWM0DpM1bRXJtX1TKL { width:20rem;height:8.5rem;top:48.40625rem;left:0rem;z-index:14995;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #zI94bhUV2eKX4Ly5ORzz0S4pwKtp5TIl { width:20rem;height:8.5rem;top:58.59375rem;left:0rem;z-index:14996;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TSZeVd84CoLcJTKu3EAkMTuB22ScTB3h { width:20rem;height:8.5rem;top:68.8125rem;left:0rem;z-index:14997;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #kuULwbH8oadvNDSEplHSHuE8ECFcAlZg { width:3.125rem;height:3.125rem;top:49.3125rem;left:0.8125rem;z-index:15010;background-color:rgba(var(--color-primary-3),0.6);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tQroUD7KMDCrByVKr0J3XsZ7GmN5gl9n { width:2rem;height:1.3125rem;top:60.4375rem;left:1.375rem;z-index:15063;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #x1wTd6UofhtMdn9kR9LXhdyX5vGrblTa { width:3.125rem;height:3.125rem;top:59.5rem;left:0.8125rem;z-index:15012;background-color:rgba(var(--color-primary-3),0.6);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xx3dxKf0633poV0lDVGuD1sprQDPWHVk { display:flex;width:2.125rem;height:2.125rem;top:49.8125rem;left:1.3125rem;z-index:15018;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #EZDoZ8nMgaZEAhI5ll2I7mZcszB5SI5i { width:3.125rem;height:3.125rem;top:69.6875rem;left:0.8125rem;z-index:15013;background-color:rgba(var(--color-primary-3),0.6);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EsTDU0e8NQ2CbrQi0iqlT08JObJor1kq { width:2.0625rem;height:1.75rem;top:70.4375rem;left:1.34375rem;z-index:15064;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color:rgba(var(--color-tertiary-1),1);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:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7wpkb0OyGKwa9K4IJffCXoZ9W3Hrs9g { width:15.5618105rem;height:1.0556625rem;top:11.245422363281rem;left:2.2173713445664rem;font-size:0.8125rem;color:rgba(var(--color-tertiary-4),0.67);display:block; }
 }@media only screen and (max-width: 763px) { #E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { width:20rem;height:3.16699375rem;top:13.185913085938rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),0.67);display:block; }
 }@media only screen and (max-width: 763px) { #EbNn7HJk67VhmwDKlUB3BWVzulBpICSv { width:13.75rem;height:3.4375rem;top:1.5rem;left:3.125rem;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;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #h0uIBDOeilo6Sgu7O6sb2q2qNpqV4WGe { display:block; }
 }@media only screen and (max-width: 763px) { #xqCXwGZ1r6ottxkIKzJG5ZMztGqwAxKQ { width:13.75rem;height:3.4375rem;top:6.1875rem;left:3.125rem;background-color:rgba(var(--color-secondary-2),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;color:rgba(var(--color-secondary-2),1);border-top:0.0625rem solid rgba(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,0.35);display:block; }
 }@media only screen and (max-width: 763px) { #dzGzeBrKNUi5xxKkPobsgzkLPSIv7WMc { display:block; }
 }