.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:225,218,250;--color-primary-1:166,144,239;--color-primary-2:106,70,229;--color-primary-3:69,24,223;--color-primary-4:9,10,26;--color-secondary-0:250,222,252;--color-secondary-1:238,144,244;--color-secondary-2:221,33,232;--color-secondary-3:111,17,116;--color-secondary-4:33,5,35;--color-tertiary-0:255,255,255;--color-tertiary-1:144,144,144;--color-tertiary-2:139,139,139;--color-tertiary-3:112,112,112;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"roboto"; }body { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #dd21e8, #6200ff);background-image: -moz-linear-gradient(169deg, #dd21e8, #6200ff);background-image: -ms-linear-gradient(169deg, #dd21e8, #6200ff);background-image: -o-linear-gradient(169deg, #dd21e8, #6200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#6200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#6200ff' );";background-image: linear-gradient(169deg, #dd21e8, #6200ff);background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL > .row .container { background-color: transparent; background-image: none; }#sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL > .row .container > .video-iframe-container { display: none; }#sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL > .row > .video-iframe-container { display: none; }#sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL > .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); }#sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL > .row .container { border-width: 0; border-radius: 0; }#sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#AmDiNQDrBeAdCLVPCWxziMSzK3krRlOf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.5rem;top:1.25rem;left:2.5rem;overflow:hidden;display:block; }
#P0T6IhUlnF2J1IyIfIb134KqEXUU24rb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:22.1875rem;display:block; }
#GdmBTxtVtT063SkRZlCliAlip03ZQsmE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMmUQdNO1hkfgy6twPDtxQrWlMyLpo6h { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.34375rem;left:14.75rem;display:block; }
#lgINwJT6nKlkbRJ6BFRPVaT4Zg2GZrUZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QhPwinDkPRwrVb9J0OfmO2ETJIiabEmV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.34375rem;left:27.75rem;display:block; }
#IzPCd6XG7xn2oXhboO2PMAmKJOBVkF4z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ixLS15mPWTyPbe1hVy3UGI5s3JPL7FGN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.34375rem;left:37.6875rem;display:block; }
#eiR9t8l4JRuzJ8t7c9czhyKJqOJG8hov { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#COOApCTIHex2EFCkl9ZqBomCBJES3AVO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.34375rem;left:50.125rem;display:block; }
#TN85GP1tDhr8BcWc1ocmee0OgFE9pGUl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pchB17TvH4hp1t6ualUCc11d2g8zTyGC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.34375rem;left:60.0625rem;display:block; }
#PAto66DuNHvCTppuDTx3CfdukuLHGA6n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChKhhAzkkLeqKPhXNIiROTuz01co5TGC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.34375rem;left:67.5rem;display:block; }
#cPwT8qnyARd5KLdS28Nr4oPh0HkfufWw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:67.5rem;width:75rem;overflow:visible;position:relative;display:block; }#SL6VAo4L29QIwKyMXeDL6ygXNINWiTGe { box-sizing:content-box;height:4.625rem;width:17.75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #002a97, #69c5df);background-image: -moz-linear-gradient(160deg, #002a97, #69c5df);background-image: -ms-linear-gradient(160deg, #002a97, #69c5df);background-image: -o-linear-gradient(160deg, #002a97, #69c5df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );";background-image: linear-gradient(160deg, #002a97, #69c5df);background-size:auto !important;top:38.0625rem;left:5rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PkvW0PgR8tE6Zz5elFTpThBaLBJUsdoT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:"space grotesk";font-size:2.125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:39.1875rem;left:5.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kgM203NZ8LdenQoq084wTpTE5WxclNvx { box-sizing:content-box;height:4.375rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;top:38.1875rem;left:5.125rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uxa2uXlA0qh7zpm6EwJWrBCzoKlsD3mi { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:"space grotesk";font-size:2.5rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:16rem;left:5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sX1X62V8G0wCEk0N5uKQbpXOVmVZlOE0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:19.375rem;top:25rem;left:5rem;overflow:hidden;display:block; }
#QI44OGr4PP31T0A5hT7ATrvFxvJxPT8I { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.5rem;width:75rem;top:5rem;left:0rem;overflow:hidden;display:block; }
#QeybDI6HQILDVi3ZvKxWyy06pHyt8EAq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.8125rem;width:49.0625rem;top:11.28125rem;left:25.9375rem;overflow:hidden;display:block; }
#JLfXIDrbrComrP662OW6kudVqu9ZAQrM { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5rem;top:55.71875rem;left:11rem;overflow:hidden;display:block; }
#Wwassdv78AAwhpiobMoKapvfNKswECzQ { 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:4rem;width:10.625rem;top:55.15625rem;left:18.375rem;overflow:hidden;display:block; }
#ygqbLWJGy86WGtmZK94S20FK9k3Lpksu { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:55.71875rem;left:5rem;overflow:hidden;display:block; }
#Svdrqff8Ka3N3K7l63s5fcyPdm5EMcyf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:12.5rem;top:54.90625rem;left:30.3125rem;overflow:hidden;display:block; }
#lmTTt1iwmZo7nbRETDsl3g2kkL0mL2Rq { 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:4.375rem;width:4.9375rem;top:54.53125rem;left:44.25rem;overflow:hidden;display:block; }
#B672746a6RU8Oe9MAnO6d7PTtFImzf11 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:14.375rem;top:54.90625rem;left:58.75rem;overflow:hidden;display:block; }
#MmqBJZuCp0mVohrmFv5lJNT7na8SA2DT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:61.09375rem;left:57.5625rem;overflow:hidden;display:block; }
#N3TSTh5L83gA7RKl4IfHGVDkQ36Q7koL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:6.25rem;top:61.34375rem;left:49.5625rem;overflow:hidden;display:block; }
#Kd19gBCEKV8O3KpxqvmEuH1KOS24H1un { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:5rem;top:54.28125rem;left:51.53125rem;overflow:hidden;display:block; }
#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f6f6f6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f6f6f6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f6f6f6);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f6f6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f6f6f6' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f6f6f6);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb > .row .container { background-color: transparent; background-image: none; }#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb > .row .container > .video-iframe-container { display: none; }#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb > .row > .video-iframe-container { display: none; }#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb > .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); }#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb > .row .container { border-width: 0; border-radius: 0; }#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;position:relative;display:block; }#HJhgcdqfxd1AKCVcN2NewCEgcG1nm0Fp { color:#0202d0;display:block;width:31.3125rem;position:absolute;font-family:"space grotesk";font-size:3.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:7.7500042915344rem;left:40.593752503395rem;height:3.875rem;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; }
#daS3416HN70WaxwTfFQKUW7IS77vTZzU { color:#b2b2b2;display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:13.819666385651rem;left:40.593752503395rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PkCmHzUsk1LG1y4KhunlS2OC3zHTSKcV { box-sizing:content-box;height:40rem;width:34.375rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/03d9de5a-a503-456d-aec4-990c8661ca83/zdjecom1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10rem;left:1.875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: -0.0625rem -0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.2) ;display:block; }#PkCmHzUsk1LG1y4KhunlS2OC3zHTSKcV.adaptive-delivery-prevent-bg, #PkCmHzUsk1LG1y4KhunlS2OC3zHTSKcV.lazyload, #PkCmHzUsk1LG1y4KhunlS2OC3zHTSKcV.lazyloading { background-image: none; }
#GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #070813, #121233);background-image: -moz-linear-gradient(180deg, #070813, #121233);background-image: -ms-linear-gradient(180deg, #070813, #121233);background-image: -o-linear-gradient(180deg, #070813, #121233);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#070813', endColorstr='#121233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#070813', endColorstr='#121233' );";background-image: linear-gradient(180deg, #070813, #121233);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 > .row .container { background-color: transparent; background-image: none; }#GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 > .row .container > .video-iframe-container { display: none; }#GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 > .row > .video-iframe-container { display: none; }#GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 > .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); }#GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 > .row .container { border-width: 0; border-radius: 0; }#GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 > .row .container { font-size:0.875rem;font-family:arial;height:137.5rem;width:75rem;position:relative;display:block; }#qli41LqbOAsWtI5XtXPMgVulLuZsxc9z { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:"space grotesk";font-size:3.875rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:17.374217987061rem;left:5rem;height:7.75rem;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; }
#cHXvTuJZsRRQQTcERScDlCQrBg3QwOaT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:29.0625rem;left:8.7484397888181rem;height:3.29948125rem;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; }
#JPT63zkKse5wStfuIA92N03MTDqBTHtF { color:#898989;display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:36.5625rem;left:5rem;height:14rem;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; }
#fo5KNJlHkCNWoHecHiXWmfFmkMpK2Rnk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.25rem;width:15.75rem;top:9.6484375rem;left:47.560546875rem;overflow:hidden;display:block; }
#SEfcQX660s9TcadgzAdlneITNHTSd0O9 { box-sizing:content-box;height:8.75rem;width:8.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #002a97, #69c5df);background-image: -moz-linear-gradient(160deg, #002a97, #69c5df);background-image: -ms-linear-gradient(160deg, #002a97, #69c5df);background-image: -o-linear-gradient(160deg, #002a97, #69c5df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );";background-image: linear-gradient(160deg, #002a97, #69c5df);background-size:auto !important;top:60.625rem;left:16.125rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sUDlBEIH17VmUnctxCztViA6gDup0oLg { color:rgba(var(--color-primary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:56.25rem;left:5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uSxFS1XVdWs2xA6rxpKVfNnL0obtvnPi { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:70.625rem;left:16.75rem;height:2.69921875rem;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; }
#Pirgx43UUFMHIGBQihGlWHs1ksXBUNSN { box-sizing:content-box;height:8.75rem;width:8.75rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #002a97, #69c5df);background-image: -moz-linear-gradient(160deg, #002a97, #69c5df);background-image: -ms-linear-gradient(160deg, #002a97, #69c5df);background-image: -o-linear-gradient(160deg, #002a97, #69c5df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );";background-image: linear-gradient(160deg, #002a97, #69c5df);background-size:auto !important;top:60.625rem;left:4.9990234375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CDlnytutnEFqHRayDmTOWIkvohTWivAu { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:70.625rem;left:5.6240234375rem;height:2.69921875rem;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; }
#I7EropcFvzsTzc2BrOF5nnc4lBkuhtII { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:70.625rem;left:39.3125rem;height:4.048825rem;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; }
#er7d3C39zxlyVTVeLW3BIFbENPSy2Ich { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:95.75rem;left:28.0615234375rem;height:4.048825rem;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; }
#T9UXqLE1PR79p3OqLuScZ5hvyMnOUkDO { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:95.75rem;left:16.8740234375rem;height:4.048825rem;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; }
#O0Deb5Xqz5sw0UiBMKpAGHL5rU7Suezz { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:70.625rem;left:27.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xF9I8GTnZv6gvsxtAyA5XKlxPVsX9Znn { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:95.75rem;left:5.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u9UKKfHq4dPUIQR8W68WZJvwLGa57Ht7 { color:rgba(var(--color-primary-3),1);display:block;width:66.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:81.375rem;left:5rem;height:1.95rem;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; }
#ABcQWK7ygcu6B0IA6xkGb8dXVVlmN5rI { box-sizing:content-box;height:0.0625rem;width:65rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:77.549999237062rem;left:4.9984359741211rem;display:block; }
#qH80wUogNkVnzuHo7ig7aauJPpbJH8PN { color:rgba(var(--color-primary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:109.6875rem;left:5rem;height:1.95rem;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; }
#dMI5tWOu7BlDeQWTNOBQuszbVfmpkBLD { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:124.0625rem;left:5.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t9hHTpeNlVOVAntrd9IVOwfm2V0G46o5 { box-sizing:content-box;height:0.0625rem;width:65rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:105.875rem;left:5rem;display:block; }
#Rs0TvzE5Q6h4U0HaVfh7Ti7nQ6zHOBGW { box-sizing:content-box;height:8.75rem;width:8.75rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #002a97, #69c5df);background-image: -moz-linear-gradient(160deg, #002a97, #69c5df);background-image: -ms-linear-gradient(160deg, #002a97, #69c5df);background-image: -o-linear-gradient(160deg, #002a97, #69c5df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );";background-image: linear-gradient(160deg, #002a97, #69c5df);background-size:auto !important;top:85.75rem;left:27.4365234375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#KdtXeE3fTkpUAWhnnDNDz28RNXGpUo31 { box-sizing:content-box;height:8.75rem;width:8.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #002a97, #69c5df);background-image: -moz-linear-gradient(160deg, #002a97, #69c5df);background-image: -ms-linear-gradient(160deg, #002a97, #69c5df);background-image: -o-linear-gradient(160deg, #002a97, #69c5df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );";background-image: linear-gradient(160deg, #002a97, #69c5df);background-size:auto !important;top:60.625rem;left:38.6875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#nqxgPNTD6zTUL56MJW2O655Q8lpFO1RM { box-sizing:content-box;height:8.75rem;width:8.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #002a97, #69c5df);background-image: -moz-linear-gradient(160deg, #002a97, #69c5df);background-image: -ms-linear-gradient(160deg, #002a97, #69c5df);background-image: -o-linear-gradient(160deg, #002a97, #69c5df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );";background-image: linear-gradient(160deg, #002a97, #69c5df);background-size:auto !important;top:85.75rem;left:16.2490234375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#T8zBFQ1U2662S6bRduZFb4fZfxUkSfsv { box-sizing:content-box;height:8.75rem;width:8.75rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #002a97, #69c5df);background-image: -moz-linear-gradient(160deg, #002a97, #69c5df);background-image: -ms-linear-gradient(160deg, #002a97, #69c5df);background-image: -o-linear-gradient(160deg, #002a97, #69c5df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );";background-image: linear-gradient(160deg, #002a97, #69c5df);background-size:auto !important;top:60.625rem;left:27.3125rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#pXdKQG6kXBNcVCrHBhTxnK74TvgcRRbc { box-sizing:content-box;height:8.75rem;width:8.75rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #002a97, #69c5df);background-image: -moz-linear-gradient(160deg, #002a97, #69c5df);background-image: -ms-linear-gradient(160deg, #002a97, #69c5df);background-image: -o-linear-gradient(160deg, #002a97, #69c5df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );";background-image: linear-gradient(160deg, #002a97, #69c5df);background-size:auto !important;top:85.75rem;left:5rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#Gr0K0GSOVf0KXBZ1A88uTUglX4A5MOhQ { box-sizing:content-box;height:8.75rem;width:8.75rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #002a97, #69c5df);background-image: -moz-linear-gradient(160deg, #002a97, #69c5df);background-image: -ms-linear-gradient(160deg, #002a97, #69c5df);background-image: -o-linear-gradient(160deg, #002a97, #69c5df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );";background-image: linear-gradient(160deg, #002a97, #69c5df);background-size:auto !important;top:114.0625rem;left:5rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#TQs4bsqmQC6IncemGfTTSD4fllAsQ16X { box-sizing:content-box;height:6.875rem;width:31rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #002a97, #69c5df);background-image: -moz-linear-gradient(160deg, #002a97, #69c5df);background-image: -ms-linear-gradient(160deg, #002a97, #69c5df);background-image: -o-linear-gradient(160deg, #002a97, #69c5df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );";background-image: linear-gradient(160deg, #002a97, #69c5df);background-size:auto !important;top:27.248439788818rem;left:5rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#S7Lf8ceGEP0mxU4UiNUfPh0h1er1QzDN { box-sizing:content-box;height:6.625rem;width:30.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:27.373439788818rem;left:5.1875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PiLqaJyJok7JzwnwptAuvnXEvIXL19s7 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.625rem;top:13.5625rem;left:5rem;overflow:hidden;display:block; }
#PIe371BOitgRvW1JkVBsC7eoKnzwi49Q { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ASehfVsQnXIsufAoUTS6KWuTrzp5oAqt { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:63rem;left:18.3115234375rem;overflow:hidden;display:block; }
#H3vQKu4suSssEGy9qBDGr1PnUe71gD9U { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:62.9375rem;left:7.0615234375rem;overflow:hidden;display:block; }
#uuL7nbFBBCn1AKNO4WRsT1EbttFodJev { 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.25rem;width:4.25rem;top:63rem;left:29.375rem;overflow:hidden;display:block; }
#suswkteTfXlpL1nCvqMP9fdOsUukGoJS { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:62.9375rem;left:40.9375rem;overflow:hidden;display:block; }
#O6d3Z0Pu9WQBCztqmOw7C42KybduIKDA { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:88.21875rem;left:7.2179679870606rem;overflow:hidden;display:block; }
#JzdZ3XvE1wwFBBcrBFc598IxHDNHluEo { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:88rem;left:18.5615234375rem;overflow:hidden;display:block; }
#Mcfb30dTyxydHW45nZdTwET9KAPIJ5at { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:88rem;left:29.7490234375rem;overflow:hidden;display:block; }
#KbNiC8xPGFTmz3F8OF4iaxcpk17LZnhr { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:116.24921798706rem;left:7.1867179870606rem;overflow:hidden;display:block; }
#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG > .row .container { border-width: 0; border-radius: 0; }#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG > .row .container { font-size:0.875rem;font-family:arial;height:131.125rem;width:75rem;position:relative;display:none; }#Xr7VVgMJD8NxWU2vEA5SeZ5CRzKIcKTy { color:#0202d0;display:block;width:54.6875rem;position:absolute;font-family:"space grotesk";font-size:3.875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:12.5rem;left:5rem;height:3.875rem;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; }
#TPsLiO5FoatTDMZP5kgbeUdi0XzUzt1A { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:27.9375rem;left:5rem;height:4.048825rem;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; }
#UZJ7l1zB37RBK16Eq0KF8GT9WFxXh9Os { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:27.9375rem;left:18.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qckGKksZ1uS5HEZWPwv8TRt98FBn2zpG { color:rgba(var(--color-tertiary-2),1);display:block;width:7.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:27.9375rem;left:32.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TlcTSsZieTTTPErmsO0trd6z7h0OXoGh { color:rgba(var(--color-tertiary-2),1);display:block;width:7.375rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:27.9375rem;left:47.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tipg25COitx3oyH2qADNsSo5nSVZD222 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:27.9375rem;left:62.5rem;height:5.3984375rem;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; }
#ao561ZKeeIfmN5AP7xySaFKLDo5g0d7S { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7.5rem;top:24.375rem;left:5rem;overflow:hidden;display:block; }
#E47SCKohrTRhdd7GfQBB4fLUhS29FpyU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.5625rem;top:22.8125rem;left:18.375rem;overflow:hidden;display:block; }
#St2KaEcC9NB2vhpcv4mfQvSTa328dZiK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.5rem;top:23.5625rem;left:32.5rem;overflow:hidden;display:block; }
#Tw76lm7FW1plBaeC4M0aD4ifpFSAyTK8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.75rem;top:23.34375rem;left:47.6875rem;overflow:hidden;display:block; }
#HzLbGtwpLQcdvq1F0SnbsH96AKgAIRHT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.5625rem;top:22.8125rem;left:62.5rem;overflow:hidden;display:block; }
#oTpcD55PxHAwdR9C4mgKmUUSaL0QwXHq { color:rgba(var(--color-tertiary-2),1);display:block;width:7.25rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:48rem;left:32.5rem;height:12.1465rem;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; }
#o9UwvKJVn3C8okAteeLEgQwA0cirvnHc { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:48rem;left:18.375rem;height:12.1465rem;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; }
#EsUla0HZllKKnK4GwVd57MrlGquQC89a { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:5.0625rem;top:43.75rem;left:18.4375rem;overflow:hidden;display:block; }
#Dr1SGvNanTosiSPtI6vJr0ewnHc8xXVc { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.875rem;top:43.75rem;left:32.5625rem;overflow:hidden;display:block; }
#PLN19AW5KEcswTtl0wN5L2FBn7dbZ1HP { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:48rem;left:5rem;height:12.1465rem;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; }
#pRREDUuW9VQQpnTycbPtMxFUZ9CH5wCr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:40.9375rem;left:4.8125rem;overflow:hidden;display:block; }
#msvzLVZOSTSiZmKXrtscSST4wgaJpygW { color:rgba(var(--color-tertiary-2),1);display:block;width:7.25rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:73.4375rem;left:32.5rem;height:12.1465rem;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; }
#oMsuqXgZvz6FmOs4cDocB4S1wpsfbv4Q { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.2;letter-spacing:0;top:73.4375rem;left:18.375rem;height:12.1465rem;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; }
#tlOyVGUP19GbZKiz3AvcKkdC8vADvHv1 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:7.5rem;top:66.4375rem;left:18.125rem;overflow:hidden;display:block; }
#sRHN4Ppdxl1fbxP2lEtTNqBwDBDdmCCF { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:5.625rem;top:68.6875rem;left:32.5625rem;overflow:hidden;display:block; }
#M5FK7dfNFQpoIdvM11vgdBbocqw2AWKQ { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:73.4375rem;left:5rem;height:12.1465rem;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; }
#MnkR537hS25iITqPTcu22P59C8XWAoTc { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:67.125rem;left:4.5rem;overflow:hidden;display:block; }
#Lx2bSpTu2UzINutUDqzgz9fLJ8Uf9Fya { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:98.875rem;left:47.6875rem;height:6.7480625rem;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; }
#NkGtrhW0VETT56XC3lVEGd2WV3xPxOo8 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:117.625rem;left:5rem;height:5.3984375rem;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; }
#MXGKhoncBIWr4uHpOksflLTV6Vf0HtVb { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:98.875rem;left:32.5rem;height:6.7480625rem;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; }
#tdCnKmRAAwZMuDK7W5pklwezmxQBT0UK { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:98.875rem;left:18.375rem;height:6.7480625rem;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; }
#EGNsulZg8BH7nM8eM9rMmcg8mL4r63gy { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:92.375rem;left:17.84375rem;overflow:hidden;display:block; }
#gBMxtOpZs4go0mZ7AcK5R6aKBwsZ0rQT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:5.3125rem;top:94.5625rem;left:32.625rem;overflow:hidden;display:block; }
#boLk1JAiZ15n4oOmC7CkC4IQk8VsV3J0 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:94.375rem;left:47.6875rem;overflow:hidden;display:block; }
#vrS2lLRGZqi1c08bOC2TiWgX8TsFgtdK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:8.125rem;top:113rem;left:5rem;overflow:hidden;display:block; }
#cw0lk0HTwCbCIAfmaV8Dy3TEXoWiE8pg { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:5rem;top:94.5rem;left:5.125rem;overflow:hidden;display:block; }
#xD2wzwJnTpNT80N9Uo8LTw1rqe7V44mz { box-sizing:content-box;height:0.0625rem;width:65rem;position:absolute;display:block;z-index:15030;background-color:#dadada;background-image:none;top:39.060546875rem;left:5rem;display:block; }
#xoqRsUL6l089prZGVgoNeuF488NNpFoL { box-sizing:content-box;height:0.0625rem;width:65rem;position:absolute;display:block;z-index:15031;background-color:#dadada;background-image:none;top:64.310546875rem;left:5rem;display:block; }
#QWtS7guAuwtS7BLv7OxXPyABTdTkMbCM { box-sizing:content-box;height:0.0625rem;width:65rem;position:absolute;display:block;z-index:15032;background-color:#dadada;background-image:none;top:89.685546875rem;left:5rem;display:block; }
#pds5VBqgC8fyyRu41XJdGcPt6dbCVWsg { color:rgba(var(--color-primary-3),1);display:block;width:54.6875rem;position:absolute;font-family:"space grotesk";font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:18.75rem;left:5.1250001192093rem;height:1.1875rem;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; }
#eiXa6HixLl9OmaziM2hNz7b1rstHUoVK { box-sizing:content-box;height:0.0625rem;width:65rem;position:absolute;display:block;z-index:15033;background-color:#dadada;background-image:none;top:109rem;left:5rem;display:block; }
#DUTfzQbnqyTMEOiyxVWONAVpgKBTV8IG { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:117.625rem;left:18.375rem;height:5.3984375rem;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; }
#OShp0JHiKkmlxk6bdAR2FZqyMdUTAqzJ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:5.625rem;top:112.1875rem;left:19.21875rem;overflow:hidden;display:block; }
#OFLIS17KHqPW00wIczE8D0bXqATF1ATM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.8125rem;top:114.3125rem;left:18.375rem;overflow:hidden;display:block; }
#Zzmb7w6Qw4MQXZAWN1rZqAaHVZ7guln2 { box-sizing:content-box;height:0.0625rem;width:65rem;position:absolute;display:block;z-index:15031;background-color:#dadada;background-image:none;top:64.310546875rem;left:5rem;display:block; }
#sLsI1vr9uXVkCJphz0iDn1C9KS8D7KvB { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:117.625rem;left:5rem;height:5.3984375rem;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; }
#geiuMHg7pkmSyVlsNfktUaJWyMuuBLyy { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:117.625rem;left:5rem;height:5.3984375rem;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; }
#s3r0C3mAodny3qpqaXbl37E79qq7CVhy { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:98.875rem;left:5rem;height:6.7480625rem;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; }
#E7qf6PHsyWUTI79vopVHRI7wS4WS48yG { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:98.875rem;left:18.375rem;height:6.7480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f6f6f6);background-image: -moz-linear-gradient(180deg, #ffffff, #f6f6f6);background-image: -ms-linear-gradient(180deg, #ffffff, #f6f6f6);background-image: -o-linear-gradient(180deg, #ffffff, #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6' );";background-image: linear-gradient(180deg, #ffffff, #f6f6f6);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd > .row .container { border-width: 0; border-radius: 0; }#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd > .row .container { font-size:0.875rem;font-family:arial;height:75rem;width:75rem;position:relative;display:none; }#qJ3Nv7MtSxguOSRXPRCcJ7pZKB5en654 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Rz7XywvxzaTWphUlXumx72PTJDwid74p { position:absolute;display:block;z-index:15004;height:36.25rem;width:62.5rem;top:23.875rem;left:6.25rem;display:block; }
#p0lr2eDTHtdxDr2afxOdykk9ktXKttq4 { color:#0202d0;display:block;width:54.6875rem;position:absolute;font-family:"space grotesk";font-size:3.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:12.5rem;left:5rem;height:3.875rem;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; }
#B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f6f6, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #f6f6f6, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #f6f6f6, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #f6f6f6, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #f6f6f6, rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9 > .row .container { background-color: transparent; background-image: none; }#B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9 > .row .container > .video-iframe-container { display: none; }#B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9 > .row > .video-iframe-container { display: none; }#B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9 > .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); }#B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9 > .row .container { border-width: 0; border-radius: 0; }#B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9 > .row .container { font-size:0.875rem;font-family:arial;height:347.125rem;width:75rem;position:relative;display:block; }#gJ9p2hwUa3SeeJspbxP0SesAPmxiT21M { color:#0202d0;display:block;width:54.6875rem;position:absolute;font-family:"space grotesk";font-size:3.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:12.5rem;left:5rem;height:3.875rem;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; }
#NaJU5zA3eJEqi4nmaaFwwAOLKIkkfTFl { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:27.1875rem;left:18.125rem;height:4.38671875rem;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; }
#Awbdk2Xc5s2ZrnT5WD5OMlcqpeDdc6Li { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15066;line-height:1.2;letter-spacing:0;top:22.6875rem;left:18.125rem;height:3.8997375rem;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; }
#qAqvntzdktpbTFbfXJQDcSzizd58paZh { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:22.0625rem;left:6.25rem;overflow:hidden;display:block; }
#IbisFRKzLJupsyB90QPBFaw0ntGJyKwD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15264;text-align:center;text-align-last:center;top:20.812500953674rem;left:5rem;display:none; }
#DLPWBmfdUTXG1tdH3xvisERLiHvpg5Pe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTXihanPsANoMxnfLrktTKnhwFxNRdLn { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:20.812499046326rem;left:5rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#MmyUhXFCxO9lLdsmSWqTMf4koSqOskPC { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15082;line-height:1.3;letter-spacing:0;top:99.625rem;left:18.1240234375rem;height:2.92448125rem;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; }
#GpUK4eWBPgQN7p5RcfWB858818u5HfFn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15262;text-align:center;text-align-last:center;top:92.625rem;left:5.0000001192093rem;display:block; }
#mAffdQAB5wBbTNm2roOQAHdePv8ek8Q8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuPkH25BdZoxg0t55yWBPidT0pma8moT { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image:none;top:92.625rem;left:5rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#e3iuJOlnSgEnNtcMoZhnCzAJUOKf8U0L { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15076;line-height:1.2;letter-spacing:0;top:95.125rem;left:18.1240234375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#augz5bworqS5fhZDslHcFmlbzu6hfgJw { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:93.875rem;left:6.2490234375rem;overflow:hidden;display:block; }
#q4F3Kwv0mmuSydPWQU9rRq3LrQE6ybWE { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:27.1875rem;left:51.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#co6BADP8y1erSrL9XwiPLVspS6GJ9UBl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15261;text-align:center;text-align-last:center;top:20.8125rem;left:38.375002503395rem;display:block; }
#TJZ1Ug0J1Vw2JDv1Zg6dl6gqmsCGk0Sp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ftZO1RiPCIq80h2nTSwaAf4JBE0uKHUE { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15072;background-color:transparent;background-image:none;top:20.8125rem;left:38.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#homhyw1oJTOv8yqP8g3aQb70l2B931aR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15086;line-height:1.2;letter-spacing:0;top:22.6875rem;left:51.5rem;height:3.8997375rem;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; }
#vGrZBDEvSlLI0dm0STeMmWpAPgzM75iM { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:93.875rem;left:39.625rem;overflow:hidden;display:block; }
#CtzHUKbHwZdbVNgiucVf94wc1W06SJAK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15263;text-align:center;text-align-last:center;top:92.625rem;left:38.375002503395rem;display:block; }
#ZXmq3rJviBIzQmHGZC8S2lre8UgT19sq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vnJxVznkbkTwk6flElb791bIGZPdUBGP { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image:none;top:92.625rem;left:38.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#QcUEeBds916cSIQQmksp8ddpiNz7fduS { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:22.0625rem;left:39.625rem;overflow:hidden;display:block; }
#mNo6tQFkG8ewAi6cuUzsWfZ1Bm4cbb4b { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15082;line-height:1.3;letter-spacing:0;top:99rem;left:51.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WcrK09HQDaBFsxV6zG0zPT89ZaegqIFR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15076;line-height:1.2;letter-spacing:0;top:94.5rem;left:51.5rem;height:3.8997375rem;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; }
#qk3Py0wTPs9gJZgi9qwXsLDM3fORS4mM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15257;text-align:center;text-align-last:center;top:121.375rem;left:38.375002503395rem;display:block; }
#wbimHakQsEo0P1hMp697RlTc1paTDQB2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNmkSGdBqCRsgXnddaxFcUTklnsAekkO { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15092;background-color:transparent;background-image:none;top:121.375rem;left:38.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#aONpKq8IgwBD6H7mJsFHlB6qo0pTfCVv { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15112;line-height:1.3;letter-spacing:0;top:128.375rem;left:51.5rem;height:2.92448125rem;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; }
#wys3S8ixg5TIEW3f0RUImzTr27V1W87c { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15106;line-height:1.2;letter-spacing:0;top:123.875rem;left:51.5rem;height:3.8997375rem;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; }
#id5b1uOyZU1meTpKuLPN2IEkuyDQ0NZx { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:108.25rem;left:39.625rem;overflow:hidden;display:block; }
#yhpsbuO3bL72ROB26qPrTVsJzf9RZFy1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15259;text-align:center;text-align-last:center;top:107rem;left:38.373046875rem;display:block; }
#mXei1vtHING6TI863TImhATSTC8kWDiU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MiD0OLr8fgORPS3drX80tdyVxD6GXaRt { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image:none;top:107rem;left:38.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#on0qWrzkLG4mmzmOTOvdK7gdUuN45oWH { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.75rem;width:9.75rem;top:122.625rem;left:39.625002503395rem;overflow:hidden;display:block; }
#MkJwL32oAf1t8O4MxNSA9TwANnkC1ioX { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15102;line-height:1.3;letter-spacing:0;top:114rem;left:51.5rem;height:2.92448125rem;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; }
#GTTFAm9PI8Bau2fOoPwua45cO7SDsCwH { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:114rem;left:18.125rem;height:2.92448125rem;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; }
#R02KvKhhR8zHtEupiIgshTc5el2yBb2S { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15086;line-height:1.2;letter-spacing:0;top:109.5rem;left:18.125rem;height:3.8997375rem;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; }
#iNBIt3cfSuPZnIR9ANtUCXl1r58T1FyE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15260;text-align:center;text-align-last:center;top:107rem;left:5.0000001192093rem;display:block; }
#lPTFf1TOW9rQGAl52CL25GC6UyNObouQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDDvQZAZTTSEMHHT4DkfeHXKSW9bVy3h { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15072;background-color:transparent;background-image:none;top:107rem;left:5rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#otMwJmN1TTegMOBONhO4wrRmiXNGnfhg { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15102;line-height:1.3;letter-spacing:0;top:42.375rem;left:18.125rem;height:2.92448125rem;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; }
#kLAJDzcbmUrON7qVUF6uflKpsGXozSRW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15258;text-align:center;text-align-last:center;top:35.375rem;left:5rem;display:block; }
#wVg8Bb5iOF5qRxvgv0VaUQUQzEKwG9iZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZ5FNsEvrxJLZXTclTbxto3ILKHbCKdV { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image:none;top:35.375rem;left:5rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#EdgvZgJfJ1ZbOrqNcamsdkXwUmHaw6xg { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15096;line-height:1.2;letter-spacing:0;top:37.875rem;left:18.125rem;height:3.8997375rem;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; }
#iONNCHOnccMb8bq6d3pFk2Wcw4WEddrs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15096;line-height:1.2;letter-spacing:0;top:109.5rem;left:51.5rem;height:3.8997375rem;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; }
#EtlATTqsNzPgNcbSHwo4gMnB67UywWCa { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:108.25rem;left:6.25rem;overflow:hidden;display:block; }
#WE7WAk5Boh4X7TJJK7Pnc1sPSMcp1NQL { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:36.625rem;left:6.25rem;overflow:hidden;display:block; }
#qJnQDU7LP55HuoTI1XF6QpXf3TPT6TKA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15254;text-align:center;text-align-last:center;top:150.125rem;left:5.0000001192093rem;display:block; }
#newTlfW25O2lsnqeveT05Q85ByB5TU3w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4doFwQVidnv7uvL4U0pdo7QebuOKIgK { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:150.125rem;left:38.375002503395rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#DbI9VWQZx97EKAIxX1n1OVV1gWqFqG72 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15132;line-height:1.3;letter-spacing:0;top:156.5rem;left:51.4990234375rem;height:2.92448125rem;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; }
#IxOncReWVvv9Rf7cWE6VAKtXBcqpsCmC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15126;line-height:1.2;letter-spacing:0;top:152rem;left:51.4990234375rem;height:3.8997375rem;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; }
#PtKIVDpMnpP4LpAc1QrZRcFJMTMRo32a { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:151.375rem;left:39.625rem;overflow:hidden;display:block; }
#fHUxXDlOmuzEo7Jo7cbsXatO805At8rK { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:137rem;left:39.625rem;overflow:hidden;display:block; }
#fBwZL3qcphdHVgeCyzLJ84i1ioK8OpDN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15255;text-align:center;text-align-last:center;top:135.75rem;left:38.375rem;display:block; }
#gw7g2NGhsTvOXdQclrRzCzlUTITiKrR2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PUWpqTmEdJ1OW4TnkECuntDFlLe9Ibb6 { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15102;background-color:transparent;background-image:none;top:135.75rem;left:38.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#JPz2VJR2TaDWmyKdtxbkWeMhERt0wBUh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15256;text-align:center;text-align-last:center;top:135.75rem;left:5rem;display:block; }
#Kkephe8ZoXed9KrL8nONUIapOhEzv4vh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oK0w8BIZMgeTzaFtFcmvfPhhw7bSNkqA { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15092;background-color:transparent;background-image:none;top:135.75rem;left:5rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#sdbCWmHgmXORCwcBCGx2KaHw4TvlKngx { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15122;line-height:1.3;letter-spacing:0;top:157.125rem;left:18.125rem;height:1.4625rem;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; }
#AOCROd0bzhLXoGB0D8iq10oxg7t69mle { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15253;text-align:center;text-align-last:center;top:150.125rem;left:38.375rem;display:block; }
#BJml2vtD8Kpd6FEZzoRC0yu15fWbznrD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iqM4uzPUELa0iWBNFJhg8AZVuRdoA0iI { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15102;background-color:transparent;background-image:none;top:150.125rem;left:5rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#tPwRiAUabFIoq7w1cLGPgxAhM9ypMci5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15116;line-height:1.2;letter-spacing:0;top:152.625rem;left:18.125rem;height:3.8997375rem;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; }
#rKIRlThRomveGRdK6vdFDpbWdHxFeG2Q { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15122;line-height:1.3;letter-spacing:0;top:142.44270896912rem;left:51.500002503395rem;height:4.142575rem;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; }
#pGt6nRDibS0fr75ntDPx58JwiyxU4Hft { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15112;line-height:1.3;letter-spacing:0;top:142.75rem;left:18.125rem;height:2.92448125rem;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; }
#HCB1nN9UcopbTR3n7DZ0RKZQo9mITZul { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:137rem;left:6.25rem;overflow:hidden;display:block; }
#A0HF8rgCfEyD9cbi9PoZvnBabWR3i4Il { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:151.375rem;left:6.25rem;overflow:hidden;display:block; }
#c220KwHQqnzfSnXs5QCTPAuQeOOHJKMi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15106;line-height:1.2;letter-spacing:0;top:138.25rem;left:18.125rem;height:3.8997375rem;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; }
#mM2q5lXsKrAGeGuZUWcUPzJWDNtGEm4U { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15116;line-height:1.2;letter-spacing:0;top:138.25rem;left:51.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VnTmiiFpFs6wRsL51mACkvyV7aWqMbL9 { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image:none;top:193.25rem;left:38.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#AMSp3cPKUlWx8Ttme59Zy3la3mNOPBhy { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15162;line-height:1.3;letter-spacing:0;top:200.25rem;left:51.4990234375rem;height:1.4625rem;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; }
#UxhKEdMRJuGOhlZ0lh60bTGyFO7ILvms { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15156;line-height:1.2;letter-spacing:0;top:195.75rem;left:51.4990234375rem;height:3.8997375rem;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; }
#kimK7NGmUACpOHwEqaaJkERX1z31qePM { position:absolute;display:block;z-index:15144;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:194.5rem;left:39.625rem;overflow:hidden;display:block; }
#HDqmk5twxfhraslmWhRzZHnNRGwV4NSu { position:absolute;display:block;z-index:15134;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.1875rem;width:10.1875rem;top:180.125rem;left:39.625002503395rem;overflow:hidden;display:block; }
#irLGLMLrrLViA9OkIXrs3AHqx7QXmnvr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15249;text-align:center;text-align-last:center;top:178.96875rem;left:38.375002503395rem;display:block; }
#VNJwum6phEabaLkuq5vwbI2L8OUXKRfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BBk8vIg7qzUfWnZHuyTXdqRzLAFTgFbI { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image:none;top:178.875rem;left:38.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#pkDPNZPRkmTM4kmAwn466iZ9LNVqqP5Z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15247;text-align:center;text-align-last:center;top:193.25rem;left:38.375002503395rem;display:block; }
#IgNdsAIR1ToVh0bRR0aySBQFKQhyqLp7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6kDZbs1tN4xmkVxNlRve5Zr3HurkXbT { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15152;line-height:1.3;letter-spacing:0;top:185.875rem;left:51.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EWtrLw4P61ULbDmqXLdWqN6Al8ow06Pl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15250;text-align:center;text-align-last:center;top:178.875rem;left:5.0000001192093rem;display:block; }
#ySxzwwHT9wdRGQLCTTkJeFc18us6p6Eo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OI2Oc2HQfBJsrtlXXpQ8qkAnHx6guLKn { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image:none;top:178.875rem;left:5rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#Rq4XWSTPTXezJFCPz1tAdhPTaF9TcPh0 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15142;line-height:1.3;letter-spacing:0;top:185.875rem;left:18.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r1N6KXZCT2Uh3PsIFAxiRzZ3xo3L0mpS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15136;line-height:1.2;letter-spacing:0;top:181.375rem;left:18.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y4FpxLfUSVsOmPVMpMdezH0Pp58aiBu1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15146;line-height:1.2;letter-spacing:0;top:181.375rem;left:51.5rem;height:3.8997375rem;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; }
#xRlvTI6S6aNF3wwvWhooAuVAhpSB1MLh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15251;text-align:center;text-align-last:center;top:164.5rem;left:38.375002503395rem;display:block; }
#svnu8axn6R18TTdq27lAOg6iq0dBBWiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ltv7HXv6lpeyilTKvzKRcoByIw1cXmeV { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image:none;top:164.5rem;left:38.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#XwoUfhNVRkVzWJe1bTaO7sNkRHOUAJuo { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:166.28125rem;left:39.625002503395rem;overflow:hidden;display:block; }
#AckLeTemeEREfN9RlZiIbVHuWgNihtti { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15252;text-align:center;text-align-last:center;top:164.5rem;left:4.6666666269303rem;display:block; }
#zR2v4536fDzdMxuu3fXmDcxo1FpWaTkk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#igctOTQUV3RKF5bq9WT3JhZbo2h12bAg { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15112;background-color:transparent;background-image:none;top:164.5rem;left:5rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#qnMUsXIuuE35nHhRQzlb0TOcEG4Q4QdR { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15142;line-height:1.3;letter-spacing:0;top:171.5rem;left:51.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vNHKByUGp8LW2Lc7525XSkflrRBFOsfZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15136;line-height:1.2;letter-spacing:0;top:167rem;left:51.5rem;height:3.8997375rem;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; }
#WEe0uF3IKVe7rIBnFErVQ4OJSCWZJnNy { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15132;line-height:1.3;letter-spacing:0;top:170.875rem;left:18.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TrmNf7Dg9DmBvDbWGsH9raTWauKxTzlo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15126;line-height:1.2;letter-spacing:0;top:166.375rem;left:18.125rem;height:3.8997375rem;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; }
#Iq9VeiViNreeW840TqEs8Xw93mFmKoOO { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.6875rem;width:9.6875rem;top:165.75rem;left:6.2500005960462rem;overflow:hidden;display:block; }
#arVBF6CKM5HN4PXUTinLPZfd0gNpTp1o { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:180.125rem;left:6.25rem;overflow:hidden;display:block; }
#aPNlMTcdzeXocd0CRG58gE7e1LnkT7Tt { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15182;background-color:transparent;background-image:none;top:193.25rem;left:5rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#enrS5PaJUPuXQBLvNuhOaU3BSvLke8nT { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15202;line-height:1.3;letter-spacing:0;top:200.25rem;left:18.125rem;height:2.92448125rem;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; }
#P0qQleK7baMk1zSWE3987En1bN0nQ4uK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15196;line-height:1.2;letter-spacing:0;top:195.75rem;left:18.125rem;height:3.8997375rem;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; }
#C1RuEWBLF2UtR6TQeOCb3i3Tuh3hdTT1 { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:194.5rem;left:6.25rem;overflow:hidden;display:block; }
#l3TneQRKq67EdD1nVzbTcEywXWanCUTU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15240;text-align:center;text-align-last:center;top:193.25rem;left:5rem;display:block; }
#si3FBs4S8dFNZ1EWIzeLiicUbs73gKPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UkfT04bMNlOnAgxK0v4ImTV1w7zAWtxW { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15192;background-color:transparent;background-image:none;top:207.625rem;left:38.375002503395rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#dmmLCmpNsKHbGZhTFT7yKKNlSyQFqrOK { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15212;line-height:1.3;letter-spacing:0;top:214.625rem;left:51.500002503395rem;height:2.92448125rem;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; }
#N08Vd8S6VRQQgTSzTmJTZ5ITIT1mFa6m { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15237;text-align:center;text-align-last:center;top:207.625rem;left:38.373049378395rem;display:block; }
#q8ixn3NqCG7RHzihKowoviWMOHT50xG7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#POSeHbGO1wv5zRpHT7fFr5zCzCXbnetu { position:absolute;display:block;z-index:15194;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:208.875rem;left:39.625002503395rem;overflow:hidden;display:block; }
#hFLZrB9hpKBANK0Wvr4X623RD58qMrI9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15206;line-height:1.2;letter-spacing:0;top:210.125rem;left:51.500002503395rem;height:3.8997375rem;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; }
#KIcypxeaVg3JZzKurviLpfelP4IoTZ8e { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15238;text-align:center;text-align-last:center;top:207.625rem;left:5.0000001192093rem;display:block; }
#DcBz3nyFZ5IKNGaRLzOnCH4V3CHVnpdt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JlaTozTZl7ECZQau8kZsaogN6RGeNpQc { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15202;line-height:1.3;letter-spacing:0;top:214.625rem;left:18.125000596046rem;height:2.92448125rem;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; }
#immLiyQ4S9OyEJ85DmHMxEr6W1v5zvk2 { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15182;background-color:transparent;background-image:none;top:207.625rem;left:5.0000001192093rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#VAlTBXFPr0Bwe9T9il4ezQe34dfFTo9S { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15196;line-height:1.2;letter-spacing:0;top:210.125rem;left:18.125000596046rem;height:3.8997375rem;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; }
#sLCD2hKydHAuXMzhGdAs89b0o2p2IKlz { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:208.875rem;left:6.2500005960462rem;overflow:hidden;display:block; }
#tp4WXZyzLAm1zKyZn2lDHc6xFXWcOUDz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15243;text-align:center;text-align-last:center;top:222rem;left:5.0000001192093rem;display:block; }
#K6BVeTmnm314QNlsQFAGPdCVczDaHNhs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OUgpDo1TKR6tNBi9hfuqrmZ96Q6MQnDD { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15187;background-color:transparent;background-image:none;top:222rem;left:5.0000001192093rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#KVV4gXuIt6M6dvGur52FiaMqJeSGDFfA { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15207;line-height:1.3;letter-spacing:0;top:229rem;left:18.125000596046rem;height:2.92448125rem;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; }
#xq9hTxs7JlCWiMddT0DulvzfUmG4T0GX { position:absolute;display:block;z-index:15189;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:223.25rem;left:6.2500005960462rem;overflow:hidden;display:block; }
#H2KDJTnvH9hrA9IRuP8WWTg5KmBo7hVr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15201;line-height:1.2;letter-spacing:0;top:224.49934959412rem;left:18.125000596046rem;height:3.8997375rem;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; }
#tEXVG5I6UTmvfVBy1c46JdHQ1S68FkKD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15248;text-align:center;text-align-last:center;top:236.31251144409rem;left:38.375rem;display:block; }
#s5ON0RqquQ4ctBUTLq0svQal1wxf6h0w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mEQeBzfbPQ5za17kX8sLQq7T8xzXTEUM { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:222rem;left:38.375002503395rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#nAOFTZbOy0rsxI2G814HFSzKnbHu62WC { position:absolute;display:block;z-index:15194;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:223.25rem;left:39.625002503395rem;overflow:hidden;display:block; }
#FcMqWmqq04DGl8HqV1nnIvli8zLpQEuA { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15212;line-height:1.3;letter-spacing:0;top:229rem;left:51.500002503395rem;height:2.92448125rem;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; }
#TGdTRm581mnrtB9mbxpKxx2IkV65FBX4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15206;line-height:1.2;letter-spacing:0;top:224.5rem;left:51.500002503395rem;height:3.8997375rem;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; }
#KccuQQp52QJKm1MgKXed1G5dbPFueOK3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15265;text-align:center;text-align-last:center;top:78.5rem;left:38.375rem;display:block; }
#TbcSF3l81R74uEB9Zdnt6kIkbzU1FACk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfTpTTXVUSd5hPU5sPugDwTkTVtXhRPz { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15192;background-color:transparent;background-image:none;top:78.5rem;left:38.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#lhDoQZRJMhSXkyQZNfK0mJQQQn3FGapD { position:absolute;display:block;z-index:15194;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:79.75rem;left:39.625rem;overflow:hidden;display:block; }
#w6GTwrWXISIVgAy1gDE7ucW0wTLz9W5K { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15206;line-height:1.2;letter-spacing:0;top:81rem;left:51.5rem;height:3.8997375rem;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; }
#sLsoXxq0GtQQwIlNAR3yHFI3MWdxknML { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15270;text-align:center;text-align-last:center;top:121.375rem;left:5rem;display:block; }
#hDAhDpRTpufQ84r8BOaH65Te6UNo6fb3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZL3Z85le5aBW7HtmL4UEEG7S9SasGznM { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15197;background-color:transparent;background-image:none;top:121.375rem;left:5rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#xkaK779Hoqf1zUOVCvGTKWHt2fif10aJ { color:rgba(var(--color-tertiary-1),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15217;line-height:1.4;letter-spacing:0;top:127.75rem;left:18.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bx8wqlbBm4ZiAQIgslbRlu8fc3J3T0MW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15211;line-height:1.2;letter-spacing:0;top:123.25rem;left:18.125rem;height:3.8997375rem;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; }
#dBD1WelPv6TDhOfwS6PRUE9ykbDT6S1J { position:absolute;display:block;z-index:15199;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:122.625rem;left:6.25rem;overflow:hidden;display:block; }
#EBDGitG2pDQTANu3KNT6f1Ak91GVdJrW { color:rgba(var(--color-tertiary-1),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15122;line-height:1.4;letter-spacing:0;top:69.875rem;left:18.125rem;height:4.8984375rem;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; }
#lRXZTrt4UeOIWvVk9lwiiTeoswyJD7OI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15278;text-align:center;text-align-last:center;top:64.0625rem;left:5rem;display:block; }
#utZ0NmJabJOWCDCPx6nK151saRz1VuyC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHnfhm6ubDBQXOpDCAoXTDgrv6HhDzgG { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15102;background-color:transparent;background-image:none;top:64.0625rem;left:5rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#PIrafpRttVoTVGC4x6LehE22AcH0Ze9B { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15116;line-height:1.2;letter-spacing:0;top:65.375rem;left:18.125rem;height:3.8997375rem;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; }
#bkDqgcT6h84sVgp1Bthn0eNPtAeToLIt { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15112;line-height:1.3;letter-spacing:0;top:56.75rem;left:18.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oWCZdTwhlNJyAIAxyJmOnuyhVLrMselK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15281;text-align:center;text-align-last:center;top:49.75rem;left:5.0000001192093rem;display:block; }
#yJdJqMFI4gRufcmqqpZRIkskIFruSeXM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PGio0Ssecn08LgDtRlmi2fkxd695PP3n { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15092;background-color:transparent;background-image:none;top:49.75rem;left:5rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#EMRG1rWTFCVF0E6HxRP1JH0ROiURUDh4 { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.5rem;width:9.5rem;top:51rem;left:6.2500005960462rem;overflow:hidden;display:block; }
#ofoAbxnmToK2zKyuNSArqFM2Wf1WtmPr { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:65.375rem;left:6.25rem;overflow:hidden;display:block; }
#Hon0d0tmmyKwxcG4Ly7ouVgVU0Bcoxn4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15106;line-height:1.2;letter-spacing:0;top:52.25rem;left:18.125rem;height:3.8997375rem;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; }
#XD6GIwf10OEfTrQLVn6hnXD0ZOwr7891 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15284;text-align:center;text-align-last:center;top:35.375rem;left:38.375002503395rem;display:block; }
#Obw7WTUoHe3TpuQbTcFyR9xhRH8pt0c4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tagBOrSdph37TG4Gon4PMe8gaRlx0sar { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15072;background-color:transparent;background-image:none;top:35.375rem;left:38.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#QdudCU06xALD4zsdfOIMZcVP0uGyGD7A { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15285;text-align:center;text-align-last:center;top:49.75rem;left:38.375rem;display:block; }
#c2ghNlp7S5ExokZKtOn5rlokToha310Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xLBmn0CU2U8QD1Vpa23HzQ3LVSwcNOJp { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15212;background-color:transparent;background-image:none;top:49.75rem;left:38.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#Mcq9Q2dpiAnC3XuF9TaaENT2VxPfntnq { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:42.375rem;left:51.5rem;height:1.4625rem;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; }
#TTRJ9BySTdHA1kn9RaAyJyEWTSmI1NAe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15086;line-height:1.2;letter-spacing:0;top:37.875rem;left:51.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zW3iiEamIuV56IwTQnLuxTv3qmVqhhiu { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15232;line-height:1.3;letter-spacing:0;top:56.75rem;left:51.5rem;height:2.92448125rem;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; }
#ANUuzGZxyLF3byTNTSISEhy2L5mDpi26 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15226;line-height:1.2;letter-spacing:0;top:52.25rem;left:51.5rem;height:3.8997375rem;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; }
#cesiT5JESEUQOVeW5re6QxrIq2gMTqIE { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.9375rem;width:10rem;top:36.625rem;left:39.625002503395rem;overflow:hidden;display:block; }
#VT2T1G5utKTZ8HdEV3UEKxfSfoyBZT41 { position:absolute;display:block;z-index:15214;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:51rem;left:39.625rem;overflow:hidden;display:block; }
#nt4E5PoMSbId04QKbPAWJuIWfpTti2w4 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15132;line-height:1.3;letter-spacing:0;top:84.875rem;left:18.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qITmupip2ndldUJqP62N4pAPwViRVJ9L { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15288;text-align:center;text-align-last:center;top:78.5rem;left:5.0000001192093rem;display:block; }
#yJXzBU36hTaXzyhv1UWKW3aTG1Pul5AK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JRwOyWBITqZ7xE297XzgV69IxCdA3FCO { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15112;background-color:transparent;background-image:none;top:78.5rem;left:5rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#gtF9yRfoOXBliECNLZWAbo0Tk8yDCHS2 { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:79.75rem;left:6.25rem;overflow:hidden;display:block; }
#Iqpb3vtTFpfiyg4iPAxXbHeFP1JO4xf7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15126;line-height:1.2;letter-spacing:0;top:80.375rem;left:18.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xH1PkVWQRsPtzOAouJqPqTt0bCWtpAUT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15295;text-align:center;text-align-last:center;top:64.125rem;left:38.375rem;display:block; }
#aSctytOPamNS5Jqa7cXe4zTFG52aMgys { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jf1uoaRKRK9UL85M1Kbiq1CPo36cbL27 { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15222;background-color:transparent;background-image:none;top:64.125rem;left:38.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#da5G04s8BWsyDxh5NWREyw4xHWUVAHOH { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15242;line-height:1.3;letter-spacing:0;top:71.125rem;left:51.5rem;height:2.92448125rem;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; }
#a8WNnazOmCZilDNhnT5798oC8ezx42cH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15236;line-height:1.2;letter-spacing:0;top:66.625rem;left:51.5rem;height:3.8997375rem;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; }
#CXeW8dNQSMKTbZbzUcOc6fGFTJ8x6tWa { position:absolute;display:block;z-index:15224;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:65.375rem;left:39.625rem;overflow:hidden;display:block; }
#TCJfG72280065SZSClv658kJX4isOUuD { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15212;line-height:1.3;letter-spacing:0;top:85.6396484375rem;left:51.5rem;height:2.92448125rem;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; }
#kxdJIekvDHxJINksrBcrioqg4ablM80C { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15262;text-align:center;text-align-last:center;top:20.8125rem;left:5.0000001192093rem;display:block; }
#zgisJAqS63MCX1tJSlSNKuGzTmfA0XMf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mDBaFTbCoTTJA9HDGlxiJmK06WTV60eE { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15188;background-color:transparent;background-image:none;top:236.3125rem;left:5.0000001192093rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#Ti6rAVofcEB9REtWpqhd79VtgW44M6mP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15202;line-height:1.2;letter-spacing:0;top:238.375rem;left:18.125000596046rem;height:3.8997375rem;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; }
#ms6r2MbM8E71SoM6EDIDmtBB6Zo2Beth { position:absolute;display:block;z-index:15190;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:237.5625rem;left:6.2500005960462rem;overflow:hidden;display:block; }
#rilTPRHThX7sJVpyM0cJ7ruxb5rnhCbp { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15208;line-height:1.3;letter-spacing:0;top:243.25rem;left:18.000000596046rem;height:4.38671875rem;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; }
#esbzfwdv2oTRkbmxt9tNkDIlSsbVKvsv { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15193;background-color:transparent;background-image:none;top:236.31255149841rem;left:38.375002503395rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#zKkDIBcxrBz7s7vAosAyFqp0Vkomp81H { position:absolute;display:block;z-index:15195;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:237.56255149841rem;left:39.625002503395rem;overflow:hidden;display:block; }
#QCwXKUcumzyBLdwATtBSoMaO9EOmw81l { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15207;line-height:1.2;letter-spacing:0;top:238.24935531616rem;left:51.91666662693rem;height:3.8997375rem;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; }
#bOT39UZ1MqvizSfx9LzFWZwuWhc7NgmA { color:rgba(var(--color-tertiary-1),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15213;line-height:1.3;letter-spacing:0;top:243.29061889649rem;left:51.65625rem;height:2.92448125rem;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; }
#GUUXRT1Qm16yCNPmanb9siSt6WJ4ySpo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15244;text-align:center;text-align-last:center;top:222.00001144409rem;left:38.375rem;display:block; }
#L7mO80EnTDpkl3mwUwnN0ZViyTsIfA32 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FHFnF7DGRs4Jn8oV7kQSWk94R9AWOOrs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15245;text-align:center;text-align-last:center;top:264.74935913086rem;left:5.0000001192093rem;display:block; }
#y4gI1sfLZeJ0ovEfptKbX3QMBdKcCpQs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XVJvQFdzEqS8eS0PHciWWNWgTthCP6uQ { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15189;background-color:transparent;background-image:none;top:250.3125rem;left:5.0000001192093rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#inb51Ohv56ek2hL3X7o70HWFnq6kyKx4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15203;line-height:1.2;letter-spacing:0;top:252.267578125rem;left:18.125rem;height:3.8997375rem;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; }
#yuuVAhOs8nUcJJubLH5vzConPOyfQSdh { position:absolute;display:block;z-index:15191;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:251.5625rem;left:6.2500005960462rem;overflow:hidden;display:block; }
#GXmVME2KyxdnDc6D0Ve2IASK031aLzkR { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:257.091796875rem;left:18rem;height:2.92448125rem;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; }
#qyJEXtQlvJc0kaorZlu9CTbws59oDo4I { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15190;background-color:transparent;background-image:none;top:250.3125rem;left:38.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#KNDxC3QKeKrDxXMpKOETLUx8Sp81KKsM { position:absolute;display:block;z-index:15192;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.9375rem;width:10rem;top:251.5625rem;left:39.75rem;overflow:hidden;display:block; }
#ZGETpns79g7aCcSp1dc4WgXNrmUQCTMx { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15204;line-height:1.2;letter-spacing:0;top:252.25rem;left:51.6875rem;height:3.8997375rem;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; }
#vtnlHzzxNx4KiurW3pd0OLoI4gJCtJ4o { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15210;line-height:1.3;letter-spacing:0;top:257.0625rem;left:51.8125rem;height:2.92448125rem;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; }
#DHwhf1yRVxnn77rbTrF0vBlfBUNTwE7Z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15246;text-align:center;text-align-last:center;top:250.3125rem;left:38.375rem;display:block; }
#LeWLML6VrLK83BnuCtXAIKNGf3KtVQqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CA3Qo9NVNTdqVyMlaPcM85xM7lfr3Wbk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15247;text-align:center;text-align-last:center;top:236.3125rem;left:5.0000001192093rem;display:block; }
#OUkU7tQlvdQ9iP2gLTKLixoyDHUlsk9p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F9UVUSsIOpGyDc3DiMdsN6xJpFUJsrsq { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15190;background-color:transparent;background-image:none;top:264.75rem;left:5.0000001192093rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#Zg1bV4arfB5FanLoQpIXHTwDnPmiXgms { position:absolute;display:block;z-index:15192;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:266rem;left:6.3125005960462rem;overflow:hidden;display:block; }
#r98i6UfT28chD5TfmBbkbPHciWsVo6pk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15204;line-height:1.2;letter-spacing:0;top:266.625rem;left:18.125rem;height:3.8997375rem;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; }
#b5pwKwgUdLRpPS9ZHenVzk960nnEbr5L { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15210;line-height:1.3;letter-spacing:0;top:270.9375rem;left:18.125rem;height:4.38671875rem;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; }
#pFF0xNInqCbSOmZylSzocyWlrkJqPrzJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15246;text-align:center;text-align-last:center;top:250.3125rem;left:5rem;display:block; }
#AAC03goIr3ZM8UJQvO32eszNgTnSpZTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wo6ycifC3L3lIdr9qC2ccNaaV3nI6edz { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15191;background-color:transparent;background-image:none;top:264.74935913086rem;left:38.41666662693rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#vA2bIhqSt4MA0Cs6cvtElJHfwinwRk6m { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15205;line-height:1.2;letter-spacing:0;top:266.62420654297rem;left:51.34375rem;height:3.8997375rem;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; }
#nC2Z6Atbdtd6orDtUFROLJG1T3xKv4A0 { position:absolute;display:block;z-index:15193;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:265.99935913086rem;left:39.625002503395rem;overflow:hidden;display:block; }
#W6DrGVWev9HmVIfUyeyfkEfGyqT5yTMT { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15211;line-height:1.3;letter-spacing:0;top:270.93670654297rem;left:51.34375rem;height:2.92448125rem;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; }
#SBVQ0TL7BewQFSr5RqTKlx8mhUMCeltU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15246;text-align:center;text-align-last:center;top:264.7490234375rem;left:38.375rem;display:block; }
#Ie1ZDVyK4G4S6LIoeNr3bCyFgdkNL559 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IcbcWJ9CmsbOIPZd6DISGW6LCDldIrgf { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15191;background-color:transparent;background-image:none;top:278.64584350586rem;left:5.0000001192093rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#ubQ0UvhHiqQSQLcLR66n3bQ5EDKlUSWl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15205;line-height:1.2;letter-spacing:0;top:280.51953125rem;left:18rem;height:3.8997375rem;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; }
#VQlapHe9Tx9Bu7Gs7iLTJgCcF8mwZIMd { position:absolute;display:block;z-index:15193;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.4375rem;width:9.4375rem;top:279.89519309998rem;left:6.2500005960462rem;overflow:hidden;display:block; }
#wOlbXaia2wO9uMFb8pGA07racKFnXTKG { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15211;line-height:1.3;letter-spacing:0;top:285.04296875rem;left:18.125rem;height:4.38671875rem;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; }
#hsedJsizzOARWhUrZXuOlfXt6XpQNrGJ { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15192;background-color:transparent;background-image:none;top:278.64519309998rem;left:38.375002503395rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#ld7r9eR7grbG296Oi6bB8KcAVW7oAItZ { position:absolute;display:block;z-index:15194;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:279.89519309998rem;left:39.562502503395rem;overflow:hidden;display:block; }
#bwy8P1ew6tp9hycLbXPZe7xnJItlZXLu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15206;line-height:1.2;letter-spacing:0;top:281.14300537109rem;left:51.916408538818rem;height:3.8997375rem;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; }
#uxvMaJ8BnFU5cqsLEgZTSvGHeaVC2FV1 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15212;line-height:1.3;letter-spacing:0;top:285.54948997498rem;left:51.85416662693rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vPhGrH2h1Inoh3biHh848OG1OzRqO4LJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15247;text-align:center;text-align-last:center;top:278.6455078125rem;left:38.375rem;display:block; }
#imgQAwyG54CBCFtygC40PlEGyrmaDI1e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slTGV1rU9JFzMviWzB7fWRts5og1Sd08 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15246;text-align:center;text-align-last:center;top:278.64583396912rem;left:5.0000001192093rem;display:block; }
#cimQrgHNuqcoWr07ePXSaDaDAS7tc39U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tNzAWAzDwlfRxLkJNZvekhXgE1fKcLfk { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15192;background-color:transparent;background-image:none;top:292.8125rem;left:5.0000001192093rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#UcXLxTHwqcnRA0dvaUvw1BsWnvCxP8C9 { position:absolute;display:block;z-index:15194;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.4375rem;width:9.4375rem;top:294.34375rem;left:6.2500005960462rem;overflow:hidden;display:block; }
#t95awumSyyPu4cSdn8ZLSRFbUVWOlFLh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15206;line-height:1.2;letter-spacing:0;top:295.287109375rem;left:17.603515625rem;height:3.8997375rem;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; }
#c8Gs3w7g0fPiLVXHETXpBDkmwJqSBPTN { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15212;line-height:1.3;letter-spacing:0;top:299.873046875rem;left:17.728515625rem;height:2.92448125rem;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; }
#rzh3y1UdcTPIhNeLXZq3ycLVRH1UbeZb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15247;text-align:center;text-align-last:center;top:292.8125rem;left:5.0000001192093rem;display:block; }
#RXfAQTiOyvxIczJfWHnVZ8GeZL4peFpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S6zReo0prCoWA9v9vL8hIOOOQdCtg8P8 { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15193;background-color:transparent;background-image:none;top:292.8125rem;left:38.66666662693rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#tFtHf0eQprMRH0qVAiwmoU5gfAqcd6M6 { position:absolute;display:block;z-index:15195;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.25rem;width:9.4375rem;top:294.40625rem;left:39.906252503395rem;overflow:hidden;display:block; }
#OXbgcaqrWy1edDEhJKAFoeNu7qHwS2cm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15207;line-height:1.2;letter-spacing:0;top:295.2861328125rem;left:51.5rem;height:3.8997375rem;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; }
#r0N3ZqmyQxxXnh90N3lfowgQe52mO93K { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15213;line-height:1.3;letter-spacing:0;top:299.8984375rem;left:51.28125rem;height:2.92448125rem;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; }
#NDK6LO3vozS1I9FQpgorNpdtAXMRky33 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15248;text-align:center;text-align-last:center;top:292.8125rem;left:38.375rem;display:block; }
#d9kSpnnPoDEbgflW7Jig1SzW7VXregLQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AdaqooxXAnsaHbh00Ntc9uNrg1KivZOT { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15193;background-color:transparent;background-image:none;top:307.5rem;left:5.0000001192093rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#guk7TVHCT4cGSUDCkZLwgasTDFHs8fi7 { position:absolute;display:block;z-index:15195;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.4375rem;width:9.4375rem;top:309.03125rem;left:6.3750005960462rem;overflow:hidden;display:block; }
#ED7nNZXtJx1LBEUfzgDZX2IF2NBAbACk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15207;line-height:1.2;letter-spacing:0;top:310rem;left:17.478515625rem;height:3.8997375rem;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; }
#rObi7V9baPkdzNR1QzVQFxUopud81JR0 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15213;line-height:1.3;letter-spacing:0;top:314.3984375rem;left:17.478515625rem;height:2.92448125rem;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; }
#c00V7KcBZ7zXTwfsaFPKixiae9k11nTB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15248;text-align:center;text-align-last:center;top:307.5rem;left:5.0000001192093rem;display:block; }
#t0las1MCcfXJtZmdid9uyxla4CH6C0Nh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#du98e5iT9g374EiBGXuVEXRUn5gKo9kx { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15194;background-color:transparent;background-image:none;top:306.97916698456rem;left:38.375002503395rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#LS73h3oIO7hh1C3rT3wiPeTWTz5kon60 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15208;line-height:1.2;letter-spacing:0;top:309.03125rem;left:51.125002503395rem;height:3.8997375rem;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; }
#LQb2cSSawhrQFGlr8EV4mpE6XITr3KHi { position:absolute;display:block;z-index:15196;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.4375rem;width:9.4375rem;top:308.51041793823rem;left:39.843752503395rem;overflow:hidden;display:block; }
#fpRfMPF5T41JI0JTVZ4snhw6ShG1W4RA { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15214;line-height:1.3;letter-spacing:0;top:313.560546875rem;left:51.041015625rem;height:3.8984375rem;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; }
#DR4RHRBlN3oumqaVOnMOvo2id97AfcOB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15249;text-align:center;text-align-last:center;top:306.978515625rem;left:38.375rem;display:block; }
#ktE59T7BZbSP41ck1khsoTTlCQF5CGuK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iuE3bwJ55ONeepBLTMhgF28P9i0zT08y { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15194;background-color:transparent;background-image:none;top:322rem;left:5.0000001192093rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.04) ;display:block; }
#e6UvvMeV8lBadwPBwyLx4E9pfECpMWH7 { position:absolute;display:block;z-index:15196;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:9.4375rem;width:9.4375rem;top:323.53125rem;left:6.5312505960462rem;overflow:hidden;display:block; }
#lDnJgluJP2ZJ8CedGBA6qgDdzAyGCS6D { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15208;line-height:1.2;letter-spacing:0;top:324.53125rem;left:17.603516221046rem;height:3.8997375rem;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; }
#ZDEM8z08sLEBTCHgN7PD94XckqAN0Luh { color:rgba(var(--color-tertiary-1),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15214;line-height:1.3;letter-spacing:0;top:330.0859375rem;left:17.54166662693rem;height:1.4622375rem;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; }
#SO1WBDGT64IT2tbmqoMF82yur7ykuzhp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:12.5rem;text-decoration:none;z-index:15249;text-align:center;text-align-last:center;top:322rem;left:5.0000001192093rem;display:block; }
#ZTZna03uv0nxFfgQ8HgWKcTlkEI1oAi9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090a1a;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; }#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh > .row .container { background-color: transparent; background-image: none; }#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh > .row .container > .video-iframe-container { display: none; }#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh > .row > .video-iframe-container { display: none; }#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh > .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); }#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh > .row .container { border-width: 0; border-radius: 0; }#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;position:relative;display:block; }#VchPaU0B7WgbQkVbo5ReGXDVfoUqTG4S { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:"space grotesk";font-size:3.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:14.375rem;left:40.6240234375rem;height:3.875rem;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; }
#li1nRX8C9ddwPCP4q3X3rMnckaIkFyhi { color:#bebebe;display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:20.1240234375rem;left:40.6240234375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KHOiD7lF3z5TlvwLq3FhcXrJNq4waeT1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:12.5rem;left:3.6249961853027rem;overflow:hidden;display:none; }
#pTPmDXolwtUsAkBhWOlXSEnGpIKL6zWK { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:"space grotesk";font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:37.5rem;left:40.6240234375rem;height:2.1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TRkZuiyyxLCOCF13sTPXQLv4dtdHoEz2 { box-sizing:content-box;height:4.625rem;width:17.8125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #002a97, #69c5df);background-image: -moz-linear-gradient(160deg, #002a97, #69c5df);background-image: -ms-linear-gradient(160deg, #002a97, #69c5df);background-image: -o-linear-gradient(160deg, #002a97, #69c5df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a97', endColorstr='#69c5df' );";background-image: linear-gradient(160deg, #002a97, #69c5df);background-size:auto !important;top:36.25rem;left:40.5615234375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZQrsfQd6RSPbRDibpckJWTfWdCRDaL7w { box-sizing:content-box;height:4.375rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#090a1a;background-image:none;top:36.375rem;left:40.748046875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iy5rgVBGNEhhTKt3aJUzCMyL6Nv5pBtb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:4.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.2373046875rem;left:40.623046875rem;display:block; }
#BqDfb6A2KebefVfOR3GCn71V7DkZDJbm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eNzCuWax2F56HM8UVOuU84qVXopmTdA8 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ACxvwb9VaqWaQX4VoQO4viiwKATu3g36 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:75rem;top:2.4795532226562E-5rem;left:0rem;overflow:hidden;display:block; }
#n1cufw7g8709WZbwR9d8F3mZGlnsr4st { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f6f6f6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f6f6f6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f6f6f6);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f6f6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f6f6f6' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f6f6f6);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n1cufw7g8709WZbwR9d8F3mZGlnsr4st > .row .container { background-color: transparent; background-image: none; }#n1cufw7g8709WZbwR9d8F3mZGlnsr4st::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1cufw7g8709WZbwR9d8F3mZGlnsr4st > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1cufw7g8709WZbwR9d8F3mZGlnsr4st > .row .container > .video-iframe-container { display: none; }#n1cufw7g8709WZbwR9d8F3mZGlnsr4st > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1cufw7g8709WZbwR9d8F3mZGlnsr4st > .row > .video-iframe-container { display: none; }#n1cufw7g8709WZbwR9d8F3mZGlnsr4st > .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); }#n1cufw7g8709WZbwR9d8F3mZGlnsr4st > .row .container { border-width: 0; border-radius: 0; }#n1cufw7g8709WZbwR9d8F3mZGlnsr4st > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1cufw7g8709WZbwR9d8F3mZGlnsr4st > .row .container { font-size:0.875rem;font-family:arial;height:83.75rem;width:75rem;position:relative;display:block; }#q2pH49OFZfgIrIDDEKeuBprdSTtg0TyG { color:#0202d0;display:block;width:54.6875rem;position:absolute;font-family:"space grotesk";font-size:3.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:12.499218940735rem;left:5rem;height:3.875rem;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; }
#qv7eviGpg7uXbyHsnIO0W4avC0V84Tz0 { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:19.499218940735rem;left:5rem;height:1.75rem;font-style:normal;display:block; }
#ThhZPG7A8qMTqfU96rxZDCc40z7B2u30 { 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:7rem;width:11.25rem;top:23.124206542969rem;left:6.0624961853028rem;overflow:hidden;display:block; }
#U4JTnm2LeTHTJPUiJ9W26B1FgkZ8MgMH { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:21.875rem;top:22.5302734375rem;left:20.8740234375rem;overflow:hidden;display:block; }
#k5Qmkl9Bm6iQ1g3KUmLKEcJMXk9vFnqV { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:21.375rem;top:22.5615234375rem;left:44.8740234375rem;overflow:hidden;display:block; }
#CTGSP4cTR0CFCe3WNPEbUnOkOOnB8vlf { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:10rem;top:37.875rem;left:6.0615234375rem;overflow:hidden;display:block; }
#QMRL88wCqSAI06o4ATp9A32Tts26CJDQ { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:34.3427734375rem;left:5rem;height:1.75rem;font-style:normal;display:block; }
#zxKeaJgfNCnEt8DT98c9D1gev1nfVJCE { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:50.2802734375rem;left:5rem;height:1.75rem;font-style:normal;display:block; }
#p2l7MX0RIIo7ETNtcHUiCK9efo0LXqzq { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:31.25rem;top:53.7802734375rem;left:5.3125rem;overflow:hidden;display:block; }
#p63P7u4BuZ0nQh6w54SDfzhDrpDqJyAQ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.8125rem;top:54.1865234375rem;left:40.625rem;overflow:hidden;display:block; }
#FP5tcb2La4ZgeSCi4r1wkpXi3DwThDVz { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:31.25rem;top:64.5302734375rem;left:4.84375rem;overflow:hidden;display:block; }
#cyXOEzetzdB920OAihyrTEkxDeeI8kVD { color:rgba(var(--color-tertiary-3),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:34.3427734375rem;left:37.5rem;height:1.75rem;font-style:normal;display:block; }
#Pd3gN7UuaWW7T7ZZOpaGuK7GfVPfe3vn { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:11.25rem;top:36.6875rem;left:37.4375rem;overflow:hidden;display:block; }
#X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0e2a;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; }#X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix > .row .container { background-color: transparent; background-image: none; }#X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix > .row .container > .video-iframe-container { display: none; }#X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix > .row > .video-iframe-container { display: none; }#X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix > .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); }#X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix > .row .container { border-width: 0; border-radius: 0; }#X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#xnVQTIfQ8miKaRPdT0iWJGUu5aE6MXif { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.84375rem;left:56.249996185302rem;display:block; }
#pcKISpwPhlXEm84vBeFRLeJQmuT929LJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HBFEeOls5nmEXsTX6U5gWn1sztw9vL6R { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:5.375rem;left:5rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kgXWJayqBvOTP7BI8qzglR27fpVX9Rn9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.84375rem;left:40.674221038818rem;display:block; }
#EHrsLeT2HTbqaSqEGBRyMQIOazlF3yHJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AmDiNQDrBeAdCLVPCWxziMSzK3krRlOf { width:7.5rem;height:3.25rem;top:2.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0T6IhUlnF2J1IyIfIb134KqEXUU24rb { width:3.125rem;height:2.8125rem;top:2.34375rem;left:14.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdmBTxtVtT063SkRZlCliAlip03ZQsmE { display:block; }
 }@media only screen and (max-width: 1199px) { #TMmUQdNO1hkfgy6twPDtxQrWlMyLpo6h { width:4.375rem;height:2.8125rem;top:2.34375rem;left:10.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lgINwJT6nKlkbRJ6BFRPVaT4Zg2GZrUZ { display:block; }
 }@media only screen and (max-width: 1199px) { #QhPwinDkPRwrVb9J0OfmO2ETJIiabEmV { width:6.25rem;height:2.8125rem;top:2.34375rem;left:17.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzPCd6XG7xn2oXhboO2PMAmKJOBVkF4z { display:block; }
 }@media only screen and (max-width: 1199px) { #ixLS15mPWTyPbe1hVy3UGI5s3JPL7FGN { width:7.5rem;height:2.8125rem;top:2.34375rem;left:23.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eiR9t8l4JRuzJ8t7c9czhyKJqOJG8hov { display:block; }
 }@media only screen and (max-width: 1199px) { #COOApCTIHex2EFCkl9ZqBomCBJES3AVO { width:6.25rem;height:2.8125rem;top:2.34375rem;left:31.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TN85GP1tDhr8BcWc1ocmee0OgFE9pGUl { display:block; }
 }@media only screen and (max-width: 1199px) { #pchB17TvH4hp1t6ualUCc11d2g8zTyGC { width:4.375rem;height:2.8125rem;top:2.34375rem;left:37.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PAto66DuNHvCTppuDTx3CfdukuLHGA6n { display:block; }
 }@media only screen and (max-width: 1199px) { #ChKhhAzkkLeqKPhXNIiROTuz01co5TGC { width:4.375rem;height:2.8125rem;top:2.34375rem;left:42.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPwT8qnyARd5KLdS28Nr4oPh0HkfufWw { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SL6VAo4L29QIwKyMXeDL6ygXNINWiTGe { width:17.75rem;height:4.625rem;top:36.1875rem;left:2.5750001072884rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PkvW0PgR8tE6Zz5elFTpThBaLBJUsdoT { width:17.625rem;height:2.4rem;top:37.3125rem;left:2.6375001072884rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kgM203NZ8LdenQoq084wTpTE5WxclNvx { width:17.5625rem;height:4.375rem;top:36.3125rem;left:2.7000001072884rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uxa2uXlA0qh7zpm6EwJWrBCzoKlsD3mi { width:17.625rem;height:7.5rem;top:16rem;left:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sX1X62V8G0wCEk0N5uKQbpXOVmVZlOE0 { width:15.625rem;height:5.9375rem;top:25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QI44OGr4PP31T0A5hT7ATrvFxvJxPT8I { width:47.75rem;height:39.790625rem;top:3.6875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #QeybDI6HQILDVi3ZvKxWyy06pHyt8EAq { width:29.375rem;height:24.375rem;top:12.050018310547rem;left:18.281638846738rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #JLfXIDrbrComrP662OW6kudVqu9ZAQrM { width:4.375rem;height:2.6875rem;top:44.875rem;left:2.57421875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wwassdv78AAwhpiobMoKapvfNKswECzQ { width:9.375rem;height:3.5625rem;top:44.5rem;left:10.76171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygqbLWJGy86WGtmZK94S20FK9k3Lpksu { width:3.125rem;height:3.125rem;top:53.625rem;left:2.57421875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Svdrqff8Ka3N3K7l63s5fcyPdm5EMcyf { width:8.75rem;height:3.25rem;top:44.71875rem;left:22.94921875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lmTTt1iwmZo7nbRETDsl3g2kkL0mL2Rq { width:4.375rem;height:3.8125rem;top:44rem;left:34.32421875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B672746a6RU8Oe9MAnO6d7PTtFImzf11 { width:10.625rem;height:2.6875rem;top:50.34375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmqBJZuCp0mVohrmFv5lJNT7na8SA2DT { width:14.375rem;height:2.875rem;top:50.25rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3TSTh5L83gA7RKl4IfHGVDkQ36Q7koL { width:6.25rem;height:2.625rem;top:50.4375rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kd19gBCEKV8O3KpxqvmEuH1KOS24H1un { width:3.8125rem;height:3.75rem;top:44.03125rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb { display:block; }#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb > .row .container { width:47.75rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HJhgcdqfxd1AKCVcN2NewCEgcG1nm0Fp { width:27.3125rem;height:3.5rem;top:6.25rem;left:2.3750001192093rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #daS3416HN70WaxwTfFQKUW7IS77vTZzU { width:31.25rem;height:45.5rem;top:12.0625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PkCmHzUsk1LG1y4KhunlS2OC3zHTSKcV { width:42.5rem;height:25rem;top:61.875rem;left:2.5625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 { display:block; }#GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 > .row .container { width:47.75rem;height:131.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qli41LqbOAsWtI5XtXPMgVulLuZsxc9z { width:28.375rem;height:6.75rem;top:16.0625rem;left:2.5000001192093rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cHXvTuJZsRRQQTcERScDlCQrBg3QwOaT { width:24.0625rem;height:3.298825rem;top:28.4375rem;left:4.1249998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JPT63zkKse5wStfuIA92N03MTDqBTHtF { width:26.8125rem;height:15.75rem;top:36.5625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fo5KNJlHkCNWoHecHiXWmfFmkMpK2Rnk { width:11.6875rem;height:27.625rem;top:9rem;left:33.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEfcQX660s9TcadgzAdlneITNHTSd0O9 { width:8.75rem;height:8.75rem;top:61.9375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUDlBEIH17VmUnctxCztViA6gDup0oLg { width:36.625rem;height:3.575rem;top:56.25rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uSxFS1XVdWs2xA6rxpKVfNnL0obtvnPi { width:6.5625rem;height:2.7rem;top:71.9375rem;left:14.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pirgx43UUFMHIGBQihGlWHs1ksXBUNSN { width:8.75rem;height:8.75rem;top:61.9375rem;left:2.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #CDlnytutnEFqHRayDmTOWIkvohTWivAu { width:8.75rem;height:2.7rem;top:71.9375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I7EropcFvzsTzc2BrOF5nnc4lBkuhtII { width:8.75rem;height:4.048825rem;top:71.8125rem;left:36.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #er7d3C39zxlyVTVeLW3BIFbENPSy2Ich { width:8.75rem;height:4.048825rem;top:98.1875rem;left:25.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9UXqLE1PR79p3OqLuScZ5hvyMnOUkDO { width:8.75rem;height:4.048825rem;top:98.1875rem;left:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0Deb5Xqz5sw0UiBMKpAGHL5rU7Suezz { width:8.75rem;height:4.048825rem;top:71.875rem;left:25.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xF9I8GTnZv6gvsxtAyA5XKlxPVsX9Znn { width:8.75rem;height:4.048825rem;top:98.1875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u9UKKfHq4dPUIQR8W68WZJvwLGa57Ht7 { width:34.625rem;height:3.575rem;top:81.8125rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABcQWK7ygcu6B0IA6xkGb8dXVVlmN5rI { width:47.75rem;height:0.0625rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qH80wUogNkVnzuHo7ig7aauJPpbJH8PN { width:37.6875rem;height:1.7875rem;top:108.1875rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dMI5tWOu7BlDeQWTNOBQuszbVfmpkBLD { width:8.75rem;height:4.048825rem;top:122.5625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9hHTpeNlVOVAntrd9IVOwfm2V0G46o5 { width:47.75rem;height:0.0625rem;top:105.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rs0TvzE5Q6h4U0HaVfh7Ti7nQ6zHOBGW { width:8.75rem;height:8.75rem;top:88.1875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdtXeE3fTkpUAWhnnDNDz28RNXGpUo31 { width:8.75rem;height:8.75rem;top:61.9375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqxgPNTD6zTUL56MJW2O655Q8lpFO1RM { width:8.75rem;height:8.75rem;top:88.1875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8zBFQ1U2662S6bRduZFb4fZfxUkSfsv { width:8.75rem;height:8.75rem;top:61.9375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pXdKQG6kXBNcVCrHBhTxnK74TvgcRRbc { width:8.75rem;height:8.75rem;top:88.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gr0K0GSOVf0KXBZ1A88uTUglX4A5MOhQ { width:8.75rem;height:8.75rem;top:112.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQs4bsqmQC6IncemGfTTSD4fllAsQ16X { width:31rem;height:6.875rem;top:26.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S7Lf8ceGEP0mxU4UiNUfPh0h1er1QzDN { width:30.6875rem;height:6.625rem;top:26.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PiLqaJyJok7JzwnwptAuvnXEvIXL19s7 { width:16.625rem;height:3.5rem;top:12.3125rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PIe371BOitgRvW1JkVBsC7eoKnzwi49Q { width:47.75rem;height:39.791375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ASehfVsQnXIsufAoUTS6KWuTrzp5oAqt { width:4.375rem;height:4.375rem;top:64.125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H3vQKu4suSssEGy9qBDGr1PnUe71gD9U { width:4.375rem;height:4.375rem;top:64.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uuL7nbFBBCn1AKNO4WRsT1EbttFodJev { width:4.25rem;height:4.25rem;top:64.1875rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #suswkteTfXlpL1nCvqMP9fdOsUukGoJS { width:4.375rem;height:4.375rem;top:64.125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6d3Z0Pu9WQBCztqmOw7C42KybduIKDA { width:4.0625rem;height:4.0625rem;top:90.53125rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JzdZ3XvE1wwFBBcrBFc598IxHDNHluEo { width:4.375rem;height:4.375rem;top:90.375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mcfb30dTyxydHW45nZdTwET9KAPIJ5at { width:4.375rem;height:4.375rem;top:90.1875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KbNiC8xPGFTmz3F8OF4iaxcpk17LZnhr { width:4.375rem;height:4.375rem;top:114.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG { display:none; }#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG > .row .container { width:47.75rem;height:143.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Xr7VVgMJD8NxWU2vEA5SeZ5CRzKIcKTy { width:37rem;height:7rem;top:6.25rem;left:2.5000001192093rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPsLiO5FoatTDMZP5kgbeUdi0XzUzt1A { width:6.5625rem;height:4.048825rem;top:24.3125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZJ7l1zB37RBK16Eq0KF8GT9WFxXh9Os { width:6.875rem;height:6.7480625rem;top:24.3125rem;left:15.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qckGKksZ1uS5HEZWPwv8TRt98FBn2zpG { width:6.875rem;height:5.3984375rem;top:24.3125rem;left:28.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlcTSsZieTTTPErmsO0trd6z7h0OXoGh { width:7.5rem;height:5.3984375rem;top:38.873046875rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tipg25COitx3oyH2qADNsSo5nSVZD222 { width:7.5rem;height:5.3984375rem;top:38.873046875rem;left:15.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ao561ZKeeIfmN5AP7xySaFKLDo5g0d7S { width:7.5rem;height:1.4375rem;top:20.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E47SCKohrTRhdd7GfQBB4fLUhS29FpyU { width:3.5625rem;height:3.75rem;top:19.21875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #St2KaEcC9NB2vhpcv4mfQvSTa328dZiK { width:7.5rem;height:2.3125rem;top:19.6875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tw76lm7FW1plBaeC4M0aD4ifpFSAyTK8 { width:3.75rem;height:3rem;top:34.498046875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HzLbGtwpLQcdvq1F0SnbsH96AKgAIRHT { width:3.5625rem;height:3.75rem;top:33.935546875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTpcD55PxHAwdR9C4mgKmUUSaL0QwXHq { width:6.5625rem;height:12.1465rem;top:54.75rem;left:28.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o9UwvKJVn3C8okAteeLEgQwA0cirvnHc { width:6.5625rem;height:12.1465rem;top:54.75rem;left:15.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EsUla0HZllKKnK4GwVd57MrlGquQC89a { width:5.0625rem;height:1.6875rem;top:51.25rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dr1SGvNanTosiSPtI6vJr0ewnHc8xXVc { width:6.875rem;height:1.875rem;top:51.0625rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PLN19AW5KEcswTtl0wN5L2FBn7dbZ1HP { width:6.5625rem;height:12.1465rem;top:54.75rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRREDUuW9VQQpnTycbPtMxFUZ9CH5wCr { width:7.5rem;height:7.5rem;top:48.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #msvzLVZOSTSiZmKXrtscSST4wgaJpygW { width:6.5625rem;height:12.1465rem;top:77.25rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oMsuqXgZvz6FmOs4cDocB4S1wpsfbv4Q { width:6.5625rem;height:12.1465rem;top:77.271484375rem;left:15.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tlOyVGUP19GbZKiz3AvcKkdC8vADvHv1 { width:7.5rem;height:7.5rem;top:70.6875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sRHN4Ppdxl1fbxP2lEtTNqBwDBDdmCCF { width:5.625rem;height:2.5625rem;top:72.875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M5FK7dfNFQpoIdvM11vgdBbocqw2AWKQ { width:6.5625rem;height:12.1465rem;top:77.271484375rem;left:28.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MnkR537hS25iITqPTcu22P59C8XWAoTc { width:6.25rem;height:6.25rem;top:71.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lx2bSpTu2UzINutUDqzgz9fLJ8Uf9Fya { width:7.5rem;height:6.7480625rem;top:100.146484375rem;left:15.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NkGtrhW0VETT56XC3lVEGd2WV3xPxOo8 { width:7.5rem;height:0;top:116.0625rem;left:38.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MXGKhoncBIWr4uHpOksflLTV6Vf0HtVb { width:7.5rem;height:6.7480625rem;top:100.125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tdCnKmRAAwZMuDK7W5pklwezmxQBT0UK { width:7.5rem;height:6.7480625rem;top:112.607421875rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EGNsulZg8BH7nM8eM9rMmcg8mL4r63gy { width:6.25rem;height:6.25rem;top:93.875rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBMxtOpZs4go0mZ7AcK5R6aKBwsZ0rQT { width:5.3125rem;height:1.6875rem;top:96.271484375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #boLk1JAiZ15n4oOmC7CkC4IQk8VsV3J0 { width:7.5rem;height:2.125rem;top:109.044921875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vrS2lLRGZqi1c08bOC2TiWgX8TsFgtdK { width:8.125rem;height:2.9375rem;top:126.66796875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cw0lk0HTwCbCIAfmaV8Dy3TEXoWiE8pg { width:5rem;height:2.5rem;top:95.646484375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xD2wzwJnTpNT80N9Uo8LTw1rqe7V44mz { width:47.75rem;height:0.0625rem;top:69.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xoqRsUL6l089prZGVgoNeuF488NNpFoL { width:47.75rem;height:0.0625rem;top:92.521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QWtS7guAuwtS7BLv7OxXPyABTdTkMbCM { width:47.75rem;height:0.0625rem;top:47.396484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pds5VBqgC8fyyRu41XJdGcPt6dbCVWsg { width:37rem;height:1.1875rem;top:14.5rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eiXa6HixLl9OmaziM2hNz7b1rstHUoVK { width:47.75rem;height:0.0625rem;top:47.396484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DUTfzQbnqyTMEOiyxVWONAVpgKBTV8IG { width:7.5rem;height:0;top:114.01953125rem;left:25.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OShp0JHiKkmlxk6bdAR2FZqyMdUTAqzJ { width:6.25rem;height:1.875rem;top:125.66796875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OFLIS17KHqPW00wIczE8D0bXqATF1ATM { width:7.5rem;height:1.6875rem;top:127.98046875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zzmb7w6Qw4MQXZAWN1rZqAaHVZ7guln2 { width:47.75rem;height:0.0625rem;top:122.48046875rem;left:0rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 1199px) { #sLsI1vr9uXVkCJphz0iDn1C9KS8D7KvB { width:7.5rem;height:5.3984375rem;top:130.85546875rem;left:2.5rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #geiuMHg7pkmSyVlsNfktUaJWyMuuBLyy { width:7.5rem;height:5.3984375rem;top:130.875rem;left:15.3125rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #s3r0C3mAodny3qpqaXbl37E79qq7CVhy { width:7.5rem;height:6.7480625rem;top:100.107421875rem;left:28.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E7qf6PHsyWUTI79vopVHRI7wS4WS48yG { width:7.5rem;height:6.7480625rem;top:112.607421875rem;left:2.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd { display:none; }#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd > .row .container { width:47.75rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qJ3Nv7MtSxguOSRXPRCcJ7pZKB5en654 { width:47.75rem;height:39.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rz7XywvxzaTWphUlXumx72PTJDwid74p { width:45rem;height:25.3125rem;top:13.5rem;left:1.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #p0lr2eDTHtdxDr2afxOdykk9ktXKttq4 { width:37rem;height:3.5rem;top:6.25rem;left:2.5000001192093rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9 { display:block; }#B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9 > .row .container { width:47.75rem;height:615.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gJ9p2hwUa3SeeJspbxP0SesAPmxiT21M { width:37rem;height:3.5rem;top:6.25rem;left:2.5000001192093rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NaJU5zA3eJEqi4nmaaFwwAOLKIkkfTFl { width:15.625rem;height:4.38574375rem;top:20.875rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Awbdk2Xc5s2ZrnT5WD5OMlcqpeDdc6Li { width:15.625rem;height:3.8984375rem;top:16.375rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qAqvntzdktpbTFbfXJQDcSzizd58paZh { width:10rem;height:10rem;top:15.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IbisFRKzLJupsyB90QPBFaw0ntGJyKwD { width:31.5625rem;height:12.5rem;top:14.5rem;left:8rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DLPWBmfdUTXG1tdH3xvisERLiHvpg5Pe { display:block; }
 }@media only screen and (max-width: 1199px) { #kTXihanPsANoMxnfLrktTKnhwFxNRdLn { width:31.5625rem;height:12.5rem;top:14.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmyUhXFCxO9lLdsmSWqTMf4koSqOskPC { width:15.625rem;height:2.923825rem;top:164.5rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GpUK4eWBPgQN7p5RcfWB858818u5HfFn { width:31.5625rem;height:12.5rem;top:157.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mAffdQAB5wBbTNm2roOQAHdePv8ek8Q8 { display:block; }
 }@media only screen and (max-width: 1199px) { #zuPkH25BdZoxg0t55yWBPidT0pma8moT { width:31.5625rem;height:12.5rem;top:157.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e3iuJOlnSgEnNtcMoZhnCzAJUOKf8U0L { width:15.625rem;height:3.8984375rem;top:160rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #augz5bworqS5fhZDslHcFmlbzu6hfgJw { width:10rem;height:10rem;top:158.75rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q4F3Kwv0mmuSydPWQU9rRq3LrQE6ybWE { width:15.625rem;height:2.923825rem;top:35.125rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #co6BADP8y1erSrL9XwiPLVspS6GJ9UBl { width:31.5625rem;height:12.5rem;top:28.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJZ1Ug0J1Vw2JDv1Zg6dl6gqmsCGk0Sp { display:block; }
 }@media only screen and (max-width: 1199px) { #ftZO1RiPCIq80h2nTSwaAf4JBE0uKHUE { width:31.5625rem;height:12.5rem;top:28.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #homhyw1oJTOv8yqP8g3aQb70l2B931aR { width:15.625rem;height:3.8984375rem;top:30.6875rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vGrZBDEvSlLI0dm0STeMmWpAPgzM75iM { width:10rem;height:10rem;top:172.6875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CtzHUKbHwZdbVNgiucVf94wc1W06SJAK { width:31.5625rem;height:12.5rem;top:171.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZXmq3rJviBIzQmHGZC8S2lre8UgT19sq { display:block; }
 }@media only screen and (max-width: 1199px) { #vnJxVznkbkTwk6flElb791bIGZPdUBGP { width:31.5625rem;height:12.5rem;top:171.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QcUEeBds916cSIQQmksp8ddpiNz7fduS { width:10rem;height:10rem;top:30.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mNo6tQFkG8ewAi6cuUzsWfZ1Bm4cbb4b { width:15.625rem;height:4.38574375rem;top:177.8125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WcrK09HQDaBFsxV6zG0zPT89ZaegqIFR { width:15.625rem;height:3.8984375rem;top:173.25rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qk3Py0wTPs9gJZgi9qwXsLDM3fORS4mM { width:31.5625rem;height:12.5rem;top:228.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbimHakQsEo0P1hMp697RlTc1paTDQB2 { display:block; }
 }@media only screen and (max-width: 1199px) { #dNmkSGdBqCRsgXnddaxFcUTklnsAekkO { width:31.5625rem;height:12.5rem;top:228.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aONpKq8IgwBD6H7mJsFHlB6qo0pTfCVv { width:15.625rem;height:2.923825rem;top:236rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wys3S8ixg5TIEW3f0RUImzTr27V1W87c { width:15.625rem;height:3.8984375rem;top:231.375rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #id5b1uOyZU1meTpKuLPN2IEkuyDQ0NZx { width:10rem;height:10rem;top:201.375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yhpsbuO3bL72ROB26qPrTVsJzf9RZFy1 { width:31.5625rem;height:12.5rem;top:200.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mXei1vtHING6TI863TImhATSTC8kWDiU { display:block; }
 }@media only screen and (max-width: 1199px) { #MiD0OLr8fgORPS3drX80tdyVxD6GXaRt { width:31.5625rem;height:12.5rem;top:200.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #on0qWrzkLG4mmzmOTOvdK7gdUuN45oWH { width:10rem;height:10rem;top:230.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkJwL32oAf1t8O4MxNSA9TwANnkC1ioX { width:15.625rem;height:2.923825rem;top:207.25rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTTFAm9PI8Bau2fOoPwua45cO7SDsCwH { width:15.625rem;height:2.923825rem;top:192.5625rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R02KvKhhR8zHtEupiIgshTc5el2yBb2S { width:15.625rem;height:3.8984375rem;top:188.0625rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNBIt3cfSuPZnIR9ANtUCXl1r58T1FyE { width:31.5625rem;height:12.5rem;top:185.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lPTFf1TOW9rQGAl52CL25GC6UyNObouQ { display:block; }
 }@media only screen and (max-width: 1199px) { #XDDvQZAZTTSEMHHT4DkfeHXKSW9bVy3h { width:31.5625rem;height:12.5rem;top:185.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otMwJmN1TTegMOBONhO4wrRmiXNGnfhg { width:15.625rem;height:2.923825rem;top:50.25rem;left:21.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kLAJDzcbmUrON7qVUF6uflKpsGXozSRW { width:31.5625rem;height:12.5rem;top:43.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wVg8Bb5iOF5qRxvgv0VaUQUQzEKwG9iZ { display:block; }
 }@media only screen and (max-width: 1199px) { #gZ5FNsEvrxJLZXTclTbxto3ILKHbCKdV { width:31.5625rem;height:12.5rem;top:43.125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdgvZgJfJ1ZbOrqNcamsdkXwUmHaw6xg { width:15.625rem;height:3.8984375rem;top:45.625rem;left:21.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iONNCHOnccMb8bq6d3pFk2Wcw4WEddrs { width:15.625rem;height:3.8984375rem;top:202.625rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EtlATTqsNzPgNcbSHwo4gMnB67UywWCa { width:10rem;height:10rem;top:187rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WE7WAk5Boh4X7TJJK7Pnc1sPSMcp1NQL { width:10rem;height:10rem;top:44.375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qJnQDU7LP55HuoTI1XF6QpXf3TPT6TKA { width:31.5625rem;height:12.5rem;top:272rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #newTlfW25O2lsnqeveT05Q85ByB5TU3w { display:block; }
 }@media only screen and (max-width: 1199px) { #T4doFwQVidnv7uvL4U0pdo7QebuOKIgK { width:31.5625rem;height:12.5rem;top:286.375rem;left:7.9375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #DbI9VWQZx97EKAIxX1n1OVV1gWqFqG72 { width:15.625rem;height:2.923825rem;top:292.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IxOncReWVvv9Rf7cWE6VAKtXBcqpsCmC { width:15.625rem;height:3.8984375rem;top:288.1875rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PtKIVDpMnpP4LpAc1QrZRcFJMTMRo32a { width:10rem;height:10rem;top:287.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fHUxXDlOmuzEo7Jo7cbsXatO805At8rK { width:10rem;height:10rem;top:258.875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fBwZL3qcphdHVgeCyzLJ84i1ioK8OpDN { width:31.5625rem;height:12.5rem;top:257.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gw7g2NGhsTvOXdQclrRzCzlUTITiKrR2 { display:block; }
 }@media only screen and (max-width: 1199px) { #PUWpqTmEdJ1OW4TnkECuntDFlLe9Ibb6 { width:31.5625rem;height:12.5rem;top:257.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JPz2VJR2TaDWmyKdtxbkWeMhERt0wBUh { width:31.5625rem;height:12.5rem;top:243.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kkephe8ZoXed9KrL8nONUIapOhEzv4vh { display:block; }
 }@media only screen and (max-width: 1199px) { #oK0w8BIZMgeTzaFtFcmvfPhhw7bSNkqA { width:31.5625rem;height:12.5rem;top:243.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdbCWmHgmXORCwcBCGx2KaHw4TvlKngx { width:15.625rem;height:1.4625rem;top:279.125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AOCROd0bzhLXoGB0D8iq10oxg7t69mle { width:31.5625rem;height:12.5rem;top:286.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJml2vtD8Kpd6FEZzoRC0yu15fWbznrD { display:block; }
 }@media only screen and (max-width: 1199px) { #iqM4uzPUELa0iWBNFJhg8AZVuRdoA0iI { width:31.5625rem;height:12.5rem;top:272rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tPwRiAUabFIoq7w1cLGPgxAhM9ypMci5 { width:15.625rem;height:3.8984375rem;top:274.5rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rKIRlThRomveGRdK6vdFDpbWdHxFeG2Q { width:15.625rem;height:3.9rem;top:264.625rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pGt6nRDibS0fr75ntDPx58JwiyxU4Hft { width:15.625rem;height:2.923825rem;top:250.375rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HCB1nN9UcopbTR3n7DZ0RKZQo9mITZul { width:10rem;height:10rem;top:244.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0HF8rgCfEyD9cbi9PoZvnBabWR3i4Il { width:10rem;height:10rem;top:273.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c220KwHQqnzfSnXs5QCTPAuQeOOHJKMi { width:15.625rem;height:3.8984375rem;top:245.5rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mM2q5lXsKrAGeGuZUWcUPzJWDNtGEm4U { width:15.625rem;height:3.8984375rem;top:260.125rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VnTmiiFpFs6wRsL51mACkvyV7aWqMbL9 { width:31.5625rem;height:12.5rem;top:358.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AMSp3cPKUlWx8Ttme59Zy3la3mNOPBhy { width:15.625rem;height:1.4625rem;top:365.25rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UxhKEdMRJuGOhlZ0lh60bTGyFO7ILvms { width:15.625rem;height:3.8984375rem;top:360.75rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kimK7NGmUACpOHwEqaaJkERX1z31qePM { width:10rem;height:10rem;top:359.4375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HDqmk5twxfhraslmWhRzZHnNRGwV4NSu { width:10rem;height:10rem;top:345.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #irLGLMLrrLViA9OkIXrs3AHqx7QXmnvr { width:31.5625rem;height:12.5rem;top:343.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VNJwum6phEabaLkuq5vwbI2L8OUXKRfA { display:block; }
 }@media only screen and (max-width: 1199px) { #BBk8vIg7qzUfWnZHuyTXdqRzLAFTgFbI { width:31.5625rem;height:12.5rem;top:343.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pkDPNZPRkmTM4kmAwn466iZ9LNVqqP5Z { width:31.5625rem;height:12.5rem;top:358.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgNdsAIR1ToVh0bRR0aySBQFKQhyqLp7 { display:block; }
 }@media only screen and (max-width: 1199px) { #J6kDZbs1tN4xmkVxNlRve5Zr3HurkXbT { width:15.625rem;height:4.38574375rem;top:350.9375rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EWtrLw4P61ULbDmqXLdWqN6Al8ow06Pl { width:31.5625rem;height:12.5rem;top:329.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ySxzwwHT9wdRGQLCTTkJeFc18us6p6Eo { display:block; }
 }@media only screen and (max-width: 1199px) { #OI2Oc2HQfBJsrtlXXpQ8qkAnHx6guLKn { width:31.5625rem;height:12.5rem;top:329.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rq4XWSTPTXezJFCPz1tAdhPTaF9TcPh0 { width:15.625rem;height:1.4625rem;top:336.5625rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r1N6KXZCT2Uh3PsIFAxiRzZ3xo3L0mpS { width:15.625rem;height:3.8984375rem;top:332.0625rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y4FpxLfUSVsOmPVMpMdezH0Pp58aiBu1 { width:15.625rem;height:3.8984375rem;top:346.4375rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xRlvTI6S6aNF3wwvWhooAuVAhpSB1MLh { width:31.5625rem;height:12.5rem;top:315.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svnu8axn6R18TTdq27lAOg6iq0dBBWiT { display:block; }
 }@media only screen and (max-width: 1199px) { #Ltv7HXv6lpeyilTKvzKRcoByIw1cXmeV { width:31.5625rem;height:12.5rem;top:315.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XwoUfhNVRkVzWJe1bTaO7sNkRHOUAJuo { width:10rem;height:10rem;top:316.375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AckLeTemeEREfN9RlZiIbVHuWgNihtti { width:31.5625rem;height:12.5rem;top:300.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zR2v4536fDzdMxuu3fXmDcxo1FpWaTkk { display:block; }
 }@media only screen and (max-width: 1199px) { #igctOTQUV3RKF5bq9WT3JhZbo2h12bAg { width:31.5625rem;height:12.5rem;top:300.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qnMUsXIuuE35nHhRQzlb0TOcEG4Q4QdR { width:15.625rem;height:4.38574375rem;top:322.1875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vNHKByUGp8LW2Lc7525XSkflrRBFOsfZ { width:15.625rem;height:3.8984375rem;top:317.6875rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WEe0uF3IKVe7rIBnFErVQ4OJSCWZJnNy { width:15.625rem;height:4.38574375rem;top:307.0625rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrmNf7Dg9DmBvDbWGsH9raTWauKxTzlo { width:15.625rem;height:3.8984375rem;top:302.5625rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iq9VeiViNreeW840TqEs8Xw93mFmKoOO { width:10rem;height:10rem;top:302rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #arVBF6CKM5HN4PXUTinLPZfd0gNpTp1o { width:10rem;height:10rem;top:330.75rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aPNlMTcdzeXocd0CRG58gE7e1LnkT7Tt { width:31.5625rem;height:12.5rem;top:372.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #enrS5PaJUPuXQBLvNuhOaU3BSvLke8nT { width:15.625rem;height:2.923825rem;top:379.5625rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0qQleK7baMk1zSWE3987En1bN0nQ4uK { width:15.625rem;height:3.8984375rem;top:375.0625rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1RuEWBLF2UtR6TQeOCb3i3Tuh3hdTT1 { width:10rem;height:10rem;top:373.75rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3TneQRKq67EdD1nVzbTcEywXWanCUTU { width:31.5625rem;height:12.5rem;top:372.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #si3FBs4S8dFNZ1EWIzeLiicUbs73gKPv { display:block; }
 }@media only screen and (max-width: 1199px) { #UkfT04bMNlOnAgxK0v4ImTV1w7zAWtxW { width:31.5625rem;height:12.5rem;top:401.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dmmLCmpNsKHbGZhTFT7yKKNlSyQFqrOK { width:15.625rem;height:2.923825rem;top:408.3125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N08Vd8S6VRQQgTSzTmJTZ5ITIT1mFa6m { width:31.5625rem;height:12.5rem;top:401.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q8ixn3NqCG7RHzihKowoviWMOHT50xG7 { display:block; }
 }@media only screen and (max-width: 1199px) { #POSeHbGO1wv5zRpHT7fFr5zCzCXbnetu { width:10rem;height:10rem;top:402.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hFLZrB9hpKBANK0Wvr4X623RD58qMrI9 { width:15.625rem;height:3.8984375rem;top:403.8125rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIcypxeaVg3JZzKurviLpfelP4IoTZ8e { width:31.5625rem;height:12.5rem;top:386.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DcBz3nyFZ5IKNGaRLzOnCH4V3CHVnpdt { display:block; }
 }@media only screen and (max-width: 1199px) { #JlaTozTZl7ECZQau8kZsaogN6RGeNpQc { width:15.625rem;height:2.923825rem;top:393.9375rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #immLiyQ4S9OyEJ85DmHMxEr6W1v5zvk2 { width:31.5625rem;height:12.5rem;top:386.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAlTBXFPr0Bwe9T9il4ezQe34dfFTo9S { width:15.625rem;height:3.8984375rem;top:389.4375rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sLCD2hKydHAuXMzhGdAs89b0o2p2IKlz { width:10rem;height:10rem;top:388.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tp4WXZyzLAm1zKyZn2lDHc6xFXWcOUDz { width:31.5625rem;height:12.5rem;top:415.625rem;left:7.9874997735025rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K6BVeTmnm314QNlsQFAGPdCVczDaHNhs { display:block; }
 }@media only screen and (max-width: 1199px) { #OUgpDo1TKR6tNBi9hfuqrmZ96Q6MQnDD { width:31.5625rem;height:12.5rem;top:415.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVV4gXuIt6M6dvGur52FiaMqJeSGDFfA { width:15.625rem;height:2.923825rem;top:422.75rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xq9hTxs7JlCWiMddT0DulvzfUmG4T0GX { width:10rem;height:10rem;top:416.875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2KDJTnvH9hrA9IRuP8WWTg5KmBo7hVr { width:15.625rem;height:3.8984375rem;top:418.125rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tEXVG5I6UTmvfVBy1c46JdHQ1S68FkKD { width:31.5625rem;height:12.5rem;top:456.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5ON0RqquQ4ctBUTLq0svQal1wxf6h0w { display:block; }
 }@media only screen and (max-width: 1199px) { #mEQeBzfbPQ5za17kX8sLQq7T8xzXTEUM { width:31.5625rem;height:12.5rem;top:429.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nAOFTZbOy0rsxI2G814HFSzKnbHu62WC { width:10rem;height:10rem;top:430.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FcMqWmqq04DGl8HqV1nnIvli8zLpQEuA { width:15.625rem;height:2.923825rem;top:437rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGdTRm581mnrtB9mbxpKxx2IkV65FBX4 { width:15.625rem;height:3.8984375rem;top:431.875rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KccuQQp52QJKm1MgKXed1G5dbPFueOK3 { width:31.5625rem;height:12.5rem;top:143.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbcSF3l81R74uEB9Zdnt6kIkbzU1FACk { display:block; }
 }@media only screen and (max-width: 1199px) { #TfTpTTXVUSd5hPU5sPugDwTkTVtXhRPz { width:31.5625rem;height:12.5rem;top:143.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lhDoQZRJMhSXkyQZNfK0mJQQQn3FGapD { width:10rem;height:10rem;top:144.375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6GTwrWXISIVgAy1gDE7ucW0wTLz9W5K { width:15.625rem;height:3.8984375rem;top:145.625rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sLsoXxq0GtQQwIlNAR3yHFI3MWdxknML { width:31.5625rem;height:12.5rem;top:214.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hDAhDpRTpufQ84r8BOaH65Te6UNo6fb3 { display:block; }
 }@media only screen and (max-width: 1199px) { #ZL3Z85le5aBW7HtmL4UEEG7S9SasGznM { width:31.5625rem;height:12.5rem;top:214.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xkaK779Hoqf1zUOVCvGTKWHt2fif10aJ { width:15.625rem;height:2.798825rem;top:220.9375rem;left:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bx8wqlbBm4ZiAQIgslbRlu8fc3J3T0MW { width:15.625rem;height:3.8984375rem;top:216.375rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dBD1WelPv6TDhOfwS6PRUE9ykbDT6S1J { width:10rem;height:10rem;top:215.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EBDGitG2pDQTANu3KNT6f1Ak91GVdJrW { width:17.8125rem;height:5.25rem;top:106.8125rem;left:21.25rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #lRXZTrt4UeOIWvVk9lwiiTeoswyJD7OI { width:31.5625rem;height:12.5rem;top:100.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #utZ0NmJabJOWCDCPx6nK151saRz1VuyC { display:block; }
 }@media only screen and (max-width: 1199px) { #CHnfhm6ubDBQXOpDCAoXTDgrv6HhDzgG { width:31.5625rem;height:12.5rem;top:114.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PIrafpRttVoTVGC4x6LehE22AcH0Ze9B { width:15.625rem;height:3.8984375rem;top:102.5rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bkDqgcT6h84sVgp1Bthn0eNPtAeToLIt { width:15.625rem;height:2.923825rem;top:79.0146484375rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oWCZdTwhlNJyAIAxyJmOnuyhVLrMselK { width:31.5625rem;height:12.5rem;top:71.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJdJqMFI4gRufcmqqpZRIkskIFruSeXM { display:block; }
 }@media only screen and (max-width: 1199px) { #PGio0Ssecn08LgDtRlmi2fkxd695PP3n { width:31.5625rem;height:12.5rem;top:57.5rem;left:8rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #EMRG1rWTFCVF0E6HxRP1JH0ROiURUDh4 { width:10rem;height:10rem;top:73.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ofoAbxnmToK2zKyuNSArqFM2Wf1WtmPr { width:10rem;height:10rem;top:101.875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hon0d0tmmyKwxcG4Ly7ouVgVU0Bcoxn4 { width:15.625rem;height:3.8984375rem;top:74.375rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XD6GIwf10OEfTrQLVn6hnXD0ZOwr7891 { width:31.5625rem;height:12.5rem;top:57.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Obw7WTUoHe3TpuQbTcFyR9xhRH8pt0c4 { display:block; }
 }@media only screen and (max-width: 1199px) { #tagBOrSdph37TG4Gon4PMe8gaRlx0sar { width:31.5625rem;height:12.5rem;top:128.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QdudCU06xALD4zsdfOIMZcVP0uGyGD7A { width:31.5625rem;height:12.5rem;top:86.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c2ghNlp7S5ExokZKtOn5rlokToha310Z { display:block; }
 }@media only screen and (max-width: 1199px) { #xLBmn0CU2U8QD1Vpa23HzQ3LVSwcNOJp { width:31.5625rem;height:12.5rem;top:100.625rem;left:8rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #Mcq9Q2dpiAnC3XuF9TaaENT2VxPfntnq { width:15.625rem;height:1.4625rem;top:64.6396484375rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTRJ9BySTdHA1kn9RaAyJyEWTSmI1NAe { width:15.625rem;height:3.8984375rem;top:60rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zW3iiEamIuV56IwTQnLuxTv3qmVqhhiu { width:15.625rem;height:2.923825rem;top:93.3896484375rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ANUuzGZxyLF3byTNTSISEhy2L5mDpi26 { width:15.625rem;height:3.8984375rem;top:88.75rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cesiT5JESEUQOVeW5re6QxrIq2gMTqIE { width:10rem;height:9.875rem;top:58.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VT2T1G5utKTZ8HdEV3UEKxfSfoyBZT41 { width:10rem;height:10rem;top:87.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nt4E5PoMSbId04QKbPAWJuIWfpTti2w4 { width:15.625rem;height:2.923825rem;top:135.0517578125rem;left:20.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qITmupip2ndldUJqP62N4pAPwViRVJ9L { width:31.5625rem;height:12.5rem;top:128.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJXzBU36hTaXzyhv1UWKW3aTG1Pul5AK { display:block; }
 }@media only screen and (max-width: 1199px) { #JRwOyWBITqZ7xE297XzgV69IxCdA3FCO { width:31.5625rem;height:12.5rem;top:71.875rem;left:8rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #gtF9yRfoOXBliECNLZWAbo0Tk8yDCHS2 { width:10rem;height:10rem;top:130rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iqpb3vtTFpfiyg4iPAxXbHeFP1JO4xf7 { width:15.625rem;height:3.8984375rem;top:130.625rem;left:20.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xH1PkVWQRsPtzOAouJqPqTt0bCWtpAUT { width:31.5625rem;height:12.5rem;top:114.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aSctytOPamNS5Jqa7cXe4zTFG52aMgys { display:block; }
 }@media only screen and (max-width: 1199px) { #Jf1uoaRKRK9UL85M1Kbiq1CPo36cbL27 { width:31.5625rem;height:12.5rem;top:86.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #da5G04s8BWsyDxh5NWREyw4xHWUVAHOH { width:15.625rem;height:2.923825rem;top:121.5146484375rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a8WNnazOmCZilDNhnT5798oC8ezx42cH { width:15.625rem;height:3.8984375rem;top:116.875rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXeW8dNQSMKTbZbzUcOc6fGFTJ8x6tWa { width:10rem;height:10rem;top:115.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCJfG72280065SZSClv658kJX4isOUuD { width:15.625rem;height:2.923825rem;top:150.25rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kxdJIekvDHxJINksrBcrioqg4ablM80C { width:31.5625rem;height:12.5rem;top:14.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zgisJAqS63MCX1tJSlSNKuGzTmfA0XMf { display:block; }
 }@media only screen and (max-width: 1199px) { #mDBaFTbCoTTJA9HDGlxiJmK06WTV60eE { width:31.5625rem;height:12.5rem;top:443.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ti6rAVofcEB9REtWpqhd79VtgW44M6mP { width:15.625rem;height:3.8984375rem;top:445rem;left:21.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ms6r2MbM8E71SoM6EDIDmtBB6Zo2Beth { width:10rem;height:10rem;top:444.375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rilTPRHThX7sJVpyM0cJ7ruxb5rnhCbp { width:15.625rem;height:4.38574375rem;top:449.5rem;left:21.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #esbzfwdv2oTRkbmxt9tNkDIlSsbVKvsv { width:31.5625rem;height:12.5rem;top:456.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKkDIBcxrBz7s7vAosAyFqp0Vkomp81H { width:10rem;height:10rem;top:458.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QCwXKUcumzyBLdwATtBSoMaO9EOmw81l { width:15.625rem;height:3.8984375rem;top:459.375rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bOT39UZ1MqvizSfx9LzFWZwuWhc7NgmA { width:12.375rem;height:2.923825rem;top:464.1875rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GUUXRT1Qm16yCNPmanb9siSt6WJ4ySpo { width:31.5625rem;height:12.5rem;top:429.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L7mO80EnTDpkl3mwUwnN0ZViyTsIfA32 { display:block; }
 }@media only screen and (max-width: 1199px) { #FHFnF7DGRs4Jn8oV7kQSWk94R9AWOOrs { width:31.5625rem;height:12.5rem;top:498.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y4gI1sfLZeJ0ovEfptKbX3QMBdKcCpQs { display:block; }
 }@media only screen and (max-width: 1199px) { #XVJvQFdzEqS8eS0PHciWWNWgTthCP6uQ { width:31.5625rem;height:12.5rem;top:498.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #inb51Ohv56ek2hL3X7o70HWFnq6kyKx4 { width:15.625rem;height:3.8984375rem;top:473.125rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yuuVAhOs8nUcJJubLH5vzConPOyfQSdh { width:10rem;height:10rem;top:471.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GXmVME2KyxdnDc6D0Ve2IASK031aLzkR { width:15.625rem;height:2.923825rem;top:477.7646484375rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyJEXtQlvJc0kaorZlu9CTbws59oDo4I { width:31.5625rem;height:12.5rem;top:484.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KNDxC3QKeKrDxXMpKOETLUx8Sp81KKsM { width:10rem;height:9.9375rem;top:485.65625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZGETpns79g7aCcSp1dc4WgXNrmUQCTMx { width:15.625rem;height:3.8984375rem;top:486.875rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vtnlHzzxNx4KiurW3pd0OLoI4gJCtJ4o { width:15.625rem;height:2.923825rem;top:491.5146484375rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHwhf1yRVxnn77rbTrF0vBlfBUNTwE7Z { width:31.5625rem;height:12.5rem;top:484.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeWLML6VrLK83BnuCtXAIKNGf3KtVQqW { display:block; }
 }@media only screen and (max-width: 1199px) { #CA3Qo9NVNTdqVyMlaPcM85xM7lfr3Wbk { width:31.5625rem;height:12.5rem;top:443.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OUkU7tQlvdQ9iP2gLTKLixoyDHUlsk9p { display:block; }
 }@media only screen and (max-width: 1199px) { #F9UVUSsIOpGyDc3DiMdsN6xJpFUJsrsq { width:31.5625rem;height:12.5rem;top:470.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zg1bV4arfB5FanLoQpIXHTwDnPmiXgms { width:10rem;height:10rem;top:499.375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r98i6UfT28chD5TfmBbkbPHciWsVo6pk { width:15.625rem;height:3.8984375rem;top:500.625rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5pwKwgUdLRpPS9ZHenVzk960nnEbr5L { width:15.625rem;height:2.923825rem;top:505.2646484375rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pFF0xNInqCbSOmZylSzocyWlrkJqPrzJ { width:31.5625rem;height:12.5rem;top:470.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AAC03goIr3ZM8UJQvO32eszNgTnSpZTW { display:block; }
 }@media only screen and (max-width: 1199px) { #wo6ycifC3L3lIdr9qC2ccNaaV3nI6edz { width:31.5625rem;height:12.5rem;top:539.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vA2bIhqSt4MA0Cs6cvtElJHfwinwRk6m { width:15.625rem;height:3.8984375rem;top:514.375rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nC2Z6Atbdtd6orDtUFROLJG1T3xKv4A0 { width:10rem;height:10rem;top:513.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W6DrGVWev9HmVIfUyeyfkEfGyqT5yTMT { width:15.625rem;height:2.923825rem;top:519.0146484375rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBVQ0TL7BewQFSr5RqTKlx8mhUMCeltU { width:31.5625rem;height:12.5rem;top:511.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ie1ZDVyK4G4S6LIoeNr3bCyFgdkNL559 { display:block; }
 }@media only screen and (max-width: 1199px) { #IcbcWJ9CmsbOIPZd6DISGW6LCDldIrgf { width:31.5625rem;height:12.5rem;top:525.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ubQ0UvhHiqQSQLcLR66n3bQ5EDKlUSWl { width:15.625rem;height:3.8984375rem;top:527.5rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VQlapHe9Tx9Bu7Gs7iLTJgCcF8mwZIMd { width:10rem;height:10rem;top:526.875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wOlbXaia2wO9uMFb8pGA07racKFnXTKG { width:17.0625rem;height:4.38574375rem;top:531.9267578125rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hsedJsizzOARWhUrZXuOlfXt6XpQNrGJ { width:31.5625rem;height:12.5rem;top:511.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ld7r9eR7grbG296Oi6bB8KcAVW7oAItZ { width:10rem;height:10rem;top:540.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bwy8P1ew6tp9hycLbXPZe7xnJItlZXLu { width:15.625rem;height:3.8984375rem;top:541.875rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uxvMaJ8BnFU5cqsLEgZTSvGHeaVC2FV1 { width:14.875rem;height:2.923825rem;top:546.5146484375rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPhGrH2h1Inoh3biHh848OG1OzRqO4LJ { width:31.5625rem;height:12.5rem;top:539.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imgQAwyG54CBCFtygC40PlEGyrmaDI1e { display:block; }
 }@media only screen and (max-width: 1199px) { #slTGV1rU9JFzMviWzB7fWRts5og1Sd08 { width:31.5625rem;height:12.5rem;top:525.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cimQrgHNuqcoWr07ePXSaDaDAS7tc39U { display:block; }
 }@media only screen and (max-width: 1199px) { #tNzAWAzDwlfRxLkJNZvekhXgE1fKcLfk { width:31.5625rem;height:12.5rem;top:553.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UcXLxTHwqcnRA0dvaUvw1BsWnvCxP8C9 { width:10rem;height:10rem;top:554.375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t95awumSyyPu4cSdn8ZLSRFbUVWOlFLh { width:15.625rem;height:3.8984375rem;top:555.625rem;left:21.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8Gs3w7g0fPiLVXHETXpBDkmwJqSBPTN { width:17.0625rem;height:2.923825rem;top:560.2646484375rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rzh3y1UdcTPIhNeLXZq3ycLVRH1UbeZb { width:31.5625rem;height:12.5rem;top:553.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RXfAQTiOyvxIczJfWHnVZ8GeZL4peFpU { display:block; }
 }@media only screen and (max-width: 1199px) { #S6zReo0prCoWA9v9vL8hIOOOQdCtg8P8 { width:31.5625rem;height:12.5rem;top:566.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tFtHf0eQprMRH0qVAiwmoU5gfAqcd6M6 { width:10rem;height:9.8125rem;top:568.21875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OXbgcaqrWy1edDEhJKAFoeNu7qHwS2cm { width:15.625rem;height:3.8984375rem;top:569.375rem;left:20.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r0N3ZqmyQxxXnh90N3lfowgQe52mO93K { width:17.0625rem;height:2.923825rem;top:574.0146484375rem;left:20.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NDK6LO3vozS1I9FQpgorNpdtAXMRky33 { width:31.5625rem;height:12.5rem;top:566.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d9kSpnnPoDEbgflW7Jig1SzW7VXregLQ { display:block; }
 }@media only screen and (max-width: 1199px) { #AdaqooxXAnsaHbh00Ntc9uNrg1KivZOT { width:31.5625rem;height:12.5rem;top:580.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #guk7TVHCT4cGSUDCkZLwgasTDFHs8fi7 { width:10rem;height:10rem;top:582.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ED7nNZXtJx1LBEUfzgDZX2IF2NBAbACk { width:15.625rem;height:3.8984375rem;top:583.125rem;left:20.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rObi7V9baPkdzNR1QzVQFxUopud81JR0 { width:17.0625rem;height:2.923825rem;top:587.7646484375rem;left:20.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c00V7KcBZ7zXTwfsaFPKixiae9k11nTB { width:31.5625rem;height:12.5rem;top:580.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t0las1MCcfXJtZmdid9uyxla4CH6C0Nh { display:block; }
 }@media only screen and (max-width: 1199px) { #du98e5iT9g374EiBGXuVEXRUn5gKo9kx { width:31.5625rem;height:12.5rem;top:594.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LS73h3oIO7hh1C3rT3wiPeTWTz5kon60 { width:15.625rem;height:3.8984375rem;top:595.625rem;left:20.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQb2cSSawhrQFGlr8EV4mpE6XITr3KHi { width:10rem;height:10rem;top:595.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpRfMPF5T41JI0JTVZ4snhw6ShG1W4RA { width:14.5625rem;height:5.84765625rem;top:599.8359375rem;left:20.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DR4RHRBlN3oumqaVOnMOvo2id97AfcOB { width:31.5625rem;height:12.5rem;top:594.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ktE59T7BZbSP41ck1khsoTTlCQF5CGuK { display:block; }
 }@media only screen and (max-width: 1199px) { #iuE3bwJ55ONeepBLTMhgF28P9i0zT08y { width:31.5625rem;height:12.5rem;top:580.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e6UvvMeV8lBadwPBwyLx4E9pfECpMWH7 { width:10rem;height:10rem;top:582.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lDnJgluJP2ZJ8CedGBA6qgDdzAyGCS6D { width:15.625rem;height:3.8984375rem;top:583.125rem;left:20.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDEM8z08sLEBTCHgN7PD94XckqAN0Luh { width:17.0625rem;height:2.923825rem;top:587.7646484375rem;left:20.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SO1WBDGT64IT2tbmqoMF82yur7ykuzhp { width:31.5625rem;height:12.5rem;top:580.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTZna03uv0nxFfgQ8HgWKcTlkEI1oAi9 { display:block; }
 }@media only screen and (max-width: 1199px) { #Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh { display:block; }#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh > .row .container { width:47.75rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VchPaU0B7WgbQkVbo5ReGXDVfoUqTG4S { width:31.3125rem;height:3.5rem;top:6.2500247955325rem;left:2.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #li1nRX8C9ddwPCP4q3X3rMnckaIkFyhi { width:31.75rem;height:12.25rem;top:11.375026702881rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHOiD7lF3z5TlvwLq3FhcXrJNq4waeT1 { width:20rem;height:20rem;top:36rem;left:13.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pTPmDXolwtUsAkBhWOlXSEnGpIKL6zWK { width:17.625rem;height:1.95rem;top:28.8994140625rem;left:2.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TRkZuiyyxLCOCF13sTPXQLv4dtdHoEz2 { width:17.75rem;height:4.625rem;top:27.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQrsfQd6RSPbRDibpckJWTfWdCRDaL7w { width:17.5rem;height:4.375rem;top:27.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iy5rgVBGNEhhTKt3aJUzCMyL6Nv5pBtb { width:17.75rem;height:4.625rem;top:27.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BqDfb6A2KebefVfOR3GCn71V7DkZDJbm { display:block; }
 }@media only screen and (max-width: 1199px) { #eNzCuWax2F56HM8UVOuU84qVXopmTdA8 { width:26.125rem;height:41.875rem;top:14.400000095367rem;left:20.749999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ACxvwb9VaqWaQX4VoQO4viiwKATu3g36 { width:47.75rem;height:7.9583333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1cufw7g8709WZbwR9d8F3mZGlnsr4st { display:block; }#n1cufw7g8709WZbwR9d8F3mZGlnsr4st > .row .container { width:47.75rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q2pH49OFZfgIrIDDEKeuBprdSTtg0TyG { width:36.875rem;height:3.5rem;top:6.25rem;left:2.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qv7eviGpg7uXbyHsnIO0W4avC0V84Tz0 { width:32.5625rem;height:1.575rem;top:13.5rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThhZPG7A8qMTqfU96rxZDCc40z7B2u30 { width:11.25rem;height:7rem;top:16.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U4JTnm2LeTHTJPUiJ9W26B1FgkZ8MgMH { width:18.375rem;height:6.875rem;top:16.9375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k5Qmkl9Bm6iQ1g3KUmLKEcJMXk9vFnqV { width:21.4375rem;height:8.125rem;top:25.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTGSP4cTR0CFCe3WNPEbUnOkOOnB8vlf { width:10rem;height:8.75rem;top:39.51171875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QMRL88wCqSAI06o4ATp9A32Tts26CJDQ { width:18.75rem;height:1.57421875rem;top:36.125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zxKeaJgfNCnEt8DT98c9D1gev1nfVJCE { width:32.5625rem;height:1.57421875rem;top:51.375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p2l7MX0RIIo7ETNtcHUiCK9efo0LXqzq { width:31.25rem;height:8rem;top:54.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p63P7u4BuZ0nQh6w54SDfzhDrpDqJyAQ { width:14.4375rem;height:6.25rem;top:64.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FP5tcb2La4ZgeSCi4r1wkpXi3DwThDVz { width:31.25rem;height:6.625rem;top:72.9375rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cyXOEzetzdB920OAihyrTEkxDeeI8kVD { width:18.75rem;height:1.57421875rem;top:36.125rem;left:23.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pd3gN7UuaWW7T7ZZOpaGuK7GfVPfe3vn { width:10rem;height:9.8125rem;top:39.04296875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix { display:block; }#X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xnVQTIfQ8miKaRPdT0iWJGUu5aE6MXif { width:13.75rem;height:2.8125rem;top:6.6875rem;left:25.750000357628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pcKISpwPhlXEm84vBeFRLeJQmuT929LJ { display:block; }
 }@media only screen and (max-width: 1199px) { #HBFEeOls5nmEXsTX6U5gWn1sztw9vL6R { width:47.75rem;height:1.575rem;top:3.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #kgXWJayqBvOTP7BI8qzglR27fpVX9Rn9 { width:14.375rem;height:2.8125rem;top:6.6875rem;left:7.6875003576281rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHrsLeT2HTbqaSqEGBRyMQIOazlF3yHJ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sPvMWHPG899gTWFNRdBzx5IcLOF1vKhL > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmDiNQDrBeAdCLVPCWxziMSzK3krRlOf { width:7.8125rem;height:3.375rem;top:1.40625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0T6IhUlnF2J1IyIfIb134KqEXUU24rb { width:5rem;height:2.1875rem;top:1.875rem;left:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdmBTxtVtT063SkRZlCliAlip03ZQsmE { display:block; }
 }@media only screen and (max-width: 763px) { #TMmUQdNO1hkfgy6twPDtxQrWlMyLpo6h { width:4.375rem;height:2.1875rem;top:1.875rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgINwJT6nKlkbRJ6BFRPVaT4Zg2GZrUZ { display:block; }
 }@media only screen and (max-width: 763px) { #QhPwinDkPRwrVb9J0OfmO2ETJIiabEmV { width:8.125rem;height:2.1875rem;top:5.4375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzPCd6XG7xn2oXhboO2PMAmKJOBVkF4z { display:block; }
 }@media only screen and (max-width: 763px) { #ixLS15mPWTyPbe1hVy3UGI5s3JPL7FGN { width:10rem;height:2.1875rem;top:8.6875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiR9t8l4JRuzJ8t7c9czhyKJqOJG8hov { display:block; }
 }@media only screen and (max-width: 763px) { #COOApCTIHex2EFCkl9ZqBomCBJES3AVO { width:8.125rem;height:2.1875rem;top:5.4375rem;left:11.300000548362rem;display:none; }
 }@media only screen and (max-width: 763px) { #TN85GP1tDhr8BcWc1ocmee0OgFE9pGUl { display:block; }
 }@media only screen and (max-width: 763px) { #pchB17TvH4hp1t6ualUCc11d2g8zTyGC { width:6.875rem;height:2.1875rem;top:8.6875rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAto66DuNHvCTppuDTx3CfdukuLHGA6n { display:block; }
 }@media only screen and (max-width: 763px) { #ChKhhAzkkLeqKPhXNIiROTuz01co5TGC { width:7.5rem;height:2.8125rem;top:2.3125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPwT8qnyARd5KLdS28Nr4oPh0HkfufWw { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:93rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SL6VAo4L29QIwKyMXeDL6ygXNINWiTGe { width:17.75rem;height:4.625rem;top:37.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkvW0PgR8tE6Zz5elFTpThBaLBJUsdoT { width:17.625rem;height:1.95rem;top:38.9375rem;left:1.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgM203NZ8LdenQoq084wTpTE5WxclNvx { width:17.5625rem;height:4.375rem;top:37.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxa2uXlA0qh7zpm6EwJWrBCzoKlsD3mi { width:17.625rem;height:4.875rem;top:9.375rem;left:1.1875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sX1X62V8G0wCEk0N5uKQbpXOVmVZlOE0 { width:12.5rem;height:4.75rem;top:14.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI44OGr4PP31T0A5hT7ATrvFxvJxPT8I { width:20rem;height:16.6664375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeybDI6HQILDVi3ZvKxWyy06pHyt8EAq { width:20rem;height:16.63675rem;top:20.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JLfXIDrbrComrP662OW6kudVqu9ZAQrM { width:6rem;height:3.75rem;top:49.4375rem;left:7.0000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwassdv78AAwhpiobMoKapvfNKswECzQ { width:11.5rem;height:4.375rem;top:55.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygqbLWJGy86WGtmZK94S20FK9k3Lpksu { width:3.125rem;height:3.125rem;top:44.125rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svdrqff8Ka3N3K7l63s5fcyPdm5EMcyf { width:9.375rem;height:3.4375rem;top:61.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmTTt1iwmZo7nbRETDsl3g2kkL0mL2Rq { width:4.9375rem;height:4.33105625rem;top:67.46484375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B672746a6RU8Oe9MAnO6d7PTtFImzf11 { width:14.375rem;height:3.6621125rem;top:73.6708984375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmqBJZuCp0mVohrmFv5lJNT7na8SA2DT { width:16.25rem;height:3.25rem;top:83.8330078125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3TSTh5L83gA7RKl4IfHGVDkQ36Q7koL { width:8.125rem;height:3.375rem;top:79.2080078125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd19gBCEKV8O3KpxqvmEuH1KOS24H1un { width:5rem;height:4.9180327868852rem;top:67.1708984375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb { display:block; }#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJhgcdqfxd1AKCVcN2NewCEgcG1nm0Fp { width:17.5rem;height:1.625rem;top:3.125rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daS3416HN70WaxwTfFQKUW7IS77vTZzU { width:17.5rem;height:53.190125rem;top:6.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkCmHzUsk1LG1y4KhunlS2OC3zHTSKcV { width:18.75rem;height:12.5rem;top:62.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 { display:block; }#GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 > .row .container { width:20rem;height:159.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qli41LqbOAsWtI5XtXPMgVulLuZsxc9z { width:12.6875rem;height:3.25rem;top:6rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHXvTuJZsRRQQTcERScDlCQrBg3QwOaT { width:16rem;height:2.09895625rem;top:13.012500762939rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPT63zkKse5wStfuIA92N03MTDqBTHtF { width:17.5rem;height:15.397125rem;top:36.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo5KNJlHkCNWoHecHiXWmfFmkMpK2Rnk { width:6.5625rem;height:15.4375rem;top:19.0615234375rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEfcQX660s9TcadgzAdlneITNHTSd0O9 { width:7.5rem;height:7.5rem;top:62.625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUDlBEIH17VmUnctxCztViA6gDup0oLg { width:13.4375rem;height:5.84895625rem;top:55.024993896484rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSxFS1XVdWs2xA6rxpKVfNnL0obtvnPi { width:6.5625rem;height:2.3997375rem;top:71.375rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pirgx43UUFMHIGBQihGlWHs1ksXBUNSN { width:7.5rem;height:7.5rem;top:62.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDlnytutnEFqHRayDmTOWIkvohTWivAu { width:7.5rem;height:2.3997375rem;top:71.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7EropcFvzsTzc2BrOF5nnc4lBkuhtII { width:6.9375rem;height:3.5996125rem;top:85rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #er7d3C39zxlyVTVeLW3BIFbENPSy2Ich { width:6.3125rem;height:3.5996125rem;top:125.6875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9UXqLE1PR79p3OqLuScZ5hvyMnOUkDO { width:7.25rem;height:3.5996125rem;top:110.8125rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0Deb5Xqz5sw0UiBMKpAGHL5rU7Suezz { width:6.9375rem;height:3.5996125rem;top:85rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF9I8GTnZv6gvsxtAyA5XKlxPVsX9Znn { width:7rem;height:3.5996125rem;top:110.7119140625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9UKKfHq4dPUIQR8W68WZJvwLGa57Ht7 { width:17.75rem;height:5.84895625rem;top:94.5869140625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABcQWK7ygcu6B0IA6xkGb8dXVVlmN5rI { width:20rem;height:0.0625rem;top:91.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH80wUogNkVnzuHo7ig7aauJPpbJH8PN { width:16.8125rem;height:2.92448125rem;top:135.26171875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMI5tWOu7BlDeQWTNOBQuszbVfmpkBLD { width:8.75rem;height:3.5996125rem;top:149.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9hHTpeNlVOVAntrd9IVOwfm2V0G46o5 { width:20rem;height:0.0625rem;top:132.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs0TvzE5Q6h4U0HaVfh7Ti7nQ6zHOBGW { width:7.5rem;height:7.5rem;top:116.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdtXeE3fTkpUAWhnnDNDz28RNXGpUo31 { width:7.5rem;height:7.5rem;top:76.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqxgPNTD6zTUL56MJW2O655Q8lpFO1RM { width:7.5rem;height:7.5rem;top:102.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8zBFQ1U2662S6bRduZFb4fZfxUkSfsv { width:7.5rem;height:7.5rem;top:76.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXdKQG6kXBNcVCrHBhTxnK74TvgcRRbc { width:7.5rem;height:7.5rem;top:101.9619140625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr0K0GSOVf0KXBZ1A88uTUglX4A5MOhQ { width:7.5rem;height:7.5rem;top:140.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQs4bsqmQC6IncemGfTTSD4fllAsQ16X { width:19.75rem;height:5rem;top:11.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7Lf8ceGEP0mxU4UiNUfPh0h1er1QzDN { width:19.5rem;height:4.625rem;top:11.6875rem;left:0.24921870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiLqaJyJok7JzwnwptAuvnXEvIXL19s7 { width:12.5rem;height:2.625rem;top:3.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIe371BOitgRvW1JkVBsC7eoKnzwi49Q { width:20rem;height:16.6664375rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ASehfVsQnXIsufAoUTS6KWuTrzp5oAqt { width:3.75rem;height:3.75rem;top:64.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3vQKu4suSssEGy9qBDGr1PnUe71gD9U { width:3.75rem;height:3.75rem;top:64.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuL7nbFBBCn1AKNO4WRsT1EbttFodJev { width:3.875rem;height:3.875rem;top:78.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suswkteTfXlpL1nCvqMP9fdOsUukGoJS { width:4.375rem;height:4.375rem;top:77.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6d3Z0Pu9WQBCztqmOw7C42KybduIKDA { width:3.75rem;height:3.75rem;top:103.8994140625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzdZ3XvE1wwFBBcrBFc598IxHDNHluEo { width:3.75rem;height:3.75rem;top:103.9375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcfb30dTyxydHW45nZdTwET9KAPIJ5at { width:4.375rem;height:4.375rem;top:118.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbNiC8xPGFTmz3F8OF4iaxcpk17LZnhr { width:3.75rem;height:3.75rem;top:142.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG { display:none; }#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG > .row .container { width:20rem;height:175rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xr7VVgMJD8NxWU2vEA5SeZ5CRzKIcKTy { width:15.625rem;height:3.25rem;top:3.125rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPsLiO5FoatTDMZP5kgbeUdi0XzUzt1A { width:5.9375rem;height:3.59765625rem;top:18.1091015625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZJ7l1zB37RBK16Eq0KF8GT9WFxXh9Os { width:7.3125rem;height:5.99609375rem;top:18.1091015625rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qckGKksZ1uS5HEZWPwv8TRt98FBn2zpG { width:6.875rem;height:4.796875rem;top:30.7926953125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlcTSsZieTTTPErmsO0trd6z7h0OXoGh { width:6.875rem;height:4.796875rem;top:30.7926953125rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tipg25COitx3oyH2qADNsSo5nSVZD222 { width:6.5625rem;height:4.796875rem;top:43.4645703125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao561ZKeeIfmN5AP7xySaFKLDo5g0d7S { width:7.5rem;height:1.4375rem;top:14.7966015625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E47SCKohrTRhdd7GfQBB4fLUhS29FpyU { width:3.5625rem;height:3.75rem;top:13.1716015625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #St2KaEcC9NB2vhpcv4mfQvSTa328dZiK { width:7.5rem;height:2.3125rem;top:27.2301953125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw76lm7FW1plBaeC4M0aD4ifpFSAyTK8 { width:3.75rem;height:3rem;top:26.8864453125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzLbGtwpLQcdvq1F0SnbsH96AKgAIRHT { width:3.5625rem;height:3.75rem;top:38.4645703125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTpcD55PxHAwdR9C4mgKmUUSaL0QwXHq { width:6.5625rem;height:10.793rem;top:75.7301953125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9UwvKJVn3C8okAteeLEgQwA0cirvnHc { width:6.5625rem;height:10.793rem;top:58.9372265625rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsUla0HZllKKnK4GwVd57MrlGquQC89a { width:5.0625rem;height:1.6875rem;top:55.0387890625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr1SGvNanTosiSPtI6vJr0ewnHc8xXVc { width:6.875rem;height:1.875rem;top:72.6051953125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLN19AW5KEcswTtl0wN5L2FBn7dbZ1HP { width:6.5625rem;height:10.793rem;top:58.9372265625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRREDUuW9VQQpnTycbPtMxFUZ9CH5wCr { width:7.5rem;height:7.5rem;top:52.3200390625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #msvzLVZOSTSiZmKXrtscSST4wgaJpygW { width:6.5625rem;height:10.793rem;top:96.7966015625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMsuqXgZvz6FmOs4cDocB4S1wpsfbv4Q { width:6.5625rem;height:10.793rem;top:96.7966015625rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlOyVGUP19GbZKiz3AvcKkdC8vADvHv1 { width:7.5rem;height:7.5rem;top:90.0426953125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRHN4Ppdxl1fbxP2lEtTNqBwDBDdmCCF { width:5.625rem;height:2.5625rem;top:110.44015625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FK7dfNFQpoIdvM11vgdBbocqw2AWKQ { width:6.5625rem;height:10.793rem;top:114.87765625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnkR537hS25iITqPTcu22P59C8XWAoTc { width:6.25rem;height:6.25rem;top:90.6676953125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx2bSpTu2UzINutUDqzgz9fLJ8Uf9Fya { width:7.375rem;height:5.99609375rem;top:136.733125rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkGtrhW0VETT56XC3lVEGd2WV3xPxOo8 { width:8.125rem;height:0;top:147.5925rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXGKhoncBIWr4uHpOksflLTV6Vf0HtVb { width:7.375rem;height:5.99609375rem;top:136.733125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdCnKmRAAwZMuDK7W5pklwezmxQBT0UK { width:7.375rem;height:5.99609375rem;top:147.5925rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGNsulZg8BH7nM8eM9rMmcg8mL4r63gy { width:6.25rem;height:6.25rem;top:130.733125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBMxtOpZs4go0mZ7AcK5R6aKBwsZ0rQT { width:5.3125rem;height:1.6875rem;top:144.7175rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boLk1JAiZ15n4oOmC7CkC4IQk8VsV3J0 { width:6.875rem;height:1.9375rem;top:144.53rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrS2lLRGZqi1c08bOC2TiWgX8TsFgtdK { width:6.25rem;height:2.25rem;top:160.712890625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw0lk0HTwCbCIAfmaV8Dy3TEXoWiE8pg { width:5rem;height:2.5rem;top:132.670625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD2wzwJnTpNT80N9Uo8LTw1rqe7V44mz { width:20rem;height:0.0625rem;top:89.43625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoqRsUL6l089prZGVgoNeuF488NNpFoL { width:20rem;height:0.0625rem;top:128.795625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWtS7guAuwtS7BLv7OxXPyABTdTkMbCM { width:20rem;height:0.0625rem;top:51.1872265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pds5VBqgC8fyyRu41XJdGcPt6dbCVWsg { width:18.75rem;height:2.375rem;top:7.625rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiXa6HixLl9OmaziM2hNz7b1rstHUoVK { width:20rem;height:0.0625rem;top:156.712890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUTfzQbnqyTMEOiyxVWONAVpgKBTV8IG { width:7.5rem;height:4.796875rem;top:164.212890625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OShp0JHiKkmlxk6bdAR2FZqyMdUTAqzJ { width:4.375rem;height:1.3125rem;top:159.837890625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFLIS17KHqPW00wIczE8D0bXqATF1ATM { width:6.25rem;height:1.3125rem;top:161.462890625rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzmb7w6Qw4MQXZAWN1rZqAaHVZ7guln2 { width:20rem;height:0.0625rem;top:176.733125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLsI1vr9uXVkCJphz0iDn1C9KS8D7KvB { width:7.5rem;height:4.796875rem;top:164.1875rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geiuMHg7pkmSyVlsNfktUaJWyMuuBLyy { width:8.125rem;height:0;top:173.072265625rem;left:11.65625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3r0C3mAodny3qpqaXbl37E79qq7CVhy { width:8.125rem;height:0;top:194.248046875rem;left:5.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7qf6PHsyWUTI79vopVHRI7wS4WS48yG { width:7.375rem;height:5.99609375rem;top:147.591796875rem;left:1.25rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd { display:none; }#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qJ3Nv7MtSxguOSRXPRCcJ7pZKB5en654 { width:20rem;height:16.625rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Rz7XywvxzaTWphUlXumx72PTJDwid74p { width:20rem;height:11.25rem;top:7.875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #p0lr2eDTHtdxDr2afxOdykk9ktXKttq4 { width:18.75rem;height:1.625rem;top:3.125rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9 { display:block; }#B3gSO3Kwp5ZCtiIaa1t3s0q9ZgMRudx9 > .row .container { width:20rem;height:935.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJ9p2hwUa3SeeJspbxP0SesAPmxiT21M { width:17.5rem;height:1.625rem;top:3.125rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaJU5zA3eJEqi4nmaaFwwAOLKIkkfTFl { width:17.1875rem;height:2.59895625rem;top:23.0498046875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awbdk2Xc5s2ZrnT5WD5OMlcqpeDdc6Li { width:15.625rem;height:3.29948125rem;top:19.125rem;left:2.1875001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAqvntzdktpbTFbfXJQDcSzizd58paZh { width:8.125rem;height:8.125rem;top:9.65625rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbisFRKzLJupsyB90QPBFaw0ntGJyKwD { width:20rem;height:20rem;top:7.96875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLPWBmfdUTXG1tdH3xvisERLiHvpg5Pe { display:block; }
 }@media only screen and (max-width: 763px) { #kTXihanPsANoMxnfLrktTKnhwFxNRdLn { width:20rem;height:20rem;top:7.875rem;left:0rem;background-color:transparent;background-image:none;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmyUhXFCxO9lLdsmSWqTMf4koSqOskPC { width:15.625rem;height:1.3rem;top:236.8125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpUK4eWBPgQN7p5RcfWB858818u5HfFn { width:20rem;height:20rem;top:221.625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAffdQAB5wBbTNm2roOQAHdePv8ek8Q8 { display:block; }
 }@media only screen and (max-width: 763px) { #zuPkH25BdZoxg0t55yWBPidT0pma8moT { width:20rem;height:20rem;top:221.625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3iuJOlnSgEnNtcMoZhnCzAJUOKf8U0L { width:15.625rem;height:3.29948125rem;top:232.875rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #augz5bworqS5fhZDslHcFmlbzu6hfgJw { width:8.125rem;height:8.125rem;top:223.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4F3Kwv0mmuSydPWQU9rRq3LrQE6ybWE { width:15.625rem;height:2.59895625rem;top:43.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #co6BADP8y1erSrL9XwiPLVspS6GJ9UBl { width:20rem;height:20rem;top:29.25rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJZ1Ug0J1Vw2JDv1Zg6dl6gqmsCGk0Sp { display:block; }
 }@media only screen and (max-width: 763px) { #ftZO1RiPCIq80h2nTSwaAf4JBE0uKHUE { width:20rem;height:20rem;top:29.25rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #homhyw1oJTOv8yqP8g3aQb70l2B931aR { width:15.625rem;height:3.29948125rem;top:39.875rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGrZBDEvSlLI0dm0STeMmWpAPgzM75iM { width:8.125rem;height:8.125rem;top:244.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtzHUKbHwZdbVNgiucVf94wc1W06SJAK { width:20rem;height:21.25rem;top:242.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXmq3rJviBIzQmHGZC8S2lre8UgT19sq { display:block; }
 }@media only screen and (max-width: 763px) { #vnJxVznkbkTwk6flElb791bIGZPdUBGP { width:20rem;height:21.25rem;top:242.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcUEeBds916cSIQQmksp8ddpiNz7fduS { width:8.125rem;height:8.125rem;top:30.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNo6tQFkG8ewAi6cuUzsWfZ1Bm4cbb4b { width:15.625rem;height:3.8984375rem;top:258.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcrK09HQDaBFsxV6zG0zPT89ZaegqIFR { width:15.625rem;height:3.29948125rem;top:254.125rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk3Py0wTPs9gJZgi9qwXsLDM3fORS4mM { width:20rem;height:20rem;top:330.375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbimHakQsEo0P1hMp697RlTc1paTDQB2 { display:block; }
 }@media only screen and (max-width: 763px) { #dNmkSGdBqCRsgXnddaxFcUTklnsAekkO { width:20rem;height:20rem;top:330.375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aONpKq8IgwBD6H7mJsFHlB6qo0pTfCVv { width:15.625rem;height:2.59895625rem;top:344.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wys3S8ixg5TIEW3f0RUImzTr27V1W87c { width:15.625rem;height:3.29948125rem;top:341rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #id5b1uOyZU1meTpKuLPN2IEkuyDQ0NZx { width:8.125rem;height:8.125rem;top:287.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhpsbuO3bL72ROB26qPrTVsJzf9RZFy1 { width:20rem;height:20rem;top:286.625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXei1vtHING6TI863TImhATSTC8kWDiU { display:block; }
 }@media only screen and (max-width: 763px) { #MiD0OLr8fgORPS3drX80tdyVxD6GXaRt { width:20rem;height:20rem;top:286.625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #on0qWrzkLG4mmzmOTOvdK7gdUuN45oWH { width:7.5rem;height:7.5rem;top:331.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkJwL32oAf1t8O4MxNSA9TwANnkC1ioX { width:15.625rem;height:2.59895625rem;top:301.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTFAm9PI8Bau2fOoPwua45cO7SDsCwH { width:11.5625rem;height:2.59895625rem;top:279.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R02KvKhhR8zHtEupiIgshTc5el2yBb2S { width:15.625rem;height:3.29948125rem;top:276rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNBIt3cfSuPZnIR9ANtUCXl1r58T1FyE { width:20rem;height:20rem;top:265.375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPTFf1TOW9rQGAl52CL25GC6UyNObouQ { display:block; }
 }@media only screen and (max-width: 763px) { #XDDvQZAZTTSEMHHT4DkfeHXKSW9bVy3h { width:20rem;height:20rem;top:265.375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otMwJmN1TTegMOBONhO4wrRmiXNGnfhg { width:15.625rem;height:2.59895625rem;top:65rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLAJDzcbmUrON7qVUF6uflKpsGXozSRW { width:20rem;height:20rem;top:50.4375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVg8Bb5iOF5qRxvgv0VaUQUQzEKwG9iZ { display:block; }
 }@media only screen and (max-width: 763px) { #gZ5FNsEvrxJLZXTclTbxto3ILKHbCKdV { width:20rem;height:20rem;top:50.4375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdgvZgJfJ1ZbOrqNcamsdkXwUmHaw6xg { width:12.8125rem;height:3.29948125rem;top:61.0625rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iONNCHOnccMb8bq6d3pFk2Wcw4WEddrs { width:15.625rem;height:3.29948125rem;top:297.25rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtlATTqsNzPgNcbSHwo4gMnB67UywWCa { width:8.125rem;height:8.125rem;top:266.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE7WAk5Boh4X7TJJK7Pnc1sPSMcp1NQL { width:8.125rem;height:8.125rem;top:51.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJnQDU7LP55HuoTI1XF6QpXf3TPT6TKA { width:20rem;height:20rem;top:394.125rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #newTlfW25O2lsnqeveT05Q85ByB5TU3w { display:block; }
 }@media only screen and (max-width: 763px) { #T4doFwQVidnv7uvL4U0pdo7QebuOKIgK { width:20rem;height:21.25rem;top:415.375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbI9VWQZx97EKAIxX1n1OVV1gWqFqG72 { width:15.625rem;height:1.3rem;top:429.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxOncReWVvv9Rf7cWE6VAKtXBcqpsCmC { width:15.625rem;height:3.29948125rem;top:426rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtKIVDpMnpP4LpAc1QrZRcFJMTMRo32a { width:8.125rem;height:8.125rem;top:416.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHUxXDlOmuzEo7Jo7cbsXatO805At8rK { width:8.125rem;height:8.125rem;top:374.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBwZL3qcphdHVgeCyzLJ84i1ioK8OpDN { width:20rem;height:20rem;top:372.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw7g2NGhsTvOXdQclrRzCzlUTITiKrR2 { display:block; }
 }@media only screen and (max-width: 763px) { #PUWpqTmEdJ1OW4TnkECuntDFlLe9Ibb6 { width:20rem;height:20rem;top:372.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPz2VJR2TaDWmyKdtxbkWeMhERt0wBUh { width:20rem;height:20rem;top:351.625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkephe8ZoXed9KrL8nONUIapOhEzv4vh { display:block; }
 }@media only screen and (max-width: 763px) { #oK0w8BIZMgeTzaFtFcmvfPhhw7bSNkqA { width:20rem;height:20rem;top:351.625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdbCWmHgmXORCwcBCGx2KaHw4TvlKngx { width:15.625rem;height:1.3rem;top:408.6875rem;left:2.1875rem;font-size:1rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #AOCROd0bzhLXoGB0D8iq10oxg7t69mle { width:20rem;height:21.25rem;top:415.375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJml2vtD8Kpd6FEZzoRC0yu15fWbznrD { display:block; }
 }@media only screen and (max-width: 763px) { #iqM4uzPUELa0iWBNFJhg8AZVuRdoA0iI { width:20rem;height:20rem;top:394.125rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #tPwRiAUabFIoq7w1cLGPgxAhM9ypMci5 { width:15.625rem;height:3.29948125rem;top:404.75rem;left:2.1875rem;font-size:1.375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #rKIRlThRomveGRdK6vdFDpbWdHxFeG2Q { width:15.625rem;height:3.8984375rem;top:387.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGt6nRDibS0fr75ntDPx58JwiyxU4Hft { width:15.625rem;height:2.59895625rem;top:366.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCB1nN9UcopbTR3n7DZ0RKZQo9mITZul { width:8.125rem;height:8.125rem;top:352.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0HF8rgCfEyD9cbi9PoZvnBabWR3i4Il { width:8.125rem;height:8.125rem;top:395.375rem;left:2.1875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #c220KwHQqnzfSnXs5QCTPAuQeOOHJKMi { width:15.625rem;height:3.29948125rem;top:362.25rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM2q5lXsKrAGeGuZUWcUPzJWDNtGEm4U { width:15.625rem;height:3.29948125rem;top:383.5rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnTmiiFpFs6wRsL51mACkvyV7aWqMbL9 { width:20rem;height:20rem;top:524.0625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMSp3cPKUlWx8Ttme59Zy3la3mNOPBhy { width:15.625rem;height:1.3rem;top:538.625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxhKEdMRJuGOhlZ0lh60bTGyFO7ILvms { width:15.625rem;height:3.29948125rem;top:534.6875rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kimK7NGmUACpOHwEqaaJkERX1z31qePM { width:8.125rem;height:8.125rem;top:525.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDqmk5twxfhraslmWhRzZHnNRGwV4NSu { width:7.5rem;height:7.5rem;top:504.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irLGLMLrrLViA9OkIXrs3AHqx7QXmnvr { width:20rem;height:20rem;top:502.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNJwum6phEabaLkuq5vwbI2L8OUXKRfA { display:block; }
 }@media only screen and (max-width: 763px) { #BBk8vIg7qzUfWnZHuyTXdqRzLAFTgFbI { width:20rem;height:20rem;top:502.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkDPNZPRkmTM4kmAwn466iZ9LNVqqP5Z { width:20rem;height:20rem;top:524.0625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgNdsAIR1ToVh0bRR0aySBQFKQhyqLp7 { display:block; }
 }@media only screen and (max-width: 763px) { #J6kDZbs1tN4xmkVxNlRve5Zr3HurkXbT { width:15.625rem;height:2.59895625rem;top:517.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWtrLw4P61ULbDmqXLdWqN6Al8ow06Pl { width:20rem;height:20rem;top:481.625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySxzwwHT9wdRGQLCTTkJeFc18us6p6Eo { display:block; }
 }@media only screen and (max-width: 763px) { #OI2Oc2HQfBJsrtlXXpQ8qkAnHx6guLKn { width:20rem;height:20rem;top:481.625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq4XWSTPTXezJFCPz1tAdhPTaF9TcPh0 { width:15.625rem;height:1.3rem;top:496.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1N6KXZCT2Uh3PsIFAxiRzZ3xo3L0mpS { width:15.625rem;height:3.29948125rem;top:492.25rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4FpxLfUSVsOmPVMpMdezH0Pp58aiBu1 { width:15.625rem;height:3.29948125rem;top:513.5rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRlvTI6S6aNF3wwvWhooAuVAhpSB1MLh { width:20rem;height:20rem;top:460.375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svnu8axn6R18TTdq27lAOg6iq0dBBWiT { display:block; }
 }@media only screen and (max-width: 763px) { #Ltv7HXv6lpeyilTKvzKRcoByIw1cXmeV { width:20rem;height:20rem;top:460.375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwoUfhNVRkVzWJe1bTaO7sNkRHOUAJuo { width:7.5rem;height:7.5rem;top:461.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AckLeTemeEREfN9RlZiIbVHuWgNihtti { width:20rem;height:21.25rem;top:437.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR2v4536fDzdMxuu3fXmDcxo1FpWaTkk { display:block; }
 }@media only screen and (max-width: 763px) { #igctOTQUV3RKF5bq9WT3JhZbo2h12bAg { width:20rem;height:21.25rem;top:437.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnMUsXIuuE35nHhRQzlb0TOcEG4Q4QdR { width:15.625rem;height:2.59895625rem;top:474.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNHKByUGp8LW2Lc7525XSkflrRBFOsfZ { width:15.625rem;height:3.29948125rem;top:471rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEe0uF3IKVe7rIBnFErVQ4OJSCWZJnNy { width:15.625rem;height:3.8984375rem;top:452.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrmNf7Dg9DmBvDbWGsH9raTWauKxTzlo { width:15.625rem;height:3.29948125rem;top:448.5rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq9VeiViNreeW840TqEs8Xw93mFmKoOO { width:7.5rem;height:7.5rem;top:439.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arVBF6CKM5HN4PXUTinLPZfd0gNpTp1o { width:8.125rem;height:8.125rem;top:482.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPNlMTcdzeXocd0CRG58gE7e1LnkT7Tt { width:20rem;height:20rem;top:545.25rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enrS5PaJUPuXQBLvNuhOaU3BSvLke8nT { width:15.625rem;height:2.59895625rem;top:559.8125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0qQleK7baMk1zSWE3987En1bN0nQ4uK { width:15.625rem;height:3.29948125rem;top:555.875rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1RuEWBLF2UtR6TQeOCb3i3Tuh3hdTT1 { width:8.125rem;height:8.125rem;top:546.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3TneQRKq67EdD1nVzbTcEywXWanCUTU { width:20rem;height:20rem;top:545.25rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #si3FBs4S8dFNZ1EWIzeLiicUbs73gKPv { display:block; }
 }@media only screen and (max-width: 763px) { #UkfT04bMNlOnAgxK0v4ImTV1w7zAWtxW { width:20rem;height:20rem;top:587.75rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmmLCmpNsKHbGZhTFT7yKKNlSyQFqrOK { width:15.625rem;height:2.59895625rem;top:602.3125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N08Vd8S6VRQQgTSzTmJTZ5ITIT1mFa6m { width:20rem;height:20rem;top:587.75rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ixn3NqCG7RHzihKowoviWMOHT50xG7 { display:block; }
 }@media only screen and (max-width: 763px) { #POSeHbGO1wv5zRpHT7fFr5zCzCXbnetu { width:8.125rem;height:8.125rem;top:589rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFLZrB9hpKBANK0Wvr4X623RD58qMrI9 { width:15.625rem;height:3.29948125rem;top:598.375rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIcypxeaVg3JZzKurviLpfelP4IoTZ8e { width:20rem;height:20rem;top:566.5rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcBz3nyFZ5IKNGaRLzOnCH4V3CHVnpdt { display:block; }
 }@media only screen and (max-width: 763px) { #JlaTozTZl7ECZQau8kZsaogN6RGeNpQc { width:15.625rem;height:2.59895625rem;top:581.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #immLiyQ4S9OyEJ85DmHMxEr6W1v5zvk2 { width:20rem;height:20rem;top:566.5rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAlTBXFPr0Bwe9T9il4ezQe34dfFTo9S { width:15.625rem;height:3.29948125rem;top:577.125rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLCD2hKydHAuXMzhGdAs89b0o2p2IKlz { width:8.125rem;height:8.125rem;top:567.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp4WXZyzLAm1zKyZn2lDHc6xFXWcOUDz { width:20rem;height:20rem;top:609rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6BVeTmnm314QNlsQFAGPdCVczDaHNhs { display:block; }
 }@media only screen and (max-width: 763px) { #OUgpDo1TKR6tNBi9hfuqrmZ96Q6MQnDD { width:20rem;height:20rem;top:609rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVV4gXuIt6M6dvGur52FiaMqJeSGDFfA { width:15.625rem;height:2.59895625rem;top:623.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq9hTxs7JlCWiMddT0DulvzfUmG4T0GX { width:8.125rem;height:8.125rem;top:610.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2KDJTnvH9hrA9IRuP8WWTg5KmBo7hVr { width:15.625rem;height:3.29948125rem;top:619.625rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEXVG5I6UTmvfVBy1c46JdHQ1S68FkKD { width:20rem;height:20rem;top:672.75004959106rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5ON0RqquQ4ctBUTLq0svQal1wxf6h0w { display:block; }
 }@media only screen and (max-width: 763px) { #mEQeBzfbPQ5za17kX8sLQq7T8xzXTEUM { width:20rem;height:20rem;top:630.25rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAOFTZbOy0rsxI2G814HFSzKnbHu62WC { width:8.125rem;height:8.125rem;top:631.49998474119rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcMqWmqq04DGl8HqV1nnIvli8zLpQEuA { width:15.625rem;height:2.59895625rem;top:644.62501525881rem;left:2.1875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdTRm581mnrtB9mbxpKxx2IkV65FBX4 { width:15.625rem;height:3.29948125rem;top:640.75001525881rem;left:2.1875000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KccuQQp52QJKm1MgKXed1G5dbPFueOK3 { width:20rem;height:20rem;top:200.375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbcSF3l81R74uEB9Zdnt6kIkbzU1FACk { display:block; }
 }@media only screen and (max-width: 763px) { #TfTpTTXVUSd5hPU5sPugDwTkTVtXhRPz { width:20rem;height:20rem;top:200.375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhDoQZRJMhSXkyQZNfK0mJQQQn3FGapD { width:8.125rem;height:8.125rem;top:201.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6GTwrWXISIVgAy1gDE7ucW0wTLz9W5K { width:15.625rem;height:3.29948125rem;top:210.875rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLsoXxq0GtQQwIlNAR3yHFI3MWdxknML { width:20rem;height:21.25rem;top:307.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDAhDpRTpufQ84r8BOaH65Te6UNo6fb3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZL3Z85le5aBW7HtmL4UEEG7S9SasGznM { width:20rem;height:21.25rem;top:307.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkaK779Hoqf1zUOVCvGTKWHt2fif10aJ { width:15.625rem;height:2.79948125rem;top:321.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx8wqlbBm4ZiAQIgslbRlu8fc3J3T0MW { width:15.625rem;height:3.29948125rem;top:318.125rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBD1WelPv6TDhOfwS6PRUE9ykbDT6S1J { width:8.125rem;height:8.125rem;top:309.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBDGitG2pDQTANu3KNT6f1Ak91GVdJrW { width:18rem;height:5.25rem;top:149.9375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRXZTrt4UeOIWvVk9lwiiTeoswyJD7OI { width:20rem;height:21.25rem;top:135.375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utZ0NmJabJOWCDCPx6nK151saRz1VuyC { display:block; }
 }@media only screen and (max-width: 763px) { #CHnfhm6ubDBQXOpDCAoXTDgrv6HhDzgG { width:20rem;height:20rem;top:157.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIrafpRttVoTVGC4x6LehE22AcH0Ze9B { width:15.625rem;height:3.29948125rem;top:146rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkDqgcT6h84sVgp1Bthn0eNPtAeToLIt { width:13.4375rem;height:2.59895625rem;top:107.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWCZdTwhlNJyAIAxyJmOnuyhVLrMselK { width:20rem;height:20rem;top:92.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJdJqMFI4gRufcmqqpZRIkskIFruSeXM { display:block; }
 }@media only screen and (max-width: 763px) { #PGio0Ssecn08LgDtRlmi2fkxd695PP3n { width:20rem;height:20rem;top:71.625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMRG1rWTFCVF0E6HxRP1JH0ROiURUDh4 { width:8.125rem;height:8.125rem;top:94.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofoAbxnmToK2zKyuNSArqFM2Wf1WtmPr { width:8.125rem;height:8.125rem;top:136.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hon0d0tmmyKwxcG4Ly7ouVgVU0Bcoxn4 { width:15.625rem;height:3.29948125rem;top:103.5rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD6GIwf10OEfTrQLVn6hnXD0ZOwr7891 { width:20rem;height:20rem;top:71.625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obw7WTUoHe3TpuQbTcFyR9xhRH8pt0c4 { display:block; }
 }@media only screen and (max-width: 763px) { #tagBOrSdph37TG4Gon4PMe8gaRlx0sar { width:20rem;height:20rem;top:179.125rem;left:0rem;background-color:transparent;background-image:none;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdudCU06xALD4zsdfOIMZcVP0uGyGD7A { width:20rem;height:20rem;top:114.125rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2ghNlp7S5ExokZKtOn5rlokToha310Z { display:block; }
 }@media only screen and (max-width: 763px) { #xLBmn0CU2U8QD1Vpa23HzQ3LVSwcNOJp { width:20rem;height:21.25rem;top:135.375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcq9Q2dpiAnC3XuF9TaaENT2VxPfntnq { width:15.625rem;height:1.3rem;top:86.25rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRJ9BySTdHA1kn9RaAyJyEWTSmI1NAe { width:15.625rem;height:3.29948125rem;top:82.25rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW3iiEamIuV56IwTQnLuxTv3qmVqhhiu { width:15.3125rem;height:2.59895625rem;top:128.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANUuzGZxyLF3byTNTSISEhy2L5mDpi26 { width:15.625rem;height:3.29948125rem;top:124.75rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cesiT5JESEUQOVeW5re6QxrIq2gMTqIE { width:8.125rem;height:8.125rem;top:72.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT2T1G5utKTZ8HdEV3UEKxfSfoyBZT41 { width:8.125rem;height:8.125rem;top:115.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt4E5PoMSbId04QKbPAWJuIWfpTti2w4 { width:15.625rem;height:2.59895625rem;top:193.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qITmupip2ndldUJqP62N4pAPwViRVJ9L { width:20rem;height:20rem;top:179.125rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJXzBU36hTaXzyhv1UWKW3aTG1Pul5AK { display:block; }
 }@media only screen and (max-width: 763px) { #JRwOyWBITqZ7xE297XzgV69IxCdA3FCO { width:20rem;height:20rem;top:92.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtF9yRfoOXBliECNLZWAbo0Tk8yDCHS2 { width:8.125rem;height:8.125rem;top:180.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqpb3vtTFpfiyg4iPAxXbHeFP1JO4xf7 { width:15.625rem;height:3.29948125rem;top:189.75rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH1PkVWQRsPtzOAouJqPqTt0bCWtpAUT { width:20rem;height:20rem;top:157.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSctytOPamNS5Jqa7cXe4zTFG52aMgys { display:block; }
 }@media only screen and (max-width: 763px) { #Jf1uoaRKRK9UL85M1Kbiq1CPo36cbL27 { width:20rem;height:20rem;top:114.125rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #da5G04s8BWsyDxh5NWREyw4xHWUVAHOH { width:15.3125rem;height:2.59895625rem;top:172.4375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8WNnazOmCZilDNhnT5798oC8ezx42cH { width:15.625rem;height:3.29948125rem;top:168.5rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXeW8dNQSMKTbZbzUcOc6fGFTJ8x6tWa { width:8.125rem;height:8.125rem;top:159.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCJfG72280065SZSClv658kJX4isOUuD { width:15.625rem;height:2.59895625rem;top:214.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxdJIekvDHxJINksrBcrioqg4ablM80C { width:20rem;height:20rem;top:7.875rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgisJAqS63MCX1tJSlSNKuGzTmfA0XMf { display:block; }
 }@media only screen and (max-width: 763px) { #mDBaFTbCoTTJA9HDGlxiJmK06WTV60eE { width:20rem;height:20rem;top:651.5rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti6rAVofcEB9REtWpqhd79VtgW44M6mP { width:15.625rem;height:3.29948125rem;top:662.00002670287rem;left:2.1875000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms6r2MbM8E71SoM6EDIDmtBB6Zo2Beth { width:8.125rem;height:8.125rem;top:652.74998855594rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rilTPRHThX7sJVpyM0cJ7ruxb5rnhCbp { width:15.3125rem;height:3.8984375rem;top:665.92502593994rem;left:2.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esbzfwdv2oTRkbmxt9tNkDIlSsbVKvsv { width:20rem;height:20rem;top:672.75rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKkDIBcxrBz7s7vAosAyFqp0Vkomp81H { width:8.125rem;height:8.125rem;top:674rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCwXKUcumzyBLdwATtBSoMaO9EOmw81l { width:15.625rem;height:3.29948125rem;top:683.37502670287rem;left:2.1875000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOT39UZ1MqvizSfx9LzFWZwuWhc7NgmA { width:11.8125rem;height:2.59895625rem;top:687.30002593994rem;left:2.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUUXRT1Qm16yCNPmanb9siSt6WJ4ySpo { width:20rem;height:20rem;top:630.24998855594rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7mO80EnTDpkl3mwUwnN0ZViyTsIfA32 { display:block; }
 }@media only screen and (max-width: 763px) { #FHFnF7DGRs4Jn8oV7kQSWk94R9AWOOrs { width:20rem;height:20rem;top:736.49998855594rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4gI1sfLZeJ0ovEfptKbX3QMBdKcCpQs { display:block; }
 }@media only screen and (max-width: 763px) { #XVJvQFdzEqS8eS0PHciWWNWgTthCP6uQ { width:20rem;height:20rem;top:693.99998855594rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inb51Ohv56ek2hL3X7o70HWFnq6kyKx4 { width:15.625rem;height:3.29948125rem;top:704.62498855594rem;left:2.1875000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuuVAhOs8nUcJJubLH5vzConPOyfQSdh { width:8.125rem;height:8.125rem;top:695.24998855594rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXmVME2KyxdnDc6D0Ve2IASK031aLzkR { width:13.6875rem;height:2.59895625rem;top:708.549987793rem;left:2.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyJEXtQlvJc0kaorZlu9CTbws59oDo4I { width:20rem;height:20rem;top:736.49998855594rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNDxC3QKeKrDxXMpKOETLUx8Sp81KKsM { width:8.125rem;height:8.0625rem;top:716.49998855594rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGETpns79g7aCcSp1dc4WgXNrmUQCTMx { width:15.625rem;height:3.29948125rem;top:725.81248855594rem;left:2.1875000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtnlHzzxNx4KiurW3pd0OLoI4gJCtJ4o { width:15.3125rem;height:2.59895625rem;top:729.737487793rem;left:2.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHwhf1yRVxnn77rbTrF0vBlfBUNTwE7Z { width:20rem;height:20rem;top:715.25rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeWLML6VrLK83BnuCtXAIKNGf3KtVQqW { display:block; }
 }@media only screen and (max-width: 763px) { #CA3Qo9NVNTdqVyMlaPcM85xM7lfr3Wbk { width:20rem;height:20rem;top:651.49998855594rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUkU7tQlvdQ9iP2gLTKLixoyDHUlsk9p { display:block; }
 }@media only screen and (max-width: 763px) { #F9UVUSsIOpGyDc3DiMdsN6xJpFUJsrsq { width:20rem;height:20rem;top:715.24998855594rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg1bV4arfB5FanLoQpIXHTwDnPmiXgms { width:8.125rem;height:8.125rem;top:737.74998855594rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r98i6UfT28chD5TfmBbkbPHciWsVo6pk { width:15.625rem;height:3.29948125rem;top:747.12498855594rem;left:2.1875000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5pwKwgUdLRpPS9ZHenVzk960nnEbr5L { width:15.3125rem;height:2.59895625rem;top:751.049987793rem;left:2.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFF0xNInqCbSOmZylSzocyWlrkJqPrzJ { width:20rem;height:20rem;top:693.99998855594rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAC03goIr3ZM8UJQvO32eszNgTnSpZTW { display:block; }
 }@media only screen and (max-width: 763px) { #wo6ycifC3L3lIdr9qC2ccNaaV3nI6edz { width:20rem;height:20rem;top:757.75rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA2bIhqSt4MA0Cs6cvtElJHfwinwRk6m { width:15.625rem;height:3.29948125rem;top:768.375rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC2Z6Atbdtd6orDtUFROLJG1T3xKv4A0 { width:8.125rem;height:8.125rem;top:759rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6DrGVWev9HmVIfUyeyfkEfGyqT5yTMT { width:15.3125rem;height:2.59895625rem;top:772.2978515625rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBVQ0TL7BewQFSr5RqTKlx8mhUMCeltU { width:20rem;height:20rem;top:757.75rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie1ZDVyK4G4S6LIoeNr3bCyFgdkNL559 { display:block; }
 }@media only screen and (max-width: 763px) { #IcbcWJ9CmsbOIPZd6DISGW6LCDldIrgf { width:20rem;height:20rem;top:779rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubQ0UvhHiqQSQLcLR66n3bQ5EDKlUSWl { width:15.625rem;height:3.29948125rem;top:789.625rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQlapHe9Tx9Bu7Gs7iLTJgCcF8mwZIMd { width:8.125rem;height:8.125rem;top:780.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOlbXaia2wO9uMFb8pGA07racKFnXTKG { width:15.75rem;height:3.8984375rem;top:793.5478515625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsedJsizzOARWhUrZXuOlfXt6XpQNrGJ { width:20rem;height:20rem;top:800.25rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld7r9eR7grbG296Oi6bB8KcAVW7oAItZ { width:8.125rem;height:8.125rem;top:801.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwy8P1ew6tp9hycLbXPZe7xnJItlZXLu { width:11.9375rem;height:3.29948125rem;top:810.875rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxvMaJ8BnFU5cqsLEgZTSvGHeaVC2FV1 { width:15.3125rem;height:2.59895625rem;top:814.7978515625rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPhGrH2h1Inoh3biHh848OG1OzRqO4LJ { width:20rem;height:20rem;top:800.25rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imgQAwyG54CBCFtygC40PlEGyrmaDI1e { display:block; }
 }@media only screen and (max-width: 763px) { #slTGV1rU9JFzMviWzB7fWRts5og1Sd08 { width:20rem;height:20rem;top:779rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cimQrgHNuqcoWr07ePXSaDaDAS7tc39U { display:block; }
 }@media only screen and (max-width: 763px) { #tNzAWAzDwlfRxLkJNZvekhXgE1fKcLfk { width:20rem;height:20rem;top:821.5rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcXLxTHwqcnRA0dvaUvw1BsWnvCxP8C9 { width:8.125rem;height:8.125rem;top:822.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t95awumSyyPu4cSdn8ZLSRFbUVWOlFLh { width:15.625rem;height:3.29948125rem;top:832.125rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8Gs3w7g0fPiLVXHETXpBDkmwJqSBPTN { width:15.75rem;height:2.59895625rem;top:836.0478515625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzh3y1UdcTPIhNeLXZq3ycLVRH1UbeZb { width:20rem;height:20rem;top:821.5rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXfAQTiOyvxIczJfWHnVZ8GeZL4peFpU { display:block; }
 }@media only screen and (max-width: 763px) { #S6zReo0prCoWA9v9vL8hIOOOQdCtg8P8 { width:20rem;height:20rem;top:842.75rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFtHf0eQprMRH0qVAiwmoU5gfAqcd6M6 { width:8.125rem;height:8.125rem;top:844rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXbgcaqrWy1edDEhJKAFoeNu7qHwS2cm { width:15.625rem;height:3.29948125rem;top:853.375rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0N3ZqmyQxxXnh90N3lfowgQe52mO93K { width:15.75rem;height:2.59895625rem;top:857.9228515625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDK6LO3vozS1I9FQpgorNpdtAXMRky33 { width:20rem;height:20rem;top:842.75rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9kSpnnPoDEbgflW7Jig1SzW7VXregLQ { display:block; }
 }@media only screen and (max-width: 763px) { #AdaqooxXAnsaHbh00Ntc9uNrg1KivZOT { width:20rem;height:21.0625rem;top:864rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guk7TVHCT4cGSUDCkZLwgasTDFHs8fi7 { width:8.125rem;height:8.125rem;top:865.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED7nNZXtJx1LBEUfzgDZX2IF2NBAbACk { width:15.625rem;height:3.29948125rem;top:874.625rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rObi7V9baPkdzNR1QzVQFxUopud81JR0 { width:15.75rem;height:2.59895625rem;top:879.1728515625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c00V7KcBZ7zXTwfsaFPKixiae9k11nTB { width:20rem;height:20rem;top:864rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0las1MCcfXJtZmdid9uyxla4CH6C0Nh { display:block; }
 }@media only screen and (max-width: 763px) { #du98e5iT9g374EiBGXuVEXRUn5gKo9kx { width:20rem;height:20rem;top:886.3125rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS73h3oIO7hh1C3rT3wiPeTWTz5kon60 { width:15.625rem;height:3.29948125rem;top:896.9375rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQb2cSSawhrQFGlr8EV4mpE6XITr3KHi { width:8.125rem;height:8.125rem;top:887.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpRfMPF5T41JI0JTVZ4snhw6ShG1W4RA { width:15.75rem;height:3.8984375rem;top:900.8603515625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR4RHRBlN3oumqaVOnMOvo2id97AfcOB { width:20rem;height:20rem;top:886.3125rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktE59T7BZbSP41ck1khsoTTlCQF5CGuK { display:block; }
 }@media only screen and (max-width: 763px) { #iuE3bwJ55ONeepBLTMhgF28P9i0zT08y { width:20rem;height:19.9375rem;top:907.5625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6UvvMeV8lBadwPBwyLx4E9pfECpMWH7 { width:9.4375rem;height:9.4375rem;top:909.125041008rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDnJgluJP2ZJ8CedGBA6qgDdzAyGCS6D { width:15.625rem;height:3.29948125rem;top:919.56254196169rem;left:2.1875001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDEM8z08sLEBTCHgN7PD94XckqAN0Luh { width:15.6875rem;height:1.29948125rem;top:924.95186424256rem;left:2.1562501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO1WBDGT64IT2tbmqoMF82yur7ykuzhp { width:19.875rem;height:19.3125rem;top:908.25004196169rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTZna03uv0nxFfgQ8HgWKcTlkEI1oAi9 { display:block; }
 }@media only screen and (max-width: 763px) { #Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh { display:block; }#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VchPaU0B7WgbQkVbo5ReGXDVfoUqTG4S { width:17.5rem;height:1.625rem;top:3.125rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #li1nRX8C9ddwPCP4q3X3rMnckaIkFyhi { width:16rem;height:16.796875rem;top:6rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHOiD7lF3z5TlvwLq3FhcXrJNq4waeT1 { width:12.5rem;height:12.5rem;top:32.125rem;left:3.7490234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTPmDXolwtUsAkBhWOlXSEnGpIKL6zWK { width:17.625rem;height:1.65rem;top:26.4248046875rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRkZuiyyxLCOCF13sTPXQLv4dtdHoEz2 { width:17.75rem;height:4.625rem;top:25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQrsfQd6RSPbRDibpckJWTfWdCRDaL7w { width:17.5rem;height:4.375rem;top:25.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy5rgVBGNEhhTKt3aJUzCMyL6Nv5pBtb { width:17.75rem;height:4.625rem;top:24.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqDfb6A2KebefVfOR3GCn71V7DkZDJbm { display:block; }
 }@media only screen and (max-width: 763px) { #eNzCuWax2F56HM8UVOuU84qVXopmTdA8 { width:20rem;height:32rem;top:27.062500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACxvwb9VaqWaQX4VoQO4viiwKATu3g36 { width:20rem;height:3.3333333333333rem;top:1.9073486328125E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1cufw7g8709WZbwR9d8F3mZGlnsr4st { display:block; }#n1cufw7g8709WZbwR9d8F3mZGlnsr4st > .row .container { width:20rem;height:89.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2pH49OFZfgIrIDDEKeuBprdSTtg0TyG { width:17.5rem;height:1.625rem;top:3.125rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv7eviGpg7uXbyHsnIO0W4avC0V84Tz0 { width:17.5rem;height:1.3997375rem;top:6.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThhZPG7A8qMTqfU96rxZDCc40z7B2u30 { width:9.375rem;height:5.8125rem;top:8.9619140625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4JTnm2LeTHTJPUiJ9W26B1FgkZ8MgMH { width:14.375rem;height:5.3125rem;top:17.2744140625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5Qmkl9Bm6iQ1g3KUmLKEcJMXk9vFnqV { width:13.75rem;height:5.125rem;top:24.4619140625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTGSP4cTR0CFCe3WNPEbUnOkOOnB8vlf { width:10rem;height:8.75rem;top:34.6103515625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMRL88wCqSAI06o4ATp9A32Tts26CJDQ { width:17.5rem;height:1.3997375rem;top:32.0244140625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxKeaJgfNCnEt8DT98c9D1gev1nfVJCE { width:17.5rem;height:1.3997375rem;top:62.6337890625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2l7MX0RIIo7ETNtcHUiCK9efo0LXqzq { width:17.5rem;height:4.4375rem;top:67rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p63P7u4BuZ0nQh6w54SDfzhDrpDqJyAQ { width:11.5rem;height:5rem;top:73.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP5tcb2La4ZgeSCi4r1wkpXi3DwThDVz { width:19.375rem;height:4.0625rem;top:80.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyXOEzetzdB920OAihyrTEkxDeeI8kVD { width:17.5rem;height:1.3997375rem;top:46.4853515625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd3gN7UuaWW7T7ZZOpaGuK7GfVPfe3vn { width:10.625rem;height:10.375rem;top:49.1337890625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix { display:block; }#X1gTR0h5COImpJAGVo6T4aDKH1Jqr8ix > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnVQTIfQ8miKaRPdT0iWJGUu5aE6MXif { width:13.75rem;height:2.8125rem;top:10.674221038818rem;left:3.1250001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcKISpwPhlXEm84vBeFRLeJQmuT929LJ { display:block; }
 }@media only screen and (max-width: 763px) { #HBFEeOls5nmEXsTX6U5gWn1sztw9vL6R { width:13.6875rem;height:2.79948125rem;top:3.125rem;left:3.1562501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgXWJayqBvOTP7BI8qzglR27fpVX9Rn9 { width:14.375rem;height:2.8125rem;top:7.7992210388181rem;left:2.8125001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHrsLeT2HTbqaSqEGBRyMQIOazlF3yHJ { display:block; }
 }