.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:0,62,164;--color-primary-1:46,62,87;--color-primary-2:40,53,72;--color-primary-3:31,44,65;--color-primary-4:25,36,52;--color-secondary-0:255,238,204;--color-secondary-1:255,204,102;--color-secondary-2:255,170,0;--color-secondary-3:255,165,0;--color-secondary-4:245,151,0;--color-tertiary-0:255,255,255;--color-tertiary-1:253,254,255;--color-tertiary-2:244,248,252;--color-tertiary-3:235,242,249;--color-tertiary-4:0,0,0;--headlines-font-family:"TTSupermolotNeue-DemiBold";--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:transparent;background-image:none;position:relative;display:block; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/296385db-3a9f-4aff-abdd-79a1ae1d1636/sinewlp.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3.adaptive-delivery-prevent-bg, #oeO2Mgy3onsWt16dB99RUCILKf94O3H3.lazyload, #oeO2Mgy3onsWt16dB99RUCILKf94O3H3.lazyloading { background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { border-width: 0; border-radius: 0; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:75rem;height:40rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.0625rem;left:0.625rem;height:4.7058820625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Abn78LXz9zCIOAG8lOizzJxwchHOngHX { display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.75rem;left:0.625rem;height:2.8676469375rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WAzI88o2XnxNSGboWMNrnoV6dhifxaMd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:39.5rem;width:29.9375rem;position:absolute;display:block;z-index:14999;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.3642578125rem;left:41.4375rem;overflow:hidden;display:none; }
#hT1QTKcPvTtOJHABq8MoprQ4KTgOnDNg { 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:5.125rem;width:5.125rem;top:5.3125rem;left:0.625rem;overflow:hidden;display:block; }
#iEMTfyF9isre6pRfngkKoNUx9QsL9OSy { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5294115rem;display:block; }
#coI5qmPyw1JrEy15G6DNc4J3JhT50sqB { 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;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.125rem;left:15.125rem;display:block; }
#cyd3BQMwOy1EETDIw60OPQyHvuuQdUDI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gex6o6ceP8BNzV4R2ODk9SuJZnVhhHDb { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.125rem;left:0.625rem;display:block; }
#f5aAiBJVcSbJSwxu8SRD8ogTCgQE8UHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdJw2NcMpLThdoQLQQvEFFzRWATHdvO1 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),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; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { background-color: transparent; background-image: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container > .video-iframe-container { display: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container { display: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .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); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { border-width: 0; border-radius: 0; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),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; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { background-color: transparent; background-image: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container > .video-iframe-container { display: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container { display: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .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); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { border-width: 0; border-radius: 0; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.66455078125rem;left:0rem;height:2.3529410625rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#RoL427nAFFAEOqtB9cWagT0Nf2QEmF9s { border-bottom:0;border-left:0;border-right:0;border-top:0;height:31.25rem;width:15.3125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.3125rem;left:29.8125rem;overflow:hidden;display:block; }
#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),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; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { background-color: transparent; background-image: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container > .video-iframe-container { display: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container { display: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .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); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { border-width: 0; border-radius: 0; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:2.5rem;height:1.6176470625rem;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;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; }
#RxNlM7g9b61VMKfMdhcSI2T1rCUSAZki { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:9.375rem;left:2.5rem;height:2.9411764375rem;color:#d7dfea;text-align:right;text-align-last:right;display:block; }
#P27GvELnvoq0gaO3MJXgdd962DUb642k { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:21.91250038147rem;left:2.5rem;height:2.9411764375rem;color:#d7dfea;text-align:right;text-align-last:right;display:block; }
#akvRrKObbvQpUsIDqANJiisUmXVXKIQm { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.875rem;left:2.5rem;height:3.235294125rem;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;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; }
#XDbeEQtXxFwJdZD5Nk2r6vuNyrPn7KUI { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:9.375rem;left:57.5rem;height:4.411764625rem;color:#d7dfea;text-align:left;text-align-last:left;display:block; }
#XKU8K6bprEdJvplSxTrnD68gCxqzdSLf { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:21.912499427796rem;left:57.5rem;height:4.411764625rem;color:#d7dfea;text-align:left;text-align-last:left;display:block; }
#VMAUMtErLWD4kTrafkKrutFrgFgiyL2u { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.875rem;left:57.5rem;height:3.235294125rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;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; }
#ktoD6OQFw2KbUiEzf26fM2RIf7WzGf4B { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.875rem;left:57.5rem;height:1.6176470625rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;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; }
#ZIgoirLyHGTtNgVewXNXNSXOIxUTyX3l { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:6.875rem;left:53.125rem; }
#ZQlkqVH6MP9q1J5kqVVKqZygQmFcRTm3 { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:18.187255859375rem;left:18.75rem; }
#HwGBgfchGO9zlS4eDG97Ioy2msAXL5wW { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.5rem;left:2.5rem;display:none; }
#uvwqJ4H2Z6A5y1TMoGqR2OtkJegMIDAe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ch58XU3my1y07f2Ta99iC3HSvNMHC8dF { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.6242875rem;width:2.6242875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:6.8750019073488rem;left:18.8125rem; }
#QmUXT14cSlT775zqhT2Cm2zDF1RxGJVo { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.6245125rem;width:2.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:18.187255859375rem;left:53.125rem; }
#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e6e6e6;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; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { background-color: transparent; background-image: none; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container > .video-iframe-container { display: none; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row > .video-iframe-container { display: none; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .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); }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { border-width: 0; border-radius: 0; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#DOUc6rceEa33hsn0xZxlse9XT4oaVzMB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:34.625rem;width:31.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7rem;left:3.6875rem;overflow:hidden;display:block; }
#TpryEOUNLVay3bdZcB47zWlrNkKGWLcd { display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875019073488rem;left:43.5rem;height:2.7941174375rem;font-style:normal;color:rgba(var(--color-primary-4),1);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; }
#oQd5gNoi6oaRuz1AI2Tzigfhp1BMAOFW { color:rgba(var(--color-primary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:13.8125rem;left:47.25rem;height:1.6911764375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#a5dKKmSQtQeWBKTbbR5NfX4lZIdefhJg { color:rgba(var(--color-primary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:15.75rem;left:47.25rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RzV8La3yy0qLOJ8HSPRdfyi4uzalJyuL { color:rgba(var(--color-primary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:21.375rem;left:47.25rem;height:1.6911764375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#gOFwcwcFSbUc8S7514XRpcKL3hGwaUni { color:rgba(var(--color-primary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:23.5rem;left:47.25rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VVurceylrd5I78yIBefMNTEBIDOSvg1I { color:rgba(var(--color-primary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:28.0625rem;left:47.1875rem;height:1.6176470625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#bm5CqhOwPWJDmThihySCTQ6OSob94EzU { color:rgba(var(--color-primary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:30.125rem;left:47.1875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJbMXkzQDS2sbgguRdWwITsxc8aEnO9W { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:29.1875rem;left:44.3125rem; }
#nGOvbP6chcubBmKIonS0BJw7pTvnZJeD { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:28.4375rem;left:43.5rem;display:block; }
#Jo9VwzF3PCMdOdaxcPTxLdw2ipyNyg0q { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:22.4375rem;left:44.3125rem; }
#B3IUWG2wlUrppgU4wDRnClLE3J2f1k2C { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3rem;width:3rem;top:21.625rem;left:43.5625rem;display:block; }
#nHTMTaOAZFHGOItyFxxX1F7vgCUGiK0N { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.75rem;left:44.3125rem; }
#GflxDF1M3sZoDIKTDBXRUgXzyFBmpXiF { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3rem;width:3rem;top:13.9375rem;left:43.5625rem;display:block; }
#K71oldFxyaPh3VAzHXJLlDRBXCKXwqFe { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.25rem;left:42.25rem;display:block; }
#R39KMu5mnbX53Ctiqb0ilbIHThRCGPZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pA0QBSuBoGeDvyfa63ZtG7ImMuOX4cEg { 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;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.25rem;left:56.75rem;display:block; }
#dCLTMdPMg75t1eqRXCUqIac8TP0MXTID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ba1lFg845NAqgm3qiauDcFdCGLiT6BgH { display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875019073488rem;left:43.5rem;height:2.84375rem;font-style:normal;color:rgba(var(--color-primary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/4e6f171d-567c-45ae-b5e3-f3f153eb99c9/graczetypujatlo.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ.adaptive-delivery-prevent-bg, #SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ.lazyload, #SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ.lazyloading { background-image: none; }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row .container { background-color: transparent; background-image: none; }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row .container > .video-iframe-container { display: none; }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row > .video-iframe-container { display: none; }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .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); }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row .container { border-width: 0; border-radius: 0; }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#ybaZTpLkyEeP4tIHTFaSWmdzkcyp85ny { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.75rem;width:13.75rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;top:9.0625rem;left:2.5rem;overflow:hidden;display:block; }
#kXaAzX9hcHWfbl8kdHMwbdfCoxAnVvgX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.75rem;width:13.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;top:9.0625rem;left:21.25rem;overflow:hidden;display:block; }
#AorX1mm1XMqVTiJwuOxnvHRygIbaBWsm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.75rem;width:13.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;top:9.0625rem;left:40rem;overflow:hidden;display:block; }
#mk9IelGJmcVzVQwNE31sbG6ERtroa4Tn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.75rem;width:13.75rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;top:9.0625rem;left:58.75rem;overflow:hidden;display:block; }
#saNPycKz1J1UcuHJA8PHXme7yNfXxTMD { display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:2.3529410625rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#PBIG8xOd1TPENTuTQa8WSTR9ikql8gmq { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.0625rem;left:23.5rem;display:block; }
#oOX9pJS8AVMMericmTXAohstqTIrMrLo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MrBm61viC4LLrpE7SDrd2p65TG4T0ycT { 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;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.0625rem;left:38rem;display:block; }
#tI3IO4WBUmIaFwyKFuJzsnCFiOUQGIrd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HGAm2QWsakDiXPsldUdF37q49TedLh3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HGAm2QWsakDiXPsldUdF37q49TedLh3t > .row .container { border-width: 0; border-radius: 0; }#HGAm2QWsakDiXPsldUdF37q49TedLh3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGAm2QWsakDiXPsldUdF37q49TedLh3t > .row .container { font-size:0.875rem;font-family:arial;height:68.875rem;width:75rem;position:relative;display:none; }#pn0F4m1KRV82a3CSIHmKqZ5cXtiQwtA0 { 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; }
#ndTWscATfmLzgioMPSvXwb91PMMK3P26 { 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; }
#SdVimeTurubBkGgH7BqLqmwMvuidlzVJ { 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; }
#iz6wobbsQzixQ10lvP74NbEwTyLJFEd8 { 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; }
#ACCg0x0JTweUppv9k4Z0LMxJ6KCDeH2m { 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; }
#WDZ7xaPWH8Opv81ESta2AdFWXi96A2aZ { 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; }
#XiQX6t4alT1RixltLwlEwoubhHQEcfHw { 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; }
#TbxtxVT5fCa6L74RlNMikiwea6DUqDlF { 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; }
#JQgKQcOkiWHxhP6w9mBpp6Ef3JPQ4slf { position:absolute;display:block;z-index:15000;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:25.3125rem;left:0rem;display:none; }
#WtrNZwSTp5We2VyxAeeWAWVxUkoeMI5K { 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; }
#AzvlXGXabwGKsUds99JuocQl6xUbBWGa { 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; }
#f8XHk9BP4a142WaRz2v5iRM7FyLU1s0K { position:absolute;display:block;z-index:15001;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:38.15625rem;left:0rem;display:none; }
#dhoPqmed7UQGoIFqdtrVtzAQQ5PQv6T6 { position:absolute;display:block;z-index:15002;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:50.96875rem;left:0rem;display:none; }
#pXwqC4TORzxImGZohlVaHP2moQ7DdCVT { 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; }
#mgUrbQLctd4PoMNTuPWuqsXmLWyLwGwy { position:absolute;display:block;z-index:15003;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:63.78125rem;left:0rem;display:none; }
#qesx8piuq5eIUMPnbXpTblbZNtzXnTqy { 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; }
#Ql42UKvwWRCx6g1eVH1qB7S3p6nTmWnq { 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; }
#caIgJLSKdh3AV1NpggdnMrwk83i4vhoW { 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; }
#KKlaODfrr7RKfJPGykSxRPqhqzvqvz9P { 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; }
#kTXZUTO5gadOgPSwTwJlDtJ7mcw36J81 { 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; }
#odSvuEcMzvVgtFpAQ9zdfWtdF7asnGbC { 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; }
#dkClnbv78DzWbsHMoqdeXJy1HSz7uVSP { 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; }
#qfRzRvnketlkP399y1VQdZXNxVhN8MSh { 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; }
#geHOXpbL8s4bHmWehumyoEIGQRP8i4Dl { 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; }
#ooNJiAmbBcItdTqRL0aoUMtJVvP2kGOQ { 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; }
#RAKZQT1FplwGnbEE9vc5v1GLXZT7zvu2 { 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; }
#uOtBvIsMOGEmrpPbVQvmJTbiT6hvP41f { 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; }
#LuXzKmFgbSxXTafmq1NJLQFbFTJeWtn2 { 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; }
#C185fLbSclUhvOk4Lq4CeTtayrpVX2ul { 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; }
#Jhb37m4IG8aWE6CF3eZuMvRokDQ1c4R1 { 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; }
#of6TyozwqC2D0SGKfhmtbKTyVCq5zhwx { 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; }
#oPzQ9lMHqr7kTTyTqJOJ59ZWLfmZxL11 { 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; }
#z36GE08D7TRZ7eexibvkW2RQb4MISSJq { 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; }
#d1AVxdDfi3Dem8ltPv9zkQIDvUwsV3vM { 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; }
#oC9Rd5TtmHllSuVxAbctnOUXxHRFA5sp { 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; }
#VN3b3s4hI6ABytpmO7OE8K0mtwgKSGk0 { 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; }
#W366l7mTozfNXn1eCpK6vNBC6t0VGhpW { 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; }
#M8DeDFfGGo5QLUZbON6gVEfQO02O2v5g { 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; }
#SEpO0Beo23H3wis1VbrrELreqbZ67x3v { 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; }
#eh5lzpgLAbcz6ED4TE4Ve4TM36Mr0uNK { 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; }
#HnRiyrH9l6HxQo81AN2pvrVzTqT5Obbq { 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; }
#uPnUtOUkHsPA1HnEs4sFEFCRE8OMF7bT { 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; }
#HO3gieQS8yTINCsQyqaHR9SH3KmBt15q { 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; }
#uTraWuJeRPTdd6kUWrKvoDrKnIgWbpyf { 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; }
#nTermPEZsOBrTlygnlqPaDQKdTqlPfWy { 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; }
#kIwMAJSrtPDEZoKqMph0oPgqANmD86A1 { 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; }
#ACVxo4a9uheSm0eixfqFp5mHXyz0x846 { 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; }
#CwDBnnE9yFqvN0p3NoRTwCk44IfOqCwr { position:absolute;display:block;z-index:15004;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:76.59375rem;left:0rem;display:none; }
#iNusS3NmP13hwIKv1slgwD52cPbPSWLw { position:absolute;display:block;z-index:15005;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:89.40625rem;left:0rem;display:none; }
#TsA5Trgkz0E16svIX6gJ6sZWLDn8kIhT { position:absolute;display:block;z-index:15006;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:102.21875rem;left:0rem;display:none; }
#xhNEptRuy4FnsKeKJOeXnpQpfFBZlEQ3 { position:absolute;display:block;z-index:15007;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:115.03125rem;left:0rem;display:none; }
#orank3X8T3L2duTpuVBviBGwFiJkbUgT { position:absolute;display:block;z-index:15008;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:127.84375rem;left:0rem;display:none; }
#lqoGLE9q4T87p5ZsIo0vX9p2bXrzdnUz { position:absolute;display:block;z-index:15009;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:140.65625rem;left:0rem;display:none; }
#VmdiPw9Jz8ONMerNduh2rwlEK39lCLr3 { position:absolute;display:block;z-index:15010;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:153.46875rem;left:0rem;display:none; }
#Qoxvm8aTNusglpXipZ5278JEgJwfHe3F { position:absolute;display:block;z-index:15011;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:166.40625rem;left:0rem;display:none; }
#TX0kFB91hXpgpghNyipckZp5OiBSDA7k { position:absolute;display:block;z-index:15012;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:179.21875rem;left:0rem;display:none; }
#r9LLiIQDqNqtG09Ok5nESuTIg3ynksCa { position:absolute;display:block;z-index:15013;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:192.03125rem;left:0rem;display:none; }
#pZJHtemWsZbtzd2B7aVvW5bXr6oMwA8e { position:absolute;display:block;z-index:15014;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:204.84375rem;left:0rem;display:none; }
#XKEiDIp5dsBc1ZSvV7TDprmOvTc2MFqq { position:absolute;display:block;z-index:15015;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:217.65625rem;left:0rem;display:none; }
#Tm3BTJhUykCytkTeTZLHGBc5GoLgwUvp { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:52.53125rem;left:19.1875rem;height:3.900925rem;text-align:center;text-align-last:center;display:none; }
#XroqE1AkLeo0u9lOEfKSDJ6tqIauEUTw { 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; }
#FWyGW3dgsn8SWusZDftFfTKxNgJ5hPRf { 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; }
#EOxZnQUSffpCykiJTVs9XcXtNG5XpG89 { 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; }
#IRh0ZGLkhQXS6ffqGQBuquZJLeNWyyv5 { 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; }
#VcffSxDMvxQkUOW8lu2SWF3J09PHChen { 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; }
#z2bePGlNyo8ON9PIltA5Rk8fk26T6TOR { 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; }
#bAfy0EwwUpghfvkTgvJ8lhlAuuhLZNKD { 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; }
#cSN3a3TArTZMWpd8edTSPxvG4fQ94EHt { 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; }
#ku24cMbifwEeWeD6uLFturZSn1i1lRSX { 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; }
#dk5JHJNvZnrQ99hiBnxgfLNcrI4eAesT { 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; }
#L6dwKllZHvq5AvUVG8En0Hc8SfG7d87N { 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; }
#HBGJN14qRvsbcPnA9yQZ1w8rLLVq5tzA { 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; }
#XRyCdONqJucfZDpp3UslLyiuMD1QJSAc { 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; }
#hGWXLNikygmWQrFT6RRDm4fGIcnzyIKZ { 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; }
#d7E57As3R7Q2htTrpPesHyqySyO6zNpl { 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; }
#koJNMbzRKzKmJlJsxxbJATMscgSozRGl { 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; }
#TlMPSaIDyLCEkdQ9xo21erLnG0rgvTP1 { 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; }
#bQXGMmgW6b27TkrwykhzxNvBa2bu7JR2 { 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; }
#s7urpJteLCTtWs9WUmVTv3E7TB0Tn5BB { 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; }
#DqoLwDioqlCNlThAvR1xah9G0v8wGygd { 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; }
#r6DWyTf2oz8iJIwMLtH2WVgOuZZe08O7 { 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; }
#bH0fWCNmLWQfqz4Zh422QQ7Kd2iZHydD { 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; }
#DdDwfW47k1I1kXxZXnLoPZWaa1V1fvOp { 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; }
#Zdw7FFiLgiCIqE6ZZk4LRpUamkf8conZ { 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; }
#e2cAGtVb3dbARF9mdc66D8WpKKTb0OT1 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:129.03125rem;left:18.71875rem;height:3.8997375rem;text-align:center;text-align-last:center;display:none; }
#Pz9I0Vk0fFxkrpNTpBhdP42isf6sDoI0 { 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; }
#W9Qm1kZBVMiMIub6MXv3rwCL4TGq3mVT { 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; }
#KpOKZ6vW8lt5bQxuM3nVPuXOXzl0eIxz { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:47.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#IWJRs3LeXfM4O82RXvynb72iRznMkhhD { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:77.75rem;left:18.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#mdIqhnJVunvwGMg08ODwhevP9K5XQVLf { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:77.75rem;left:4.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#RhmTR4rrvktbKDloaBnrXrRNd7ZTMlim { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:77.875rem;left:32.875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#PapbmiOpKXgTKtqT6Ri8KcfqJMNKOTHl { 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; }
#rxS8APEgqmGNHWv5b2sJ3STQ1aDPp3AM { 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; }
#TWrzoui2BAp2uPLu3UipggG5mB2fmmIB { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0070e1, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #0070e1, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #0070e1, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #0070e1, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #0070e1, rgba(var(--color-primary-0),1));background-size:auto !important;top:12.40625rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#HJ3DybswOZ4p1rqQK2Id7BWPgVFmPOFp { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:12.34375rem;left:39.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#OKnvPLPxTiH6C5CEin2QgRpUZD0Ld0EM { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:29.0625rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#W9M3bugCkTUH0C5ZaaGlNz4JC8caQONf { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:29.125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#cq2aPXXTaWFQVayoEic2VyUGpvqaK1TZ { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#K9Jr46pJ3VG2uXFS419cwLRV49ArgpV7 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:32.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#LHJDK1rTQbaoIHRdFHekWCiLlqPOJQad { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:58.84375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#mgEPKqrvGfScR90DzZQWgBd3ZDa7UpTp { color:rgba(var(--color-tertiary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.8);top:20.84375rem;left:3.625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XAEcuFXE7RP11pmcLsPNC1vTfF7SPxP1 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.8);top:18.15625rem;left:3.625rem;height: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; }
#PDtoZymcHwLq4yCa61Q94ds2VSU8tUyS { color:rgba(var(--color-tertiary-1),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:18.125rem;left:39.4375rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nbuSVQ4cvsG1GpgmzpWNSyrTVlq204Vl { color:rgba(var(--color-tertiary-1),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:20.8125rem;left:39.4375rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S5dp1TXwgUcRFJROmG6uETDNaBwdkrgG { color:rgba(var(--color-tertiary-1),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:34.8125rem;left:3.5rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JmMrzVKPOnDw9x2OnyGHTtFmLmeL3KDh { color:rgba(var(--color-tertiary-1),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:37.5rem;left:3.5rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t9RPJVQZ53eWoy4ylwzo3UrlWMsg7KDR { color:rgba(var(--color-tertiary-1),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:34.875rem;left:39.5rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XkQSiamOM0PN9fSvXn9KTJorSWS8zaZV { color:rgba(var(--color-tertiary-1),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:37.5625rem;left:39.5rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rXNLNsbpiELxCZr0nUBu2On7vKaVkWcP { color:rgba(var(--color-tertiary-1),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:51.375rem;left:3.5rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VCQ74nqoVlk3VnHe6JaxphxJvdI94WaA { color:rgba(var(--color-tertiary-1),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.6);top:54.0625rem;left:3.5rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WWBpmm2AfN3WzOCDyaJN6p74wThATZFK { color:rgba(var(--color-tertiary-1),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:51.5rem;left:32.8125rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CbB9wKtif5wI9WZLm4OqxtASb8iSmBCZ { color:rgba(var(--color-tertiary-1),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:54.1875rem;left:32.8125rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ua9UfNJeDUJbewWyU63BbmtaTAaBcr3n { color:rgba(var(--color-tertiary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.6);top:51.375rem;left:58.75rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRrgT1xTXrohfQEeApnZDpnPAJHT1ohF { color:rgba(var(--color-tertiary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.6);top:54.0625rem;left:58.75rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z5CPQO9svLmWxi3LqTnkhao8gshguVwt { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.625rem;top:13.0625rem;left:4.3125rem;overflow:hidden;display:block; }
#eBKkOPwetfZG18toPb1GbR4lkc18OBSS { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.0625rem;top:13.15625rem;left:39.90625rem;overflow:hidden;display:block; }
#g4hZ0sxJUVlHPE9TGZZ3miH7D7E3yUlg { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.3125rem;top:29.71875rem;left:40.3125rem;overflow:hidden;display:block; }
#x3B9t295IJf5sp0nUJ71qEBPHJxnaxpi { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.5rem;top:29.53125rem;left:4.1875rem;overflow:hidden;display:block; }
#ailQ8OJnG1MqTn5BrfbHu4fIo5JErP6e { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.625rem;top:46.8125rem;left:33.46875rem;overflow:hidden;display:block; }
#mMZWNoIywI0XLeM1UBKkZOvnLsZbH4pm { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.5625rem;top:46.46875rem;left:59.4375rem;overflow:hidden;display:block; }
#pTUM49kPbWWvRW5kqdfr3T2bmGTbGqMg { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:34.0625rem;top:11rem;left:38.25rem;overflow:hidden;display:block; }
#S5dO48qlzRwSxdyvseTeXOuvGZpuBBzR { 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:11rem;left:2.3125rem;overflow:hidden;display:block; }
#QL7qM8BHk4GfzJcw3T4BRvoHkODJ42i8 { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:27.4375rem;top:44.3125rem;left:2.3125rem;overflow:hidden;display:block; }
#QfCQ12VMeVtseQAeZBuoNOD44icfKOqB { 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; }
#QczTPVzhgEp7399anOWkRMf5RLRekEDP { 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; }
#DkTzHE0iORU6ep6WhmgGZTTlT2wlgVhh { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#uhA9piR1xT40cOChsTFOTT7TAu0mMnQA { 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; }
#AGMeyWGGEZiT1mPrB0XLrNpi0I4Mmk3v { 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; }
#JiK7wLkki9a6y84gt5ZvD8IvTCnfx4uJ { 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; }
#GRku4rToNhFplTxhwQhqBuvbJg0sFzzN { 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; }
#xzqDFDBak3ClNfrfzrqToDfdqV4AOqCG { 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; }
#X40LWTWlhhQ8ssynlFC67sDVWHHellkL { 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; }
#O6zPyJmAv11nQCnFCkMS6SKs0OoO8HRB { 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; }
#MUPRQdEoqVzo6765m7w9xxxD3h94vxRE { 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; }
#cWLF9Bev563Amk6C9DkndVnMbmvhoRme { 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; }
#SnIMGsNS8mtWOxmIeH6DKOWfAFL3O6lg { 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; }
#uA49cWhqdNBORh5IBBqi9CcHxe6JBxGu { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:9.1875rem;left:2.3125rem;overflow:hidden;display:none; }
#V8hd6dabFZB6vxZn9esNZTaNQCME7l4w { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.08);background-image:none;top:10.59375rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#oTRC3RDcKLmRZ1peDEWkuyzR7GcC6Le5 { 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; }
#aLpDq3Pc26VOpxeteeaTG1nnCHnrhdW3 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:16.34375rem;left:3.625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xXwUhg3502RiUHxsAXmWQeSOkOakBPfc { color:rgba(var(--color-tertiary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.03125rem;left:3.625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pXNG57xqb7wDaEW2ognnLTQ4r2BSA0Cd { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:9.1875rem;left:38.25rem;overflow:hidden;display:none; }
#bhLKTgOPtkyUg0Jds6tr1c8ayBwvb5pk { color:rgba(var(--color-tertiary-1),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:16.3125rem;left:39.4375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aeeTSmAWPL7DS84EHixXbio4lEgud5Q5 { color:rgba(var(--color-tertiary-1),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19rem;left:39.4375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OpTbgVevhtLsyaNsct1TeEAlWJTxsH0n { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:10.53125rem;left:39.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#DvfHaAlXsCzrCSNqUVOmTaJrCmBJz16g { 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; }
#uLUER2ATTmgaAJSei53CykLVIUdJS6Lu { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:27.25rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#OLeal2PV8EMyZfWZM2ZTvW79tHR1WHd4 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.25rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#prbZmqi9ua0PrZxzNffVrV35UalmtzHJ { color:rgba(var(--color-tertiary-1),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33rem;left:3.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VXScrTRPr3DqpGREwpeTtqukQFdFVxlE { color:rgba(var(--color-tertiary-1),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:35.6875rem;left:3.5rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ttqV2yZRkbWEIs7d2OBHqXhCbWofQzTQ { 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; }
#AC4fKFgWCbFJLV18LbfXrKd5SXh27faX { 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; }
#MvTQsADl9psBySfN1AE4rV7RQE7SLafe { color:rgba(var(--color-tertiary-1),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:33.0625rem;left:39.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tEU41bENmieqDBJGJ0mSOpXE4WnZdePN { color:rgba(var(--color-tertiary-1),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:35.75rem;left:39.5rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#W8lXp5dL2e1KOevzSqs90nzbCufG98lU { 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; }
#QX1xaM5ElHmKQsfPRHR5fpTsoawO85id { 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; }
#eZWFTxPop5Ia8g4CeKB9wv40vsX7EEqD { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.875rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#aTUOTem6NJ1h90PTF1L2mkr3JPGss8AE { 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; }
#Z9pI6OlF31M71a0aw92XaTSrOL8EMNeN { color:rgba(var(--color-tertiary-1),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:49.5625rem;left:3.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Z0Rv3riBRFPKVoATcSmuWFaf0T6EnmzD { color:rgba(var(--color-tertiary-1),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:52.25rem;left:3.5rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ndOXy3HmSio8UmfI1lhSnfFIKt9TXa71 { 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; }
#d6OUqbwMg3QvGUuxFn7feVkx8XhO2uNJ { 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; }
#vUM18wJu3lZCnC3BnF15cSsT5BUv6ZLR { color:rgba(var(--color-tertiary-1),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:49.6875rem;left:35.0625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oK1RxCwOhNST7nDkNCR6FrukrJdTgDXU { color:rgba(var(--color-tertiary-1),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:52.375rem;left:35.0625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kXNGAmLB2ccVQeA1seo4WPhVT5ma1KbB { 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; }
#LZSBGJhGGAt9BwfqT22JzMU8lfudQ5Rz { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.4375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#nWrf2zNUvDuOomPpSllWgPKk73kew2ZO { color:rgba(var(--color-tertiary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:49.5625rem;left:58.75rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#e3S5vgxp8NVLF7NTMBVdvMV3xcvFFUhH { color:rgba(var(--color-tertiary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:52.25rem;left:58.75rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hCzdiFutwQviOD6Vrmd79wqTFEp2iTrz { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:40.5625rem;top:44.3125rem;left:31.625rem;overflow:hidden;display:block; }
#H5ioCWFOPs4tdLflkGZp82aAgbsT8gB2 { 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; }
#af0lInpARNkTEnvfLtP0h8MIQDPrtBqE { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:46.25rem;left:4.0625rem; }
#eVxm1532tRc0WllF77iTtoTAXuusAuuZ { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:34.0625rem;top:27.6875rem;left:38.25rem;overflow:hidden;display:block; }
#vnQ7c7b1CU7ehwvfGCL1umO5T6UgAn7q { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5625rem;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; }
#GeHgQOoZfnQMncMOarIa2BZ9aGINruqu { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:62.6875rem;left:22.75rem;display:block; }
#HDCWPlFZQcKN5z4MgaT8XDXdhsrzQvyt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTMzuxwvNRKsErD5J9LXXDrL86xZF0V6 { background-color:rgba(var(--color-secondary-3),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:62.6875rem;left:38.4375rem;display:block; }
#XVOql7puNHTzOTDmTSgACIOcEtCL2dNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BIbVLMWuQ467oLWNwX0mGxVR70vZsJUT { position:absolute;display:block;z-index:14991;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:34.0625rem;top:27.6875rem;left:2.34375rem;overflow:hidden;display:block; }
#WRO1gqfT7eLD8GSgb6kUMC5hkd4RIMhM { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5625rem;left:21.84375rem;height:2.35595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container { border-width: 0; border-radius: 0; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;position:relative;display:none; }#mfoINHR69gvW7sJ6bAWF1Czy5LsLk65e { color:rgba(var(--color-tertiary-3),1);display:block;width:32rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:10.375rem;left:4.1875rem;height:2.7941174375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nHysEsNMIly9MNnGey1PmuOiqaOmlWmt { color:rgba(var(--color-tertiary-3),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:14.4375rem;left:6.875rem;height:2.7941174375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wBTvL8Qtn7OxS34xwi6BAdbeNuO8nadD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:17.8125rem;left:12.6875rem; }
#F9TQs52eBsV0UXwirLPT1J7fdZsE1mDL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:17.8125rem;left:15.8125rem; }
#HQSKphIprBTN5MzAnHBRIsSiTvq4Hz0T { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:17.8125rem;left:18.9375rem; }
#WTD6coOnFUTIriDFAA0yrzMNcBsTOHbG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:17.8125rem;left:22.0625rem; }
#mD0Fb1mvizAhBM7szISsywIPfEmxZTfy { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:17.8125rem;left:25.1875rem; }
#buW5APFT3BTlmJ4qmlqK4NnPKBRQFbDC { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:21.8125rem;left:10.8125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JoTpsC5vmWdq21f7c13xBAgCEaJ4SKL8 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.8125rem;width:29.0625rem;top:3.28125rem;left:34.4375rem;overflow:hidden;display:none; }
#gJQ2ZKEQgniqRwxuxCvgnOM1XqivKU1c { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:61.625rem;left:22.875rem;display:none; }
#CEDa0oWxPAblruc3t7k6f1AKNhy2zI0H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTZqvFJb0p4EOQycareMtIwQIMIe3HzX { background-color:rgba(var(--color-secondary-3),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:61.625rem;left:38.5625rem;display:none; }
#ZmL3aSzTN2JWDqFwqE3X1d65h9RD0WvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z3b7gl1FOTOxlVdw1gA9EG6CPiAfJT7b { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.25rem;width:33.75rem;top:2.90625rem;left:34.8125rem;overflow:hidden;display:block; }
#otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz > .row .container { background-color: transparent; background-image: none; }#otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz > .row .container > .video-iframe-container { display: none; }#otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz > .row > .video-iframe-container { display: none; }#otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz > .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); }#otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz > .row .container { border-width: 0; border-radius: 0; }#otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#vtt68nLawd8lP9tW0hH7yGuPT2nLiKGf { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.6875rem;left:22.75rem;display:block; }
#vZwOSk6ad2Ln5w9U4b89AnBDSeaFwlpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mBTpsEWgTU8HTD5Sheqg7PN7zRV6ZgP5 { background-color:rgba(var(--color-secondary-3),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:45.6875rem;left:38.4375rem;display:block; }
#T9zigN7DamtCEEeOTgBXQTMFPlqsvbwZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr .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; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:#fbf8f8;font-style:normal; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto;color:#fbf8f8; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5be2d721d1f1a7281cdb40cd8d9a7f63fde6b6f2.svg");background-size:contain !important; }#gESRubPc9psTcfk7ZFE93hmVNwvBxudr .accordion-trigger.adaptive-delivery-prevent-bg, #gESRubPc9psTcfk7ZFE93hmVNwvBxudr .accordion-trigger.lazyload, #gESRubPc9psTcfk7ZFE93hmVNwvBxudr .accordion-trigger.lazyloading { background-image: none; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15061;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.56411743164062rem;left:0rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #RsPS2ZxSq4orFeU9PvGo185b3KatkZVc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #J6qnROAEAgq1tk4d0gM8xwntTrCwlP09 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #EFUr5lSPMw2TL034iZ3UTnN0dxyA06HV { display:block;position:relative; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #XawmSQOTJwN7qsRTpaavePUyTmiLiQd3 {  }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #mAckS84wyIRpNTZkzbTDJ9u5svwN2CIw {  }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #y29zlHEdMefW4SgDvwtZqPOlNnL6DcE7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #PBsBwKTlmDbfQP6rDDQXhzACQlrofrmU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #uQ8StoNHXubV6sfNvwpxRrbbLAoQdmiA { display:block;position:relative; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #t7xTxcAi3Obbbt2miswHHDzfridayylp {  }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #r9LdBB1Tb3kPSGUakhJ6QLo8gbLR0IuV { display:none; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #QTBWwnCNftTOQSvq8C1aDKuOqA4MQFsr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #QUcAd8qwfxLzee97kphkHWVxEqt4KUSl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #W42BFhsqPMPzMn16pm4kFNn3AO3Jcf1v { display:block;position:relative; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #gDh0PL6nKOQBCuwdeRZs4ZFeT25mFUE8 {  }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #em9TMgrtcha29NwvpIAALDTVPqMsf1CD { display:none; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #npVevwc3DgUGEbPphvIhZoQpUlLCvyK3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #GHC6rsaOTrDnrsNvfa7Iq9H7sJQr5JyM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #POX3mylG8qTAr2leqLbTcTQvdqOcUFnO { display:block;position:relative; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #GQl4OmiKtWxZ5Q4XmLszH7krwyVoSdiH {  }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #SaLnin1mUWmNLZRftinaqnB5HiUG86dC { display:none; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #GPGTTn5ra1HHLDT3ZH7Bz5JAKLxzOTSC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #x3wbAnRAH9sVVqIwVwkqJdoVt2LyxZCy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #dkDQ0668784o3BQOIoks509xES9X3aES { display:block;position:relative; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #dyiUGLQXJAmcJ4ZymudaI639SqAsZL27 {  }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #NzebRFNFgnSqyaQGO5iTRR4q5JhuvQN0 { display:none; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #S7wcTk04MUsargu9QhQITz5srhxXMFJl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #cZ5uCWJ1a2DzBD5SrHQzcimM9sB5mReZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #nro45or1EbH8THuUfHzqH0mgL8uNNT0M { display:block;position:relative; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #wFbdMsQfCFmqvJZAZA0XKtei6gI4UD38 {  }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #lzifLeW9p322vw0ws0aXL6ZqMuKMMX3O { display:none; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #mgo5UpmKgFHI1wa8pz2eQN8khFdiSFXK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #b7dn0GEIa3o25D9TwqKJzn6oMhOOQ26U { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #eBBXZWy49VTbtwsXkO12bLsUKIpbl9f1 { display:block;position:relative; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #sQnDPONvWvNmSPURDZCOnxcf2gtcrU7Q {  }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #krRfd3DrMETxhKMWNLlpuawoCWwbT7ym { display:none; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #ax2F6XieoC9f7DiAiXHTizs3pS7NRA5L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #q163TGsywwMSTJZ01JTFT18QCOdlS4uo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #WW1uFL3okz0ycTLhvomKTwamVpmZ1ZAC { display:block;position:relative; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #u24xOSL1ZA8AUslNxcPzt8IwraVEDAFV {  }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr #b6uB6ciuoCWROWIU7C3lafPJBqp93Zoa { display:none; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 .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; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 .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; }#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 .accordion-trigger.adaptive-delivery-prevent-bg, #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 .accordion-trigger.lazyload, #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 .accordion-trigger.lazyloading { background-image: none; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #W1eASwebVn1yaeReQ37FndgtowVnUCTi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #Zt3XmbB7o6H08I9ITSLTMUNmWAoWSkql { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #Hh0azZ9mmBpdiWns5RO0mZUETEBkboZg { display:block;position:relative; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #BQggTWfCTGIsFV4Q7q8c2XPrtfBHGwm0 {  }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #BHR3uE7dpXC3ooVthSifXmZBo4ANv9tT {  }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #yAOHlvtmJndA0cu92ehacUqJgBbl9RBu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #NWsdn56HzePywwFTBEtssmrTgvBMfCOU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #WFmtyMV8VXAzNJOcqR1mIpuh3JQEelJi { display:block;position:relative; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #ATV0RbZZTtxJKqIssnCu17mxtC2nG74n {  }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #VLqnn9nTdlXeUF5od5Q2vEPvtRO2Ekq6 { display:none; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #blWLzJq2kB3ta3FggPtokDCqHpp2L830 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #tJFsk7NIZVAoWrT9wSCtAVmctruc5G2s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #uparRELFiPh8CmGcokr3K1102ptqHuRp { display:block;position:relative; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #Kwx2y2lNtRH2FqVnsdLisfnlhGqwsw4E {  }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #gg0nChhTXslQAEAJgJTkRd7SuSB5IkKb { display:none; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #TVk9Di7Epm3FdH2ECsk1FvXTE1LJ0otD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #L8r55pcMLEJzEtZ7qV3Jw2TmtVhKVXhw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #l87Xk8Cn66ULgsV3qpQrbZXrOif3tPDn { display:block;position:relative; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #DAzEhvhHCDwVeC6ThXucUIzE5LmmZmop {  }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #ErGJ5tNKkxLOTB6hwL7ndxVJwrhMXxHH { display:none; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #HeNSG9gTfhySxqLzLmsOaCnwze3LTlnv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #wguW4W0oIosyZWFoP92O65DJMgEgWl4V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #O7I0kEnMb3UXG5JAshq155blNve9zuW7 { display:block;position:relative; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #y23CXDmT5tHaeVNNdwG4XOrfzC5mcbg9 {  }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #TmSeQEyIJ57rTVVURyr0b3HO3aJ4qbQf { display:none; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #pcTX8kfJnTqKJ7KoImPaHhoKHuwQD6Ek { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #R0z3TwhckLrOJXMbMQzMQecXCbG6LGgg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #DKkmBzfhGOmkgho7sPJiT4RyoXLBLh5v { display:block;position:relative; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #DsEt010NlFQKKyyBbfo2nAyr6BDQkgSL {  }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #l0TF4kFzvkMw4Q7yO0nMw4HI8detVfQA { display:none; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #FQObRJKTIWJzWZHMnDnOton73wIp44b5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #mTfIqU00M1bVhtSoMVJI43qI7ZrhRoRL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #CnS4nFQF7Ts61RAgBhI1WQz6D8FA4SyJ { display:block;position:relative; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #en8qizXHqGyxBC5uc7PRSiakdlfb89wd {  }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #ZKEFHvXLWQ0ZHCZ7TPXFSdTHJOVEH7nT { display:none; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #cnBPGVFgqSKniyONt1erzUGbE1lcgQnV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #GgseVBRgIW6XtdHTackp3BxAkq6EkDxv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #tXTTBoP8glOON53AMhgTPe83tQf8Tpdr { display:block;position:relative; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #cE3Mf7Cx2Qv8vQT0m70dMAC8ckfe4h8e {  }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #w7IsBLJRapzngMBOsr1FFyahfoh87zXP { display:none; }
#hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4 > .row .container { background-color: transparent; background-image: none; }#hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4 > .row .container > .video-iframe-container { display: none; }#hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4 > .row > .video-iframe-container { display: none; }#hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4 > .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); }#hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4 > .row .container { border-width: 0; border-radius: 0; }#hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4 > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#gZpeKCITMaKf8e6blThGrG1x9rlzXOLS { display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.0625rem;left:3.125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#bRNcI6ElTBbHK05bgHQn5ST8gvfCAVPG { color:rgba(var(--color-tertiary-2),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:17.5rem;left:3.125rem;height:4.411764625rem;font-style:normal;display:block; }
#tpVRLFuobJ6VF9xgmBS5umAFHeXLTvA7 { display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.875rem;left:3.125rem;height:1.102941125rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#KiR2g3xbiXWJ8ywgXFC4U7Ftb5sHTcve { color:rgba(var(--color-tertiary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15042;line-height:1.7;letter-spacing:0;top:24.65625rem;left:3.125rem;height:4.411764625rem;font-style:normal;display:block; }
#zQ0ZK4i2c1kVAViLxqr7Al0cg1WAHmnc { display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:30.3125rem;left:3.125rem;height:1.102941125rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#hZxwp2pZ4aqunzTAu1XRMcTNvNZi24Sy { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15044;line-height:1.7;letter-spacing:0;top:32rem;left:3.125rem;height:4.411764625rem;font-style:normal;display:block; }
#SaKE3ikh9ADqlWU6bUrT9Kh4URD3Iuy0 { display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:26.625rem;height:0.9558823125rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#tcPtTSS43NctSZvWKiZ0UiFu6fwXXvgW { color:rgba(var(--color-tertiary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15046;line-height:1.7;letter-spacing:0;top:5rem;left:26.625rem;height:4.411764625rem;font-style:normal;display:block; }
#KH6BRNzfRBaR4Zf9gkxCd2hIH7WsFgay { display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.125rem;left:26.625rem;height:0.9558823125rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#Otphn0ETcL93VIULrHMhoT1N6JwWveOJ { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15048;line-height:1.7;letter-spacing:0;top:11.8125rem;left:26.625rem;height:4.411764625rem;font-style:normal;display:block; }
#h9SAAeUWwMUzVETTwTDhOxIyMmiTLhT6 { display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.0625rem;left:26.625rem;height:0.9558823125rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#yuVb3tQrPB179gHPKE5JsJiDbquIhtZJ { color:rgba(var(--color-tertiary-2),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15050;line-height:1.7;letter-spacing:0;top:18.0625rem;left:26.624540328979rem;height:4.411764625rem;font-style:normal;display:block; }
#noEq1gpUQC3tXIpzUt2HkvzMV7SrwXuW { display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.75rem;left:26.625rem;height:1.102941125rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#qEs2vAOFzzALoNrm9cOFVTt7IA1HQSPs { color:rgba(var(--color-tertiary-2),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15052;line-height:1.7;letter-spacing:0;top:24.4375rem;left:26.625rem;height:5.5147056875rem;font-style:normal;display:block; }
#PVv5ThxKZgMnnM49lqAiczzd20DDGsde { display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:31.0625rem;left:26.625rem;height:1.102941125rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#vnbWOdh4aRSt4kQTSfffGaW60mO26z3l { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15054;line-height:1.7;letter-spacing:0;top:32.75rem;left:26.625rem;height:3.308823375rem;font-style:normal;display:block; }
#hk9DGKL9kAkcRC17aF6dRGNTwEK0MTXv { display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3125rem;left:50.125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#ZM8lIgoOglOWTzhKNrsDsksDvTPgF9Gg { color:rgba(var(--color-tertiary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15042;line-height:1.7;letter-spacing:0;top:5.3125rem;left:50.125rem;height:3.308823375rem;font-style:normal;display:block; }
#bfIPTJbQnDFwtNA2uzGyvfFxH2ZxywOd { display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9rem;left:50.125rem;height:0.9558823125rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#zuBhQRrr3NkmGappLAbVB2MATPUZcIgP { color:rgba(var(--color-tertiary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15052;line-height:1.7;letter-spacing:0;top:10.6875rem;left:50.125rem;height:3.308823375rem;font-style:normal;display:block; }
#TQTG24ptVgQnPGBzEiyDB7tTDxiamJDn { display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.75rem;left:50.125rem;height:0.9558823125rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#vf8MNQDdWDEeN5HZHCi1p00saQwhrc5i { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15054;line-height:1.7;letter-spacing:0;top:16.686798095703rem;left:50.124074935913rem;height:4.411764625rem;font-style:normal;display:block; }
#GGhKNZlZMHiwhzerPIey24zTOeCSazrV { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15058;line-height:1.7;letter-spacing:0;top:29.5rem;left:50.125rem;height:3.308823375rem;font-style:normal;display:block; }
#BZWmzoZtNNsxbvVrx7OqT5TiioznP8Gl { display:block;width:11.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.8125rem;left:50.125rem;height:0.9558823125rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#ETBUPuF5W2VGnHcSEznWBUfqvCvKTViS { color:rgba(var(--color-tertiary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15056;line-height:1.7;letter-spacing:0;top:23.125rem;left:50.125rem;height:4.411764625rem;font-style:normal;display:block; }
#fiqJFahsBnsiXwogC1wpU7MUMS7QD2gU { display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.4375rem;left:50.125rem;height:0.9558823125rem;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-0),1);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; }
#MtdIL2xfuyKWnsGQBZOoiBn6sfbtchIk { color:rgba(var(--color-tertiary-3),0.6);display:block;width:46.0615806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:41.123626708984rem;left:14.469209671021rem;height:3.3088234375rem;text-align:center;text-align-last:center;display:block; }
#Ld9cEnnuGvWFDInOcpcCxr8zviGquBaO { color:rgba(var(--color-tertiary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3.125rem;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; }
#gw2MfreHwg9SwaN9h8TCZIKPDa3rLGSr { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15041;line-height:1.7;letter-spacing:0;top:7.0625rem;left:3.125rem;height:7.7205881875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abn78LXz9zCIOAG8lOizzJxwchHOngHX { width:31.25rem;height:4.875rem;top:16.875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAzI88o2XnxNSGboWMNrnoV6dhifxaMd { width:10.4375rem;height:13.8125rem;top:8.4375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT1QTKcPvTtOJHABq8MoprQ4KTgOnDNg { top:5.3125rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEMTfyF9isre6pRfngkKoNUx9QsL9OSy { top:25.4375rem;left:0rem;width:34.9375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coI5qmPyw1JrEy15G6DNc4J3JhT50sqB { width:13.5rem;height:3.5rem;top:32.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyd3BQMwOy1EETDIw60OPQyHvuuQdUDI { display:block; }
 }@media only screen and (max-width: 763px) { #Gex6o6ceP8BNzV4R2ODk9SuJZnVhhHDb { width:13.5rem;height:3.5rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5aAiBJVcSbJSwxu8SRD8ogTCgQE8UHW { display:block; }
 }@media only screen and (max-width: 763px) { #pdJw2NcMpLThdoQLQQvEFFzRWATHdvO1 { top:32.5625rem;left:0rem;width:20rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHhwi87SUuhsi3m40G37iWop6LLh19t5 { display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoL427nAFFAEOqtB9cWagT0Nf2QEmF9s { width:15.3125rem;height:31.25rem;top:6.3125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { display:block; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { width:11.875rem;height:1.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxNlM7g9b61VMKfMdhcSI2T1rCUSAZki { width:11.875rem;height:4.125rem;top:6.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P27GvELnvoq0gaO3MJXgdd962DUb642k { width:11.875rem;height:4.125rem;top:15.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akvRrKObbvQpUsIDqANJiisUmXVXKIQm { width:11.875rem;height:1.625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDbeEQtXxFwJdZD5Nk2r6vuNyrPn7KUI { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKU8K6bprEdJvplSxTrnD68gCxqzdSLf { width:11.875rem;height:4.125rem;top:15.625rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMAUMtErLWD4kTrafkKrutFrgFgiyL2u { width:11.875rem;height:1.625rem;top:13.125rem;left:35.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktoD6OQFw2KbUiEzf26fM2RIf7WzGf4B { width:11.875rem;height:1.625rem;top:3.75rem;left:35.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIgoirLyHGTtNgVewXNXNSXOIxUTyX3l { width:2.625rem;height:2.625rem;top:6.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlkqVH6MP9q1J5kqVVKqZygQmFcRTm3 { width:2.625rem;height:2.625rem;top:18.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwGBgfchGO9zlS4eDG97Ioy2msAXL5wW { width:21.9375rem;height:3.4375rem;top:29.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvwqJ4H2Z6A5y1TMoGqR2OtkJegMIDAe { display:block; }
 }@media only screen and (max-width: 763px) { #Ch58XU3my1y07f2Ta99iC3HSvNMHC8dF { width:2.5625rem;height:2.5625rem;top:6.875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmUXT14cSlT775zqhT2Cm2zDF1RxGJVo { width:2.5625rem;height:2.5625rem;top:18.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w { display:block; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { width:47.75rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOUc6rceEa33hsn0xZxlse9XT4oaVzMB { width:16.75rem;height:18.625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpryEOUNLVay3bdZcB47zWlrNkKGWLcd { width:22.5rem;height:2.8125rem;top:4.3125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQd5gNoi6oaRuz1AI2Tzigfhp1BMAOFW { top:13.8125rem;left:26.8125rem;width:12.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5dKKmSQtQeWBKTbbR5NfX4lZIdefhJg { top:15.75rem;left:26.8125rem;width:17.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzV8La3yy0qLOJ8HSPRdfyi4uzalJyuL { top:21.375rem;left:26.8125rem;width:12.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOFwcwcFSbUc8S7514XRpcKL3hGwaUni { top:23.5rem;left:26.8125rem;width:16.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVurceylrd5I78yIBefMNTEBIDOSvg1I { top:28.0625rem;left:26.75rem;width:17.375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm5CqhOwPWJDmThihySCTQ6OSob94EzU { top:30.125rem;left:26.75rem;width:17.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJbMXkzQDS2sbgguRdWwITsxc8aEnO9W { top:29.1875rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGOvbP6chcubBmKIonS0BJw7pTvnZJeD { top:28.4375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo9VwzF3PCMdOdaxcPTxLdw2ipyNyg0q { top:22.4375rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3IUWG2wlUrppgU4wDRnClLE3J2f1k2C { top:21.625rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHTMTaOAZFHGOItyFxxX1F7vgCUGiK0N { top:14.75rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GflxDF1M3sZoDIKTDBXRUgXzyFBmpXiF { top:13.9375rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #K71oldFxyaPh3VAzHXJLlDRBXCKXwqFe { width:13.5rem;height:3.5rem;top:36.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R39KMu5mnbX53Ctiqb0ilbIHThRCGPZL { display:block; }
 }@media only screen and (max-width: 763px) { #pA0QBSuBoGeDvyfa63ZtG7ImMuOX4cEg { width:13.5rem;height:3.5rem;top:36.25rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCLTMdPMg75t1eqRXCUqIac8TP0MXTID { display:block; }
 }@media only screen and (max-width: 763px) { #ba1lFg845NAqgm3qiauDcFdCGLiT6BgH { width:22.5rem;height:2.8125rem;top:4.3125rem;left:25.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ { display:block; }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row .container { width:47.75rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybaZTpLkyEeP4tIHTFaSWmdzkcyp85ny { width:10.625rem;height:15.3125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXaAzX9hcHWfbl8kdHMwbdfCoxAnVvgX { width:10.625rem;height:15.3125rem;top:0rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AorX1mm1XMqVTiJwuOxnvHRygIbaBWsm { width:10.625rem;height:15.3125rem;top:0rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk9IelGJmcVzVQwNE31sbG6ERtroa4Tn { width:10.625rem;height:15.3125rem;top:0rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saNPycKz1J1UcuHJA8PHXme7yNfXxTMD { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBIG8xOd1TPENTuTQa8WSTR9ikql8gmq { width:13.4375rem;height:3.4375rem;top:32.0625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOX9pJS8AVMMericmTXAohstqTIrMrLo { display:block; }
 }@media only screen and (max-width: 763px) { #MrBm61viC4LLrpE7SDrd2p65TG4T0ycT { width:13.375rem;height:3.375rem;top:32.0625rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI3IO4WBUmIaFwyKFuJzsnCFiOUQGIrd { display:block; }
 }@media only screen and (max-width: 763px) { #HGAm2QWsakDiXPsldUdF37q49TedLh3t { display:block; }#HGAm2QWsakDiXPsldUdF37q49TedLh3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pn0F4m1KRV82a3CSIHmKqZ5cXtiQwtA0 { width:18.75rem;height:88.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndTWscATfmLzgioMPSvXwb91PMMK3P26 { top:20.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdVimeTurubBkGgH7BqLqmwMvuidlzVJ { top:15.625rem;left:0rem;width:5rem;height:196.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz6wobbsQzixQ10lvP74NbEwTyLJFEd8 { top:15.625rem;left:7.40625rem;width:5rem;height:197.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACCg0x0JTweUppv9k4Z0LMxJ6KCDeH2m { top:15.9375rem;left:21.375rem;width:5rem;height:199.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDZ7xaPWH8Opv81ESta2AdFWXi96A2aZ { top:15.625rem;left:35.96875rem;width:5rem;height:200.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiQX6t4alT1RixltLwlEwoubhHQEcfHw { top:15.625rem;left:42.75rem;width:5rem;height:200.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbxtxVT5fCa6L74RlNMikiwea6DUqDlF { top:33.125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQgKQcOkiWHxhP6w9mBpp6Ef3JPQ4slf { top:25.3125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtrNZwSTp5We2VyxAeeWAWVxUkoeMI5K { top:179.1875rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzvlXGXabwGKsUds99JuocQl6xUbBWGa { top:45.9375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8XHk9BP4a142WaRz2v5iRM7FyLU1s0K { top:38.125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhoPqmed7UQGoIFqdtrVtzAQQ5PQv6T6 { top:50.9375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXwqC4TORzxImGZohlVaHP2moQ7DdCVT { top:58.75rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgUrbQLctd4PoMNTuPWuqsXmLWyLwGwy { top:63.75rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qesx8piuq5eIUMPnbXpTblbZNtzXnTqy { top:71.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql42UKvwWRCx6g1eVH1qB7S3p6nTmWnq { top:84.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #caIgJLSKdh3AV1NpggdnMrwk83i4vhoW { top:97.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKlaODfrr7RKfJPGykSxRPqhqzvqvz9P { top:110rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTXZUTO5gadOgPSwTwJlDtJ7mcw36J81 { top:122.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odSvuEcMzvVgtFpAQ9zdfWtdF7asnGbC { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkClnbv78DzWbsHMoqdeXJy1HSz7uVSP { top:45.9375rem;left:0rem;width:4.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfRzRvnketlkP399y1VQdZXNxVhN8MSh { top:58.8125rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geHOXpbL8s4bHmWehumyoEIGQRP8i4Dl { top:148.4375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooNJiAmbBcItdTqRL0aoUMtJVvP2kGOQ { top:161.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAKZQT1FplwGnbEE9vc5v1GLXZT7zvu2 { top:174.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOtBvIsMOGEmrpPbVQvmJTbiT6hvP41f { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LuXzKmFgbSxXTafmq1NJLQFbFTJeWtn2 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C185fLbSclUhvOk4Lq4CeTtayrpVX2ul { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jhb37m4IG8aWE6CF3eZuMvRokDQ1c4R1 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #of6TyozwqC2D0SGKfhmtbKTyVCq5zhwx { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPzQ9lMHqr7kTTyTqJOJ59ZWLfmZxL11 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #z36GE08D7TRZ7eexibvkW2RQb4MISSJq { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1AVxdDfi3Dem8ltPv9zkQIDvUwsV3vM { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oC9Rd5TtmHllSuVxAbctnOUXxHRFA5sp { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VN3b3s4hI6ABytpmO7OE8K0mtwgKSGk0 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W366l7mTozfNXn1eCpK6vNBC6t0VGhpW { top:135.6875rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8DeDFfGGo5QLUZbON6gVEfQO02O2v5g { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEpO0Beo23H3wis1VbrrELreqbZ67x3v { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eh5lzpgLAbcz6ED4TE4Ve4TM36Mr0uNK { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnRiyrH9l6HxQo81AN2pvrVzTqT5Obbq { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPnUtOUkHsPA1HnEs4sFEFCRE8OMF7bT { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HO3gieQS8yTINCsQyqaHR9SH3KmBt15q { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTraWuJeRPTdd6kUWrKvoDrKnIgWbpyf { top:187rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTermPEZsOBrTlygnlqPaDQKdTqlPfWy { top:204.8125rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIwMAJSrtPDEZoKqMph0oPgqANmD86A1 { top:199.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACVxo4a9uheSm0eixfqFp5mHXyz0x846 { top:212.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwDBnnE9yFqvN0p3NoRTwCk44IfOqCwr { top:76.5625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNusS3NmP13hwIKv1slgwD52cPbPSWLw { top:89.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsA5Trgkz0E16svIX6gJ6sZWLDn8kIhT { top:102.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhNEptRuy4FnsKeKJOeXnpQpfFBZlEQ3 { top:115rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orank3X8T3L2duTpuVBviBGwFiJkbUgT { top:127.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqoGLE9q4T87p5ZsIo0vX9p2bXrzdnUz { top:140.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmdiPw9Jz8ONMerNduh2rwlEK39lCLr3 { top:153.4375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoxvm8aTNusglpXipZ5278JEgJwfHe3F { top:166.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX0kFB91hXpgpghNyipckZp5OiBSDA7k { top:179.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9LLiIQDqNqtG09Ok5nESuTIg3ynksCa { top:192rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZJHtemWsZbtzd2B7aVvW5bXr6oMwA8e { top:204.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKEiDIp5dsBc1ZSvV7TDprmOvTc2MFqq { top:217.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm3BTJhUykCytkTeTZLHGBc5GoLgwUvp { top:44rem;left:0rem;width:6.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XroqE1AkLeo0u9lOEfKSDJ6tqIauEUTw { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWyGW3dgsn8SWusZDftFfTKxNgJ5hPRf { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOxZnQUSffpCykiJTVs9XcXtNG5XpG89 { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRh0ZGLkhQXS6ffqGQBuquZJLeNWyyv5 { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcffSxDMvxQkUOW8lu2SWF3J09PHChen { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2bePGlNyo8ON9PIltA5Rk8fk26T6TOR { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAfy0EwwUpghfvkTgvJ8lhlAuuhLZNKD { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSN3a3TArTZMWpd8edTSPxvG4fQ94EHt { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ku24cMbifwEeWeD6uLFturZSn1i1lRSX { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dk5JHJNvZnrQ99hiBnxgfLNcrI4eAesT { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6dwKllZHvq5AvUVG8En0Hc8SfG7d87N { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HBGJN14qRvsbcPnA9yQZ1w8rLLVq5tzA { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRyCdONqJucfZDpp3UslLyiuMD1QJSAc { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGWXLNikygmWQrFT6RRDm4fGIcnzyIKZ { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7E57As3R7Q2htTrpPesHyqySyO6zNpl { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #koJNMbzRKzKmJlJsxxbJATMscgSozRGl { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlMPSaIDyLCEkdQ9xo21erLnG0rgvTP1 { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQXGMmgW6b27TkrwykhzxNvBa2bu7JR2 { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7urpJteLCTtWs9WUmVTv3E7TB0Tn5BB { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqoLwDioqlCNlThAvR1xah9G0v8wGygd { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6DWyTf2oz8iJIwMLtH2WVgOuZZe08O7 { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bH0fWCNmLWQfqz4Zh422QQ7Kd2iZHydD { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdDwfW47k1I1kXxZXnLoPZWaa1V1fvOp { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zdw7FFiLgiCIqE6ZZk4LRpUamkf8conZ { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2cAGtVb3dbARF9mdc66D8WpKKTb0OT1 { top:132.75rem;left:0rem;width:7.5625rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pz9I0Vk0fFxkrpNTpBhdP42isf6sDoI0 { top:36.9375rem;left:34.25rem;width:13.5rem;height:3.4995120144451rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9Qm1kZBVMiMIub6MXv3rwCL4TGq3mVT { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpOKZ6vW8lt5bQxuM3nVPuXOXzl0eIxz { top:79.4375rem;left:0rem;width:7.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWJRs3LeXfM4O82RXvynb72iRznMkhhD { 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) { #mdIqhnJVunvwGMg08ODwhevP9K5XQVLf { top:77.75rem;left:0rem;width:9.25rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RhmTR4rrvktbKDloaBnrXrRNd7ZTMlim { 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) { #PapbmiOpKXgTKtqT6Ri8KcfqJMNKOTHl { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxS8APEgqmGNHWv5b2sJ3STQ1aDPp3AM { display:none; }
 }@media only screen and (max-width: 763px) { #TWrzoui2BAp2uPLu3UipggG5mB2fmmIB { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ3DybswOZ4p1rqQK2Id7BWPgVFmPOFp { top:12.3125rem;left:25.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKnvPLPxTiH6C5CEin2QgRpUZD0Ld0EM { top:29.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9M3bugCkTUH0C5ZaaGlNz4JC8caQONf { top:29.125rem;left:26rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq2aPXXTaWFQVayoEic2VyUGpvqaK1TZ { top:45.75rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9Jr46pJ3VG2uXFS419cwLRV49ArgpV7 { top:45.75rem;left:19.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHJDK1rTQbaoIHRdFHekWCiLlqPOJQad { top:45.75rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgEPKqrvGfScR90DzZQWgBd3ZDa7UpTp { top:20.8125rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAEcuFXE7RP11pmcLsPNC1vTfF7SPxP1 { top:18.125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDtoZymcHwLq4yCa61Q94ds2VSU8tUyS { top:18.125rem;left:25.8125rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbuSVQ4cvsG1GpgmzpWNSyrTVlq204Vl { top:20.8125rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5dp1TXwgUcRFJROmG6uETDNaBwdkrgG { top:34.8125rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmMrzVKPOnDw9x2OnyGHTtFmLmeL3KDh { top:37.5rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9RPJVQZ53eWoy4ylwzo3UrlWMsg7KDR { top:34.875rem;left:25.875rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkQSiamOM0PN9fSvXn9KTJorSWS8zaZV { top:37.5625rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXNLNsbpiELxCZr0nUBu2On7vKaVkWcP { top:51.375rem;left:0rem;width:26rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCQ74nqoVlk3VnHe6JaxphxJvdI94WaA { top:54.0625rem;left:0rem;width:22.125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWBpmm2AfN3WzOCDyaJN6p74wThATZFK { top:51.5rem;left:19.1875rem;width:19.875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbB9wKtif5wI9WZLm4OqxtASb8iSmBCZ { top:54.1875rem;left:19.1875rem;width:19.4375rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua9UfNJeDUJbewWyU63BbmtaTAaBcr3n { top:51.375rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRrgT1xTXrohfQEeApnZDpnPAJHT1ohF { top:54.0625rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5CPQO9svLmWxi3LqTnkhao8gshguVwt { top:13.0625rem;left:0rem;width:2.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBKkOPwetfZG18toPb1GbR4lkc18OBSS { top:13.125rem;left:26.28125rem;width:3.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4hZ0sxJUVlHPE9TGZZ3miH7D7E3yUlg { top:29.6875rem;left:26.6875rem;width:2.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3B9t295IJf5sp0nUJ71qEBPHJxnaxpi { top:29.5rem;left:0rem;width:2.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ailQ8OJnG1MqTn5BrfbHu4fIo5JErP6e { top:46.8125rem;left:19.84375rem;width:2.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMZWNoIywI0XLeM1UBKkZOvnLsZbH4pm { top:46.4375rem;left:45.1875rem;width:2.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTUM49kPbWWvRW5kqdfr3T2bmGTbGqMg { top:11rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5dO48qlzRwSxdyvseTeXOuvGZpuBBzR { top:11rem;left:0rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL7qM8BHk4GfzJcw3T4BRvoHkODJ42i8 { top:44.3125rem;left:0rem;width:27.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfCQ12VMeVtseQAeZBuoNOD44icfKOqB { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QczTPVzhgEp7399anOWkRMf5RLRekEDP { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkTzHE0iORU6ep6WhmgGZTTlT2wlgVhh { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhA9piR1xT40cOChsTFOTT7TAu0mMnQA { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGMeyWGGEZiT1mPrB0XLrNpi0I4Mmk3v { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiK7wLkki9a6y84gt5ZvD8IvTCnfx4uJ { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRku4rToNhFplTxhwQhqBuvbJg0sFzzN { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzqDFDBak3ClNfrfzrqToDfdqV4AOqCG { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X40LWTWlhhQ8ssynlFC67sDVWHHellkL { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6zPyJmAv11nQCnFCkMS6SKs0OoO8HRB { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUPRQdEoqVzo6765m7w9xxxD3h94vxRE { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWLF9Bev563Amk6C9DkndVnMbmvhoRme { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnIMGsNS8mtWOxmIeH6DKOWfAFL3O6lg { top:22.0625rem;left:22.28125rem;width:1.375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uA49cWhqdNBORh5IBBqi9CcHxe6JBxGu { top:9.1875rem;left:0rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V8hd6dabFZB6vxZn9esNZTaNQCME7l4w { top:10.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTRC3RDcKLmRZ1peDEWkuyzR7GcC6Le5 { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLpDq3Pc26VOpxeteeaTG1nnCHnrhdW3 { top:16.3125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXwUhg3502RiUHxsAXmWQeSOkOakBPfc { top:19rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXNG57xqb7wDaEW2ognnLTQ4r2BSA0Cd { top:9.1875rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhLKTgOPtkyUg0Jds6tr1c8ayBwvb5pk { top:16.3125rem;left:25.8125rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeeTSmAWPL7DS84EHixXbio4lEgud5Q5 { top:19rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpTbgVevhtLsyaNsct1TeEAlWJTxsH0n { top:10.5rem;left:25.9375rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvfHaAlXsCzrCSNqUVOmTaJrCmBJz16g { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLUER2ATTmgaAJSei53CykLVIUdJS6Lu { top:27.25rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLeal2PV8EMyZfWZM2ZTvW79tHR1WHd4 { top:22.0625rem;left:22.28125rem;width:1.25rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #prbZmqi9ua0PrZxzNffVrV35UalmtzHJ { top:33rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXScrTRPr3DqpGREwpeTtqukQFdFVxlE { top:35.6875rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttqV2yZRkbWEIs7d2OBHqXhCbWofQzTQ { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AC4fKFgWCbFJLV18LbfXrKd5SXh27faX { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvTQsADl9psBySfN1AE4rV7RQE7SLafe { top:33.0625rem;left:25.875rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEU41bENmieqDBJGJ0mSOpXE4WnZdePN { top:35.75rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8lXp5dL2e1KOevzSqs90nzbCufG98lU { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QX1xaM5ElHmKQsfPRHR5fpTsoawO85id { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZWFTxPop5Ia8g4CeKB9wv40vsX7EEqD { top:25.8125rem;left:13.6875rem;width:10.875rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTUOTem6NJ1h90PTF1L2mkr3JPGss8AE { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9pI6OlF31M71a0aw92XaTSrOL8EMNeN { top:53.3125rem;left:0rem;width:16.5625rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0Rv3riBRFPKVoATcSmuWFaf0T6EnmzD { top:55.0625rem;left:0rem;width:14.9375rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndOXy3HmSio8UmfI1lhSnfFIKt9TXa71 { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6OUqbwMg3QvGUuxFn7feVkx8XhO2uNJ { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUM18wJu3lZCnC3BnF15cSsT5BUv6ZLR { top:49.6875rem;left:21.4375rem;width:19.875rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oK1RxCwOhNST7nDkNCR6FrukrJdTgDXU { top:52.3125rem;left:21.437255859375rem;width:19.4375rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXNGAmLB2ccVQeA1seo4WPhVT5ma1KbB { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZSBGJhGGAt9BwfqT22JzMU8lfudQ5Rz { top:22.0625rem;left:22.28125rem;width:1.4375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWrf2zNUvDuOomPpSllWgPKk73kew2ZO { top:49.5625rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3S5vgxp8NVLF7NTMBVdvMV3xcvFFUhH { top:52.25rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCzdiFutwQviOD6Vrmd79wqTFEp2iTrz { top:44.3125rem;left:7.1875rem;width:40.5625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5ioCWFOPs4tdLflkGZp82aAgbsT8gB2 { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #af0lInpARNkTEnvfLtP0h8MIQDPrtBqE { top:46.25rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVxm1532tRc0WllF77iTtoTAXuusAuuZ { top:27.6875rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnQ7c7b1CU7ehwvfGCL1umO5T6UgAn7q { top:4.5625rem;left:8.21875rem;width:31.3125rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeHgQOoZfnQMncMOarIa2BZ9aGINruqu { width:13.75rem;height:3.5rem;top:62.6875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDCWPlFZQcKN5z4MgaT8XDXdhsrzQvyt { display:block; }
 }@media only screen and (max-width: 763px) { #dTMzuxwvNRKsErD5J9LXXDrL86xZF0V6 { width:13.8125rem;height:3.5rem;top:62.6875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVOql7puNHTzOTDmTSgACIOcEtCL2dNG { display:block; }
 }@media only screen and (max-width: 763px) { #BIbVLMWuQ467oLWNwX0mGxVR70vZsJUT { top:27.6875rem;left:0rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRO1gqfT7eLD8GSgb6kUMC5hkd4RIMhM { top:2.25rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg { display:block; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container { width:47.75rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfoINHR69gvW7sJ6bAWF1Czy5LsLk65e { width:32rem;height:2.8125rem;top:10.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHysEsNMIly9MNnGey1PmuOiqaOmlWmt { width:26.625rem;height:1.375rem;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBTvL8Qtn7OxS34xwi6BAdbeNuO8nadD { width:2.5rem;height:2.5rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9TQs52eBsV0UXwirLPT1J7fdZsE1mDL { width:2.5rem;height:2.5rem;top:17.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQSKphIprBTN5MzAnHBRIsSiTvq4Hz0T { width:2.5rem;height:2.5rem;top:17.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTD6coOnFUTIriDFAA0yrzMNcBsTOHbG { width:2.5rem;height:2.5rem;top:17.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD0Fb1mvizAhBM7szISsywIPfEmxZTfy { width:2.5rem;height:2.5rem;top:17.8125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buW5APFT3BTlmJ4qmlqK4NnPKBRQFbDC { width:18.8125rem;height:1.25rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoTpsC5vmWdq21f7c13xBAgCEaJ4SKL8 { top:3.25rem;left:14.5rem;width:29.0625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJQ2ZKEQgniqRwxuxCvgnOM1XqivKU1c { width:13.75rem;height:3.5rem;top:61.625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEDa0oWxPAblruc3t7k6f1AKNhy2zI0H { display:block; }
 }@media only screen and (max-width: 763px) { #OTZqvFJb0p4EOQycareMtIwQIMIe3HzX { width:13.8125rem;height:3.5rem;top:61.625rem;left:24.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmL3aSzTN2JWDqFwqE3X1d65h9RD0WvT { display:block; }
 }@media only screen and (max-width: 763px) { #z3b7gl1FOTOxlVdw1gA9EG6CPiAfJT7b { top:2.875rem;left:14rem;width:33.75rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz { display:block; }#otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtt68nLawd8lP9tW0hH7yGuPT2nLiKGf { width:13.75rem;height:3.4375rem;top:45.6875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZwOSk6ad2Ln5w9U4b89AnBDSeaFwlpT { display:block; }
 }@media only screen and (max-width: 763px) { #mBTpsEWgTU8HTD5Sheqg7PN7zRV6ZgP5 { width:13.75rem;height:3.4375rem;top:45.6875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9zigN7DamtCEEeOTgBXQTMFPlqsvbwZ { display:block; }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr { display:flex;height:auto;width:45.25rem;top:5.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #RsPS2ZxSq4orFeU9PvGo185b3KatkZVc {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #J6qnROAEAgq1tk4d0gM8xwntTrCwlP09 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #EFUr5lSPMw2TL034iZ3UTnN0dxyA06HV {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #XawmSQOTJwN7qsRTpaavePUyTmiLiQd3 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #mAckS84wyIRpNTZkzbTDJ9u5svwN2CIw {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #y29zlHEdMefW4SgDvwtZqPOlNnL6DcE7 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #PBsBwKTlmDbfQP6rDDQXhzACQlrofrmU {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #uQ8StoNHXubV6sfNvwpxRrbbLAoQdmiA {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #t7xTxcAi3Obbbt2miswHHDzfridayylp {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #r9LdBB1Tb3kPSGUakhJ6QLo8gbLR0IuV {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #QTBWwnCNftTOQSvq8C1aDKuOqA4MQFsr {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #QUcAd8qwfxLzee97kphkHWVxEqt4KUSl {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #W42BFhsqPMPzMn16pm4kFNn3AO3Jcf1v {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #gDh0PL6nKOQBCuwdeRZs4ZFeT25mFUE8 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #em9TMgrtcha29NwvpIAALDTVPqMsf1CD {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #npVevwc3DgUGEbPphvIhZoQpUlLCvyK3 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #GHC6rsaOTrDnrsNvfa7Iq9H7sJQr5JyM {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #POX3mylG8qTAr2leqLbTcTQvdqOcUFnO {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #GQl4OmiKtWxZ5Q4XmLszH7krwyVoSdiH {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #SaLnin1mUWmNLZRftinaqnB5HiUG86dC {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #GPGTTn5ra1HHLDT3ZH7Bz5JAKLxzOTSC {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #x3wbAnRAH9sVVqIwVwkqJdoVt2LyxZCy {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #dkDQ0668784o3BQOIoks509xES9X3aES {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #dyiUGLQXJAmcJ4ZymudaI639SqAsZL27 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #NzebRFNFgnSqyaQGO5iTRR4q5JhuvQN0 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #S7wcTk04MUsargu9QhQITz5srhxXMFJl {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #cZ5uCWJ1a2DzBD5SrHQzcimM9sB5mReZ {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #nro45or1EbH8THuUfHzqH0mgL8uNNT0M {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #wFbdMsQfCFmqvJZAZA0XKtei6gI4UD38 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #lzifLeW9p322vw0ws0aXL6ZqMuKMMX3O {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #mgo5UpmKgFHI1wa8pz2eQN8khFdiSFXK {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #b7dn0GEIa3o25D9TwqKJzn6oMhOOQ26U {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #eBBXZWy49VTbtwsXkO12bLsUKIpbl9f1 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #sQnDPONvWvNmSPURDZCOnxcf2gtcrU7Q {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #krRfd3DrMETxhKMWNLlpuawoCWwbT7ym {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #ax2F6XieoC9f7DiAiXHTizs3pS7NRA5L {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #q163TGsywwMSTJZ01JTFT18QCOdlS4uo {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #WW1uFL3okz0ycTLhvomKTwamVpmZ1ZAC {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #u24xOSL1ZA8AUslNxcPzt8IwraVEDAFV {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #b6uB6ciuoCWROWIU7C3lafPJBqp93Zoa {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 { display:flex;height:auto;width:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #W1eASwebVn1yaeReQ37FndgtowVnUCTi {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #Zt3XmbB7o6H08I9ITSLTMUNmWAoWSkql {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #Hh0azZ9mmBpdiWns5RO0mZUETEBkboZg {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #BQggTWfCTGIsFV4Q7q8c2XPrtfBHGwm0 {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #BHR3uE7dpXC3ooVthSifXmZBo4ANv9tT {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #yAOHlvtmJndA0cu92ehacUqJgBbl9RBu {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #NWsdn56HzePywwFTBEtssmrTgvBMfCOU {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #WFmtyMV8VXAzNJOcqR1mIpuh3JQEelJi {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #ATV0RbZZTtxJKqIssnCu17mxtC2nG74n {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #VLqnn9nTdlXeUF5od5Q2vEPvtRO2Ekq6 {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #blWLzJq2kB3ta3FggPtokDCqHpp2L830 {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #tJFsk7NIZVAoWrT9wSCtAVmctruc5G2s {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #uparRELFiPh8CmGcokr3K1102ptqHuRp {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #Kwx2y2lNtRH2FqVnsdLisfnlhGqwsw4E {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #gg0nChhTXslQAEAJgJTkRd7SuSB5IkKb {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #TVk9Di7Epm3FdH2ECsk1FvXTE1LJ0otD {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #L8r55pcMLEJzEtZ7qV3Jw2TmtVhKVXhw {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #l87Xk8Cn66ULgsV3qpQrbZXrOif3tPDn {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #DAzEhvhHCDwVeC6ThXucUIzE5LmmZmop {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #ErGJ5tNKkxLOTB6hwL7ndxVJwrhMXxHH {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #HeNSG9gTfhySxqLzLmsOaCnwze3LTlnv {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #wguW4W0oIosyZWFoP92O65DJMgEgWl4V {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #O7I0kEnMb3UXG5JAshq155blNve9zuW7 {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #y23CXDmT5tHaeVNNdwG4XOrfzC5mcbg9 {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #TmSeQEyIJ57rTVVURyr0b3HO3aJ4qbQf {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #pcTX8kfJnTqKJ7KoImPaHhoKHuwQD6Ek {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #R0z3TwhckLrOJXMbMQzMQecXCbG6LGgg {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #DKkmBzfhGOmkgho7sPJiT4RyoXLBLh5v {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #DsEt010NlFQKKyyBbfo2nAyr6BDQkgSL {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #l0TF4kFzvkMw4Q7yO0nMw4HI8detVfQA {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #FQObRJKTIWJzWZHMnDnOton73wIp44b5 {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #mTfIqU00M1bVhtSoMVJI43qI7ZrhRoRL {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #CnS4nFQF7Ts61RAgBhI1WQz6D8FA4SyJ {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #en8qizXHqGyxBC5uc7PRSiakdlfb89wd {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #ZKEFHvXLWQ0ZHCZ7TPXFSdTHJOVEH7nT {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #cnBPGVFgqSKniyONt1erzUGbE1lcgQnV {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #GgseVBRgIW6XtdHTackp3BxAkq6EkDxv {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #tXTTBoP8glOON53AMhgTPe83tQf8Tpdr {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #cE3Mf7Cx2Qv8vQT0m70dMAC8ckfe4h8e {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #w7IsBLJRapzngMBOsr1FFyahfoh87zXP {  }
 }@media only screen and (max-width: 763px) { #hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4 { display:block; }#hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZpeKCITMaKf8e6blThGrG1x9rlzXOLS { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRNcI6ElTBbHK05bgHQn5ST8gvfCAVPG { top:17.5rem;left:0rem;width:21.1875rem;height:4.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpVRLFuobJ6VF9xgmBS5umAFHeXLTvA7 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiR2g3xbiXWJ8ywgXFC4U7Ftb5sHTcve { top:24.625rem;left:0rem;width:21.625rem;height:4.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ0ZK4i2c1kVAViLxqr7Al0cg1WAHmnc { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZxwp2pZ4aqunzTAu1XRMcTNvNZi24Sy { top:32rem;left:0rem;width:21.25rem;height:4.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaKE3ikh9ADqlWU6bUrT9Kh4URD3Iuy0 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcPtTSS43NctSZvWKiZ0UiFu6fwXXvgW { top:5rem;left:13rem;width:21.625rem;height:4.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH6BRNzfRBaR4Zf9gkxCd2hIH7WsFgay { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otphn0ETcL93VIULrHMhoT1N6JwWveOJ { top:11.8125rem;left:13rem;width:21.25rem;height:4.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9SAAeUWwMUzVETTwTDhOxIyMmiTLhT6 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuVb3tQrPB179gHPKE5JsJiDbquIhtZJ { top:18.0625rem;left:12.999540328979rem;width:20.8125rem;height:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noEq1gpUQC3tXIpzUt2HkvzMV7SrwXuW { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEs2vAOFzzALoNrm9cOFVTt7IA1HQSPs { top:24.4375rem;left:13rem;width:20.8125rem;height:5.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVv5ThxKZgMnnM49lqAiczzd20DDGsde { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnbWOdh4aRSt4kQTSfffGaW60mO26z3l { top:32.75rem;left:13rem;width:21.5625rem;height:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk9DGKL9kAkcRC17aF6dRGNTwEK0MTXv { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM8lIgoOglOWTzhKNrsDsksDvTPgF9Gg { top:5.3125rem;left:26.0625rem;width:21.6875rem;height:2.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfIPTJbQnDFwtNA2uzGyvfFxH2ZxywOd { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuBhQRrr3NkmGappLAbVB2MATPUZcIgP { top:10.6875rem;left:26.0625rem;width:21.6875rem;height:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQTG24ptVgQnPGBzEiyDB7tTDxiamJDn { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf8MNQDdWDEeN5HZHCi1p00saQwhrc5i { top:16.625rem;left:25.875rem;width:21.875rem;height:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGhKNZlZMHiwhzerPIey24zTOeCSazrV { top:29.5rem;left:26.8125rem;width:20.9375rem;height:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZWmzoZtNNsxbvVrx7OqT5TiioznP8Gl { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETBUPuF5W2VGnHcSEznWBUfqvCvKTViS { top:23.125rem;left:27rem;width:20.75rem;height:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiqJFahsBnsiXwogC1wpU7MUMS7QD2gU { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtdIL2xfuyKWnsGQBZOoiBn6sfbtchIk { top:41.0625rem;left:0.8442096710205rem;width:46rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld9cEnnuGvWFDInOcpcCxr8zviGquBaO { top:3.3125rem;left:0rem;width:17.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw2MfreHwg9SwaN9h8TCZIKPDa3rLGSr { top:7.0625rem;left:0rem;width:20.5625rem;height:7.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b41069b4-f318-4a39-87ca-f113d2665327/SImobile.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3.adaptive-delivery-prevent-bg, #oeO2Mgy3onsWt16dB99RUCILKf94O3H3.lazyload, #oeO2Mgy3onsWt16dB99RUCILKf94O3H3.lazyloading { background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { width:20rem;height:6.7647056875rem;top:22.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abn78LXz9zCIOAG8lOizzJxwchHOngHX { width:20rem;height:1.911764625rem;top:29.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAzI88o2XnxNSGboWMNrnoV6dhifxaMd { width:19.9375rem;height:26.3125rem;top:38.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hT1QTKcPvTtOJHABq8MoprQ4KTgOnDNg { width:4.1875rem;height:4.1875rem;top:2.5498046875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEMTfyF9isre6pRfngkKoNUx9QsL9OSy { width:20rem;height:0;top:32.1875rem;left:0rem;font-size:1rem;color:#e1e1e1;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #coI5qmPyw1JrEy15G6DNc4J3JhT50sqB { width:13.5rem;height:3.5rem;top:44.6875rem;left:3.25rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyd3BQMwOy1EETDIw60OPQyHvuuQdUDI { display:block; }
 }@media only screen and (max-width: 763px) { #Gex6o6ceP8BNzV4R2ODk9SuJZnVhhHDb { width:13.5rem;height:3.5rem;top:40.0625rem;left:3.25rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5aAiBJVcSbJSwxu8SRD8ogTCgQE8UHW { display:block; }
 }@media only screen and (max-width: 763px) { #pdJw2NcMpLThdoQLQQvEFFzRWATHdvO1 { width:20rem;height:6.17647025rem;top:32.4375rem;left:0rem;font-size:1rem;color:#e1e1e1;font-weight:300;font-style:normal;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHhwi87SUuhsi3m40G37iWop6LLh19t5 { display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { width:20rem;height:28.187040305664rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { width:20rem;height:4.8529410625rem;top:0.71875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoL427nAFFAEOqtB9cWagT0Nf2QEmF9s { width:10.375rem;height:21.125rem;top:7.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { display:block; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { width:15rem;height:1.6176470625rem;top:1.875rem;left:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RxNlM7g9b61VMKfMdhcSI2T1rCUSAZki { width:15rem;height:2.64705875rem;top:4.375rem;left:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P27GvELnvoq0gaO3MJXgdd962DUb642k { width:15rem;height:2.64705875rem;top:22.6875rem;left:4.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #akvRrKObbvQpUsIDqANJiisUmXVXKIQm { width:15rem;height:3.235294125rem;top:18.4375rem;left:4.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XDbeEQtXxFwJdZD5Nk2r6vuNyrPn7KUI { width:15rem;height:3.9705881875rem;top:11.9375rem;left:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XKU8K6bprEdJvplSxTrnD68gCxqzdSLf { width:15rem;height:3.9705881875rem;top:31.8125rem;left:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VMAUMtErLWD4kTrafkKrutFrgFgiyL2u { width:15rem;height:3.235294125rem;top:27.875rem;left:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ktoD6OQFw2KbUiEzf26fM2RIf7WzGf4B { width:15rem;height:1.6176470625rem;top:9.4375rem;left:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZIgoirLyHGTtNgVewXNXNSXOIxUTyX3l { width:2.625rem;height:2.625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlkqVH6MP9q1J5kqVVKqZygQmFcRTm3 { width:2.625rem;height:2.625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwGBgfchGO9zlS4eDG97Ioy2msAXL5wW { width:20rem;height:3.4375rem;top:38.916666030884rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #uvwqJ4H2Z6A5y1TMoGqR2OtkJegMIDAe { display:block; }
 }@media only screen and (max-width: 763px) { #Ch58XU3my1y07f2Ta99iC3HSvNMHC8dF { width:2.625rem;height:2.625rem;top:1.40625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmUXT14cSlT775zqhT2Cm2zDF1RxGJVo { width:2.625rem;height:2.625rem;top:28.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w { display:block; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOUc6rceEa33hsn0xZxlse9XT4oaVzMB { width:19.9375rem;height:22.1875rem;top:8.3680553436281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpryEOUNLVay3bdZcB47zWlrNkKGWLcd { width:20rem;height:0;top:1.3680553436279rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oQd5gNoi6oaRuz1AI2Tzigfhp1BMAOFW { width:12.0625rem;height:1.76470575rem;top:36.625rem;left:3.9375rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5dKKmSQtQeWBKTbbR5NfX4lZIdefhJg { width:16.5rem;height:5rem;top:38.5rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzV8La3yy0qLOJ8HSPRdfyi4uzalJyuL { width:12.0625rem;height:1.76470575rem;top:49rem;left:3.9375rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOFwcwcFSbUc8S7514XRpcKL3hGwaUni { width:16.5rem;height:2.5rem;top:50.9375rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVurceylrd5I78yIBefMNTEBIDOSvg1I { width:17.375rem;height:1.76470575rem;top:59.125rem;left:1.3125rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bm5CqhOwPWJDmThihySCTQ6OSob94EzU { width:17.625rem;height:3.75rem;top:61.0625rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJbMXkzQDS2sbgguRdWwITsxc8aEnO9W { display:flex;width:1.5rem;height:1.5rem;top:55.6875rem;left:9.25rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #nGOvbP6chcubBmKIonS0BJw7pTvnZJeD { width:3rem;height:3rem;top:54.875rem;left:8.5rem;background-color:#2e3e57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Jo9VwzF3PCMdOdaxcPTxLdw2ipyNyg0q { display:flex;width:1.5rem;height:1.5rem;top:45.5625rem;left:9.25rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #B3IUWG2wlUrppgU4wDRnClLE3J2f1k2C { width:3rem;height:3rem;top:44.75rem;left:8.5rem;background-color:#2e3e57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nHTMTaOAZFHGOItyFxxX1F7vgCUGiK0N { display:flex;width:1.5rem;height:1.5rem;top:33.1875rem;left:9.25rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #GflxDF1M3sZoDIKTDBXRUgXzyFBmpXiF { width:3rem;height:3rem;top:32.375rem;left:8.5rem;background-color:#2e3e57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #K71oldFxyaPh3VAzHXJLlDRBXCKXwqFe { width:13.5rem;height:3.5rem;top:66.2109375rem;left:3.25rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R39KMu5mnbX53Ctiqb0ilbIHThRCGPZL { display:block; }
 }@media only screen and (max-width: 763px) { #pA0QBSuBoGeDvyfa63ZtG7ImMuOX4cEg { width:13.5rem;height:3.5rem;top:70.9609375rem;left:3.25rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCLTMdPMg75t1eqRXCUqIac8TP0MXTID { display:block; }
 }@media only screen and (max-width: 763px) { #ba1lFg845NAqgm3qiauDcFdCGLiT6BgH { width:20rem;height:;top:1.84375rem;left:0rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ { background-color:#192434;background-image:url("https://images.assets-landingi.com/uc/58d72e10-63ba-45b9-8c38-613e8114b4fe/graczetypujatlomobile2A.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ.adaptive-delivery-prevent-bg, #SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ.lazyload, #SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ.lazyloading { background-image: none; }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row .container { background-color: transparent; background-image: none; }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row .container > .video-iframe-container { display: none; }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row > .video-iframe-container { display: none; }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .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); }#SyXLxP6iOSR3x3ZS59K1IpffQMqmDvnJ > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybaZTpLkyEeP4tIHTFaSWmdzkcyp85ny { width:8.4375rem;height:12.1875rem;top:10.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXaAzX9hcHWfbl8kdHMwbdfCoxAnVvgX { width:8.4375rem;height:12.1875rem;top:10.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AorX1mm1XMqVTiJwuOxnvHRygIbaBWsm { width:8.4375rem;height:12.1875rem;top:23.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk9IelGJmcVzVQwNE31sbG6ERtroa4Tn { width:8.4375rem;height:12.1875rem;top:23.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saNPycKz1J1UcuHJA8PHXme7yNfXxTMD { width:20rem;height:7.2794118125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBIG8xOd1TPENTuTQa8WSTR9ikql8gmq { width:13.4375rem;height:3.4375rem;top:37rem;left:3.5rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOX9pJS8AVMMericmTXAohstqTIrMrLo { display:block; }
 }@media only screen and (max-width: 763px) { #MrBm61viC4LLrpE7SDrd2p65TG4T0ycT { width:13.375rem;height:3.375rem;top:41.6875rem;left:3.5625rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI3IO4WBUmIaFwyKFuJzsnCFiOUQGIrd { display:block; }
 }@media only screen and (max-width: 763px) { #HGAm2QWsakDiXPsldUdF37q49TedLh3t { background-color:#192434;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HGAm2QWsakDiXPsldUdF37q49TedLh3t > .row .container { border-width: 0; border-radius: 0; }#HGAm2QWsakDiXPsldUdF37q49TedLh3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGAm2QWsakDiXPsldUdF37q49TedLh3t > .row .container { width:20rem;height:90rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pn0F4m1KRV82a3CSIHmKqZ5cXtiQwtA0 { top:10.375rem;left:0.625rem;width:18.75rem;height:88.1875rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ndTWscATfmLzgioMPSvXwb91PMMK3P26 { width:20rem;height:2.5rem;top:14.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdVimeTurubBkGgH7BqLqmwMvuidlzVJ { width:3.125rem;height:234.5625rem;top:14.03125rem;left:1.53125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #iz6wobbsQzixQ10lvP74NbEwTyLJFEd8 { width:3.125rem;height:234.4375rem;top:14rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACCg0x0JTweUppv9k4Z0LMxJ6KCDeH2m { width:2.9375rem;height:234.75rem;top:14rem;left:14.664285714286rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDZ7xaPWH8Opv81ESta2AdFWXi96A2aZ { width:5rem;height:42.25rem;top:264.49658203125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XiQX6t4alT1RixltLwlEwoubhHQEcfHw { width:5rem;height:42.25rem;top:292.5083rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbxtxVT5fCa6L74RlNMikiwea6DUqDlF { width:20rem;height:2.5rem;top:22.88671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQgKQcOkiWHxhP6w9mBpp6Ef3JPQ4slf { width:20rem;height:1.0625rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtrNZwSTp5We2VyxAeeWAWVxUkoeMI5K { width:1rem;height:6.375rem;top:243.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzvlXGXabwGKsUds99JuocQl6xUbBWGa { width:20rem;height:2.5rem;top:31.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8XHk9BP4a142WaRz2v5iRM7FyLU1s0K { width:20rem;height:1.5625rem;top:347.88330078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhoPqmed7UQGoIFqdtrVtzAQQ5PQv6T6 { width:20rem;height:1.5625rem;top:356.94580078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXwqC4TORzxImGZohlVaHP2moQ7DdCVT { width:20rem;height:2.5rem;top:45.44921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgUrbQLctd4PoMNTuPWuqsXmLWyLwGwy { width:20rem;height:1.5625rem;top:366.00830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qesx8piuq5eIUMPnbXpTblbZNtzXnTqy { width:20rem;height:2.5rem;top:54.32421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ql42UKvwWRCx6g1eVH1qB7S3p6nTmWnq { width:20rem;height:2.5rem;top:63.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #caIgJLSKdh3AV1NpggdnMrwk83i4vhoW { width:20rem;height:2.5rem;top:72.07421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKlaODfrr7RKfJPGykSxRPqhqzvqvz9P { width:20rem;height:2.5rem;top:80.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTXZUTO5gadOgPSwTwJlDtJ7mcw36J81 { width:20rem;height:2.5rem;top:89.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #odSvuEcMzvVgtFpAQ9zdfWtdF7asnGbC { width:20rem;height:2.5rem;top:98.69921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkClnbv78DzWbsHMoqdeXJy1HSz7uVSP { width:2.1875rem;height:2.5625rem;top:45.38600730896rem;left:8.7496448159219rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfRzRvnketlkP399y1VQdZXNxVhN8MSh { width:5.1242875rem;height:5.1242875rem;top:84.734943389894rem;left:6.2857148051262rem;display:none; }
 }@media only screen and (max-width: 763px) { #geHOXpbL8s4bHmWehumyoEIGQRP8i4Dl { width:20rem;height:5rem;top:710.0361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ooNJiAmbBcItdTqRL0aoUMtJVvP2kGOQ { width:20rem;height:5rem;top:716.2861359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAKZQT1FplwGnbEE9vc5v1GLXZT7zvu2 { width:20rem;height:5rem;top:722.5361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOtBvIsMOGEmrpPbVQvmJTbiT6hvP41f { width:20rem;height:2.5rem;top:107.57421875rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #LuXzKmFgbSxXTafmq1NJLQFbFTJeWtn2 { width:20rem;height:2.5rem;top:116.44921875rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #C185fLbSclUhvOk4Lq4CeTtayrpVX2ul { width:20rem;height:2.5rem;top:125.32421875rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Jhb37m4IG8aWE6CF3eZuMvRokDQ1c4R1 { width:20rem;height:2.5rem;top:134.19921875rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #of6TyozwqC2D0SGKfhmtbKTyVCq5zhwx { width:20rem;height:2.5rem;top:143.07421875rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #oPzQ9lMHqr7kTTyTqJOJ59ZWLfmZxL11 { width:20rem;height:2.5rem;top:151.94921875rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #z36GE08D7TRZ7eexibvkW2RQb4MISSJq { width:20rem;height:2.5rem;top:160.82421875rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #d1AVxdDfi3Dem8ltPv9zkQIDvUwsV3vM { width:20rem;height:2.5rem;top:169.69921875rem;left:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #oC9Rd5TtmHllSuVxAbctnOUXxHRFA5sp { width:20rem;height:2.5rem;top:178.57421875rem;left:0rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #VN3b3s4hI6ABytpmO7OE8K0mtwgKSGk0 { width:20rem;height:2.5rem;top:187.44921875rem;left:0rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #W366l7mTozfNXn1eCpK6vNBC6t0VGhpW { width:20rem;height:2.5rem;top:196.32421875rem;left:0rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #M8DeDFfGGo5QLUZbON6gVEfQO02O2v5g { width:20rem;height:2.5rem;top:205.19921875rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #SEpO0Beo23H3wis1VbrrELreqbZ67x3v { width:20rem;height:2.5rem;top:214.07421875rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #eh5lzpgLAbcz6ED4TE4Ve4TM36Mr0uNK { width:20rem;height:2.5rem;top:222.94921875rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #HnRiyrH9l6HxQo81AN2pvrVzTqT5Obbq { width:20rem;height:2.5rem;top:231.82421875rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #uPnUtOUkHsPA1HnEs4sFEFCRE8OMF7bT { width:20rem;height:2.5rem;top:240.69921875rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #HO3gieQS8yTINCsQyqaHR9SH3KmBt15q { width:20rem;height:2.5rem;top:249.57421875rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #uTraWuJeRPTdd6kUWrKvoDrKnIgWbpyf { width:20rem;height:5rem;top:191.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTermPEZsOBrTlygnlqPaDQKdTqlPfWy { width:2.0625rem;height:7.8125rem;top:912.88801862181rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIwMAJSrtPDEZoKqMph0oPgqANmD86A1 { width:20rem;height:5rem;top:204.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACVxo4a9uheSm0eixfqFp5mHXyz0x846 { width:20rem;height:5rem;top:217.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwDBnnE9yFqvN0p3NoRTwCk44IfOqCwr { width:20rem;height:1.5625rem;top:728.135763916rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNusS3NmP13hwIKv1slgwD52cPbPSWLw { width:20rem;height:1.5625rem;top:308.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsA5Trgkz0E16svIX6gJ6sZWLDn8kIhT { width:20rem;height:1.5625rem;top:337.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhNEptRuy4FnsKeKJOeXnpQpfFBZlEQ3 { width:20rem;height:1.5625rem;top:788.788279541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #orank3X8T3L2duTpuVBviBGwFiJkbUgT { width:20rem;height:1.5625rem;top:798.836217041rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqoGLE9q4T87p5ZsIo0vX9p2bXrzdnUz { width:20rem;height:1.5625rem;top:827.821654541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmdiPw9Jz8ONMerNduh2rwlEK39lCLr3 { width:20rem;height:1.5625rem;top:844.05691275025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qoxvm8aTNusglpXipZ5278JEgJwfHe3F { width:20rem;height:1.5625rem;top:854.123313385rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TX0kFB91hXpgpghNyipckZp5OiBSDA7k { width:20rem;height:1.5625rem;top:895.295709198rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9LLiIQDqNqtG09Ok5nESuTIg3ynksCa { width:20rem;height:1.5625rem;top:899.07144515994rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZJHtemWsZbtzd2B7aVvW5bXr6oMwA8e { width:20rem;height:1.5625rem;top:921.95051862181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKEiDIp5dsBc1ZSvV7TDprmOvTc2MFqq { width:20rem;height:1.5625rem;top:966.41516237181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm3BTJhUykCytkTeTZLHGBc5GoLgwUvp { width:6.8125rem;height:0;top:48.757171630859rem;left:12.968099653721rem;font-size:0.75rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #XroqE1AkLeo0u9lOEfKSDJ6tqIauEUTw { width:2.5rem;height:2.5rem;top:63.199219703675rem;left:8.5625006556513rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #FWyGW3dgsn8SWusZDftFfTKxNgJ5hPRf { width:2.5rem;height:2.5rem;top:63.198356628419rem;left:15.124349653721rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #EOxZnQUSffpCykiJTVs9XcXtNG5XpG89 { width:2.5rem;height:2.5rem;top:72.074219703675rem;left:1.7851564288139rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #IRh0ZGLkhQXS6ffqGQBuquZJLeNWyyv5 { width:2.5rem;height:2.5rem;top:72.04276275635rem;left:15.156033575535rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #VcffSxDMvxQkUOW8lu2SWF3J09PHChen { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:1.8430989384651rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #z2bePGlNyo8ON9PIltA5Rk8fk26T6TOR { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:8.624783575535rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #bAfy0EwwUpghfvkTgvJ8lhlAuuhLZNKD { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:15.100694715977rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #cSN3a3TArTZMWpd8edTSPxvG4fQ94EHt { width:2.5rem;height:2.5rem;top:98.698577880863rem;left:15.101129591465rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #ku24cMbifwEeWeD6uLFturZSn1i1lRSX { width:2.5rem;height:2.5rem;top:107.6060295105rem;left:1.8119420409203rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #dk5JHJNvZnrQ99hiBnxgfLNcrI4eAesT { width:2.5rem;height:2.5rem;top:134.19866752624rem;left:1.8119420409203rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #L6dwKllZHvq5AvUVG8En0Hc8SfG7d87N { width:2.5rem;height:2.5rem;top:134.26173019409rem;left:8.6241322159769rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #HBGJN14qRvsbcPnA9yQZ1w8rLLVq5tzA { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:15.101346075535rem;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #XRyCdONqJucfZDpp3UslLyiuMD1QJSAc { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:8.624783575535rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #hGWXLNikygmWQrFT6RRDm4fGIcnzyIKZ { width:2.5rem;height:2.5rem;top:151.94922637939rem;left:8.5625006556513rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #d7E57As3R7Q2htTrpPesHyqySyO6zNpl { width:2.5rem;height:2.5rem;top:151.94836235046rem;left:15.101346075535rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #koJNMbzRKzKmJlJsxxbJATMscgSozRGl { width:2.5rem;height:2.5rem;top:160.82423114777rem;left:1.8114150166511rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #TlMPSaIDyLCEkdQ9xo21erLnG0rgvTP1 { width:2.5rem;height:2.5rem;top:169.66537761688rem;left:15.101779997349rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #bQXGMmgW6b27TkrwykhzxNvBa2bu7JR2 { width:2.5rem;height:2.5rem;top:178.57271194458rem;left:1.8114150166511rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #s7urpJteLCTtWs9WUmVTv3E7TB0Tn5BB { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:1.7484808564186rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #DqoLwDioqlCNlThAvR1xah9G0v8wGygd { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:8.6243496537206rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #r6DWyTf2oz8iJIwMLtH2WVgOuZZe08O7 { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:8.5933161377906rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #bH0fWCNmLWQfqz4Zh422QQ7Kd2iZHydD { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:15.101346075535rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #DdDwfW47k1I1kXxZXnLoPZWaa1V1fvOp { width:1rem;height:4.6875rem;top:230.72983551026rem;left:15.827691137791rem;z-index:15081;display:none; }
 }@media only screen and (max-width: 763px) { #Zdw7FFiLgiCIqE6ZZk4LRpUamkf8conZ { width:1rem;height:4.6875rem;top:239.60546875rem;left:2.5618489980697rem;z-index:15082;display:none; }
 }@media only screen and (max-width: 763px) { #e2cAGtVb3dbARF9mdc66D8WpKKTb0OT1 { width:7.5625rem;height:0;top:137.5009765625rem;left:5.9677734375rem;font-size:0.75rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Pz9I0Vk0fFxkrpNTpBhdP42isf6sDoI0 { width:13.5rem;height:3.4995120144451rem;top:256.69376525879rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9Qm1kZBVMiMIub6MXv3rwCL4TGq3mVT { width:2.5rem;height:2.5rem;top:72.07421875rem;left:8.625rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #KpOKZ6vW8lt5bQxuM3nVPuXOXzl0eIxz { width:7.25rem;height:0;top:84.228088378906rem;left:12.75rem;font-size:0.75rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #IWJRs3LeXfM4O82RXvynb72iRznMkhhD { width:5.8125rem;height:0;top:84.253044128419rem;left:0rem;font-size:0.75rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #mdIqhnJVunvwGMg08ODwhevP9K5XQVLf { width:6.5625rem;height:0;top:75.379348754881rem;left:13.123698294162rem;font-size:0.75rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #RhmTR4rrvktbKDloaBnrXrRNd7ZTMlim { width:6.125rem;height:0;top:84.2539024353rem;left:6.8125001788137rem;font-size:0.75rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #PapbmiOpKXgTKtqT6Ri8KcfqJMNKOTHl { width:2.5rem;height:2.5rem;top:45.571430206299rem;left:8.6244427561763rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #rxS8APEgqmGNHWv5b2sJ3STQ1aDPp3AM { top:12.8125rem;left:1.9990234375rem;width:3.25rem;height:238.375rem;z-index:14995;background-color:rgba(227,227,227,0.12);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #TWrzoui2BAp2uPLu3UipggG5mB2fmmIB { width:3.125rem;height:3.125rem;top:8.5rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJ3DybswOZ4p1rqQK2Id7BWPgVFmPOFp { width:3.125rem;height:3.125rem;top:18.75rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKnvPLPxTiH6C5CEin2QgRpUZD0Ld0EM { width:3.125rem;height:3.125rem;top:29.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9M3bugCkTUH0C5ZaaGlNz4JC8caQONf { width:3.125rem;height:3.125rem;top:39.1875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cq2aPXXTaWFQVayoEic2VyUGpvqaK1TZ { width:3.75rem;height:3.75rem;top:89.125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9Jr46pJ3VG2uXFS419cwLRV49ArgpV7 { width:3.75rem;height:3.75rem;top:89.125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHJDK1rTQbaoIHRdFHekWCiLlqPOJQad { width:3.75rem;height:3.75rem;top:112.1875rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgEPKqrvGfScR90DzZQWgBd3ZDa7UpTp { width:5.875rem;height:0;top:13.625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XAEcuFXE7RP11pmcLsPNC1vTfF7SPxP1 { width:12.8125rem;height:0;top:11.9375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #PDtoZymcHwLq4yCa61Q94ds2VSU8tUyS { width:18.9375rem;height:0;top:22.1875rem;left:0.71875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nbuSVQ4cvsG1GpgmzpWNSyrTVlq204Vl { width:15.125rem;height:0;top:23.8125rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #S5dp1TXwgUcRFJROmG6uETDNaBwdkrgG { width:14.875rem;height:0;top:32.5625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JmMrzVKPOnDw9x2OnyGHTtFmLmeL3KDh { width:11.3125rem;height:0;top:34.1875rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #t9RPJVQZ53eWoy4ylwzo3UrlWMsg7KDR { width:11.5rem;height:0;top:42.625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XkQSiamOM0PN9fSvXn9KTJorSWS8zaZV { width:14rem;height:0;top:44.25rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rXNLNsbpiELxCZr0nUBu2On7vKaVkWcP { width:16.0625rem;height:0;top:12.875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VCQ74nqoVlk3VnHe6JaxphxJvdI94WaA { width:12rem;height:0;top:14.5625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WWBpmm2AfN3WzOCDyaJN6p74wThATZFK { width:14.25rem;height:0;top:23.0625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #CbB9wKtif5wI9WZLm4OqxtASb8iSmBCZ { width:11rem;height:0;top:24.75rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ua9UfNJeDUJbewWyU63BbmtaTAaBcr3n { width:12.8125rem;height:0;top:8.375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mRrgT1xTXrohfQEeApnZDpnPAJHT1ohF { width:12.8125rem;height:0;top:10rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Z5CPQO9svLmWxi3LqTnkhao8gshguVwt { width:2.625rem;height:2.375rem;top:259.87939375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBKkOPwetfZG18toPb1GbR4lkc18OBSS { width:3.0625rem;height:2.1875rem;top:273.60400625rem;left:1.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4hZ0sxJUVlHPE9TGZZ3miH7D7E3yUlg { width:2.3125rem;height:2.5rem;top:300.83448125rem;left:2.1015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3B9t295IJf5sp0nUJ71qEBPHJxnaxpi { width:1.6875rem;height:1.8125rem;top:286.95361875rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ailQ8OJnG1MqTn5BrfbHu4fIo5JErP6e { width:2.625rem;height:1.6875rem;top:314.9624140625rem;left:16.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMZWNoIywI0XLeM1UBKkZOvnLsZbH4pm { width:2.5625rem;height:2.3125rem;top:314.6811640625rem;left:16.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTUM49kPbWWvRW5kqdfr3T2bmGTbGqMg { width:18.75rem;height:7.9375rem;top:17.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5dO48qlzRwSxdyvseTeXOuvGZpuBBzR { width:18.75rem;height:7.9375rem;top:7.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QL7qM8BHk4GfzJcw3T4BRvoHkODJ42i8 { width:5.9375rem;height:3.0625rem;top:87.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfCQ12VMeVtseQAeZBuoNOD44icfKOqB { width:1.875rem;height:1.625rem;top:9.25rem;left:1.4375rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #QczTPVzhgEp7399anOWkRMf5RLRekEDP { width:2.5rem;height:1.625rem;top:19.5rem;left:1.09375rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #DkTzHE0iORU6ep6WhmgGZTTlT2wlgVhh { width:1.25rem;height:1.9375rem;top:29.65625rem;left:1.6875rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uhA9piR1xT40cOChsTFOTT7TAu0mMnQA { width:1.875rem;height:1.875rem;top:39.8125rem;left:1.375rem;z-index:15059;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AGMeyWGGEZiT1mPrB0XLrNpi0I4Mmk3v { width:20rem;height:8.5rem;top:10.3125rem;left:0rem;z-index:14995;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JiK7wLkki9a6y84gt5ZvD8IvTCnfx4uJ { width:20rem;height:8.5rem;top:18.75rem;left:0rem;z-index:14996;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GRku4rToNhFplTxhwQhqBuvbJg0sFzzN { width:20rem;height:8.5rem;top:15.625rem;left:0rem;z-index:14997;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #xzqDFDBak3ClNfrfzrqToDfdqV4AOqCG { width:3.125rem;height:3.125rem;top:9.4375rem;left:0.8125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #X40LWTWlhhQ8ssynlFC67sDVWHHellkL { width:2rem;height:1.3125rem;top:20.5625rem;left:1.375rem;z-index:15063;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #O6zPyJmAv11nQCnFCkMS6SKs0OoO8HRB { width:3.125rem;height:3.125rem;top:19.625rem;left:0.8125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #MUPRQdEoqVzo6765m7w9xxxD3h94vxRE { display:flex;width:2.125rem;height:2.125rem;top:9.9375rem;left:1.3125rem;z-index:15018;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWLF9Bev563Amk6C9DkndVnMbmvhoRme { width:3.125rem;height:3.125rem;top:4.9375rem;left:0.8125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #SnIMGsNS8mtWOxmIeH6DKOWfAFL3O6lg { width:2.0625rem;height:1.75rem;top:5.6875rem;left:1.375rem;z-index:15064;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uA49cWhqdNBORh5IBBqi9CcHxe6JBxGu { width:20rem;height:8.5625rem;top:8.5rem;left:0rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V8hd6dabFZB6vxZn9esNZTaNQCME7l4w { width:3.125rem;height:3.125rem;top:9.25rem;left:0.75rem;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0070e1, #003ea4);background-image: -moz-linear-gradient(180deg, #0070e1, #003ea4);background-image: -ms-linear-gradient(180deg, #0070e1, #003ea4);background-image: -o-linear-gradient(180deg, #0070e1, #003ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );";background-image: linear-gradient(180deg, #0070e1, #003ea4);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oTRC3RDcKLmRZ1peDEWkuyzR7GcC6Le5 { width:1.875rem;height:1.625rem;top:10rem;left:1.375rem;z-index:15067;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aLpDq3Pc26VOpxeteeaTG1nnCHnrhdW3 { width:7.3125rem;height:1.4705881875rem;top:12.8125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #xXwUhg3502RiUHxsAXmWQeSOkOakBPfc { width:5.5rem;height:0;top:14.4375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15034;text-shadow:0.1875rem 0.1875rem 0.625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #pXNG57xqb7wDaEW2ognnLTQ4r2BSA0Cd { width:20rem;height:8.5625rem;top:18.375rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bhLKTgOPtkyUg0Jds6tr1c8ayBwvb5pk { width:7.8125rem;height:1.4705881875rem;top:22.6875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #aeeTSmAWPL7DS84EHixXbio4lEgud5Q5 { width:11.375rem;height:0;top:24.3125rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #OpTbgVevhtLsyaNsct1TeEAlWJTxsH0n { width:3.125rem;height:3.125rem;top:19.125rem;left:0.75rem;z-index:15015;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DvfHaAlXsCzrCSNqUVOmTaJrCmBJz16g { width:2.5rem;height:1.625rem;top:19.9375rem;left:1.0625rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uLUER2ATTmgaAJSei53CykLVIUdJS6Lu { width:3.125rem;height:3.125rem;top:28.96875rem;left:0.75rem;z-index:15017;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OLeal2PV8EMyZfWZM2ZTvW79tHR1WHd4 { width:2.125rem;height:2.3125rem;top:29.375rem;left:1.25rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #prbZmqi9ua0PrZxzNffVrV35UalmtzHJ { width:13.625rem;height:1.4705881875rem;top:32.5625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #VXScrTRPr3DqpGREwpeTtqukQFdFVxlE { width:9.4375rem;height:0;top:34.150390625rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #ttqV2yZRkbWEIs7d2OBHqXhCbWofQzTQ { width:3.125rem;height:3.125rem;top:38.875rem;left:0.75rem;z-index:15018;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AC4fKFgWCbFJLV18LbfXrKd5SXh27faX { width:1.875rem;height:1.875rem;top:39.5rem;left:1.3125rem;z-index:15069;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MvTQsADl9psBySfN1AE4rV7RQE7SLafe { width:10.6875rem;height:1.4705881875rem;top:42.375rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #tEU41bENmieqDBJGJ0mSOpXE4WnZdePN { width:12.3125rem;height:0;top:44.087890625rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #W8lXp5dL2e1KOevzSqs90nzbCufG98lU { width:20rem;height:8.5625rem;top:48rem;left:0rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QX1xaM5ElHmKQsfPRHR5fpTsoawO85id { width:20rem;height:8.4375rem;top:57.9375rem;left:0rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eZWFTxPop5Ia8g4CeKB9wv40vsX7EEqD { width:20rem;height:8.5625rem;top:67.875rem;left:0rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aTUOTem6NJ1h90PTF1L2mkr3JPGss8AE { width:3.125rem;height:3.125rem;top:48.75rem;left:0.75rem;z-index:15012;background-color:rgba(227,227,227,0.12);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Z9pI6OlF31M71a0aw92XaTSrOL8EMNeN { width:16.5625rem;height:1.4705881875rem;top:52.25rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;color:#fbf8f8;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Z0Rv3riBRFPKVoATcSmuWFaf0T6EnmzD { width:14.9375rem;height:1.76470575rem;top:54rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15028;color:#fbf8f8;display:block; }
 }@media only screen and (max-width: 763px) { #ndOXy3HmSio8UmfI1lhSnfFIKt9TXa71 { width:3.125rem;height:3.125rem;top:58.6875rem;left:0.75rem;z-index:15014;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d6OUqbwMg3QvGUuxFn7feVkx8XhO2uNJ { width:2rem;height:1.375rem;top:59.5625rem;left:1.3125rem;z-index:15065;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vUM18wJu3lZCnC3BnF15cSsT5BUv6ZLR { width:13.75rem;height:1.4705881875rem;top:62.1875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15030;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oK1RxCwOhNST7nDkNCR6FrukrJdTgDXU { width:7.9375rem;height:1.76470575rem;top:63.9375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15029;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kXNGAmLB2ccVQeA1seo4WPhVT5ma1KbB { width:3.125rem;height:3.125rem;top:68.625rem;left:0.6875rem;z-index:15015;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LZSBGJhGGAt9BwfqT22JzMU8lfudQ5Rz { width:2.25rem;height:1.9375rem;top:69.1875rem;left:1.125rem;z-index:15066;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nWrf2zNUvDuOomPpSllWgPKk73kew2ZO { width:7.25rem;height:1.4705881875rem;top:72.125rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15032;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e3S5vgxp8NVLF7NTMBVdvMV3xcvFFUhH { width:6.6875rem;height:1.76470575rem;top:73.8125rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15031;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hCzdiFutwQviOD6Vrmd79wqTFEp2iTrz { width:20rem;height:7.0878274268106rem;top:44.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5ioCWFOPs4tdLflkGZp82aAgbsT8gB2 { display:flex;width:2.125rem;height:2.125rem;top:49.25rem;left:1.25rem;z-index:15019;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #af0lInpARNkTEnvfLtP0h8MIQDPrtBqE { display:flex;width:2.75rem;height:2.75rem;top:46.25rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVxm1532tRc0WllF77iTtoTAXuusAuuZ { width:20rem;height:8.4403669724769rem;top:38.18505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnQ7c7b1CU7ehwvfGCL1umO5T6UgAn7q { width:20rem;height:0;top:2rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GeHgQOoZfnQMncMOarIa2BZ9aGINruqu { width:13.75rem;height:3.5rem;top:79.1875rem;left:3.1875rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDCWPlFZQcKN5z4MgaT8XDXdhsrzQvyt { display:block; }
 }@media only screen and (max-width: 763px) { #dTMzuxwvNRKsErD5J9LXXDrL86xZF0V6 { width:13.8125rem;height:3.5rem;top:83.9375rem;left:3.125rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVOql7puNHTzOTDmTSgACIOcEtCL2dNG { display:block; }
 }@media only screen and (max-width: 763px) { #BIbVLMWuQ467oLWNwX0mGxVR70vZsJUT { width:20rem;height:8.4399375rem;top:28.279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRO1gqfT7eLD8GSgb6kUMC5hkd4RIMhM { width:20rem;height:3.5294115625rem;top:2.73828125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg { display:none; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mfoINHR69gvW7sJ6bAWF1Czy5LsLk65e { width:20rem;height:2.0588235625rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHysEsNMIly9MNnGey1PmuOiqaOmlWmt { width:20rem;height:2.7941174375rem;top:6.7rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wBTvL8Qtn7OxS34xwi6BAdbeNuO8nadD { width:2.5rem;height:2.5rem;top:10.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9TQs52eBsV0UXwirLPT1J7fdZsE1mDL { width:2.5rem;height:2.5rem;top:10.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQSKphIprBTN5MzAnHBRIsSiTvq4Hz0T { width:2.5rem;height:2.5rem;top:10.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTD6coOnFUTIriDFAA0yrzMNcBsTOHbG { width:2.5rem;height:2.5rem;top:10.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD0Fb1mvizAhBM7szISsywIPfEmxZTfy { width:2.5rem;height:2.5rem;top:10.6875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buW5APFT3BTlmJ4qmlqK4NnPKBRQFbDC { width:18.8125rem;height:1.25rem;top:14.5625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoTpsC5vmWdq21f7c13xBAgCEaJ4SKL8 { width:20rem;height:18.4375rem;top:17.28369140625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gJQ2ZKEQgniqRwxuxCvgnOM1XqivKU1c { width:9.375rem;height:2.8125rem;top:37.6875rem;left:5.3125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #CEDa0oWxPAblruc3t7k6f1AKNhy2zI0H { display:block; }
 }@media only screen and (max-width: 763px) { #OTZqvFJb0p4EOQycareMtIwQIMIe3HzX { width:9.375rem;height:2.875rem;top:41.625rem;left:5.3125rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZmL3aSzTN2JWDqFwqE3X1d65h9RD0WvT { display:block; }
 }@media only screen and (max-width: 763px) { #z3b7gl1FOTOxlVdw1gA9EG6CPiAfJT7b { width:20rem;height:16.148148148148rem;top:45.75rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz { display:block; }#otSWlDy3wCMGeVPMgfFkEkUnNDa7c2Dz > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtt68nLawd8lP9tW0hH7yGuPT2nLiKGf { width:13.75rem;height:3.5rem;top:68.9375rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZwOSk6ad2Ln5w9U4b89AnBDSeaFwlpT { display:block; }
 }@media only screen and (max-width: 763px) { #mBTpsEWgTU8HTD5Sheqg7PN7zRV6ZgP5 { width:13.8125rem;height:3.5rem;top:73.6875rem;left:3.0625rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9zigN7DamtCEEeOTgBXQTMFPlqsvbwZ { display:block; }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gESRubPc9psTcfk7ZFE93hmVNwvBxudr { display:flex;height:auto;width:17.5rem;top:11.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #RsPS2ZxSq4orFeU9PvGo185b3KatkZVc {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #J6qnROAEAgq1tk4d0gM8xwntTrCwlP09 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #EFUr5lSPMw2TL034iZ3UTnN0dxyA06HV {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #XawmSQOTJwN7qsRTpaavePUyTmiLiQd3 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #mAckS84wyIRpNTZkzbTDJ9u5svwN2CIw {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #y29zlHEdMefW4SgDvwtZqPOlNnL6DcE7 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #PBsBwKTlmDbfQP6rDDQXhzACQlrofrmU {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #uQ8StoNHXubV6sfNvwpxRrbbLAoQdmiA {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #t7xTxcAi3Obbbt2miswHHDzfridayylp {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #r9LdBB1Tb3kPSGUakhJ6QLo8gbLR0IuV {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #QTBWwnCNftTOQSvq8C1aDKuOqA4MQFsr {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #QUcAd8qwfxLzee97kphkHWVxEqt4KUSl {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #W42BFhsqPMPzMn16pm4kFNn3AO3Jcf1v {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #gDh0PL6nKOQBCuwdeRZs4ZFeT25mFUE8 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #em9TMgrtcha29NwvpIAALDTVPqMsf1CD {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #npVevwc3DgUGEbPphvIhZoQpUlLCvyK3 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #GHC6rsaOTrDnrsNvfa7Iq9H7sJQr5JyM {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #POX3mylG8qTAr2leqLbTcTQvdqOcUFnO {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #GQl4OmiKtWxZ5Q4XmLszH7krwyVoSdiH {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #SaLnin1mUWmNLZRftinaqnB5HiUG86dC {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #GPGTTn5ra1HHLDT3ZH7Bz5JAKLxzOTSC {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #x3wbAnRAH9sVVqIwVwkqJdoVt2LyxZCy {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #dkDQ0668784o3BQOIoks509xES9X3aES {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #dyiUGLQXJAmcJ4ZymudaI639SqAsZL27 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #NzebRFNFgnSqyaQGO5iTRR4q5JhuvQN0 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #S7wcTk04MUsargu9QhQITz5srhxXMFJl {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #cZ5uCWJ1a2DzBD5SrHQzcimM9sB5mReZ {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #nro45or1EbH8THuUfHzqH0mgL8uNNT0M {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #wFbdMsQfCFmqvJZAZA0XKtei6gI4UD38 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #lzifLeW9p322vw0ws0aXL6ZqMuKMMX3O {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #mgo5UpmKgFHI1wa8pz2eQN8khFdiSFXK {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #b7dn0GEIa3o25D9TwqKJzn6oMhOOQ26U {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #eBBXZWy49VTbtwsXkO12bLsUKIpbl9f1 {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #sQnDPONvWvNmSPURDZCOnxcf2gtcrU7Q {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #krRfd3DrMETxhKMWNLlpuawoCWwbT7ym {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #ax2F6XieoC9f7DiAiXHTizs3pS7NRA5L {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #q163TGsywwMSTJZ01JTFT18QCOdlS4uo {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #WW1uFL3okz0ycTLhvomKTwamVpmZ1ZAC {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #u24xOSL1ZA8AUslNxcPzt8IwraVEDAFV {  }
 }@media only screen and (max-width: 763px) { #gESRubPc9psTcfk7ZFE93hmVNwvBxudr #b6uB6ciuoCWROWIU7C3lafPJBqp93Zoa {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 .accordion-element-container { background-color:rgba(var(--color-primary-4),0);background-image:none; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 .accordion-heading-text { font-family:roboto;color:#fbf8f8; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 .accordion-desc-text { font-family:roboto;color:#fbf8f8; }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_efcf397e18d00e6276141b86056557ce585c6415.svg"); }
#M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 { display:flex;height:auto;width:17.5rem;top:1.1587829589844rem;left:0rem;z-index:15088;background-color:rgba(var(--color-primary-4),0);background-image:none; }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #W1eASwebVn1yaeReQ37FndgtowVnUCTi {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #Zt3XmbB7o6H08I9ITSLTMUNmWAoWSkql {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #Hh0azZ9mmBpdiWns5RO0mZUETEBkboZg {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #BQggTWfCTGIsFV4Q7q8c2XPrtfBHGwm0 {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #BHR3uE7dpXC3ooVthSifXmZBo4ANv9tT {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #yAOHlvtmJndA0cu92ehacUqJgBbl9RBu {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #NWsdn56HzePywwFTBEtssmrTgvBMfCOU {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #WFmtyMV8VXAzNJOcqR1mIpuh3JQEelJi {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #ATV0RbZZTtxJKqIssnCu17mxtC2nG74n {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #VLqnn9nTdlXeUF5od5Q2vEPvtRO2Ekq6 {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #blWLzJq2kB3ta3FggPtokDCqHpp2L830 {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #tJFsk7NIZVAoWrT9wSCtAVmctruc5G2s {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #uparRELFiPh8CmGcokr3K1102ptqHuRp {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #Kwx2y2lNtRH2FqVnsdLisfnlhGqwsw4E {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #gg0nChhTXslQAEAJgJTkRd7SuSB5IkKb {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #TVk9Di7Epm3FdH2ECsk1FvXTE1LJ0otD {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #L8r55pcMLEJzEtZ7qV3Jw2TmtVhKVXhw {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #l87Xk8Cn66ULgsV3qpQrbZXrOif3tPDn {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #DAzEhvhHCDwVeC6ThXucUIzE5LmmZmop {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #ErGJ5tNKkxLOTB6hwL7ndxVJwrhMXxHH {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #HeNSG9gTfhySxqLzLmsOaCnwze3LTlnv {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #wguW4W0oIosyZWFoP92O65DJMgEgWl4V {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #O7I0kEnMb3UXG5JAshq155blNve9zuW7 {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #y23CXDmT5tHaeVNNdwG4XOrfzC5mcbg9 {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #TmSeQEyIJ57rTVVURyr0b3HO3aJ4qbQf {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #pcTX8kfJnTqKJ7KoImPaHhoKHuwQD6Ek {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #R0z3TwhckLrOJXMbMQzMQecXCbG6LGgg {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #DKkmBzfhGOmkgho7sPJiT4RyoXLBLh5v {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #DsEt010NlFQKKyyBbfo2nAyr6BDQkgSL {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #l0TF4kFzvkMw4Q7yO0nMw4HI8detVfQA {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #FQObRJKTIWJzWZHMnDnOton73wIp44b5 {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #mTfIqU00M1bVhtSoMVJI43qI7ZrhRoRL {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #CnS4nFQF7Ts61RAgBhI1WQz6D8FA4SyJ {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #en8qizXHqGyxBC5uc7PRSiakdlfb89wd {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #ZKEFHvXLWQ0ZHCZ7TPXFSdTHJOVEH7nT {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #cnBPGVFgqSKniyONt1erzUGbE1lcgQnV {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #GgseVBRgIW6XtdHTackp3BxAkq6EkDxv {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #tXTTBoP8glOON53AMhgTPe83tQf8Tpdr {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #cE3Mf7Cx2Qv8vQT0m70dMAC8ckfe4h8e {  }
 }@media only screen and (max-width: 763px) { #M6AuZGV55GT5oB5mTKAPEUFXUqDnoGC6 #w7IsBLJRapzngMBOsr1FFyahfoh87zXP {  }
 }@media only screen and (max-width: 763px) { #hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4 { display:block; }#hB0rSQs1sLeOrNsyea2OfZT8Bl4kPUd4 > .row .container { width:20rem;height:148.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZpeKCITMaKf8e6blThGrG1x9rlzXOLS { width:20rem;height:1.6176470625rem;top:13.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRNcI6ElTBbHK05bgHQn5ST8gvfCAVPG { width:20rem;height:6.25rem;top:16.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpVRLFuobJ6VF9xgmBS5umAFHeXLTvA7 { width:20rem;height:1.102941125rem;top:24.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiR2g3xbiXWJ8ywgXFC4U7Ftb5sHTcve { width:20rem;height:6.25rem;top:26.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ0ZK4i2c1kVAViLxqr7Al0cg1WAHmnc { width:20rem;height:1.102941125rem;top:34.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZxwp2pZ4aqunzTAu1XRMcTNvNZi24Sy { width:20rem;height:5rem;top:37.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaKE3ikh9ADqlWU6bUrT9Kh4URD3Iuy0 { width:20rem;height:1.102941125rem;top:44rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcPtTSS43NctSZvWKiZ0UiFu6fwXXvgW { width:20rem;height:6.25rem;top:46.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH6BRNzfRBaR4Zf9gkxCd2hIH7WsFgay { width:20rem;height:1.102941125rem;top:54.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otphn0ETcL93VIULrHMhoT1N6JwWveOJ { width:20rem;height:6.25rem;top:56.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9SAAeUWwMUzVETTwTDhOxIyMmiTLhT6 { width:20rem;height:1.102941125rem;top:65.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuVb3tQrPB179gHPKE5JsJiDbquIhtZJ { width:20rem;height:5rem;top:67.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #noEq1gpUQC3tXIpzUt2HkvzMV7SrwXuW { width:20rem;height:1.102941125rem;top:74.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEs2vAOFzzALoNrm9cOFVTt7IA1HQSPs { width:20rem;height:7.5rem;top:77.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVv5ThxKZgMnnM49lqAiczzd20DDGsde { width:20rem;height:1.102941125rem;top:86.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnbWOdh4aRSt4kQTSfffGaW60mO26z3l { width:20rem;height:5rem;top:89.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk9DGKL9kAkcRC17aF6dRGNTwEK0MTXv { width:20rem;height:1.6176470625rem;top:95.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM8lIgoOglOWTzhKNrsDsksDvTPgF9Gg { width:20rem;height:3.75rem;top:98.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfIPTJbQnDFwtNA2uzGyvfFxH2ZxywOd { width:20rem;height:1.102941125rem;top:104.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuBhQRrr3NkmGappLAbVB2MATPUZcIgP { width:20rem;height:5rem;top:106.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQTG24ptVgQnPGBzEiyDB7tTDxiamJDn { width:20rem;height:1.102941125rem;top:113.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf8MNQDdWDEeN5HZHCi1p00saQwhrc5i { width:20rem;height:5rem;top:116.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGhKNZlZMHiwhzerPIey24zTOeCSazrV { width:20rem;height:5rem;top:135.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZWmzoZtNNsxbvVrx7OqT5TiioznP8Gl { width:20rem;height:1.102941125rem;top:133.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETBUPuF5W2VGnHcSEznWBUfqvCvKTViS { width:20rem;height:5rem;top:126.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiqJFahsBnsiXwogC1wpU7MUMS7QD2gU { width:20rem;height:1.102941125rem;top:123.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtdIL2xfuyKWnsGQBZOoiBn6sfbtchIk { width:20rem;height:4.4117645rem;top:143.45172119141rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld9cEnnuGvWFDInOcpcCxr8zviGquBaO { width:17.125rem;height:2.7941174375rem;top:0.75rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gw2MfreHwg9SwaN9h8TCZIKPDa3rLGSr { width:20rem;height:8.82352925rem;top:4.75rem;left:0rem;font-size:0.625rem;display:block; }
 }