.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#090a1a;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:#0e0e2a;background-image:none;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:#ffffff;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.40625rem;left:24.571876525879rem;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:#ffffff;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:5rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.40625rem;left:18.99609375rem;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:#ffffff;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.40625rem;left:30.7734375rem;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:#ffffff;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.40625rem;left:41.349220275879rem;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:#ffffff;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.40625rem;left:54.425003051757rem;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:#ffffff;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.4375rem;left:65rem;display:block; }
#PAto66DuNHvCTppuDTx3CfdukuLHGA6n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#090a1a;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(280deg, #dd21e8, #4518df);background-image: -moz-linear-gradient(280deg, #dd21e8, #4518df);background-image: -ms-linear-gradient(280deg, #dd21e8, #4518df);background-image: -o-linear-gradient(280deg, #dd21e8, #4518df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );";background-image: linear-gradient(280deg, #dd21e8, #4518df);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:#ffffff;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:2.55rem;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.5625rem;position:absolute;display:block;z-index:15007;background-color:#090a1a;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:#ffffff;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:7.5rem;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:2.625rem;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; }
#ZbULKa62GhDHLKomFotT6kOLGx3izhe2 { 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:3.75rem;width:3rem;top:60.285938262939rem;left:4.9984359741211rem;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:52.09375rem;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:51.53125rem;left:18rem;overflow:hidden;display:block; }
#bAu2bkz2dFE6tuNTgcmqWEIvnfEouvCS { 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:3.3125rem;width:3.75rem;top:52rem;left:41.0625rem;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:52.09375rem;left:5rem;overflow:hidden;display:block; }
#DgBwWksdXftMJgU2TOL08pmKkTSL8kJR { 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:4.0625rem;width:4.0625rem;top:59.8046875rem;left:40.874221801757rem;overflow:hidden;display:block; }
#mF31dXgKEOMSDMzbLXMTCJf1nRQX7dgJ { 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:2rem;width:8.125rem;top:59.098438262939rem;left:16.922653198243rem;overflow:hidden;display:block; }
#kxJXEl1aFTJZAkrNnAQpRBWJuzdEah81 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.125rem;top:62.035938262939rem;left:16.985153198243rem;overflow:hidden;display:block; }
#MsuGBRhsHg6V4El71INAsLq0mkHAhGzq { 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:6.1875rem;width:3.4375rem;top:57.8984375rem;left:11.047653198243rem;overflow:hidden;display:block; }
#I8yv2fHhC8p18NGA2KHSHpDKWXBDLc08 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.75rem;top:60.285938262939rem;left:54.286716461182rem;overflow:hidden;display:block; }
#Sy2zReGtqAZF8AuXNob6W1KFZKDrMpwV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:5rem;top:61.3984375rem;left:46.749221801757rem;overflow:hidden;display:block; }
#e02FNMNWWOEuofzEiNla4h80LUJPOkd7 { 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:2.5625rem;top:60.0546875rem;left:27.624221801757rem;overflow:hidden;display:block; }
#y9sRfNQn0uMkC5lPNCKEZV07TTAfL1Nx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.5rem;top:60.285938262939rem;left:64.236721038819rem;overflow:hidden;display:block; }
#rZL9dmTJUu6gElWCbOvFHLBcdv8ElDNV { 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:16.125rem;top:61.7734375rem;left:53.874996185302rem;overflow:hidden;display:block; }
#zkbdTde3HEV1w3CHNnCTFyJIJBkypdzA { 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.875rem;width:6.25rem;top:60.410938262939rem;left:32.749221801757rem;overflow:hidden;display:block; }
#vLC9ueGkhgGtIzMyZpnoWPuKK1kDnvFP { 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:4.25rem;width:10rem;top:51.59375rem;left:29.875rem;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, #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: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:#4518df;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:11.25rem;left:40.4365234375rem;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:roboto;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:16.9990234375rem;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; }
#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/c239f38f-3656-4543-9f21-f8b9cf52a706/shopping.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(0,0,0,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:#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; }#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:#ffffff;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:#ffffff;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:roboto;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(280deg, #dd21e8, #4518df);background-image: -moz-linear-gradient(280deg, #dd21e8, #4518df);background-image: -ms-linear-gradient(280deg, #dd21e8, #4518df);background-image: -o-linear-gradient(280deg, #dd21e8, #4518df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );";background-image: linear-gradient(280deg, #dd21e8, #4518df);background-size:auto !important;top:60.625rem;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; }
#sUDlBEIH17VmUnctxCztViA6gDup0oLg { color:#090a1a;display:block;width:59.375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:56.25rem;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; }
#uSxFS1XVdWs2xA6rxpKVfNnL0obtvnPi { color:#8b8b8b;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:5.625rem;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(280deg, #dd21e8, #4518df);background-image: -moz-linear-gradient(280deg, #dd21e8, #4518df);background-image: -ms-linear-gradient(280deg, #dd21e8, #4518df);background-image: -o-linear-gradient(280deg, #dd21e8, #4518df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );";background-image: linear-gradient(280deg, #dd21e8, #4518df);background-size:auto !important;top:60.625rem;left:16.249217987061rem;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; }
#CDlnytutnEFqHRayDmTOWIkvohTWivAu { color:#8b8b8b;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:16.874996185302rem;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; }
#I7EropcFvzsTzc2BrOF5nnc4lBkuhtII { color:#8b8b8b;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:95.75rem;left:39.374996185302rem;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; }
#er7d3C39zxlyVTVeLW3BIFbENPSy2Ich { color:#8b8b8b;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:50.624996185302rem;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; }
#T9UXqLE1PR79p3OqLuScZ5hvyMnOUkDO { color:#8b8b8b;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:28.124996185302rem;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; }
#O0Deb5Xqz5sw0UiBMKpAGHL5rU7Suezz { color:#8b8b8b;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:95.75rem;left:16.874996185302rem;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:#8b8b8b;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:#4518df;display:block;width:59.375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:81.375rem;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; }
#ABcQWK7ygcu6B0IA6xkGb8dXVVlmN5rI { box-sizing:content-box;height:0.0625rem;width:65rem;position:absolute;display:block;z-index:15022;background-color:rgba(255,255,255,0.2);background-image:none;top:77.549999237062rem;left:4.9984359741211rem;display:block; }
#qH80wUogNkVnzuHo7ig7aauJPpbJH8PN { color:#090a1a;display:block;width:59.375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:109.6875rem;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; }
#dMI5tWOu7BlDeQWTNOBQuszbVfmpkBLD { color:#8b8b8b;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(255,255,255,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(280deg, #dd21e8, #4518df);background-image: -moz-linear-gradient(280deg, #dd21e8, #4518df);background-image: -ms-linear-gradient(280deg, #dd21e8, #4518df);background-image: -o-linear-gradient(280deg, #dd21e8, #4518df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );";background-image: linear-gradient(280deg, #dd21e8, #4518df);background-size:auto !important;top:85.75rem;left:49.999217987061rem;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(280deg, #dd21e8, #4518df);background-image: -moz-linear-gradient(280deg, #dd21e8, #4518df);background-image: -ms-linear-gradient(280deg, #dd21e8, #4518df);background-image: -o-linear-gradient(280deg, #dd21e8, #4518df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );";background-image: linear-gradient(280deg, #dd21e8, #4518df);background-size:auto !important;top:85.75rem;left:38.749217987061rem;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(280deg, #dd21e8, #4518df);background-image: -moz-linear-gradient(280deg, #dd21e8, #4518df);background-image: -ms-linear-gradient(280deg, #dd21e8, #4518df);background-image: -o-linear-gradient(280deg, #dd21e8, #4518df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );";background-image: linear-gradient(280deg, #dd21e8, #4518df);background-size:auto !important;top:85.75rem;left:27.499217987061rem;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(280deg, #dd21e8, #4518df);background-image: -moz-linear-gradient(280deg, #dd21e8, #4518df);background-image: -ms-linear-gradient(280deg, #dd21e8, #4518df);background-image: -o-linear-gradient(280deg, #dd21e8, #4518df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );";background-image: linear-gradient(280deg, #dd21e8, #4518df);background-size:auto !important;top:85.75rem;left:16.248439788818rem;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(280deg, #dd21e8, #4518df);background-image: -moz-linear-gradient(280deg, #dd21e8, #4518df);background-image: -ms-linear-gradient(280deg, #dd21e8, #4518df);background-image: -o-linear-gradient(280deg, #dd21e8, #4518df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );";background-image: linear-gradient(280deg, #dd21e8, #4518df);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(280deg, #dd21e8, #4518df);background-image: -moz-linear-gradient(280deg, #dd21e8, #4518df);background-image: -ms-linear-gradient(280deg, #dd21e8, #4518df);background-image: -o-linear-gradient(280deg, #dd21e8, #4518df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );";background-image: linear-gradient(280deg, #dd21e8, #4518df);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(280deg, #dd21e8, #4518df);background-image: -moz-linear-gradient(280deg, #dd21e8, #4518df);background-image: -ms-linear-gradient(280deg, #dd21e8, #4518df);background-image: -o-linear-gradient(280deg, #dd21e8, #4518df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );";background-image: linear-gradient(280deg, #dd21e8, #4518df);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:#090a1a;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:7.1867179870606rem;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:18.3115234375rem;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:88.125rem;left:18.342189788818rem;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:88.0625rem;left:40.999217987061rem;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:29.811717987061rem;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:52.311717987061rem;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:#ffffff;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; }#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG > .row .container { background-color: transparent; background-image: none; }#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG > .row .container > .video-iframe-container { display: none; }#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG > .row > .video-iframe-container { display: none; }#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG > .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); }#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:block; }#Xr7VVgMJD8NxWU2vEA5SeZ5CRzKIcKTy { color:#4518df;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:#8b8b8b;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: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; }
#UZJ7l1zB37RBK16Eq0KF8GT9WFxXh9Os { color:#8b8b8b;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:#8b8b8b;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:#8b8b8b;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:#8b8b8b;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: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; }
#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:#8b8b8b;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:10.796875rem;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:#8b8b8b;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:10.796875rem;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:#8b8b8b;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:#8b8b8b;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:10.796875rem;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:#8b8b8b;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:10.796875rem;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:#8b8b8b;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:#8b8b8b;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:#8b8b8b;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:#8b8b8b;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:#8b8b8b;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:#4518df;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:#8b8b8b;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:#8b8b8b;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:#8b8b8b;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:#8b8b8b;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:#8b8b8b;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:#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; }#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd > .row .container { background-color: transparent; background-image: none; }#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd > .row .container > .video-iframe-container { display: none; }#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd > .row > .video-iframe-container { display: none; }#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd > .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); }#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:block; }#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:#ffffff;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:;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, #ffffff);background-image: -moz-linear-gradient(180deg, #f6f6f6, #ffffff);background-image: -ms-linear-gradient(180deg, #f6f6f6, #ffffff);background-image: -o-linear-gradient(180deg, #f6f6f6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f6f6f6, #ffffff);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:300rem;width:75rem;position:relative;display:block; }#gJ9p2hwUa3SeeJspbxP0SesAPmxiT21M { color:#4518df;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:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;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.38574375rem;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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:block; }
#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:15052;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(0,0,0,0.04) ;display:block; }
#MmyUhXFCxO9lLdsmSWqTMf4koSqOskPC { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:5rem;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(0,0,0,0.04) ;display:block; }
#e3iuJOlnSgEnNtcMoZhnCzAJUOKf8U0L { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15076;line-height:1.2;letter-spacing:0;top:95.125rem;left:18.1240234375rem;height:3.8984375rem;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:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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(0,0,0,0.04) ;display:block; }
#homhyw1oJTOv8yqP8g3aQb70l2B931aR { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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.375rem;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(0,0,0,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:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15082;line-height:1.3;letter-spacing:0;top:99rem;left:51.5rem;height:4.38574375rem;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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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.3740234375rem;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(0,0,0,0.04) ;display:block; }
#aONpKq8IgwBD6H7mJsFHlB6qo0pTfCVv { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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(0,0,0,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:10rem;width:10rem;top:122.625rem;left:39.625rem;overflow:hidden;display:block; }
#MkJwL32oAf1t8O4MxNSA9TwANnkC1ioX { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;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:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:5rem;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(0,0,0,0.04) ;display:block; }
#otMwJmN1TTegMOBONhO4wrRmiXNGnfhg { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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(0,0,0,0.04) ;display:block; }
#EdgvZgJfJ1ZbOrqNcamsdkXwUmHaw6xg { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:5rem;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:15112;background-color:transparent;background-image:none;top:150.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(0,0,0,0.04) ;display:block; }
#DbI9VWQZx97EKAIxX1n1OVV1gWqFqG72 { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15132;line-height:1.3;letter-spacing:0;top:156.5rem;left:51.4990234375rem;height:4.38574375rem;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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15126;line-height:1.2;letter-spacing:0;top:152rem;left:51.4990234375rem;height:3.8984375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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.3740234375rem;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(0,0,0,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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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(0,0,0,0.04) ;display:block; }
#sdbCWmHgmXORCwcBCGx2KaHw4TvlKngx { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15122;line-height:1.3;letter-spacing:0;top:157.125rem;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; }
#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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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.3740234375rem;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(0,0,0,0.04) ;display:block; }
#tPwRiAUabFIoq7w1cLGPgxAhM9ypMci5 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15122;line-height:1.3;letter-spacing:0;top:142.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; }
#pGt6nRDibS0fr75ntDPx58JwiyxU4Hft { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15116;line-height:1.2;letter-spacing:0;top:138.25rem;left:51.5rem;height:3.8984375rem;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(0,0,0,0.04) ;display:block; }
#AMSp3cPKUlWx8Ttme59Zy3la3mNOPBhy { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15162;line-height:1.3;letter-spacing:0;top:200.25rem;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; }
#UxhKEdMRJuGOhlZ0lh60bTGyFO7ILvms { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:10rem;width:10rem;top:180.125rem;left:39.625rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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.875rem;left:38.3740234375rem;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(0,0,0,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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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.3740234375rem;display:block; }
#IgNdsAIR1ToVh0bRR0aySBQFKQhyqLp7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6kDZbs1tN4xmkVxNlRve5Zr3HurkXbT { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15152;line-height:1.3;letter-spacing:0;top:185.875rem;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; }
#ObRaTPALDU2FBM7JSMuKOaCPvmQFSrx3 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:193.25rem;left:5rem;display:block; }
#HBkpVvVESu0kU8ZpHzXKxIzOEHpvgtkd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:179.3125rem;left:5rem;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(0,0,0,0.04) ;display:block; }
#MnWrQnQI3QSk7yso9PNMwELUf3e3Fl44 { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15152;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; }
#nbIHbG9VlgVWiBP8qCSAeDlgX1IaZBiO { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15132;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(0,0,0,0.04) ;display:block; }
#yDBiyPETZaoCofGdMFNx7dbtTwwwayDq { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15146;line-height:1.2;letter-spacing:0;top:195.75rem;left:18.125rem;height:3.8984375rem;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; }
#Rq4XWSTPTXezJFCPz1tAdhPTaF9TcPh0 { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15142;line-height:1.3;letter-spacing:0;top:185.875rem;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; }
#r1N6KXZCT2Uh3PsIFAxiRzZ3xo3L0mpS { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15136;line-height:1.2;letter-spacing:0;top:181.375rem;left:18.125rem;height:3.8984375rem;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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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.3740234375rem;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(0,0,0,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:10rem;width:10rem;top:165.75rem;left:39.625rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:5rem;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(0,0,0,0.04) ;display:block; }
#qnMUsXIuuE35nHhRQzlb0TOcEG4Q4QdR { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15142;line-height:1.3;letter-spacing:0;top:171.5rem;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; }
#vNHKByUGp8LW2Lc7525XSkflrRBFOsfZ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15136;line-height:1.2;letter-spacing:0;top:167rem;left:51.5rem;height:3.8984375rem;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:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15132;line-height:1.3;letter-spacing:0;top:170.875rem;left:18.125rem;height:4.38574375rem;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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:10rem;width:10rem;top:165.75rem;left:6.25rem;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; }
#ENaMz5dZnHt8fPwkKmFMbuMJ2vPiAgPc { 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:10rem;width:10rem;top:194.5rem;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:250.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(0,0,0,0.04) ;display:block; }
#enrS5PaJUPuXQBLvNuhOaU3BSvLke8nT { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15202;line-height:1.3;letter-spacing:0;top:257.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; }
#P0qQleK7baMk1zSWE3987En1bN0nQ4uK { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15196;line-height:1.2;letter-spacing:0;top:253.25rem;left:51.5rem;height:3.8984375rem;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; }
#sgPKp5BwgaqNbkV8UF9w9Lh213QkQiTu { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:15239;text-align:center;text-align-last:center;top:250.75rem;left:5rem;display:block; }
#FK5Vro7KTHyJQ23s5k3cTWXkDqTlGcy4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#swybaL6223PEuHfDlIkTzutQ4e8XNSX1 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:15241;text-align:center;text-align-last:center;top:236.375rem;left:38.3740234375rem;display:block; }
#rExVX05ownBGhkVqL28r73OeavvzmIza { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ivXmbPKwiGy9JuNbFUfmr47ySlyfml7d { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15172;background-color:transparent;background-image:none;top:236.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(0,0,0,0.04) ;display:block; }
#unp18IKlbdGnfLllG9G6dUruv4l1Ew6c { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15192;line-height:1.3;letter-spacing:0;top:243.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; }
#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:252rem;left:39.625rem;overflow:hidden;display:block; }
#pwDiDJKeEaySdfiMWGnthava8spfJFnA { position:absolute;display:block;z-index:15174;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.625rem;left:39.625rem;overflow:hidden;display:block; }
#KnVoKkeJdRkd2fDa8oifHg2w80gyty3C { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15186;line-height:1.2;letter-spacing:0;top:238.875rem;left:51.5rem;height:3.8984375rem;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; }
#rw905beR19mLG1WpmcgbErkiCihiEApv { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:38.375002503395rem;display:block; }
#CT4I1Tmnr0z2nihKul8Cf9o4BrnQzSGy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W4PvF2qvxE8AqVPpcKA0kGBUUaLPeS1B { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15162;background-color:transparent;background-image:none;top:222rem;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(0,0,0,0.04) ;display:block; }
#Heae5t8vz7T7qkztZf5WL6abT0MA88uA { position:absolute;display:block;z-index:15164;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.625rem;overflow:hidden;display:block; }
#mUxZ4Or6lPabaNVcLBoEnH7amUF0NIwO { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15182;line-height:1.3;letter-spacing:0;top:228.375rem;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; }
#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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:250.75rem;left:38.3740234375rem;display:block; }
#si3FBs4S8dFNZ1EWIzeLiicUbs73gKPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p52SNDiTOFy8V1Z52oCcc1ahgBqyq0Z6 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:15242;text-align:center;text-align-last:center;top:236.375rem;left:5rem;display:block; }
#Z5CFzSTGVclTbt4Vcns9JGieyA52VxTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfwW1TDUZWPuV8tG98Sxd6ELUMguTWPu { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15162;background-color:transparent;background-image:none;top:236.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(0,0,0,0.04) ;display:block; }
#TPye0zXASKilpTDetRPTddndEe1n3khB { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15192;line-height:1.3;letter-spacing:0;top:257.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; }
#fzLZRf2gcTUgSHnlk7272mW8x0exZN2u { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15172;background-color:transparent;background-image:none;top:250.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(0,0,0,0.04) ;display:block; }
#fwH5fTh5Ep1rPZaQPZsurU3rPOhEbE2E { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15186;line-height:1.2;letter-spacing:0;top:253.25rem;left:18.125rem;height:3.8984375rem;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; }
#vh3LK7MqA2rGvmNhCWHbPqMEOcmdMvTX { color:#909090;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15182;line-height:1.3;letter-spacing:0;top:242.6435546875rem;left:18.0625rem;height:4.38574375rem;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; }
#t0HI9NWoAqr8QNd1d10A4xR5wuQQL0Hk { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15176;line-height:1.2;letter-spacing:0;top:238.25rem;left:18.125rem;height:3.8984375rem;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; }
#uFkANtAnKJoidiHiTT5UF1q4hTFLRFkv { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:222rem;left:5rem;display:block; }
#NV1MNk3SdhhSlXvc4zNBJBfen7V5s5dy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pbAEOuUgVI6l6ad6Vp2n0rXEUlWSqWiN { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15152;background-color:transparent;background-image:none;top:222rem;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(0,0,0,0.04) ;display:block; }
#Hu5O9dO8LpMRQEwyC8qdCA0ZE1WKgymd { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15176;line-height:1.2;letter-spacing:0;top:223.875rem;left:51.5rem;height:3.8984375rem;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; }
#iJNZnCiQpNFdfofdSWDbQg628X9FTW11 { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15172;line-height:1.3;letter-spacing:0;top:228.375rem;left:18.125rem;height:4.38574375rem;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; }
#NfSNQIGccOEM3CZiCKa6h8AxWd2fESPv { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15166;line-height:1.2;letter-spacing:0;top:223.875rem;left:18.125rem;height:3.8984375rem;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; }
#iNc3RbJRQhi6fXHu4qf5f3CgCHnlpzUS { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:207.625rem;left:5rem;display:block; }
#AtgIpAoT4PZSgvSNJdPyfNSVK3Qbf5TJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QebnELvzb1JhhAe7445FGkudnpJJuRZm { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15152;background-color:transparent;background-image:none;top:207.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(0,0,0,0.04) ;display:block; }
#Jga4pwKJKX7i88QSCMoUFiJzyaZ2CfuK { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15172;line-height:1.3;letter-spacing:0;top:214.625rem;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; }
#miW9ztfV8sDeKfyq8EAlhUOR7PGm84SX { position:absolute;display:block;z-index:15154;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.625rem;overflow:hidden;display:block; }
#EptyuVFp7801rpnUc7CuAFyxMeDK1xWt { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:207.625rem;left:38.3740234375rem;display:block; }
#et3pFgvKWSpevupxivAkXoXknSkiImrh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZBDqlh7nPNoAe7gBgrRSZFaoWOJlAf0m { box-sizing:content-box;height:12.5rem;width:31.5625rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image:none;top:207.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(0,0,0,0.04) ;display:block; }
#QXQRCRQktWvVyMX8dwGh0b57N95aTQkz { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15162;line-height:1.3;letter-spacing:0;top:214.625rem;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; }
#iLAmXVUIsWf6wEWf9M8egeFmRCmRCTIO { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15166;line-height:1.2;letter-spacing:0;top:210.125rem;left:51.5rem;height:3.8984375rem;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; }
#iGwvFfzW2ohu4q1BmpGytqq2ofcMhgD8 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15156;line-height:1.2;letter-spacing:0;top:210.125rem;left:18.125rem;height:3.8984375rem;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; }
#A160vP7a6VVdgf6SmcMac7rtqEVC7iQN { 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:208.875rem;left:6.25rem;overflow:hidden;display:block; }
#XKQ9gz0OHMlvrB47Aah2A0LoFozmXAdK { position:absolute;display:block;z-index:15154;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.25rem;overflow:hidden;display:block; }
#TJe14iuQGTmx0rin12J1qlVJTtrIHxiz { position:absolute;display:block;z-index:15164;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.625rem;left:6.25rem;overflow:hidden;display:block; }
#f2Dp1Ok6dJSSha5ZdS8mCsLyhl6cdn7H { position:absolute;display:block;z-index:15174;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:252rem;left:6.25rem;overflow:hidden;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:265.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(0,0,0,0.04) ;display:block; }
#dmmLCmpNsKHbGZhTFT7yKKNlSyQFqrOK { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15212;line-height:1.3;letter-spacing:0;top:272.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; }
#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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:265.125rem;left:38.373046875rem;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:266.375rem;left:39.625rem;overflow:hidden;display:block; }
#hFLZrB9hpKBANK0Wvr4X623RD58qMrI9 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15206;line-height:1.2;letter-spacing:0;top:267.625rem;left:51.5rem;height:3.8984375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:265.125rem;left:5rem;display:block; }
#DcBz3nyFZ5IKNGaRLzOnCH4V3CHVnpdt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JlaTozTZl7ECZQau8kZsaogN6RGeNpQc { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15202;line-height:1.3;letter-spacing:0;top:272.125rem;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; }
#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:265.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(0,0,0,0.04) ;display:block; }
#VAlTBXFPr0Bwe9T9il4ezQe34dfFTo9S { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15196;line-height:1.2;letter-spacing:0;top:267.625rem;left:18.125rem;height:3.8984375rem;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:266.375rem;left:6.25rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:279.5rem;left:5rem;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:279.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(0,0,0,0.04) ;display:block; }
#KVV4gXuIt6M6dvGur52FiaMqJeSGDFfA { color:#909090;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15207;line-height:1.3;letter-spacing:0;top:286.5rem;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; }
#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:280.75rem;left:6.25rem;overflow:hidden;display:block; }
#H2KDJTnvH9hrA9IRuP8WWTg5KmBo7hVr { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15201;line-height:1.2;letter-spacing:0;top:282rem;left:18.125rem;height:3.8984375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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:279.5rem;left:38.3740234375rem;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:15192;background-color:transparent;background-image:none;top:279.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(0,0,0,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:280.75rem;left:39.625rem;overflow:hidden;display:block; }
#FcMqWmqq04DGl8HqV1nnIvli8zLpQEuA { color:#909090;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15212;line-height:1.3;letter-spacing:0;top:286.5rem;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; }
#TGdTRm581mnrtB9mbxpKxx2IkV65FBX4 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15206;line-height:1.2;letter-spacing:0;top:282rem;left:51.5rem;height:3.8984375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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(0,0,0,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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15206;line-height:1.2;letter-spacing:0;top:81rem;left:51.5rem;height:3.8984375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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(0,0,0,0.04) ;display:block; }
#xkaK779Hoqf1zUOVCvGTKWHt2fif10aJ { color:#909090;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15217;line-height:1.4;letter-spacing:0;top:127.75rem;left:18.125rem;height:4.19824375rem;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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:#909090;display:block;width:18rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15122;line-height:1.4;letter-spacing:0;top:70.5rem;left:17.500000596046rem;height:5.59765625rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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.6875rem;left:5.0000001192093rem;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.6875rem;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(0,0,0,0.04) ;display:block; }
#PIrafpRttVoTVGC4x6LehE22AcH0Ze9B { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15116;line-height:1.2;letter-spacing:0;top:66rem;left:18.125rem;height:3.8984375rem;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:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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(0,0,0,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:10rem;width:10rem;top:51rem;left:6.25rem;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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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.375rem;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(0,0,0,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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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(0,0,0,0.04) ;display:block; }
#Mcq9Q2dpiAnC3XuF9TaaENT2VxPfntnq { color:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:42.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; }
#TTRJ9BySTdHA1kn9RaAyJyEWTSmI1NAe { color:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15086;line-height:1.2;letter-spacing:0;top:37.875rem;left:51.5rem;height:3.8984375rem;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:#909090;display:block;width:15.3125rem;position:absolute;font-family:roboto;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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:10rem;width:10rem;top:36.625rem;left:39.625rem;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:#909090;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15132;line-height:1.3;letter-spacing:0;top:84.875rem;left:18.125rem;height:4.38574375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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(0,0,0,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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15126;line-height:1.2;letter-spacing:0;top:80.375rem;left:18.125rem;height:3.8984375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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(0,0,0,0.04) ;display:block; }
#da5G04s8BWsyDxh5NWREyw4xHWUVAHOH { color:#909090;display:block;width:15.3125rem;position:absolute;font-family:roboto;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:#000000;display:block;width:15.625rem;position:absolute;font-family:roboto;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.8984375rem;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:#909090;display:block;width:15.3125rem;position:absolute;font-family:roboto;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; }
#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:#ffffff;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:roboto;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:block; }
#pTPmDXolwtUsAkBhWOlXSEnGpIKL6zWK { color:#ffffff;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.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(280deg, #dd21e8, #4518df);background-image: -moz-linear-gradient(280deg, #dd21e8, #4518df);background-image: -ms-linear-gradient(280deg, #dd21e8, #4518df);background-image: -o-linear-gradient(280deg, #dd21e8, #4518df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd21e8', endColorstr='#4518df' );";background-image: linear-gradient(280deg, #dd21e8, #4518df);background-size:auto !important;top:36.25rem;left:40.6240234375rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;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; }
#n1cufw7g8709WZbwR9d8F3mZGlnsr4st { 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: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:137.5rem;width:75rem;position:relative;display:block; }#q2pH49OFZfgIrIDDEKeuBprdSTtg0TyG { color:#4518df;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; }
#TNETGb7812h10WSZrlICzl7c1NoiFhsu { box-sizing:content-box;height:0.0625rem;width:65rem;position:absolute;display:block;z-index:15023;background-color:#bebebe;background-image:none;top:34.200000762939rem;left:5rem;display:block; }
#qv7eviGpg7uXbyHsnIO0W4avC0V84Tz0 { color:#707070;display:block;width:32.5625rem;position:absolute;font-family:roboto;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:8.1875rem;width:13.125rem;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:23.123046875rem;left:23.498046875rem;overflow:hidden;display:block; }
#HPsb9zgWEowDfQl58kfBbu8yXbkJN06k { box-sizing:content-box;height:0.0625rem;width:65rem;position:absolute;display:block;z-index:15027;background-color:#bebebe;background-image:none;top:56.375rem;left:5rem;display:block; }
#lD8aoErDmxXUhvqUyELCAHRXGvcryx8f { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:21.0625rem;top:42.625rem;left:4.8117179870606rem;overflow:hidden;display:block; }
#tP24TsgpeWBcrHbHUxkChdTOev6dSTN2 { color:#707070;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:37.3125rem;left:5rem;height:1.75rem;font-style:normal;display:block; }
#XIfxpBsAaDA53PTiepnQAV5mGyAMSsMW { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:8.375rem;top:63.4375rem;left:6.2490234375rem;overflow:hidden;display:block; }
#iVRIIMUvihAJQgqWQaGaMvKJ06FNOke5 { color:#707070;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:59.5rem;left:5rem;height:1.75rem;font-style:normal;display:block; }
#rbLoh40DiHMryTp6odQZCVpnPlbr0paE { 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:12.5rem;width:12.5rem;top:100.3125rem;left:6.0609388351441rem;overflow:hidden;display:block; }
#LFLn4sZsaL3cmASEt2QSEHAkDUeyZsLO { box-sizing:content-box;height:0.0625rem;width:65rem;position:absolute;display:block;z-index:15029;background-color:#bebebe;background-image:none;top:93.5625rem;left:5rem;display:block; }
#LW0ZBwiIJCtBZ8tiXEysCCek3aVOMvGs { color:#707070;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:96.6875rem;left:5rem;height:1.75rem;font-style:normal;display:block; }
#fVlvXFMyN2euoaf1h2Z4ZeczvUfHI1a9 { 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:5.5rem;width:21.875rem;top:66rem;left:47.498439788818rem;overflow:hidden;display:block; }
#MIzuFvF1GaE08T5kXwedgPCchL3IE93p { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:21.875rem;top:80.5625rem;left:6.2484397888184rem;overflow:hidden;display:block; }
#wIE6pEwopDDXyLDQvPvpNm5xPzTiceVD { 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:6.25rem;width:24.125rem;top:65.625rem;left:19.310939788818rem;overflow:hidden;display:block; }
#zcQQmMAbqTJpcpRsFag15hniEiTFrMle { 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:4.9375rem;width:21.3125rem;top:104.34375rem;left:22.53125rem;overflow:hidden;display:block; }
#cFB6RrAqQEJIeFmMG6V2KWZQwKvS0N0q { 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:6.25rem;width:20.25rem;top:103.5625rem;left:48.21875rem;overflow:hidden;display:block; }
#ymxKbRcrEppDsJcGSs0XkhbklvXiv30W { 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:10rem;width:6.8125rem;top:78.03125rem;left:32.498439788818rem;overflow:hidden;display:block; }
#MElOMtyUvk54JCwKN7xWMnuCKw5wxur7 { 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:6rem;width:37.5rem;top:116.03125rem;left:30.6875rem;overflow:hidden;display:block; }
#UDPbXlHn2hFTkB20kg8UsCau9DpTMtxc { 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:4.5625rem;width:20rem;top:116.875rem;left:6.25rem;overflow:hidden;display:block; }
#o2GFrhIStSNcBJKqOIgimAfF3XHPolRM { 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.125rem;width:15.625rem;top:79.46875rem;left:43.685939788818rem;overflow:hidden;display:block; }
#Lv4y5tsGHMsSiWITCLHOHI0cC8w5O2lJ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:14.0625rem;top:40.9375rem;left:28.811721801757rem;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:#ffffff;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:#ffffff;display:block;width:32.5rem;position:absolute;font-family:roboto;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:#ffffff;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.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0T6IhUlnF2J1IyIfIb134KqEXUU24rb { width:4.375rem;height:2.8125rem;top:2.34375rem;left:13.387500166893rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdmBTxtVtT063SkRZlCliAlip03ZQsmE { display:block; }
 }@media only screen and (max-width: 1199px) { #TMmUQdNO1hkfgy6twPDtxQrWlMyLpo6h { width:3.75rem;height:2.8125rem;top:2.34375rem;left:9.6875003576281rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lgINwJT6nKlkbRJ6BFRPVaT4Zg2GZrUZ { display:block; }
 }@media only screen and (max-width: 1199px) { #QhPwinDkPRwrVb9J0OfmO2ETJIiabEmV { width:7.5rem;height:2.8125rem;top:2.34375rem;left:17.712499976158rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzPCd6XG7xn2oXhboO2PMAmKJOBVkF4z { display:block; }
 }@media only screen and (max-width: 1199px) { #ixLS15mPWTyPbe1hVy3UGI5s3JPL7FGN { width:8.75rem;height:2.8125rem;top:2.34375rem;left:25.162500739097rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eiR9t8l4JRuzJ8t7c9czhyKJqOJG8hov { display:block; }
 }@media only screen and (max-width: 1199px) { #COOApCTIHex2EFCkl9ZqBomCBJES3AVO { width:7.5rem;height:2.8125rem;top:2.34375rem;left:33.862501502037rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TN85GP1tDhr8BcWc1ocmee0OgFE9pGUl { display:block; }
 }@media only screen and (max-width: 1199px) { #pchB17TvH4hp1t6ualUCc11d2g8zTyGC { width:5.625rem;height:2.8125rem;top:2.34375rem;left:41.312502264976rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PAto66DuNHvCTppuDTx3CfdukuLHGA6n { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;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) { #ZbULKa62GhDHLKomFotT6kOLGx3izhe2 { width:3.5rem;height:4.375rem;top:51.236694335938rem;left:10.386719286442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JLfXIDrbrComrP662OW6kudVqu9ZAQrM { width:5rem;height:3.125rem;top:45rem;left:16.937499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wwassdv78AAwhpiobMoKapvfNKswECzQ { width:9.8125rem;height:3.75rem;top:44.5625rem;left:24.625001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bAu2bkz2dFE6tuNTgcmqWEIvnfEouvCS { width:4.875rem;height:4.375rem;top:51.236694335938rem;left:2.5117188096046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygqbLWJGy86WGtmZK94S20FK9k3Lpksu { width:3.125rem;height:3.125rem;top:59.875rem;left:2.57421875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DgBwWksdXftMJgU2TOL08pmKkTSL8kJR { width:4.375rem;height:4.375rem;top:58.799999237061rem;left:19.824219107628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mF31dXgKEOMSDMzbLXMTCJf1nRQX7dgJ { width:9.8125rem;height:2.4375rem;top:52.205444335938rem;left:22.800000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kxJXEl1aFTJZAkrNnAQpRBWJuzdEah81 { width:9.8125rem;height:2.1875rem;top:52.330444335938rem;left:35.125001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MsuGBRhsHg6V4El71INAsLq0mkHAhGzq { width:3rem;height:5.625rem;top:50.036682128906rem;left:17.011718332768rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #I8yv2fHhC8p18NGA2KHSHpDKWXBDLc08 { width:9.8125rem;height:1.625rem;top:58.6875rem;left:27.343750357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sy2zReGtqAZF8AuXNob6W1KFZKDrMpwV { width:5.3125rem;height:1.625rem;top:61.4375rem;left:25.531250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e02FNMNWWOEuofzEiNla4h80LUJPOkd7 { width:3rem;height:4.375rem;top:58.6875rem;left:7.4062503576281rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y9sRfNQn0uMkC5lPNCKEZV07TTAfL1Nx { width:5.5625rem;height:1.25rem;top:58.674999237061rem;left:39.112501502037rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZL9dmTJUu6gElWCbOvFHLBcdv8ElDNV { width:12.5rem;height:1.9375rem;top:61.125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zkbdTde3HEV1w3CHNnCTFyJIJBkypdzA { width:6.6875rem;height:3.125rem;top:59.875rem;left:11.824219107628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vLC9ueGkhgGtIzMyZpnoWPuKK1kDnvFP { width:8.75rem;height:3.75rem;top:44.5625rem;left:36.487500727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb { display:block; }#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb > .row .container { width:47.75rem;height:78.125rem;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:31.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:46.625rem;left:2.5rem;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:153.125rem;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:60.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUDlBEIH17VmUnctxCztViA6gDup0oLg { width:41.625rem;height:1.7875rem;top:56.250001430511rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uSxFS1XVdWs2xA6rxpKVfNnL0obtvnPi { width:6.5625rem;height:2.7rem;top:70.6875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pirgx43UUFMHIGBQihGlWHs1ksXBUNSN { width:8.75rem;height:8.75rem;top:60.6875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CDlnytutnEFqHRayDmTOWIkvohTWivAu { width:8.75rem;height:2.7rem;top:70.6875rem;left:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I7EropcFvzsTzc2BrOF5nnc4lBkuhtII { width:8.75rem;height:4.048825rem;top:114.6494140625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #er7d3C39zxlyVTVeLW3BIFbENPSy2Ich { width:8.75rem;height:4.048825rem;top:114.6494140625rem;left:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9UXqLE1PR79p3OqLuScZ5hvyMnOUkDO { width:8.75rem;height:4.048825rem;top:97.25rem;left:25.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0Deb5Xqz5sw0UiBMKpAGHL5rU7Suezz { width:8.75rem;height:5.3984375rem;top:97.19921875rem;left:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xF9I8GTnZv6gvsxtAyA5XKlxPVsX9Znn { width:8.75rem;height:4.048825rem;top:97.25rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u9UKKfHq4dPUIQR8W68WZJvwLGa57Ht7 { width:34.625rem;height:3.575rem;top:80.875rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABcQWK7ygcu6B0IA6xkGb8dXVVlmN5rI { width:47.75rem;height:0.0625rem;top:77.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qH80wUogNkVnzuHo7ig7aauJPpbJH8PN { width:37.6875rem;height:1.7875rem;top:126rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dMI5tWOu7BlDeQWTNOBQuszbVfmpkBLD { width:8.75rem;height:4.048825rem;top:140.375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9hHTpeNlVOVAntrd9IVOwfm2V0G46o5 { width:47.75rem;height:0.0625rem;top:122.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rs0TvzE5Q6h4U0HaVfh7Ti7nQ6zHOBGW { width:8.75rem;height:8.75rem;top:104.6494140625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdtXeE3fTkpUAWhnnDNDz28RNXGpUo31 { width:8.75rem;height:8.75rem;top:104.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqxgPNTD6zTUL56MJW2O655Q8lpFO1RM { width:8.75rem;height:8.75rem;top:87.25rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8zBFQ1U2662S6bRduZFb4fZfxUkSfsv { width:8.75rem;height:8.75rem;top:87.25rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pXdKQG6kXBNcVCrHBhTxnK74TvgcRRbc { width:8.75rem;height:8.75rem;top:87.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gr0K0GSOVf0KXBZ1A88uTUglX4A5MOhQ { width:8.75rem;height:8.75rem;top:130.375rem;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:62.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H3vQKu4suSssEGy9qBDGr1PnUe71gD9U { width:4.375rem;height:4.375rem;top:62.875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uuL7nbFBBCn1AKNO4WRsT1EbttFodJev { width:4.25rem;height:4.25rem;top:89.5rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #suswkteTfXlpL1nCvqMP9fdOsUukGoJS { width:4.375rem;height:4.375rem;top:106.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6d3Z0Pu9WQBCztqmOw7C42KybduIKDA { width:4.0625rem;height:4.0625rem;top:89.59375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JzdZ3XvE1wwFBBcrBFc598IxHDNHluEo { width:4.375rem;height:4.375rem;top:89.4375rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mcfb30dTyxydHW45nZdTwET9KAPIJ5at { width:4.375rem;height:4.375rem;top:106.662109375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KbNiC8xPGFTmz3F8OF4iaxcpk17LZnhr { width:4.375rem;height:4.375rem;top:132.5625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG { display:block; }#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG > .row .container { width:47.75rem;height:143.75rem;position:relative;display:block; } }@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:block; }#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd > .row .container { width:47.75rem;height:50rem;position:relative;display:block; } }@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:565.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:block; }
 }@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;display:block; }
 }@media only screen and (max-width: 1199px) { #DbI9VWQZx97EKAIxX1n1OVV1gWqFqG72 { width:15.625rem;height:4.38574375rem;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:2.923825rem;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:2.923825rem;top:264.625rem;left:21.1875rem;font-size:1.125rem;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:372.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AMSp3cPKUlWx8Ttme59Zy3la3mNOPBhy { width:15.625rem;height:2.923825rem;top:379.5rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UxhKEdMRJuGOhlZ0lh60bTGyFO7ILvms { width:15.625rem;height:3.8984375rem;top:375rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kimK7NGmUACpOHwEqaaJkERX1z31qePM { width:10rem;height:10rem;top:373.6875rem;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:372.4375rem;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:2.923825rem;top:350.9375rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ObRaTPALDU2FBM7JSMuKOaCPvmQFSrx3 { width:31.5625rem;height:12.5rem;top:358.0625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HBkpVvVESu0kU8ZpHzXKxIzOEHpvgtkd { 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) { #MnWrQnQI3QSk7yso9PNMwELUf3e3Fl44 { width:15.625rem;height:2.923825rem;top:365.125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nbIHbG9VlgVWiBP8qCSAeDlgX1IaZBiO { width:31.5625rem;height:12.5rem;top:358.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yDBiyPETZaoCofGdMFNx7dbtTwwwayDq { width:15.625rem;height:3.8984375rem;top:360.625rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rq4XWSTPTXezJFCPz1tAdhPTaF9TcPh0 { width:15.625rem;height:2.923825rem;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:2.923825rem;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) { #ENaMz5dZnHt8fPwkKmFMbuMJ2vPiAgPc { width:10rem;height:10rem;top:359.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aPNlMTcdzeXocd0CRG58gE7e1LnkT7Tt { width:31.5625rem;height:12.5rem;top:487.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #enrS5PaJUPuXQBLvNuhOaU3BSvLke8nT { width:15.625rem;height:2.923825rem;top:494.5rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0qQleK7baMk1zSWE3987En1bN0nQ4uK { width:15.625rem;height:3.8984375rem;top:490rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgPKp5BwgaqNbkV8UF9w9Lh213QkQiTu { width:31.5625rem;height:12.5rem;top:473.0625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FK5Vro7KTHyJQ23s5k3cTWXkDqTlGcy4 { display:block; }
 }@media only screen and (max-width: 1199px) { #swybaL6223PEuHfDlIkTzutQ4e8XNSX1 { width:31.5625rem;height:12.5rem;top:458.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rExVX05ownBGhkVqL28r73OeavvzmIza { display:block; }
 }@media only screen and (max-width: 1199px) { #ivXmbPKwiGy9JuNbFUfmr47ySlyfml7d { width:31.5625rem;height:12.5rem;top:458.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unp18IKlbdGnfLllG9G6dUruv4l1Ew6c { width:15.625rem;height:2.923825rem;top:465.75rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1RuEWBLF2UtR6TQeOCb3i3Tuh3hdTT1 { width:10rem;height:10rem;top:488.6875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pwDiDJKeEaySdfiMWGnthava8spfJFnA { width:10rem;height:10rem;top:459.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KnVoKkeJdRkd2fDa8oifHg2w80gyty3C { width:15.625rem;height:3.8984375rem;top:461.25rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rw905beR19mLG1WpmcgbErkiCihiEApv { width:31.5625rem;height:12.5rem;top:429.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CT4I1Tmnr0z2nihKul8Cf9o4BrnQzSGy { display:block; }
 }@media only screen and (max-width: 1199px) { #W4PvF2qvxE8AqVPpcKA0kGBUUaLPeS1B { width:31.5625rem;height:12.5rem;top:429.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Heae5t8vz7T7qkztZf5WL6abT0MA88uA { width:10rem;height:10rem;top:431.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mUxZ4Or6lPabaNVcLBoEnH7amUF0NIwO { width:15.625rem;height:1.4619125rem;top:436.25rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3TneQRKq67EdD1nVzbTcEywXWanCUTU { width:31.5625rem;height:12.5rem;top:487.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #si3FBs4S8dFNZ1EWIzeLiicUbs73gKPv { display:block; }
 }@media only screen and (max-width: 1199px) { #p52SNDiTOFy8V1Z52oCcc1ahgBqyq0Z6 { width:31.5625rem;height:12.5rem;top:444.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5CFzSTGVclTbt4Vcns9JGieyA52VxTd { display:block; }
 }@media only screen and (max-width: 1199px) { #bfwW1TDUZWPuV8tG98Sxd6ELUMguTWPu { width:31.5625rem;height:12.5rem;top:444.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPye0zXASKilpTDetRPTddndEe1n3khB { width:15.625rem;height:2.923825rem;top:480.125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzLZRf2gcTUgSHnlk7272mW8x0exZN2u { width:31.5625rem;height:12.5rem;top:473.0625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fwH5fTh5Ep1rPZaQPZsurU3rPOhEbE2E { width:15.625rem;height:3.8984375rem;top:475.625rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vh3LK7MqA2rGvmNhCWHbPqMEOcmdMvTX { width:15.625rem;height:5.84765625rem;top:450.625rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t0HI9NWoAqr8QNd1d10A4xR5wuQQL0Hk { width:15.625rem;height:3.8984375rem;top:446.125rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uFkANtAnKJoidiHiTT5UF1q4hTFLRFkv { width:31.5625rem;height:12.5rem;top:415.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NV1MNk3SdhhSlXvc4zNBJBfen7V5s5dy { display:block; }
 }@media only screen and (max-width: 1199px) { #pbAEOuUgVI6l6ad6Vp2n0rXEUlWSqWiN { width:31.5625rem;height:12.5rem;top:415.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hu5O9dO8LpMRQEwyC8qdCA0ZE1WKgymd { width:15.625rem;height:3.8984375rem;top:431.75rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iJNZnCiQpNFdfofdSWDbQg628X9FTW11 { width:15.625rem;height:4.38574375rem;top:421.875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NfSNQIGccOEM3CZiCKa6h8AxWd2fESPv { width:15.625rem;height:3.8984375rem;top:417.375rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNc3RbJRQhi6fXHu4qf5f3CgCHnlpzUS { width:31.5625rem;height:12.5rem;top:386.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AtgIpAoT4PZSgvSNJdPyfNSVK3Qbf5TJ { display:block; }
 }@media only screen and (max-width: 1199px) { #QebnELvzb1JhhAe7445FGkudnpJJuRZm { width:31.5625rem;height:12.5rem;top:401.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jga4pwKJKX7i88QSCMoUFiJzyaZ2CfuK { width:15.625rem;height:2.923825rem;top:408.25rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #miW9ztfV8sDeKfyq8EAlhUOR7PGm84SX { width:10rem;height:10rem;top:402.4375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EptyuVFp7801rpnUc7CuAFyxMeDK1xWt { width:31.5625rem;height:12.5rem;top:401.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #et3pFgvKWSpevupxivAkXoXknSkiImrh { display:block; }
 }@media only screen and (max-width: 1199px) { #ZBDqlh7nPNoAe7gBgrRSZFaoWOJlAf0m { width:31.5625rem;height:12.5rem;top:386.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXQRCRQktWvVyMX8dwGh0b57N95aTQkz { width:15.625rem;height:2.923825rem;top:393.875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLAmXVUIsWf6wEWf9M8egeFmRCmRCTIO { width:15.625rem;height:3.8984375rem;top:403.75rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iGwvFfzW2ohu4q1BmpGytqq2ofcMhgD8 { width:15.625rem;height:3.8984375rem;top:389.375rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A160vP7a6VVdgf6SmcMac7rtqEVC7iQN { width:10rem;height:10rem;top:388.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XKQ9gz0OHMlvrB47Aah2A0LoFozmXAdK { width:10rem;height:10rem;top:416.8125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJe14iuQGTmx0rin12J1qlVJTtrIHxiz { width:10rem;height:10rem;top:445.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f2Dp1Ok6dJSSha5ZdS8mCsLyhl6cdn7H { width:10rem;height:10rem;top:474.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UkfT04bMNlOnAgxK0v4ImTV1w7zAWtxW { width:31.5625rem;height:12.5rem;top:516.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dmmLCmpNsKHbGZhTFT7yKKNlSyQFqrOK { width:15.625rem;height:2.923825rem;top:523.25rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N08Vd8S6VRQQgTSzTmJTZ5ITIT1mFa6m { width:31.5625rem;height:12.5rem;top:516.1875rem;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:517.4375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hFLZrB9hpKBANK0Wvr4X623RD58qMrI9 { width:15.625rem;height:3.8984375rem;top:518.75rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIcypxeaVg3JZzKurviLpfelP4IoTZ8e { width:31.5625rem;height:12.5rem;top:501.8125rem;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:508.875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #immLiyQ4S9OyEJ85DmHMxEr6W1v5zvk2 { width:31.5625rem;height:12.5rem;top:501.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAlTBXFPr0Bwe9T9il4ezQe34dfFTo9S { width:15.625rem;height:3.8984375rem;top:504.375rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sLCD2hKydHAuXMzhGdAs89b0o2p2IKlz { width:10rem;height:10rem;top:503.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tp4WXZyzLAm1zKyZn2lDHc6xFXWcOUDz { width:31.5625rem;height:12.5rem;top:530.5625rem;left:7.9375rem;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:530.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVV4gXuIt6M6dvGur52FiaMqJeSGDFfA { width:15.625rem;height:2.923825rem;top:537.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xq9hTxs7JlCWiMddT0DulvzfUmG4T0GX { width:10rem;height:10rem;top:531.8125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2KDJTnvH9hrA9IRuP8WWTg5KmBo7hVr { width:15.625rem;height:3.8984375rem;top:533.0625rem;left:21.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tEXVG5I6UTmvfVBy1c46JdHQ1S68FkKD { width:31.5625rem;height:12.5rem;top:544.9375rem;left:7.9375rem;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:544.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nAOFTZbOy0rsxI2G814HFSzKnbHu62WC { width:10rem;height:10rem;top:546.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FcMqWmqq04DGl8HqV1nnIvli8zLpQEuA { width:15.625rem;height:2.923825rem;top:552.0625rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGdTRm581mnrtB9mbxpKxx2IkV65FBX4 { width:15.625rem;height:3.8984375rem;top:547.4375rem;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:4.19824375rem;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:6rem;top:106.8125rem;left:21.25rem;font-size:1rem;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:4.38574375rem;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:2.923825rem;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:10rem;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:4.38574375rem;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) { #Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh { display:block; }#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh > .row .container { width:47.75rem;height:62.5rem;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:block; }
 }@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) { #n1cufw7g8709WZbwR9d8F3mZGlnsr4st { display:block; }#n1cufw7g8709WZbwR9d8F3mZGlnsr4st > .row .container { width:47.75rem;height:131.25rem;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) { #TNETGb7812h10WSZrlICzl7c1NoiFhsu { width:47.75rem;height:0.0625rem;top:28.25rem;left:0rem;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:17.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U4JTnm2LeTHTJPUiJ9W26B1FgkZ8MgMH { width:18.375rem;height:6.875rem;top:17.187500953674rem;left:19.375000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HPsb9zgWEowDfQl58kfBbu8yXbkJN06k { width:47.75rem;height:0.0625rem;top:48.625015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lD8aoErDmxXUhvqUyELCAHRXGvcryx8f { width:18.75rem;height:8.3125rem;top:36.5625rem;left:3.8125000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tP24TsgpeWBcrHbHUxkChdTOev6dSTN2 { width:32.5625rem;height:1.575rem;top:31.375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XIfxpBsAaDA53PTiepnQAV5mGyAMSsMW { width:8.375rem;height:10.625rem;top:55.312515258789rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iVRIIMUvihAJQgqWQaGaMvKJ06FNOke5 { width:32.5625rem;height:1.575rem;top:51.687515258789rem;left:3.7499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rbLoh40DiHMryTp6odQZCVpnPlbr0paE { width:12.5rem;height:12.5rem;top:96.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LFLn4sZsaL3cmASEt2QSEHAkDUeyZsLO { width:47.75rem;height:0.0625rem;top:89.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LW0ZBwiIJCtBZ8tiXEysCCek3aVOMvGs { width:32.5625rem;height:1.575rem;top:92.4375rem;left:3.7490234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fVlvXFMyN2euoaf1h2Z4ZeczvUfHI1a9 { width:18.75rem;height:4.625rem;top:68.437526702881rem;left:5.1874998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MIzuFvF1GaE08T5kXwedgPCchL3IE93p { width:18.75rem;height:4.1875rem;top:68.656276702881rem;left:26.375000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wIE6pEwopDDXyLDQvPvpNm5xPzTiceVD { width:20.625rem;height:5.1875rem;top:58.031276702881rem;left:17.125000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcQQmMAbqTJpcpRsFag15hniEiTFrMle { width:19.375rem;height:4.4375rem;top:100.21875rem;left:21.187500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cFB6RrAqQEJIeFmMG6V2KWZQwKvS0N0q { width:17.5rem;height:5.3125rem;top:112.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ymxKbRcrEppDsJcGSs0XkhbklvXiv30W { width:7.25rem;height:10.625rem;top:75.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MElOMtyUvk54JCwKN7xWMnuCKw5wxur7 { width:34.375rem;height:5.5rem;top:120.625rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDPbXlHn2hFTkB20kg8UsCau9DpTMtxc { width:17.5rem;height:4.0625rem;top:112.625rem;left:26.062500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2GFrhIStSNcBJKqOIgimAfF3XHPolRM { width:13.75rem;height:6.375rem;top:77.75rem;left:15.375000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lv4y5tsGHMsSiWITCLHOHI0cC8w5O2lJ { width:11.9375rem;height:10.625rem;top:35rem;left:24.937500059604rem;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:8.125rem;height:3.4375rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:120.625rem;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) { #ZbULKa62GhDHLKomFotT6kOLGx3izhe2 { width:4rem;height:5rem;top:66.875rem;left:4.75rem;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:54.6875rem;left:4.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAu2bkz2dFE6tuNTgcmqWEIvnfEouvCS { width:5.625rem;height:5rem;top:59.767189025879rem;left:12.812500536442rem;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) { #DgBwWksdXftMJgU2TOL08pmKkTSL8kJR { width:5.625rem;height:5.625rem;top:85.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF31dXgKEOMSDMzbLXMTCJf1nRQX7dgJ { width:11.5rem;height:2.875rem;top:74.25rem;left:4.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxJXEl1aFTJZAkrNnAQpRBWJuzdEah81 { width:10.9375rem;height:2.375rem;top:80rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsuGBRhsHg6V4El71INAsLq0mkHAhGzq { width:3.125rem;height:5.75rem;top:66.625rem;left:12.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I8yv2fHhC8p18NGA2KHSHpDKWXBDLc08 { width:11.25rem;height:1.8125rem;top:92.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy2zReGtqAZF8AuXNob6W1KFZKDrMpwV { width:6.875rem;height:2.0625rem;top:96.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e02FNMNWWOEuofzEiNla4h80LUJPOkd7 { width:3rem;height:4.375rem;top:79rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9sRfNQn0uMkC5lPNCKEZV07TTAfL1Nx { width:6.0625rem;height:1.3623595505618rem;top:101rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZL9dmTJUu6gElWCbOvFHLBcdv8ElDNV { width:16.125rem;height:2.499375rem;top:104.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkbdTde3HEV1w3CHNnCTFyJIJBkypdzA { width:8.125rem;height:3.75rem;top:86.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLC9ueGkhgGtIzMyZpnoWPuKK1kDnvFP { width:10rem;height:4.28515625rem;top:60.436717987061rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb { display:block; }#Sqbkqk9XwKf0mwE6oy8MkvhR3QErxosb > .row .container { width:20rem;height:62.5rem;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:36.38475rem;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:45.5087890625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 { display:block; }#GUnuzWmIS1GhTMLN6xVMeVcQii5gXOo9 > .row .container { width:20rem;height:156.25rem;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.1rem;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.3935625rem;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:60.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUDlBEIH17VmUnctxCztViA6gDup0oLg { width:13.4375rem;height:2.923825rem;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.3984375rem;top:68.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pirgx43UUFMHIGBQihGlWHs1ksXBUNSN { width:7.5rem;height:7.5rem;top:60.125rem;left:11.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDlnytutnEFqHRayDmTOWIkvohTWivAu { width:7.5rem;height:2.3984375rem;top:68.875rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7EropcFvzsTzc2BrOF5nnc4lBkuhtII { width:6.9375rem;height:3.59765625rem;top:108.125rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #er7d3C39zxlyVTVeLW3BIFbENPSy2Ich { width:6.3125rem;height:3.59765625rem;top:122.0625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9UXqLE1PR79p3OqLuScZ5hvyMnOUkDO { width:8.75rem;height:3.59765625rem;top:108.111328125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0Deb5Xqz5sw0UiBMKpAGHL5rU7Suezz { width:6.9375rem;height:4.796875rem;top:92.9619140625rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF9I8GTnZv6gvsxtAyA5XKlxPVsX9Znn { width:7rem;height:3.59765625rem;top:92.9619140625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9UKKfHq4dPUIQR8W68WZJvwLGa57Ht7 { width:17.75rem;height:4.38574375rem;top:77.4619140625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABcQWK7ygcu6B0IA6xkGb8dXVVlmN5rI { width:20rem;height:0.0625rem;top:74.3369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH80wUogNkVnzuHo7ig7aauJPpbJH8PN { width:16.8125rem;height:2.923825rem;top:131.94921875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMI5tWOu7BlDeQWTNOBQuszbVfmpkBLD { width:8.75rem;height:3.59765625rem;top:145.8125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9hHTpeNlVOVAntrd9IVOwfm2V0G46o5 { width:20rem;height:0.0625rem;top:128.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs0TvzE5Q6h4U0HaVfh7Ti7nQ6zHOBGW { width:7.5rem;height:7.5rem;top:113.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdtXeE3fTkpUAWhnnDNDz28RNXGpUo31 { width:7.5rem;height:7.5rem;top:99.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqxgPNTD6zTUL56MJW2O655Q8lpFO1RM { width:7.5rem;height:7.5rem;top:99.3623046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8zBFQ1U2662S6bRduZFb4fZfxUkSfsv { width:7.5rem;height:7.5rem;top:84.2119140625rem;left:11.2998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXdKQG6kXBNcVCrHBhTxnK74TvgcRRbc { width:7.5rem;height:7.5rem;top:84.2119140625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr0K0GSOVf0KXBZ1A88uTUglX4A5MOhQ { width:7.5rem;height:7.5rem;top:137.0625rem;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:62rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3vQKu4suSssEGy9qBDGr1PnUe71gD9U { width:3.75rem;height:3.75rem;top:62rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuL7nbFBBCn1AKNO4WRsT1EbttFodJev { width:3.875rem;height:3.875rem;top:86.0869140625rem;left:12.9873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suswkteTfXlpL1nCvqMP9fdOsUukGoJS { width:4.375rem;height:4.375rem;top:101rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6d3Z0Pu9WQBCztqmOw7C42KybduIKDA { width:3.75rem;height:3.75rem;top:86.1494140625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzdZ3XvE1wwFBBcrBFc598IxHDNHluEo { width:3.75rem;height:3.75rem;top:101.2373046875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcfb30dTyxydHW45nZdTwET9KAPIJ5at { width:4.375rem;height:4.375rem;top:114.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbNiC8xPGFTmz3F8OF4iaxcpk17LZnhr { width:3.75rem;height:3.75rem;top:138.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG { display:block; }#b9QXoGzkEMFrewrDTiJW0l5k7gSHJPvG > .row .container { width:20rem;height:175rem;position:relative;display:block; } }@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:block; }#xvfgDoX2c7rauO2aQf9mLC1RerNsnBRd > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ3Nv7MtSxguOSRXPRCcJ7pZKB5en654 { width:20rem;height:16.6664375rem;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:831.8125rem;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.6rem;top:23.0498046875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awbdk2Xc5s2ZrnT5WD5OMlcqpeDdc6Li { width:15.625rem;height:3.298825rem;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:block; }
 }@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:2.6rem;top:239.3125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpUK4eWBPgQN7p5RcfWB858818u5HfFn { width:20rem;height:20rem;top:224.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) { #mAffdQAB5wBbTNm2roOQAHdePv8ek8Q8 { display:block; }
 }@media only screen and (max-width: 763px) { #zuPkH25BdZoxg0t55yWBPidT0pma8moT { width:20rem;height:20rem;top:224.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) { #e3iuJOlnSgEnNtcMoZhnCzAJUOKf8U0L { width:15.625rem;height:3.298825rem;top:235.375rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #augz5bworqS5fhZDslHcFmlbzu6hfgJw { width:8.125rem;height:8.125rem;top:226rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4F3Kwv0mmuSydPWQU9rRq3LrQE6ybWE { width:15.625rem;height:2.6rem;top:43.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #co6BADP8y1erSrL9XwiPLVspS6GJ9UBl { width:20rem;height:21.25rem;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:21.25rem;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.298825rem;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:247.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtzHUKbHwZdbVNgiucVf94wc1W06SJAK { width:20rem;height:21.25rem;top:245.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) { #ZXmq3rJviBIzQmHGZC8S2lre8UgT19sq { display:block; }
 }@media only screen and (max-width: 763px) { #vnJxVznkbkTwk6flElb791bIGZPdUBGP { width:20rem;height:21.25rem;top:245.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) { #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.9rem;top:260.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcrK09HQDaBFsxV6zG0zPT89ZaegqIFR { width:15.625rem;height:3.298825rem;top:256.625rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk3Py0wTPs9gJZgi9qwXsLDM3fORS4mM { width:20rem;height:20rem;top:332.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) { #wbimHakQsEo0P1hMp697RlTc1paTDQB2 { display:block; }
 }@media only screen and (max-width: 763px) { #dNmkSGdBqCRsgXnddaxFcUTklnsAekkO { width:20rem;height:20rem;top:332.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) { #aONpKq8IgwBD6H7mJsFHlB6qo0pTfCVv { width:15.625rem;height:2.6rem;top:347.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wys3S8ixg5TIEW3f0RUImzTr27V1W87c { width:15.625rem;height:3.298825rem;top:343.5rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #id5b1uOyZU1meTpKuLPN2IEkuyDQ0NZx { width:8.125rem;height:8.125rem;top:290.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhpsbuO3bL72ROB26qPrTVsJzf9RZFy1 { width:20rem;height:20rem;top:289.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) { #mXei1vtHING6TI863TImhATSTC8kWDiU { display:block; }
 }@media only screen and (max-width: 763px) { #MiD0OLr8fgORPS3drX80tdyVxD6GXaRt { width:20rem;height:20rem;top:289.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) { #on0qWrzkLG4mmzmOTOvdK7gdUuN45oWH { width:8.125rem;height:8.125rem;top:334.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkJwL32oAf1t8O4MxNSA9TwANnkC1ioX { width:15.625rem;height:2.6rem;top:303.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTFAm9PI8Bau2fOoPwua45cO7SDsCwH { width:11.5625rem;height:2.6rem;top:282.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R02KvKhhR8zHtEupiIgshTc5el2yBb2S { width:15.625rem;height:3.298825rem;top:278.5rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNBIt3cfSuPZnIR9ANtUCXl1r58T1FyE { width:20rem;height:20rem;top:267.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) { #lPTFf1TOW9rQGAl52CL25GC6UyNObouQ { display:block; }
 }@media only screen and (max-width: 763px) { #XDDvQZAZTTSEMHHT4DkfeHXKSW9bVy3h { width:20rem;height:20rem;top:267.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) { #otMwJmN1TTegMOBONhO4wrRmiXNGnfhg { width:15.625rem;height:2.6rem;top:66.25rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLAJDzcbmUrON7qVUF6uflKpsGXozSRW { width:20rem;height:20rem;top:51.6875rem;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:51.6875rem;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.298825rem;top:62.3125rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iONNCHOnccMb8bq6d3pFk2Wcw4WEddrs { width:15.625rem;height:3.298825rem;top:299.75rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtlATTqsNzPgNcbSHwo4gMnB67UywWCa { width:8.125rem;height:8.125rem;top:269.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE7WAk5Boh4X7TJJK7Pnc1sPSMcp1NQL { width:8.125rem;height:8.125rem;top:52.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJnQDU7LP55HuoTI1XF6QpXf3TPT6TKA { width:20rem;height:20rem;top:396.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) { #newTlfW25O2lsnqeveT05Q85ByB5TU3w { display:block; }
 }@media only screen and (max-width: 763px) { #T4doFwQVidnv7uvL4U0pdo7QebuOKIgK { width:20rem;height:21.25rem;top:417.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) { #DbI9VWQZx97EKAIxX1n1OVV1gWqFqG72 { width:15.625rem;height:3.9rem;top:432.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxOncReWVvv9Rf7cWE6VAKtXBcqpsCmC { width:15.625rem;height:3.298825rem;top:428.5rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtKIVDpMnpP4LpAc1QrZRcFJMTMRo32a { width:8.125rem;height:8.125rem;top:419.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHUxXDlOmuzEo7Jo7cbsXatO805At8rK { width:8.125rem;height:8.125rem;top:376.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBwZL3qcphdHVgeCyzLJ84i1ioK8OpDN { width:20rem;height:20rem;top:375.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) { #gw7g2NGhsTvOXdQclrRzCzlUTITiKrR2 { display:block; }
 }@media only screen and (max-width: 763px) { #PUWpqTmEdJ1OW4TnkECuntDFlLe9Ibb6 { width:20rem;height:20rem;top:375.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) { #JPz2VJR2TaDWmyKdtxbkWeMhERt0wBUh { width:20rem;height:20rem;top:354.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) { #Kkephe8ZoXed9KrL8nONUIapOhEzv4vh { display:block; }
 }@media only screen and (max-width: 763px) { #oK0w8BIZMgeTzaFtFcmvfPhhw7bSNkqA { width:20rem;height:20rem;top:354.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) { #sdbCWmHgmXORCwcBCGx2KaHw4TvlKngx { width:15.625rem;height:2.6rem;top:411.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOCROd0bzhLXoGB0D8iq10oxg7t69mle { width:20rem;height:21.25rem;top:417.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) { #BJml2vtD8Kpd6FEZzoRC0yu15fWbznrD { display:block; }
 }@media only screen and (max-width: 763px) { #iqM4uzPUELa0iWBNFJhg8AZVuRdoA0iI { width:20rem;height:20rem;top:396.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) { #tPwRiAUabFIoq7w1cLGPgxAhM9ypMci5 { width:15.625rem;height:3.298825rem;top:407.25rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKIRlThRomveGRdK6vdFDpbWdHxFeG2Q { width:15.625rem;height:2.6rem;top:389.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGt6nRDibS0fr75ntDPx58JwiyxU4Hft { width:15.625rem;height:2.6rem;top:368.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCB1nN9UcopbTR3n7DZ0RKZQo9mITZul { width:8.125rem;height:8.125rem;top:355.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0HF8rgCfEyD9cbi9PoZvnBabWR3i4Il { width:8.125rem;height:8.125rem;top:397.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c220KwHQqnzfSnXs5QCTPAuQeOOHJKMi { width:15.625rem;height:3.298825rem;top:364.75rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM2q5lXsKrAGeGuZUWcUPzJWDNtGEm4U { width:15.625rem;height:3.298825rem;top:386rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnTmiiFpFs6wRsL51mACkvyV7aWqMbL9 { width:20rem;height:20rem;top:547.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) { #AMSp3cPKUlWx8Ttme59Zy3la3mNOPBhy { width:15.625rem;height:2.6rem;top:562.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxhKEdMRJuGOhlZ0lh60bTGyFO7ILvms { width:15.625rem;height:3.298825rem;top:558.5rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kimK7NGmUACpOHwEqaaJkERX1z31qePM { width:8.125rem;height:8.125rem;top:549.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDqmk5twxfhraslmWhRzZHnNRGwV4NSu { width:8.125rem;height:8.125rem;top:506.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irLGLMLrrLViA9OkIXrs3AHqx7QXmnvr { width:20rem;height:20rem;top:505.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) { #VNJwum6phEabaLkuq5vwbI2L8OUXKRfA { display:block; }
 }@media only screen and (max-width: 763px) { #BBk8vIg7qzUfWnZHuyTXdqRzLAFTgFbI { width:20rem;height:20rem;top:505.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) { #pkDPNZPRkmTM4kmAwn466iZ9LNVqqP5Z { width:20rem;height:20rem;top:547.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) { #IgNdsAIR1ToVh0bRR0aySBQFKQhyqLp7 { display:block; }
 }@media only screen and (max-width: 763px) { #J6kDZbs1tN4xmkVxNlRve5Zr3HurkXbT { width:15.625rem;height:2.6rem;top:519.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObRaTPALDU2FBM7JSMuKOaCPvmQFSrx3 { width:20rem;height:20rem;top:526.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) { #HBkpVvVESu0kU8ZpHzXKxIzOEHpvgtkd { display:block; }
 }@media only screen and (max-width: 763px) { #EWtrLw4P61ULbDmqXLdWqN6Al8ow06Pl { width:20rem;height:20rem;top:484.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) { #ySxzwwHT9wdRGQLCTTkJeFc18us6p6Eo { display:block; }
 }@media only screen and (max-width: 763px) { #OI2Oc2HQfBJsrtlXXpQ8qkAnHx6guLKn { width:20rem;height:20rem;top:484.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) { #MnWrQnQI3QSk7yso9PNMwELUf3e3Fl44 { width:15.625rem;height:2.6rem;top:541.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbIHbG9VlgVWiBP8qCSAeDlgX1IaZBiO { width:20rem;height:20rem;top:526.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) { #yDBiyPETZaoCofGdMFNx7dbtTwwwayDq { width:15.625rem;height:3.298825rem;top:537.25rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq4XWSTPTXezJFCPz1tAdhPTaF9TcPh0 { width:15.625rem;height:2.6rem;top:498.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1N6KXZCT2Uh3PsIFAxiRzZ3xo3L0mpS { width:15.625rem;height:3.298825rem;top:494.75rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4FpxLfUSVsOmPVMpMdezH0Pp58aiBu1 { width:15.625rem;height:3.298825rem;top:516rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRlvTI6S6aNF3wwvWhooAuVAhpSB1MLh { width:20rem;height:20rem;top:462.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) { #svnu8axn6R18TTdq27lAOg6iq0dBBWiT { display:block; }
 }@media only screen and (max-width: 763px) { #Ltv7HXv6lpeyilTKvzKRcoByIw1cXmeV { width:20rem;height:20rem;top:462.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) { #XwoUfhNVRkVzWJe1bTaO7sNkRHOUAJuo { width:8.125rem;height:8.125rem;top:464.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AckLeTemeEREfN9RlZiIbVHuWgNihtti { width:20rem;height:21.25rem;top:440.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) { #zR2v4536fDzdMxuu3fXmDcxo1FpWaTkk { display:block; }
 }@media only screen and (max-width: 763px) { #igctOTQUV3RKF5bq9WT3JhZbo2h12bAg { width:20rem;height:21.25rem;top:440.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) { #qnMUsXIuuE35nHhRQzlb0TOcEG4Q4QdR { width:15.625rem;height:2.6rem;top:477.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNHKByUGp8LW2Lc7525XSkflrRBFOsfZ { width:15.625rem;height:3.298825rem;top:473.5rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEe0uF3IKVe7rIBnFErVQ4OJSCWZJnNy { width:15.625rem;height:3.9rem;top:454.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrmNf7Dg9DmBvDbWGsH9raTWauKxTzlo { width:15.625rem;height:3.298825rem;top:451rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq9VeiViNreeW840TqEs8Xw93mFmKoOO { width:8.125rem;height:8.125rem;top:441.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arVBF6CKM5HN4PXUTinLPZfd0gNpTp1o { width:8.125rem;height:8.125rem;top:485.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENaMz5dZnHt8fPwkKmFMbuMJ2vPiAgPc { width:8.125rem;height:8.125rem;top:527.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPNlMTcdzeXocd0CRG58gE7e1LnkT7Tt { width:20rem;height:20rem;top:721.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) { #enrS5PaJUPuXQBLvNuhOaU3BSvLke8nT { width:15.625rem;height:2.6rem;top:736.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0qQleK7baMk1zSWE3987En1bN0nQ4uK { width:15.625rem;height:3.298825rem;top:732.25rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgPKp5BwgaqNbkV8UF9w9Lh213QkQiTu { width:20rem;height:20rem;top:700.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) { #FK5Vro7KTHyJQ23s5k3cTWXkDqTlGcy4 { display:block; }
 }@media only screen and (max-width: 763px) { #swybaL6223PEuHfDlIkTzutQ4e8XNSX1 { width:20rem;height:20rem;top:679.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) { #rExVX05ownBGhkVqL28r73OeavvzmIza { display:block; }
 }@media only screen and (max-width: 763px) { #ivXmbPKwiGy9JuNbFUfmr47ySlyfml7d { width:20rem;height:20rem;top:679.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) { #unp18IKlbdGnfLllG9G6dUruv4l1Ew6c { width:15.625rem;height:2.6rem;top:693.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1RuEWBLF2UtR6TQeOCb3i3Tuh3hdTT1 { width:8.125rem;height:8.125rem;top:722.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwDiDJKeEaySdfiMWGnthava8spfJFnA { width:8.125rem;height:8.125rem;top:680.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnVoKkeJdRkd2fDa8oifHg2w80gyty3C { width:15.625rem;height:3.298825rem;top:689.75rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw905beR19mLG1WpmcgbErkiCihiEApv { width:20rem;height:21.25rem;top:634.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) { #CT4I1Tmnr0z2nihKul8Cf9o4BrnQzSGy { display:block; }
 }@media only screen and (max-width: 763px) { #W4PvF2qvxE8AqVPpcKA0kGBUUaLPeS1B { width:20rem;height:21.25rem;top:634.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) { #Heae5t8vz7T7qkztZf5WL6abT0MA88uA { width:8.125rem;height:8.125rem;top:635.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUxZ4Or6lPabaNVcLBoEnH7amUF0NIwO { width:15.625rem;height:1.29980625rem;top:648.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3TneQRKq67EdD1nVzbTcEywXWanCUTU { width:20rem;height:20rem;top:721.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) { #si3FBs4S8dFNZ1EWIzeLiicUbs73gKPv { display:block; }
 }@media only screen and (max-width: 763px) { #p52SNDiTOFy8V1Z52oCcc1ahgBqyq0Z6 { width:20rem;height:21.25rem;top:656.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) { #Z5CFzSTGVclTbt4Vcns9JGieyA52VxTd { display:block; }
 }@media only screen and (max-width: 763px) { #bfwW1TDUZWPuV8tG98Sxd6ELUMguTWPu { width:20rem;height:21.25rem;top:656.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) { #TPye0zXASKilpTDetRPTddndEe1n3khB { width:15.625rem;height:2.6rem;top:714.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzLZRf2gcTUgSHnlk7272mW8x0exZN2u { width:20rem;height:20rem;top:700.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) { #fwH5fTh5Ep1rPZaQPZsurU3rPOhEbE2E { width:15.625rem;height:3.298825rem;top:711rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh3LK7MqA2rGvmNhCWHbPqMEOcmdMvTX { width:15.625rem;height:5.2rem;top:671.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0HI9NWoAqr8QNd1d10A4xR5wuQQL0Hk { width:15.625rem;height:3.298825rem;top:667.25rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFkANtAnKJoidiHiTT5UF1q4hTFLRFkv { width:20rem;height:21.25rem;top:611.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) { #NV1MNk3SdhhSlXvc4zNBJBfen7V5s5dy { display:block; }
 }@media only screen and (max-width: 763px) { #pbAEOuUgVI6l6ad6Vp2n0rXEUlWSqWiN { width:20rem;height:21.25rem;top:611.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) { #Hu5O9dO8LpMRQEwyC8qdCA0ZE1WKgymd { width:15.625rem;height:3.298825rem;top:644.75rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJNZnCiQpNFdfofdSWDbQg628X9FTW11 { width:12.5625rem;height:3.9rem;top:626.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfSNQIGccOEM3CZiCKa6h8AxWd2fESPv { width:15.625rem;height:3.298825rem;top:622.25rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNc3RbJRQhi6fXHu4qf5f3CgCHnlpzUS { width:20rem;height:20rem;top:569.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) { #AtgIpAoT4PZSgvSNJdPyfNSVK3Qbf5TJ { display:block; }
 }@media only screen and (max-width: 763px) { #QebnELvzb1JhhAe7445FGkudnpJJuRZm { width:20rem;height:20rem;top:590.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) { #Jga4pwKJKX7i88QSCMoUFiJzyaZ2CfuK { width:15.625rem;height:2.6rem;top:604.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miW9ztfV8sDeKfyq8EAlhUOR7PGm84SX { width:8.125rem;height:8.125rem;top:591.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EptyuVFp7801rpnUc7CuAFyxMeDK1xWt { width:20rem;height:20rem;top:590.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) { #et3pFgvKWSpevupxivAkXoXknSkiImrh { display:block; }
 }@media only screen and (max-width: 763px) { #ZBDqlh7nPNoAe7gBgrRSZFaoWOJlAf0m { width:20rem;height:20rem;top:569.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) { #QXQRCRQktWvVyMX8dwGh0b57N95aTQkz { width:12.875rem;height:2.6rem;top:583.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLAmXVUIsWf6wEWf9M8egeFmRCmRCTIO { width:11.125rem;height:3.298825rem;top:601rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGwvFfzW2ohu4q1BmpGytqq2ofcMhgD8 { width:15.625rem;height:3.298825rem;top:579.75rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A160vP7a6VVdgf6SmcMac7rtqEVC7iQN { width:8.125rem;height:8.125rem;top:570.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKQ9gz0OHMlvrB47Aah2A0LoFozmXAdK { width:8.125rem;height:8.125rem;top:612.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJe14iuQGTmx0rin12J1qlVJTtrIHxiz { width:8.125rem;height:8.125rem;top:657.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Dp1Ok6dJSSha5ZdS8mCsLyhl6cdn7H { width:8.125rem;height:8.125rem;top:701.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkfT04bMNlOnAgxK0v4ImTV1w7zAWtxW { width:20rem;height:20rem;top:764.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) { #dmmLCmpNsKHbGZhTFT7yKKNlSyQFqrOK { width:15.625rem;height:2.6rem;top:778.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N08Vd8S6VRQQgTSzTmJTZ5ITIT1mFa6m { width:20rem;height:20rem;top:764.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) { #q8ixn3NqCG7RHzihKowoviWMOHT50xG7 { display:block; }
 }@media only screen and (max-width: 763px) { #POSeHbGO1wv5zRpHT7fFr5zCzCXbnetu { width:8.125rem;height:8.125rem;top:765.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFLZrB9hpKBANK0Wvr4X623RD58qMrI9 { width:15.625rem;height:3.298825rem;top:774.75rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIcypxeaVg3JZzKurviLpfelP4IoTZ8e { width:20rem;height:20rem;top:742.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) { #DcBz3nyFZ5IKNGaRLzOnCH4V3CHVnpdt { display:block; }
 }@media only screen and (max-width: 763px) { #JlaTozTZl7ECZQau8kZsaogN6RGeNpQc { width:15.625rem;height:2.6rem;top:757.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #immLiyQ4S9OyEJ85DmHMxEr6W1v5zvk2 { width:20rem;height:20rem;top:742.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) { #VAlTBXFPr0Bwe9T9il4ezQe34dfFTo9S { width:15.625rem;height:3.298825rem;top:753.5rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLCD2hKydHAuXMzhGdAs89b0o2p2IKlz { width:8.125rem;height:8.125rem;top:744.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp4WXZyzLAm1zKyZn2lDHc6xFXWcOUDz { width:20rem;height:20rem;top:785.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) { #K6BVeTmnm314QNlsQFAGPdCVczDaHNhs { display:block; }
 }@media only screen and (max-width: 763px) { #OUgpDo1TKR6tNBi9hfuqrmZ96Q6MQnDD { width:20rem;height:20rem;top:785.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) { #KVV4gXuIt6M6dvGur52FiaMqJeSGDFfA { width:15.625rem;height:2.6rem;top:799.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq9hTxs7JlCWiMddT0DulvzfUmG4T0GX { width:8.125rem;height:8.125rem;top:786.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2KDJTnvH9hrA9IRuP8WWTg5KmBo7hVr { width:15.625rem;height:3.298825rem;top:796rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEXVG5I6UTmvfVBy1c46JdHQ1S68FkKD { width:20rem;height:20rem;top:806.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) { #s5ON0RqquQ4ctBUTLq0svQal1wxf6h0w { display:block; }
 }@media only screen and (max-width: 763px) { #mEQeBzfbPQ5za17kX8sLQq7T8xzXTEUM { width:20rem;height:20rem;top:806.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) { #nAOFTZbOy0rsxI2G814HFSzKnbHu62WC { width:8.125rem;height:8.125rem;top:807.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcMqWmqq04DGl8HqV1nnIvli8zLpQEuA { width:15.625rem;height:2.6rem;top:821rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdTRm581mnrtB9mbxpKxx2IkV65FBX4 { width:15.625rem;height:3.298825rem;top:817.125rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KccuQQp52QJKm1MgKXed1G5dbPFueOK3 { width:20rem;height:20rem;top:202.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) { #TbcSF3l81R74uEB9Zdnt6kIkbzU1FACk { display:block; }
 }@media only screen and (max-width: 763px) { #TfTpTTXVUSd5hPU5sPugDwTkTVtXhRPz { width:20rem;height:20rem;top:202.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) { #lhDoQZRJMhSXkyQZNfK0mJQQQn3FGapD { width:8.125rem;height:8.125rem;top:204.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6GTwrWXISIVgAy1gDE7ucW0wTLz9W5K { width:15.625rem;height:3.298825rem;top:213.375rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLsoXxq0GtQQwIlNAR3yHFI3MWdxknML { width:20rem;height:21.25rem;top:310.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) { #hDAhDpRTpufQ84r8BOaH65Te6UNo6fb3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZL3Z85le5aBW7HtmL4UEEG7S9SasGznM { width:20rem;height:21.25rem;top:310.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) { #xkaK779Hoqf1zUOVCvGTKWHt2fif10aJ { width:15.625rem;height:4.19824375rem;top:324.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx8wqlbBm4ZiAQIgslbRlu8fc3J3T0MW { width:15.625rem;height:3.298825rem;top:320.625rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBD1WelPv6TDhOfwS6PRUE9ykbDT6S1J { width:8.125rem;height:8.125rem;top:311.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBDGitG2pDQTANu3KNT6f1Ak91GVdJrW { width:18rem;height:6rem;top:151.1875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRXZTrt4UeOIWvVk9lwiiTeoswyJD7OI { width:20rem;height:21.25rem;top:136.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) { #utZ0NmJabJOWCDCPx6nK151saRz1VuyC { display:block; }
 }@media only screen and (max-width: 763px) { #CHnfhm6ubDBQXOpDCAoXTDgrv6HhDzgG { width:20rem;height:20rem;top:159.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) { #PIrafpRttVoTVGC4x6LehE22AcH0Ze9B { width:15.625rem;height:3.298825rem;top:147.25rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkDqgcT6h84sVgp1Bthn0eNPtAeToLIt { width:13.4375rem;height:3.9rem;top:108.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWCZdTwhlNJyAIAxyJmOnuyhVLrMselK { width:20rem;height:20rem;top:94.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) { #yJdJqMFI4gRufcmqqpZRIkskIFruSeXM { display:block; }
 }@media only screen and (max-width: 763px) { #PGio0Ssecn08LgDtRlmi2fkxd695PP3n { width:20rem;height:20rem;top:72.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) { #EMRG1rWTFCVF0E6HxRP1JH0ROiURUDh4 { width:8.125rem;height:8.125rem;top:95.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofoAbxnmToK2zKyuNSArqFM2Wf1WtmPr { width:8.125rem;height:8.125rem;top:137.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hon0d0tmmyKwxcG4Ly7ouVgVU0Bcoxn4 { width:15.625rem;height:3.298825rem;top:104.75rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD6GIwf10OEfTrQLVn6hnXD0ZOwr7891 { width:20rem;height:20rem;top:72.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) { #Obw7WTUoHe3TpuQbTcFyR9xhRH8pt0c4 { display:block; }
 }@media only screen and (max-width: 763px) { #tagBOrSdph37TG4Gon4PMe8gaRlx0sar { width:20rem;height:21.25rem;top:180.375rem;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:115.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) { #c2ghNlp7S5ExokZKtOn5rlokToha310Z { display:block; }
 }@media only screen and (max-width: 763px) { #xLBmn0CU2U8QD1Vpa23HzQ3LVSwcNOJp { width:20rem;height:21.25rem;top:136.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) { #Mcq9Q2dpiAnC3XuF9TaaENT2VxPfntnq { width:15.625rem;height:2.6rem;top:87.5rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRJ9BySTdHA1kn9RaAyJyEWTSmI1NAe { width:15.625rem;height:3.298825rem;top:83.5rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW3iiEamIuV56IwTQnLuxTv3qmVqhhiu { width:15.3125rem;height:2.6rem;top:129.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANUuzGZxyLF3byTNTSISEhy2L5mDpi26 { width:15.625rem;height:3.298825rem;top:126rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cesiT5JESEUQOVeW5re6QxrIq2gMTqIE { width:8.125rem;height:8.125rem;top:74.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT2T1G5utKTZ8HdEV3UEKxfSfoyBZT41 { width:8.125rem;height:8.125rem;top:116.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt4E5PoMSbId04QKbPAWJuIWfpTti2w4 { width:15.625rem;height:3.9rem;top:194.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qITmupip2ndldUJqP62N4pAPwViRVJ9L { width:20rem;height:21.25rem;top:180.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) { #yJXzBU36hTaXzyhv1UWKW3aTG1Pul5AK { display:block; }
 }@media only screen and (max-width: 763px) { #JRwOyWBITqZ7xE297XzgV69IxCdA3FCO { width:20rem;height:20rem;top:94.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) { #gtF9yRfoOXBliECNLZWAbo0Tk8yDCHS2 { width:8.125rem;height:8.125rem;top:181.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqpb3vtTFpfiyg4iPAxXbHeFP1JO4xf7 { width:15.625rem;height:3.298825rem;top:191rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH1PkVWQRsPtzOAouJqPqTt0bCWtpAUT { width:20rem;height:20rem;top:159.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) { #aSctytOPamNS5Jqa7cXe4zTFG52aMgys { display:block; }
 }@media only screen and (max-width: 763px) { #Jf1uoaRKRK9UL85M1Kbiq1CPo36cbL27 { width:20rem;height:20rem;top:115.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;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #da5G04s8BWsyDxh5NWREyw4xHWUVAHOH { width:15.3125rem;height:2.6rem;top:173.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8WNnazOmCZilDNhnT5798oC8ezx42cH { width:15.625rem;height:3.298825rem;top:169.75rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXeW8dNQSMKTbZbzUcOc6fGFTJ8x6tWa { width:8.125rem;height:8.125rem;top:160.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCJfG72280065SZSClv658kJX4isOUuD { width:15.625rem;height:2.6rem;top:217.25rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh { display:block; }#Fu97y5nDzqkl48fUseVMFcqNqKTIdhJh > .row .container { width:20rem;height:48.125rem;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.793rem;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:block; }
 }@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) { #n1cufw7g8709WZbwR9d8F3mZGlnsr4st { display:block; }#n1cufw7g8709WZbwR9d8F3mZGlnsr4st > .row .container { width:20rem;height:149.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) { #TNETGb7812h10WSZrlICzl7c1NoiFhsu { width:20rem;height:0.0625rem;top:26.234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv7eviGpg7uXbyHsnIO0W4avC0V84Tz0 { width:17.5rem;height:1.4rem;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:10.275001525879rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4JTnm2LeTHTJPUiJ9W26B1FgkZ8MgMH { width:14.375rem;height:5.3125rem;top:18.5869140625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPsb9zgWEowDfQl58kfBbu8yXbkJN06k { width:20rem;height:0.0625rem;top:52.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD8aoErDmxXUhvqUyELCAHRXGvcryx8f { width:14.375rem;height:6.1875rem;top:32.008619308472rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP24TsgpeWBcrHbHUxkChdTOev6dSTN2 { width:17.5rem;height:1.4rem;top:28.234375rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIfxpBsAaDA53PTiepnQAV5mGyAMSsMW { width:7.375rem;height:9.375rem;top:58.696105957031rem;left:6.3125000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVRIIMUvihAJQgqWQaGaMvKJ06FNOke5 { width:17.5rem;height:1.4rem;top:54.796875rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbLoh40DiHMryTp6odQZCVpnPlbr0paE { width:10rem;height:10rem;top:114.21954345703rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFLn4sZsaL3cmASEt2QSEHAkDUeyZsLO { width:20rem;height:0.0625rem;top:108.3828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW0ZBwiIJCtBZ8tiXEysCCek3aVOMvGs { width:17.5rem;height:1.4rem;top:110.9453125rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVlvXFMyN2euoaf1h2Z4ZeczvUfHI1a9 { width:15.625rem;height:3.875rem;top:76.383605957031rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIzuFvF1GaE08T5kXwedgPCchL3IE93p { width:15.625rem;height:3.5rem;top:82.758605957031rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIE6pEwopDDXyLDQvPvpNm5xPzTiceVD { width:16.875rem;height:4.25rem;top:69.5703125rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcQQmMAbqTJpcpRsFag15hniEiTFrMle { width:16.25rem;height:3.625rem;top:126.40704345703rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFB6RrAqQEJIeFmMG6V2KWZQwKvS0N0q { width:13.125rem;height:3.9375rem;top:132.53204345703rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymxKbRcrEppDsJcGSs0XkhbklvXiv30W { width:5.9375rem;height:8.75rem;top:88.478912353512rem;left:7.0312500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #MElOMtyUvk54JCwKN7xWMnuCKw5wxur7 { width:20rem;height:3.19921875rem;top:143.65704345703rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDPbXlHn2hFTkB20kg8UsCau9DpTMtxc { width:12.5rem;height:2.8125rem;top:138.96954345703rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2GFrhIStSNcBJKqOIgimAfF3XHPolRM { width:13.75rem;height:6.375rem;top:99.3671875rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv4y5tsGHMsSiWITCLHOHI0cC8w5O2lJ { width:10.5rem;height:9.375rem;top:39.971876144409rem;left:4.7500000596046rem;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.798825rem;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; }
 }