.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD > .row .container { background-color: transparent; background-image: none; }#gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD > .row .container > .video-iframe-container { display: none; }#gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD > .row > .video-iframe-container { display: none; }#gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD > .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); }#gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD > .row .container { border-width: 0; border-radius: 0; }#gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD > .row .container { width:75rem;height:1277.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#oG09qWNooAUX6ZLL1VNWcg8QJSAoBWNt { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:3.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H1OeuZLX2i1Q5LUlal1L19esxI5wXd9z { color:rgba(var(--color-tertiary-3),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:15.69921875rem;left:23.53125rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bkpAWIPndeFWmsbKrwwtNP3CdBAv7OPk { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:21.375rem;top:4.125rem;left:26.16943359375rem;overflow:hidden;display:block; }
#cxDTbxkBQluQrAxnb3c8FqA57KNThZCX { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.625rem;left:9.32568359375rem;height:4.548825rem;text-align:justify;text-align-last:initial;display:block; }
#Zqb6TZwqiOEAJTTvm8fJVxSra3hyivos { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.9375rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#iDwoCnrfxXEWl6I1X2JJPtfwU3NG3g1Z { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.0625rem;left:9.38818359375rem;height:2.923825rem;display:block; }
#X1tTyu5TDDgSzmbMOtHFMZlNLtl5mOc4 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.1875rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }
#f6NK7POTt3T7eCCGJT1d154FkcG8ldV0 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:33.4619140625rem;left:9.38818359375rem;height:24.36525625rem;text-align:justify;text-align-last:initial;display:block; }
#zgoq4FpUJmSv8wZQJ6mZl4NHZTRA1Em4 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:58.9375rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#BUuwiSK7hClIlGiMwQTpWxfzEHFJ5vmz { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:60.625rem;left:9.375rem;height:2.9238375rem;display:block; }
#DTcAPXmv72I0lVzyPi6Ip4ZJGhbyr47s { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:69.9375rem;left:9.38818359375rem;height:57.50201875rem;text-align:justify;text-align-last:initial;display:block; }
#E27QcGaBfghpzRqKqBpCSar7TV0ENUSz { color:rgba(var(--color-tertiary-4),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:64.375rem;left:11.0625rem;height:4.8359375rem;display:block; }#E27QcGaBfghpzRqKqBpCSar7TV0ENUSz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E27QcGaBfghpzRqKqBpCSar7TV0ENUSz li:before{  }
#Sug6XzAibDDW4UsOAdKzfWktBlHl8hbS { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:128.71875rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#OJaoP4pREQc6qc85IyfbHhVp0W4roNy9 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:132.8125rem;left:9.375rem;height:1.949225rem;display:block; }
#XeyoSlBQMd0y4aT9ap7TBgQC4I8E7bCN { color:rgba(var(--color-tertiary-4),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:135.875rem;left:11.0625rem;height:8.07225rem;display:block; }#XeyoSlBQMd0y4aT9ap7TBgQC4I8E7bCN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XeyoSlBQMd0y4aT9ap7TBgQC4I8E7bCN li:before{  }
#Fz0QXp0PbSHcOsyld3XGWPNUGJN0VCIK { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:143.9375rem;left:9.375rem;height:3.8984375rem;text-align:justify;text-align-last:initial;display:block; }
#MAdDZWpQOfHytT36Q3wDMGAFNqoTovsa { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:131.09375rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#nkDw92ifSfPiqm55Q5uooCVELzdEF8ew { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:148.96875rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#eT3iX1BPeMSvn9oLz6bznXAtvBAXlrgl { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:151.09375rem;left:9.38818359375rem;height:5.84765625rem;text-align:justify;text-align-last:initial;display:block; }
#orwBzLCeysowEcBVvM3uqqZ4dAZcgohk { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:157.91796875rem;left:9.32568359375rem;height:2.2744125rem;text-align:justify;text-align-last:initial;display:block; }
#sk0yb1h2ALhwSOQ5CxQc8eqDmVCDTEm7 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:161.28125rem;left:9.38818359375rem;height:0.9746125rem;display:block; }
#LcXGgmxl693OEwgLZ75BLNlqBX1l75cA { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:163.53125rem;left:9.38818359375rem;height:0.9746125rem;display:block; }
#yAgKqPVGCxKg5ThppymG3sXWhK8G8iZr { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:164.505859375rem;left:9.45068359375rem;height:0.9746125rem;display:block; }
#CNFSs3EO2o5HgN8NSatqoU4AZfdvsN2f { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:165.48046875rem;left:9.45068359375rem;height:0.9746125rem;display:block; }
#BkxdxENLPv8sxJ8eO7mF6EETDQvfUClg { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:166.455078125rem;left:9.45068359375rem;height:0.9746125rem;display:block; }
#tIAhBBbzPEMKwSRZTG8IA6ffSPaq2hV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:167.4296875rem;left:9.45068359375rem;height:0.9746125rem;display:block; }
#wBFm3nO7u08lJitGLiZR2bihTdRKmDSN { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:168.404296875rem;left:9.45068359375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#XSBuvHpHz12hKVsGKTwydPGaQOfGegOo { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:171.375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#LKFTLtNROcrappuKkVCdMNd08clqI18V { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:172.3125rem;left:9.5rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#TTa0ut1udA4A2hizpEpcSMPhT5wC6qzE { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:174.25rem;left:9.4375rem;height:0.9746125rem;display:block; }
#cQQETP1VvRyGxptyCHiNQn8AkHHKwoby { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:175.1875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#K76Is5WD755mrPdifOPJcIcA7Tb7hrBD { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:176.1875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#mCkVl3hNuoi7XzFBm97mcoN96bDXXxIf { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:177.125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#TcHWTmMvh2hl5klI8RH2qOW1f5y0naJi { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:185.8125rem;left:9.4375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#kypk5ScmOUOy5lA0dlqLUROoi8oiqFr0 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:179.0625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#BpltOTHPyL4T1Fr849aJ7WupTUdkkm5U { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:180rem;left:9.5rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#leDIUUW9eON0Dny6Tc90gzwMAZVomFTt { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:181.94921875rem;left:9.45068359375rem;height:0.9746125rem;display:block; }
#gwTkVMJQzLkFQzhMpsmt1BOtdl74nSOf { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:182.912109375rem;left:9.45068359375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#NhlTI2He5iMQ6f7L7kGfeTywyOq6umf9 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:184.875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#yQFxz2XhbgPPHrqA2aR05f3H1lRkaW0o { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:188.75rem;left:9.4375rem;height:0.9746125rem;display:block; }
#ow2FJ777uK30szrFf4sRswKP4EnqIiNe { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:189.6875rem;left:9.5rem;height:0.9746125rem;display:block; }
#BTzdaHt6OkXAUQbxm4lG4DKWdbG9lcoi { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:190.6875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#DzH6Eg4r7LvpWHeLfo33JofU0OScQvJG { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:191.625rem;left:9.4375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#Dc2iTlBXck2bsGFU9NTqkXOrFX3p6QhQ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:193.57421875rem;left:9.45068359375rem;height:0.9746125rem;display:block; }
#P8eqoyT7kEV3IHBgwGHtzzbukG10UT8X { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:194.548828125rem;left:9.45068359375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#voLrZ9bSJlIoHFGxv5MOuGtDryyQyel0 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:197.4375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#CAMnrQXF6QKhPVAiQctH6EL1VLwpF8r8 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:198.375rem;left:9.5rem;height:0.9746125rem;display:block; }
#HQGkLTpTBulVReTEpkMr3mb5UW5CQF9k { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:199.375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#fGeGiwTMzzA5ZXEXTQbHZ8G0fMiCMUw1 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:200.3125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#wRIoooTTMq5whTJqLf5WNudmX9oXqdL3 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:202.25rem;left:9.4375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#kwAfW5ZJlEi6zs3eBpnnB7O5rc59qZHm { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:201.3125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#tEq6NVaTx0FQPSwmNFuQAHCQ7T5wkuD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:205.1875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#T5XWxzfsuu5TUkEg3i8w97bP0yTBpvvf { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:206.125rem;left:9.5rem;height:0.9746125rem;display:block; }
#kfcTGpHznU8bcPI00eZgI70khymals90 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:207.125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#wdL67ayOKrSGM7AX0u6DfIuk3IRAyCeH { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:208.0625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#LMAB59hmZyD7AHUdIXMkELUVFBIPOvZs { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:209.0625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#Q8TtuNnOZ1f3zDwonXXK0ARZqTTRusoP { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:210rem;left:9.4375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#LuX6vmFoqxyIOLlM1eHNrBE8Wx582I4r { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:212.75rem;left:9.4375rem;height:0.9746125rem;display:block; }
#CEeXBFZ546HS92bZrN5LQgHIiKDbfhcU { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:213.6875rem;left:9.5rem;height:0.9746125rem;display:block; }
#QwXZEbnk0Cb0FaRizDa5eVLQJ5B6OJWI { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:214.6875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#DmyNmo5CvQWVS5lcDBmAxxlcx9mTlf5E { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:215.625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#GLvuhUgGPc4uw38s4qoXvicDOdyupgTW { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:216.625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#tNQ6CxwMOlH0EibvDypPdAl71BKVbho6 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:217.5625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#OOVfJmnKGhPUx5yDBvtMM95SJtM6snC1 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:219.4375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#sbaFZLrrIlTmI3bAO3APUgP00xkF0hRT { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:220.375rem;left:9.5rem;height:0.9746125rem;display:block; }
#o361EwkToJLPf3gFoOAaiETRXotpmGMV { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:221.375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#PWTynioaUu0Qhp9a60fvHXRouQ0LJ3X9 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:222.3125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#v8BDhq1khIi1L3KG0OwGlHHZrd4wwfD2 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:223.3125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#NJgOBMX9q4w7zlmCTVwtCUtHPXNdXIyA { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:224.25rem;left:9.4375rem;height:0.9746125rem;display:block; }
#KeixqLgJaipZEgN0Ohq3ZNGQHCRGT8Z8 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:226rem;left:9.4375rem;height:0.9746125rem;display:block; }
#qTHEwuFD5cK8QQFqE4T1TDfikC0hSggE { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:226.9375rem;left:9.5rem;height:0.9746125rem;display:block; }
#HBd9dTP84wQyUig0Xw1MHo9bulw1MQdD { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:227.9375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#Nf6nmr8XGAgAtbzucF6HN7N0I24M4JDZ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:228.875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#KxBENl2C3PCq9flzIuRX5MNnZ3kwyTHI { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:229.875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#spHcoTakNEJN2Dd1zBJbfJCkL71mugGi { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:230.8125rem;left:9.4375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#U4URTXT0B8kUlw0Pl0g8DSBRxigda1ga { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:233.9375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#LscVTRUZo2Tx96upUWeW419zSmevaMOl { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:234.875rem;left:9.5rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#hN1xMWhQBCfLmpiR855w1xUISTKbqTLO { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:236.8125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#yfsRhXv6UbGrglLcAEom76yezd2qKVFQ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:237.75rem;left:9.4375rem;height:0.9746125rem;display:block; }
#QMwLmhoTpxom7oh7ohC9J6bOki2tr0Lh { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:238.75rem;left:9.4375rem;height:0.9746125rem;display:block; }
#X5boIS8T1gszF5Tg3Hes6bKN60CUVzLa { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:239.6875rem;left:9.4375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#yZ6Ta1qK3bzmqG2y7l2yxdvrFGVKlqy0 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:242.625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#GTprOS1TyMKLm9ho0PWqnbOEzQQ742MF { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:243.5625rem;left:9.5rem;height:0.9746125rem;display:block; }
#hHrkcL44pJ3lvsP86Sh0TUTLJzSNU0RQ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:244.5625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#pPMU2ani66zfuHB1m5IEiJy3OZMI8Foe { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:245.5rem;left:9.4375rem;height:0.9746125rem;display:block; }
#TiInuqpx8sIFwDOnryHEXTiSilO9aNIX { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:246.5rem;left:9.4375rem;height:0.9746125rem;display:block; }
#HyqLAhqIDDNQOHXnXSMk7xQVy56RpUQD { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:247.4375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#qX6Dul2qnZUQmOKS80GBrma7QTy8vkXb { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:249.25rem;left:9.4375rem;height:0.9746125rem;display:block; }
#T9GyWtTyGwtlLoShR0r94fAZwaQHQ37N { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:250.1875rem;left:9.5rem;height:0.9746125rem;display:block; }
#UDhaccVwhHhxuH7ALte5iAXnhXMIGcWa { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:251.1875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#TZysEcwTTeEkp3bwJJ74UtUW3EmgnVRi { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:252.125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#Tx1mNtvF9TyEd6I4cHRAzClqbQFVVJ3U { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:253.125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#ePMLz7XGCwTdnyRwoGpPdE30TUiTATN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:254.0625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#cyT1rsvHXkTs8FWt0Uf4o1xzZ0CdoVtM { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:255.6875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#GzDEu2bT1XswyUDSgRvzPAZwee9bCup0 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:256.625rem;left:9.5rem;height:0.9746125rem;display:block; }
#n6TKnJQHzzLBI7SSTTsT62A08y2lrHT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:257.625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#M6bymGQ62Bh5NTTlbJhxTx19VP2VTx3O { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:258.5625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#KoS8suO3XORCn7FqKc7myyTfkWfuDP43 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:259.5625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#Fl19WBgEoHqSfbDRQVA1hJnMnBWnGTqn { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:260.5rem;left:9.4375rem;height:0.9746125rem;display:block; }
#wLGm0s7eeC3HviRTXMtrJ9KfCRcbLbDB { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:262.3125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#RIyOmRNAq5Lfszw2fr5V8r3d7iTN4M4A { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:263.25rem;left:9.5rem;height:0.9746125rem;display:block; }
#MHtFPs3hGBDorNs1DU0GoB192MhnT0Wi { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:264.25rem;left:9.4375rem;height:0.9746125rem;display:block; }
#BhAuiSoFTRCdcpVIGnxZMgslpGSfIcia { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:265.1875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#O4D28lV4eMcwNkS7Htds0AfM0JNJuJZW { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:266.1875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#CLFPrVk3U49LIo0g03huBLNfb7Nk9Ilb { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:267.125rem;left:9.4375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#hyG9hlZBlUDME0EPn8TuRl78JTlhTDUB { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:269.75rem;left:9.4375rem;height:0.9746125rem;display:block; }
#sgNAES9vJB0B9PJsQhBu2eOxF25MoUVA { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:270.6875rem;left:9.5rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#vX5PorlgQmSPNTsBIF7P6GKt7pOyEqiz { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:272.625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#hgfAIPSadIATuq532J0WH5VhK5kxZ3ZA { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:273.5625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#toyuSOqtBKbazvdBcE2ZpJCibmsG1tqN { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:274.5625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#AMRyGpI40zuGQUrwXWexv1fp0wu8nRow { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:275.5rem;left:9.4375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#bifXiQMMBEHADZBMyw7EcFifAZptfhda { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:278.3125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#WaOlLfGkx66JfKrx5eALZQlMTOHCaeWu { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:279.25rem;left:9.5rem;height:0.9746125rem;display:block; }
#KqRaJ1UugsWXGxJggQOvJlyBLweXKDa1 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:280.25rem;left:9.4375rem;height:0.9746125rem;display:block; }
#lZWKGpoe1ppoONS0dBSqiUPPequkNTSN { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:281.1875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#BhyhOwO0DeGtllPAVlC48o06SUT47Dpt { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:283.125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#mnHqu2yZ7Q7e4VaKW8Tsfd8T8gGevq2X { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:282.1875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#ScdLzfLSzJIbecpORVyhWOuSysTfKqc3 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:284.8125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#JJTTtJctZClWGDTE1mgeByrzahRLO557 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:285.75rem;left:9.5rem;height:0.9746125rem;display:block; }
#MQrrXB8tTgSylKs396UTK13epIkL4QmT { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:286.75rem;left:9.4375rem;height:0.9746125rem;display:block; }
#askR6FqydaEBWkBWHeqaO8F85grUzTrk { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:287.6875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#WniMA8e9w3pK5lCzrEFua8SZA24aG1RP { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:289.625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#DOAli4ccJbq8U28HkEAx4MT3qhJrH29N { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:288.6875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#FM2g0xreobBIosyUGagybZVfeoayBSyI { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:291.4375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#Xcm3Ex4g0Dc5GZwhXSNw4JMwZUpEoiwU { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:292.375rem;left:9.5rem;height:0.9746125rem;display:block; }
#AASpAcNctLiHvIFPVbcKea68xy4EzVAw { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:293.375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#G9xOt3AWitaWtmghXH1FcNX68gdA8UZq { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:294.3125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#tkeebkkprQvcAOKrBTMQ0kr82mfP0L3l { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:295.3125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#tTa7dchIKGkDxZgN3JrE6odHpLLNggrA { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:296.25rem;left:9.4375rem;height:0.9746125rem;display:block; }
#ZpUTO8rVW0v1GyixpDhGnUVddeTTf2ke { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:297.9375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#ZsM5egXCUZl3DaPmkNemDkhSZt0RG7uN { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:298.875rem;left:9.5rem;height:0.9746125rem;display:block; }
#L6iNp0FmpIAPENPWM8dLDCWoDRhkTctq { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:299.875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#inBPkb6TTFb6rmlDeVScGyrwTUMqQvLU { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:300.8125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#SeWpqifxtruTKuhvJ0kcnrT9tTlahFKT { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:301.8125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#Lg0vxNE4zFTQyC2ImbxPvMuAP0TJOuNF { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:302.75rem;left:9.4375rem;height:0.9746125rem;display:block; }
#eq8P0Eb4KknWdVcaGv3XAdps4BlXlwAB { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:307.3125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#U3co1SzQ0Tz3xIRG57w83bPtv7M5ZzJF { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:304.4375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#w23OTUZakaxxxBkf1FBJL63TXaiTOrpG { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:305.375rem;left:9.5rem;height:0.9746125rem;display:block; }
#XgwFgtH2D0NHxbt2HHLLqeFsEELkSsZM { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:306.375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#V6yZ7o25EfF1v7dW775ls6J5RK5tawWP { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:308.3125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#nCFubHJwtUO43cb3ExP48hdvDocTTWHA { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:309.25rem;left:9.4375rem;height:0.9746125rem;display:block; }
#mgfMwMN2dzTtG5qnMnoMbrrpvvcWyJwP { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:311rem;left:9.4375rem;height:0.9746125rem;display:block; }
#vug0KMc3DWTbXr30AFTC9OwPruqBKOlk { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:311.9375rem;left:9.5rem;height:0.9746125rem;display:block; }
#lykeLv7MzxvBX5o3vCuSTQMT09vvGOy4 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:312.9375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#QwRwRUQcZ85uWbQH4QTP5wLxI9hrPzDG { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:313.875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#gBUbWuUf4RBwxG8mPdivgpOil1p1TDk4 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:314.875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#wm43GE4XrhnG4U0CPmQwuHLHdRCovyJb { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:315.8125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#DfyycaQB1GLJ7AJRnchWVc3XTNisAhSB { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:317.6875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#WF0MKRJsNlTQwi02LfcFyifW2IqskAHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:318.625rem;left:9.5rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#cTr7U3B8T0xtPdWXmUF2yGTk1QGDl5x4 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:321.5625rem;left:9.4375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#k9tN6GZFAMpdU3KcDUDzFgsbom1706Ke { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:320.57421875rem;left:9.45068359375rem;height:0.9746125rem;display:block; }
#GkAMiDRXFChKCoXR5gdOGT6XKJDuoqax { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:323.5rem;left:9.4375rem;height:0.9746125rem;display:block; }
#Z8I90QvT3kugTu7UXQ6U9vkTDcgF3HcH { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15135;line-height:1.3;letter-spacing:0;top:324.4375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#ZodRpcVVqZe7NiPZZGbB1xkcJvpiJpTV { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15138;line-height:1.3;letter-spacing:0;top:326.4375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#phctWHhxRbmUtVkIncnTaNa9FpIFXtdx { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15139;line-height:1.3;letter-spacing:0;top:327.375rem;left:9.5rem;height:0.9746125rem;display:block; }
#xQGSL1WyLFU0TJ03Vpz5X3bwkoUTn9oR { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15139;line-height:1.3;letter-spacing:0;top:328.375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#xGdPi8ASzqtwc2hTJrVmeVBlpXMfcHyr { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:329.375rem;left:9.4375rem;height:2.923825rem;text-align:justify;text-align-last:initial;display:block; }
#C2PrdseVT99blAe1JFBvsQId5XbhwrFI { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:333.1875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#P0MZq1LBQ3XhhAQqZPB3JegAlan9FDDG { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:332.3125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#rAaWcfZR6ily00mnLLDPfi6OSrns9HmB { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:334.9375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#ifZx5DauIQu0b8nDmdoXEAJOFHIyvi6T { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:335.875rem;left:9.5rem;height:0.9746125rem;display:block; }
#VK79q1ByBysueB7ZpmgmuJ2hQPNkPShT { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:336.875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#NzXDJecHrfNCK4q6fclFssHpfdaV8xEI { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:337.875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#qxTkVW7wZGx0U548qxthBuiImKoEe9Uv { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:338.875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#ghDB22ThUtrENwpHbc7VqqN08VAxbNtc { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15147;line-height:1.3;letter-spacing:0;top:339.75rem;left:9.4375rem;height:0.9746125rem;display:block; }
#mBfgIkRWKaURXPTkaTaQqMwOiGdlvOS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:341.5rem;left:9.4375rem;height:0.9746125rem;display:block; }
#XTT7Ixxm3qF0Pqa2nGBzIhw8hQliZ92L { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15151;line-height:1.3;letter-spacing:0;top:342.4375rem;left:9.5rem;height:0.9746125rem;display:block; }
#JfknTFK66AwHpeoKk5MmBKHbBZTeTPEV { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15151;line-height:1.3;letter-spacing:0;top:343.4375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#NtJiNWcrZLTbTICr5LaJZvrG2TZffttM { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15152;line-height:1.3;letter-spacing:0;top:344.4375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#gWwS9S8kTiQnboaND216vEo0oBbrl26x { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15152;line-height:1.3;letter-spacing:0;top:345.4375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#rt8w2ur1sxmwUtVer1WHl0TuE3OZXTQx { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15153;line-height:1.3;letter-spacing:0;top:346.3125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#oZXPIVFN4OuQVrSKtqA2izwE03RPB4O5 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:348.1875rem;left:9.4375rem;height:0.9746125rem;display:block; }
#AeQeWafk4A4dMsOOIfI1gJlrlW9Gdz3P { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:349.125rem;left:9.5rem;height:0.9746125rem;display:block; }
#SFHTvLZMPPH7eiqbaO15p35aOWvyTZOW { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:350.125rem;left:9.4375rem;height:0.9746125rem;display:block; }
#ufAHTJkMg6Db8XPBEdPh0cb4TCKqGvnh { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:351.125rem;left:9.4375rem;height:5.84765625rem;text-align:justify;text-align-last:initial;display:block; }
#aZNBp3TnWnWk3dpGd91zbuw4FJKf5ByI { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:357rem;left:9.4375rem;height:0.9746125rem;display:block; }
#H7oyzrQDhqsLVvkiTiWOHHOQzczeiSeO { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:357.875rem;left:9.4375rem;height:1.94921875rem;display:block; }
#k3fSF22PbzJRRgkRdRb61D2Rqv6xU1C6 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:360.5625rem;left:9.4375rem;height:0.9746125rem;display:block; }
#Ts4r3EBc7NllUTymft37U6Jp4IJ1KhO2 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:361.5rem;left:9.5rem;height:0.9746125rem;display:block; }
#tKNsHrHN2xK27Aatc8ddMUTC5nHfyTvM { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:362.5rem;left:9.4375rem;height:0.9746125rem;display:block; }
#nZJo1WNTf8aR0u26IeMUPPX88nkefeWd { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:363.5rem;left:9.4375rem;height:0.9746125rem;display:block; }
#Vde4sJGELrbagKR4b4cTT5GtFSWMf6a5 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:364.5rem;left:9.4375rem;height:0.9746125rem;display:block; }
#qdkEpI2bp60BnkKSTAa72My8UizOAJ4w { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:365.375rem;left:9.4375rem;height:0.9746125rem;display:block; }
#m6S0AEHq4Ttg7GcxDFkzWOc0LB3E7ZIJ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15160;line-height:1.3;letter-spacing:0;top:367.25rem;left:9.45068359375rem;height:3.8984375rem;text-align:justify;text-align-last:initial;display:block; }
#P4N7X9CbTsn4pRZbsbKRSnoeRJ6OZQoP { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:372.25rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }
#VObsNtk8wzePN00iBnBLa7iMuvF6uUJI { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15161;line-height:1.3;letter-spacing:0;top:374.5rem;left:9.45068359375rem;height:7.796875rem;text-align:justify;text-align-last:initial;display:block; }
#XoIMsbySVlIkwAiCWtVZMMiynSl3AKSN { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:385.3125rem;left:9.45068359375rem;height:4.87305rem;text-align:justify;text-align-last:initial;display:block; }
#dGHqLQvAzZPZ5JWGnuKgtmU5mKOwu0hl { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:383.3125rem;left:9.45068359375rem;height:0.9746125rem;text-align:justify;text-align-last:initial;display:block; }
#KeJW4Mrh6uglxqJU18aU1LpPKLOlZJfZ { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:391.3125rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#iTW9T9EQpbmWcsGOZnRFUS6wUuz559XD { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:393.5625rem;left:9.45068359375rem;height:0.9746125rem;text-align:justify;text-align-last:initial;display:block; }
#M3eBz0ogTfPX2EG0FnpIJsnx5oIaqUzS { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15164;line-height:1.3;letter-spacing:0;top:395.75rem;left:9.45068359375rem;height:12.246125rem;text-align:justify;text-align-last:initial;display:block; }#M3eBz0ogTfPX2EG0FnpIJsnx5oIaqUzS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M3eBz0ogTfPX2EG0FnpIJsnx5oIaqUzS li:before{  }
#V08sRAAA7z1I9d9a6M5xQZfZ5wJ6RNen { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:408.9375rem;left:9.45068359375rem;height:11.6953125rem;text-align:justify;text-align-last:initial;display:block; }
#oGPdGSryx9Cq1SD8JFgPNnV96dbZmfzD { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:421.6875rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#XneIfL3Ms6Ac8RcTL2AqJbwon6WVWTXW { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15164;line-height:1.3;letter-spacing:0;top:423.625rem;left:9.45068359375rem;height:8.77149375rem;text-align:justify;text-align-last:initial;display:block; }
#EAOvdXKJXXOOo1oBSOMCJ1r22OV0Uima { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:433.4375rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#uMFfhZ6GXx5dgZnJ6QNSpk97XPgN9bFr { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15165;line-height:1.3;letter-spacing:0;top:435.375rem;left:9.45068359375rem;height:6.822275rem;text-align:justify;text-align-last:initial;display:block; }
#Xgf9OVfqkwB9Re26z0dFVgP4MwGXtZcH { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15164;line-height:1.3;letter-spacing:0;top:443.25rem;left:9.45068359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#Xgf9OVfqkwB9Re26z0dFVgP4MwGXtZcH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xgf9OVfqkwB9Re26z0dFVgP4MwGXtZcH li:before{  }
#WbuORmViPsQJ8fqcpPJuI01rFvTxVLov { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:448.8125rem;left:9.45068359375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#EnKMuKBbT06dPTUTwMF6LQb07zQpJpqe { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:451.75rem;left:9.45068359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#EnKMuKBbT06dPTUTwMF6LQb07zQpJpqe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EnKMuKBbT06dPTUTwMF6LQb07zQpJpqe li:before{  }
#QVTgk39dLmPwRqx3nJqTyO12FRZllC1z { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:457.25rem;left:9.45068359375rem;height:16.5683875rem;text-align:justify;text-align-last:initial;display:block; }
#ZbkrNbJTuc5cJu6IDMse2CknZtlMc0q4 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:474.75rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#CHewWp0grz6V6TCkbpMEDuqGqhZEaFIS { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:476.75rem;left:9.45068359375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#tqgwU91TUHcXyHU8nkJankyEqXvhA3uC { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:479.6875rem;left:9.45068359375rem;height:18.443375rem;text-align:justify;text-align-last:initial;display:block; }#tqgwU91TUHcXyHU8nkJankyEqXvhA3uC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tqgwU91TUHcXyHU8nkJankyEqXvhA3uC li:before{  }
#QSL4HtoQbTLcpQGkS53aieSAIDamBd6e { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:498.875rem;left:9.32568359375rem;height:3.8984375rem;text-align:justify;text-align-last:initial;display:block; }
#MUUJJ6g5plVrfamJPliVntNWU2CPyohW { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:503.8125rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#s4OgTgdXtusahLh5RbEkTd208Bz5GQID { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:505.75rem;left:9.32568359375rem;height:2.923825rem;text-align:justify;text-align-last:initial;display:block; }
#HhcPUiPHIk2AWKXLgdudt5oDh2hqWLKI { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:509.8125rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#SuJTQP5XdhTkAF11h3zGhT9yCzdIR9ov { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:511.875rem;left:9.32568359375rem;height:32.16214375rem;text-align:justify;text-align-last:initial;display:block; }
#suV36b5MdmsTZfJGLtpoUHGF3TndLTet { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:544.875rem;left:9.45068359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#suV36b5MdmsTZfJGLtpoUHGF3TndLTet li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#suV36b5MdmsTZfJGLtpoUHGF3TndLTet li:before{  }
#ibQBqqqDlTir2H6TwmXDoUgUXKF1ICm2 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:550.3125rem;left:9.32568359375rem;height:5.84766875rem;text-align:justify;text-align-last:initial;display:block; }
#W5VPqLyVOzC1IVS38NRFCzsXuKSF7JSg { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:557.0625rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }
#Ma9eC6pZXCFdAL8M90KggEvpbltFSE9W { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:559.125rem;left:9.32568359375rem;height:31.18751875rem;text-align:justify;text-align-last:initial;display:block; }
#BeVqM8rotLx8EhggLOkxh0kXyXAszk2F { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15173;line-height:1.3;letter-spacing:0;top:591.25rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#BeVqM8rotLx8EhggLOkxh0kXyXAszk2F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BeVqM8rotLx8EhggLOkxh0kXyXAszk2F li:before{  }
#dwm1BIr5MF1f8ZJlJDD8rHb7lZ3lIhr0 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15173;line-height:1.3;letter-spacing:0;top:596.5rem;left:9.32568359375rem;height:5.84766875rem;text-align:justify;text-align-last:initial;display:block; }
#Ob0OZAVFzgdVZ7DFfZs0ze8tRFTg8os7 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:603.375rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }
#u3wEzmETFsDKskaSCVwudIFQ5twGUCIO { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:605.3125rem;left:9.32568359375rem;height:36.060575rem;text-align:justify;text-align-last:initial;display:block; }
#L8mgIMpXRwTWTraBIcvDy8W1LRLmwcdo { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:642.15625rem;left:9.26318359375rem;height:;text-align:justify;text-align-last:initial;display:block; }
#hnVV1Zc8CP2gNr0tPtlENnPZmT2u8Vcd { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15175;line-height:1.3;letter-spacing:0;top:644.09375rem;left:9.26318359375rem;height:35.08598125rem;text-align:justify;text-align-last:initial;display:block; }
#hNfshQ9csZGUOWVgbF3D69D4BUC7gF2h { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:680.09375rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#hC4GpXP2Atrr6PuhuUm36gyFp7B4BaiL { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15176;line-height:1.3;letter-spacing:0;top:682.103515625rem;left:9.32568359375rem;height:9.7461rem;text-align:justify;text-align-last:initial;display:block; }
#T7PgLFHD1VPyKzBnbVPVVuTb1HTvsFB8 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:692.6875rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#TJWqn3iLwJVDy2t7HhDayTf3PuSZPKU1 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15177;line-height:1.3;letter-spacing:0;top:694.625rem;left:9.32568359375rem;height:4.87305rem;text-align:justify;text-align-last:initial;display:block; }
#snF3NEJ3qFO3hADtZlzT3iqfkTx3pb96 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15178;line-height:1.3;letter-spacing:0;top:700.25rem;left:9.32568359375rem;height:12.66995625rem;text-align:justify;text-align-last:initial;display:block; }
#oSfo38JVPuJiCt4VNEpT6v3OKBC1CGr0 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15179;line-height:1.3;letter-spacing:0;top:713.75rem;left:9.32568359375rem;height:8.7714875rem;text-align:justify;text-align-last:initial;display:block; }
#kDctKo62l90KvSFgMVHDnFt0uL8ls8ED { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:723.5rem;left:9.26318359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#NN1Xk9bq9rtzNIQ6hfFa3EPH4x1btpBp { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15180;line-height:1.3;letter-spacing:0;top:725.5625rem;left:9.32568359375rem;height:4.87305rem;text-align:justify;text-align-last:initial;display:block; }
#vhK4bDxQSIASzsPgGltFKPcKRDhoacVr { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:731.375rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }
#QtHROhwh8kseONbLE6w9uInmtLOkhF3X { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15181;line-height:1.3;letter-spacing:0;top:733.375rem;left:9.32568359375rem;height:11.69533125rem;text-align:justify;text-align-last:initial;display:block; }
#vmM9rTPpg9VrzvvrAAEMhUOx7xSdArch { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:745.875rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#nTysDnfVid7hDoQrWLtbK3IMOzBEqMtp { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:747.9375rem;left:9.32568359375rem;height:0.9746125rem;text-align:justify;text-align-last:initial;display:block; }
#Vgmhe61UseCABZe6ZaWDfWz20RvK4Zs1 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15183;line-height:1.3;letter-spacing:0;top:749.6875rem;left:9.32568359375rem;height:36.060575rem;text-align:justify;text-align-last:initial;display:block; }
#ZgDv88UmyIGIvBTk5ZWKswbBffnCDDTa { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15184;line-height:1.3;letter-spacing:0;top:786.5rem;left:9.32568359375rem;height:22.416025rem;text-align:justify;text-align-last:initial;display:block; }
#pPXsacQd3IwNwNJiwTTindncX9VADkhH { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15185;line-height:1.3;letter-spacing:0;top:809.84375rem;left:9.26318359375rem;height:9.7461rem;text-align:justify;text-align-last:initial;display:block; }
#fF4U6eE9zzSUFI9xwMMEPVFGtWEDaZKt { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:820.53125rem;left:9.32568359375rem;height:12.669925rem;text-align:justify;text-align-last:initial;display:block; }
#PnPh0UkuKKokLaXez26qH6BaPZ8nZpUq { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:834.15625rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#ByB9Gy5xiTdithr1zrqTVm1oclzDyD9V { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:836.21875rem;left:9.32568359375rem;height:4.87305rem;text-align:justify;text-align-last:initial;display:block; }
#tM2OfA6SqU9i1alWC0oAV3OrGIqtwvtg { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:841.90625rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#tM2OfA6SqU9i1alWC0oAV3OrGIqtwvtg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tM2OfA6SqU9i1alWC0oAV3OrGIqtwvtg li:before{  }
#ZH3F9r7rNUoXbze5CROdOqTA5SZnPrDJ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:847.40625rem;left:9.26318359375rem;height:3.8984375rem;text-align:justify;text-align-last:initial;display:block; }
#fr8cVQhqZpnlHpslc5a6ANTF1V85Lsuq { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:852.15625rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#RsAO4S5fZqXxPV5nx6bL6QbJTp5ZobDu { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15189;line-height:1.3;letter-spacing:0;top:854.15625rem;left:9.32568359375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#eaHln1IU5C9qqplKft5ATkVFlTZwfOln { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:856.90625rem;left:9.32568359375rem;height:8.38475rem;text-align:justify;text-align-last:initial;display:block; }#eaHln1IU5C9qqplKft5ATkVFlTZwfOln li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eaHln1IU5C9qqplKft5ATkVFlTZwfOln li:before{  }
#h3BDg3BTXuEEJ5bPwMTov0eVDKU8G5FD { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:865.90625rem;left:9.32568359375rem;height:0.9746125rem;text-align:justify;text-align-last:initial;display:block; }
#XcODw1iRTnoLI0TA4TQ66vGyRsTiOqoc { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:867.71875rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#awiZQN5RTqzJR1Bbkb5f0cxHwfByqgRz { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:869.53125rem;left:9.32568359375rem;height:0.9746125rem;text-align:justify;text-align-last:initial;display:block; }
#MJeF7IHOh5ydQKTuuRPGWogEInV9iHf2 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:871.40625rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#MJeF7IHOh5ydQKTuuRPGWogEInV9iHf2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MJeF7IHOh5ydQKTuuRPGWogEInV9iHf2 li:before{  }
#nfzXAsSvZAyK2IfqT6Tg7tJq1IwTWBT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:876.90625rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#uHg2raXloVBTZEEiEztT1b7IKzAHuP6h { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15192;line-height:1.3;letter-spacing:0;top:878.90625rem;left:9.32568359375rem;height:3.89844375rem;text-align:justify;text-align-last:initial;display:block; }
#kQCHC3RUv9NlHVXvGHSRUDU1AyUDeOAM { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15193;line-height:1.3;letter-spacing:0;top:883.53125rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#kQCHC3RUv9NlHVXvGHSRUDU1AyUDeOAM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kQCHC3RUv9NlHVXvGHSRUDU1AyUDeOAM li:before{  }
#RB4A2I9css6hqXNpiXIpwTgxhL7WzOsk { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:889.21875rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#OJ4QbMCrHLwiO4373fkJ7GyMnPyKsPWr { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15193;line-height:1.3;letter-spacing:0;top:893.34375rem;left:9.26318359375rem;height:4.87305rem;text-align:justify;text-align-last:initial;display:block; }
#bmEFVumZWOSZl1lO9JOR9HJ6Zw8iIiId { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:891.28125rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#wpFdCiBn4LnqLlmlngXOP4r5ZQ8EZLEB { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:899.15625rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#POsZ3h3J7rdJEhLHqCHWrAPMsILNRfIk { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15194;line-height:1.3;letter-spacing:0;top:901.09375rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#POsZ3h3J7rdJEhLHqCHWrAPMsILNRfIk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#POsZ3h3J7rdJEhLHqCHWrAPMsILNRfIk li:before{  }
#SyZbTZ5IdGdTvPzOGcpq2CyJ1LW4Lsk1 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:914.625rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#WHEBZTc9KSatk9Ra8PEt04FBNV041Kqg { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15194;line-height:1.3;letter-spacing:0;top:916.5rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#WHEBZTc9KSatk9Ra8PEt04FBNV041Kqg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WHEBZTc9KSatk9Ra8PEt04FBNV041Kqg li:before{  }
#zt9Pp8bzChs21L2ZIIH7Ml7yfAo8VeQd { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:925.75rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#ImFBtPK5FhHtN7ezAnJOXCIQLtA9hsx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15194;line-height:1.3;letter-spacing:0;top:927.75rem;left:9.32568359375rem;height:29.402375rem;text-align:justify;text-align-last:initial;display:block; }#ImFBtPK5FhHtN7ezAnJOXCIQLtA9hsx2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ImFBtPK5FhHtN7ezAnJOXCIQLtA9hsx2 li:before{  }
#KXJuT08MfOHAhixR6TOV7k5sA3l7P1Ma { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:958.0625rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#SOp3ObtbxyALxsSiQ8dqycKKr69Vvbi6 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:960.0625rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#MB9mb5W9r52ud5A9Eh3UxkQrNFn7GRuI { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15194;line-height:1.3;letter-spacing:0;top:962.125rem;left:9.26318359375rem;height:0.9746125rem;text-align:justify;text-align-last:initial;display:block; }
#LAvBLZXGHRrRXNOL5Iq7MyoeTCa9zMiQ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15195;line-height:1.3;letter-spacing:0;top:964rem;left:9.45068359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#LAvBLZXGHRrRXNOL5Iq7MyoeTCa9zMiQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LAvBLZXGHRrRXNOL5Iq7MyoeTCa9zMiQ li:before{  }
#U8nGHoVQlqAT9qtqafvFQIAAwGOcG6o3 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:973.4375rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#TfmN0TGm5pMO4aZWr1m93htc0psT5vSM { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15195;line-height:1.3;letter-spacing:0;top:975.5rem;left:9.32568359375rem;height:12.669925rem;text-align:justify;text-align-last:initial;display:block; }
#TycH7zPDb8TmK3hyF1ST77GuMIxyOsxu { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15196;line-height:1.3;letter-spacing:0;top:989rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#TycH7zPDb8TmK3hyF1ST77GuMIxyOsxu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TycH7zPDb8TmK3hyF1ST77GuMIxyOsxu li:before{  }
#SawsDuTMMWsNiZp3kMF6bq4hfc1Tc4o3 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15196;line-height:1.3;letter-spacing:0;top:995.9375rem;left:9.32568359375rem;height:0.9746125rem;text-align:justify;text-align-last:initial;display:block; }
#LF1aNdB5ZUboZFwxwFGb4ukZsk0XHz0c { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15196;line-height:1.3;letter-spacing:0;top:997.8125rem;left:9.26318359375rem;height:28.2637rem;text-align:justify;text-align-last:initial;display:block; }
#HHgTkOf5NGhU3QDghZlGlW7UTNSWw7zs { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15197;line-height:1.3;letter-spacing:0;top:1027rem;left:9.32568359375rem;height:12.669925rem;text-align:justify;text-align-last:initial;display:block; }
#KJJVFh6VRtFIuUaORsN5G3UJI6Q3mw6c { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:1040.4375rem;left:9.32568359375rem;height:9.74609375rem;text-align:justify;text-align-last:initial;display:block; }
#TFT8T3oJJJz62OL5olefDubUhisqirfd { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15199;line-height:1.3;letter-spacing:0;top:1051.125rem;left:9.32568359375rem;height:16.56838125rem;text-align:justify;text-align-last:initial;display:block; }
#dhu4HRax8n5TmyX8iP27JI8Jmp8qOXPi { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15200;line-height:1.3;letter-spacing:0;top:1068.5625rem;left:9.32568359375rem;height:4.87305rem;text-align:justify;text-align-last:initial;display:block; }
#Z8WqOZKJR8CulV6RDcWXUucCTtnvLdhJ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15201;line-height:1.3;letter-spacing:0;top:1074.5rem;left:9.32568359375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#etp0Dif6S8Zg66L2gwlpQv9hr1EEgdev { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15202;line-height:1.3;letter-spacing:0;top:1077.25rem;left:9.32568359375rem;height:20.4668125rem;text-align:justify;text-align-last:initial;display:block; }
#yG4xhBQIfJwEE4x2XOvMgDwtTcZXwdFC { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15203;line-height:1.3;letter-spacing:0;top:1098.625rem;left:9.32568359375rem;height:8.7714875rem;text-align:justify;text-align-last:initial;display:block; }
#dbQueIO5Wd5TEryDuIur4MTaTMm2QCPF { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15204;line-height:1.3;letter-spacing:0;top:1108.3125rem;left:9.32568359375rem;height:11.695325rem;text-align:justify;text-align-last:initial;display:block; }
#voX4u9Uk9GDKmqbXrsTq6xPNcdXWvT1z { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15205;line-height:1.3;letter-spacing:0;top:1120.8125rem;left:9.26318359375rem;height:3.89844375rem;text-align:justify;text-align-last:initial;display:block; }
#CuAAFpTqV2X9zakZluZSreChmFRcX6W6 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15206;line-height:1.3;letter-spacing:0;top:1125.625rem;left:9.26318359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#CuAAFpTqV2X9zakZluZSreChmFRcX6W6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CuAAFpTqV2X9zakZluZSreChmFRcX6W6 li:before{  }
#nlxguJoRTgb3nHZuSE1iv789VOKBM8ZF { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15206;line-height:1.3;letter-spacing:0;top:1129.75rem;left:9.26318359375rem;height:0.9746125rem;text-align:justify;text-align-last:initial;display:block; }
#txlTqZrO1n6lWfTJQiKNJBsGQaXgSrnv { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15207;line-height:1.3;letter-spacing:0;top:1131.4375rem;left:9.26318359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#txlTqZrO1n6lWfTJQiKNJBsGQaXgSrnv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#txlTqZrO1n6lWfTJQiKNJBsGQaXgSrnv li:before{  }
#yX7O6H4xwIFARXuT1Wv1Ww0PaPgoSTAT { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15207;line-height:1.3;letter-spacing:0;top:1136.625rem;left:9.32568359375rem;height:14.61914375rem;text-align:justify;text-align-last:initial;display:block; }
#x50t4xfyxHgw8KrzZRH1Qb5P25emoDeZ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15208;line-height:1.3;letter-spacing:0;top:1152.0625rem;left:9.26318359375rem;height:2.92383125rem;text-align:justify;text-align-last:initial;display:block; }
#uTv7FyGpPCcMDGSrtUy2dK4Oy3qmKHfB { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15209;line-height:1.3;letter-spacing:0;top:1155.75rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#uTv7FyGpPCcMDGSrtUy2dK4Oy3qmKHfB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uTv7FyGpPCcMDGSrtUy2dK4Oy3qmKHfB li:before{  }
#qreOJFfIOeuiA6FBwDsOV59HTWyIhTUl { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15209;line-height:1.3;letter-spacing:0;top:1160.0625rem;left:9.32568359375rem;height:8.77149375rem;text-align:justify;text-align-last:initial;display:block; }
#dVJ2PuXVEaNxsWl7Xw34irmCBgwei8PE { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15210;line-height:1.3;letter-spacing:0;top:1169.75rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#dVJ2PuXVEaNxsWl7Xw34irmCBgwei8PE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dVJ2PuXVEaNxsWl7Xw34irmCBgwei8PE li:before{  }
#d9C8RB0G622HTnrPct6q6f1pkpuJgTTa { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15211;line-height:1.3;letter-spacing:0;top:1174.125rem;left:9.32568359375rem;height:9.7461rem;text-align:justify;text-align-last:initial;display:block; }
#uJacuugMvlwxnWuhbax9ygNP7H9x9XE1 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15212;line-height:1.3;letter-spacing:0;top:1184.8125rem;left:9.26318359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#uJacuugMvlwxnWuhbax9ygNP7H9x9XE1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uJacuugMvlwxnWuhbax9ygNP7H9x9XE1 li:before{  }
#fyDRvpLEm7rCXMmoBHWkA9t2g8aatTio { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15212;line-height:1.3;letter-spacing:0;top:1189.0625rem;left:9.26318359375rem;height:6.82226875rem;text-align:justify;text-align-last:initial;display:block; }
#vemqKQoaHzVpTy6Uwi8eUszT2fmDPkST { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15213;line-height:1.3;letter-spacing:0;top:1197.0625rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }#vemqKQoaHzVpTy6Uwi8eUszT2fmDPkST li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vemqKQoaHzVpTy6Uwi8eUszT2fmDPkST li:before{  }
#QZZLNU5B1WtBJm9Kg20QcfXqTVQfhScq { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15213;line-height:1.3;letter-spacing:0;top:1200.0625rem;left:9.32568359375rem;height:24.36525625rem;text-align:justify;text-align-last:initial;display:block; }
#cTdvV3NXfDy0WQbrtggycPQROHTMBJac { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15214;line-height:1.3;letter-spacing:0;top:1227.125rem;left:9.32568359375rem;height:3.8984375rem;text-align:justify;text-align-last:initial;display:block; }
#PZqsOP5rlKa27etPMQ17at9hIrEphvJ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1225.25rem;left:9.32568359375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#qZvGzJthpXsxf6Ro6RkEvtxXk7swSWDS { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1231.9375rem;left:9.32568359375rem;height:;text-align:justify;text-align-last:initial;display:block; }
#yBzDoBxKTTCgaN3DD4Th05MLLMxQXv2P { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15215;line-height:1.3;letter-spacing:0;top:1233.875rem;left:9.32568359375rem;height:16.5683875rem;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD { display:block; }#gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oG09qWNooAUX6ZLL1VNWcg8QJSAoBWNt { width:47.75rem;height:3.5625rem;top:12.125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1OeuZLX2i1Q5LUlal1L19esxI5wXd9z { width:27.9375rem;height:2.375rem;top:15.6875rem;left:9.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkpAWIPndeFWmsbKrwwtNP3CdBAv7OPk { top:4.125rem;left:12.54443359375rem;width:21.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxDTbxkBQluQrAxnb3c8FqA57KNThZCX { top:18.625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqb6TZwqiOEAJTTvm8fJVxSra3hyivos { top:24.9375rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDwoCnrfxXEWl6I1X2JJPtfwU3NG3g1Z { top:27.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1tTyu5TDDgSzmbMOtHFMZlNLtl5mOc4 { top:31.1875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6NK7POTt3T7eCCGJT1d154FkcG8ldV0 { top:33.4375rem;left:0rem;width:47.75rem;height:24.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgoq4FpUJmSv8wZQJ6mZl4NHZTRA1Em4 { top:58.9375rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUuwiSK7hClIlGiMwQTpWxfzEHFJ5vmz { top:60.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTcAPXmv72I0lVzyPi6Ip4ZJGhbyr47s { top:69.9375rem;left:0rem;width:47.75rem;height:57.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E27QcGaBfghpzRqKqBpCSar7TV0ENUSz { top:64.375rem;left:0rem;width:46.25rem;height:4.8125rem;font-size:0.75rem;display:block; }#E27QcGaBfghpzRqKqBpCSar7TV0ENUSz li:before{  }
 }@media only screen and (max-width: 763px) { #Sug6XzAibDDW4UsOAdKzfWktBlHl8hbS { top:128.6875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJaoP4pREQc6qc85IyfbHhVp0W4roNy9 { top:132.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeyoSlBQMd0y4aT9ap7TBgQC4I8E7bCN { top:135.875rem;left:0rem;width:46.25rem;height:8.0625rem;font-size:0.75rem;display:block; }#XeyoSlBQMd0y4aT9ap7TBgQC4I8E7bCN li:before{  }
 }@media only screen and (max-width: 763px) { #Fz0QXp0PbSHcOsyld3XGWPNUGJN0VCIK { top:143.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAdDZWpQOfHytT36Q3wDMGAFNqoTovsa { top:131.0625rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkDw92ifSfPiqm55Q5uooCVELzdEF8ew { top:148.9375rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT3iX1BPeMSvn9oLz6bznXAtvBAXlrgl { top:151.0625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #orwBzLCeysowEcBVvM3uqqZ4dAZcgohk { top:157.875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk0yb1h2ALhwSOQ5CxQc8eqDmVCDTEm7 { top:161.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcXGgmxl693OEwgLZ75BLNlqBX1l75cA { top:163.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgKqPVGCxKg5ThppymG3sXWhK8G8iZr { top:164.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNFSs3EO2o5HgN8NSatqoU4AZfdvsN2f { top:165.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkxdxENLPv8sxJ8eO7mF6EETDQvfUClg { top:166.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIAhBBbzPEMKwSRZTG8IA6ffSPaq2hV2 { top:167.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBFm3nO7u08lJitGLiZR2bihTdRKmDSN { top:168.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSBuvHpHz12hKVsGKTwydPGaQOfGegOo { top:171.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKFTLtNROcrappuKkVCdMNd08clqI18V { top:172.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTa0ut1udA4A2hizpEpcSMPhT5wC6qzE { top:174.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQQETP1VvRyGxptyCHiNQn8AkHHKwoby { top:175.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K76Is5WD755mrPdifOPJcIcA7Tb7hrBD { top:176.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCkVl3hNuoi7XzFBm97mcoN96bDXXxIf { top:177.125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcHWTmMvh2hl5klI8RH2qOW1f5y0naJi { top:185.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kypk5ScmOUOy5lA0dlqLUROoi8oiqFr0 { top:179.0625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpltOTHPyL4T1Fr849aJ7WupTUdkkm5U { top:180rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #leDIUUW9eON0Dny6Tc90gzwMAZVomFTt { top:181.9375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwTkVMJQzLkFQzhMpsmt1BOtdl74nSOf { top:182.875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhlTI2He5iMQ6f7L7kGfeTywyOq6umf9 { top:184.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQFxz2XhbgPPHrqA2aR05f3H1lRkaW0o { top:188.75rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow2FJ777uK30szrFf4sRswKP4EnqIiNe { top:189.6875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTzdaHt6OkXAUQbxm4lG4DKWdbG9lcoi { top:190.6875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzH6Eg4r7LvpWHeLfo33JofU0OScQvJG { top:191.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc2iTlBXck2bsGFU9NTqkXOrFX3p6QhQ { top:193.5625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8eqoyT7kEV3IHBgwGHtzzbukG10UT8X { top:194.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #voLrZ9bSJlIoHFGxv5MOuGtDryyQyel0 { top:197.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAMnrQXF6QKhPVAiQctH6EL1VLwpF8r8 { top:198.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQGkLTpTBulVReTEpkMr3mb5UW5CQF9k { top:199.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGeGiwTMzzA5ZXEXTQbHZ8G0fMiCMUw1 { top:200.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRIoooTTMq5whTJqLf5WNudmX9oXqdL3 { top:202.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwAfW5ZJlEi6zs3eBpnnB7O5rc59qZHm { top:201.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEq6NVaTx0FQPSwmNFuQAHCQ7T5wkuD0 { top:205.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5XWxzfsuu5TUkEg3i8w97bP0yTBpvvf { top:206.125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfcTGpHznU8bcPI00eZgI70khymals90 { top:207.125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdL67ayOKrSGM7AX0u6DfIuk3IRAyCeH { top:208.0625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMAB59hmZyD7AHUdIXMkELUVFBIPOvZs { top:209.0625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8TtuNnOZ1f3zDwonXXK0ARZqTTRusoP { top:210rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuX6vmFoqxyIOLlM1eHNrBE8Wx582I4r { top:212.75rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeXBFZ546HS92bZrN5LQgHIiKDbfhcU { top:213.6875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwXZEbnk0Cb0FaRizDa5eVLQJ5B6OJWI { top:214.6875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmyNmo5CvQWVS5lcDBmAxxlcx9mTlf5E { top:215.625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLvuhUgGPc4uw38s4qoXvicDOdyupgTW { top:216.625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNQ6CxwMOlH0EibvDypPdAl71BKVbho6 { top:217.5625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOVfJmnKGhPUx5yDBvtMM95SJtM6snC1 { top:219.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbaFZLrrIlTmI3bAO3APUgP00xkF0hRT { top:220.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o361EwkToJLPf3gFoOAaiETRXotpmGMV { top:221.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWTynioaUu0Qhp9a60fvHXRouQ0LJ3X9 { top:222.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8BDhq1khIi1L3KG0OwGlHHZrd4wwfD2 { top:223.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJgOBMX9q4w7zlmCTVwtCUtHPXNdXIyA { top:224.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeixqLgJaipZEgN0Ohq3ZNGQHCRGT8Z8 { top:226rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTHEwuFD5cK8QQFqE4T1TDfikC0hSggE { top:226.9375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBd9dTP84wQyUig0Xw1MHo9bulw1MQdD { top:227.9375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf6nmr8XGAgAtbzucF6HN7N0I24M4JDZ { top:228.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxBENl2C3PCq9flzIuRX5MNnZ3kwyTHI { top:229.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spHcoTakNEJN2Dd1zBJbfJCkL71mugGi { top:230.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4URTXT0B8kUlw0Pl0g8DSBRxigda1ga { top:233.9375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LscVTRUZo2Tx96upUWeW419zSmevaMOl { top:234.875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN1xMWhQBCfLmpiR855w1xUISTKbqTLO { top:236.8125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfsRhXv6UbGrglLcAEom76yezd2qKVFQ { top:237.75rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMwLmhoTpxom7oh7ohC9J6bOki2tr0Lh { top:238.75rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5boIS8T1gszF5Tg3Hes6bKN60CUVzLa { top:239.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ6Ta1qK3bzmqG2y7l2yxdvrFGVKlqy0 { top:242.625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTprOS1TyMKLm9ho0PWqnbOEzQQ742MF { top:243.5625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHrkcL44pJ3lvsP86Sh0TUTLJzSNU0RQ { top:244.5625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPMU2ani66zfuHB1m5IEiJy3OZMI8Foe { top:245.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiInuqpx8sIFwDOnryHEXTiSilO9aNIX { top:246.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyqLAhqIDDNQOHXnXSMk7xQVy56RpUQD { top:247.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX6Dul2qnZUQmOKS80GBrma7QTy8vkXb { top:249.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9GyWtTyGwtlLoShR0r94fAZwaQHQ37N { top:250.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDhaccVwhHhxuH7ALte5iAXnhXMIGcWa { top:251.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZysEcwTTeEkp3bwJJ74UtUW3EmgnVRi { top:252.125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx1mNtvF9TyEd6I4cHRAzClqbQFVVJ3U { top:253.125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePMLz7XGCwTdnyRwoGpPdE30TUiTATN5 { top:254.0625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyT1rsvHXkTs8FWt0Uf4o1xzZ0CdoVtM { top:255.6875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzDEu2bT1XswyUDSgRvzPAZwee9bCup0 { top:256.625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6TKnJQHzzLBI7SSTTsT62A08y2lrHT6 { top:257.625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6bymGQ62Bh5NTTlbJhxTx19VP2VTx3O { top:258.5625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoS8suO3XORCn7FqKc7myyTfkWfuDP43 { top:259.5625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl19WBgEoHqSfbDRQVA1hJnMnBWnGTqn { top:260.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLGm0s7eeC3HviRTXMtrJ9KfCRcbLbDB { top:262.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIyOmRNAq5Lfszw2fr5V8r3d7iTN4M4A { top:263.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHtFPs3hGBDorNs1DU0GoB192MhnT0Wi { top:264.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhAuiSoFTRCdcpVIGnxZMgslpGSfIcia { top:265.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4D28lV4eMcwNkS7Htds0AfM0JNJuJZW { top:266.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLFPrVk3U49LIo0g03huBLNfb7Nk9Ilb { top:267.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyG9hlZBlUDME0EPn8TuRl78JTlhTDUB { top:269.75rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgNAES9vJB0B9PJsQhBu2eOxF25MoUVA { top:270.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX5PorlgQmSPNTsBIF7P6GKt7pOyEqiz { top:272.625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgfAIPSadIATuq532J0WH5VhK5kxZ3ZA { top:273.5625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #toyuSOqtBKbazvdBcE2ZpJCibmsG1tqN { top:274.5625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMRyGpI40zuGQUrwXWexv1fp0wu8nRow { top:275.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bifXiQMMBEHADZBMyw7EcFifAZptfhda { top:278.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaOlLfGkx66JfKrx5eALZQlMTOHCaeWu { top:279.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqRaJ1UugsWXGxJggQOvJlyBLweXKDa1 { top:280.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZWKGpoe1ppoONS0dBSqiUPPequkNTSN { top:281.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhyhOwO0DeGtllPAVlC48o06SUT47Dpt { top:283.125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnHqu2yZ7Q7e4VaKW8Tsfd8T8gGevq2X { top:282.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScdLzfLSzJIbecpORVyhWOuSysTfKqc3 { top:284.8125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJTTtJctZClWGDTE1mgeByrzahRLO557 { top:285.75rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQrrXB8tTgSylKs396UTK13epIkL4QmT { top:286.75rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #askR6FqydaEBWkBWHeqaO8F85grUzTrk { top:287.6875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WniMA8e9w3pK5lCzrEFua8SZA24aG1RP { top:289.625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOAli4ccJbq8U28HkEAx4MT3qhJrH29N { top:288.6875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM2g0xreobBIosyUGagybZVfeoayBSyI { top:291.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xcm3Ex4g0Dc5GZwhXSNw4JMwZUpEoiwU { top:292.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AASpAcNctLiHvIFPVbcKea68xy4EzVAw { top:293.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9xOt3AWitaWtmghXH1FcNX68gdA8UZq { top:294.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkeebkkprQvcAOKrBTMQ0kr82mfP0L3l { top:295.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTa7dchIKGkDxZgN3JrE6odHpLLNggrA { top:296.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpUTO8rVW0v1GyixpDhGnUVddeTTf2ke { top:297.9375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsM5egXCUZl3DaPmkNemDkhSZt0RG7uN { top:298.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6iNp0FmpIAPENPWM8dLDCWoDRhkTctq { top:299.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inBPkb6TTFb6rmlDeVScGyrwTUMqQvLU { top:300.8125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeWpqifxtruTKuhvJ0kcnrT9tTlahFKT { top:301.8125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg0vxNE4zFTQyC2ImbxPvMuAP0TJOuNF { top:302.75rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq8P0Eb4KknWdVcaGv3XAdps4BlXlwAB { top:307.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3co1SzQ0Tz3xIRG57w83bPtv7M5ZzJF { top:304.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w23OTUZakaxxxBkf1FBJL63TXaiTOrpG { top:305.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgwFgtH2D0NHxbt2HHLLqeFsEELkSsZM { top:306.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6yZ7o25EfF1v7dW775ls6J5RK5tawWP { top:308.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCFubHJwtUO43cb3ExP48hdvDocTTWHA { top:309.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgfMwMN2dzTtG5qnMnoMbrrpvvcWyJwP { top:311rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vug0KMc3DWTbXr30AFTC9OwPruqBKOlk { top:311.9375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lykeLv7MzxvBX5o3vCuSTQMT09vvGOy4 { top:312.9375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwRwRUQcZ85uWbQH4QTP5wLxI9hrPzDG { top:313.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBUbWuUf4RBwxG8mPdivgpOil1p1TDk4 { top:314.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm43GE4XrhnG4U0CPmQwuHLHdRCovyJb { top:315.8125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfyycaQB1GLJ7AJRnchWVc3XTNisAhSB { top:317.6875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF0MKRJsNlTQwi02LfcFyifW2IqskAHQ { top:318.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTr7U3B8T0xtPdWXmUF2yGTk1QGDl5x4 { top:321.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9tN6GZFAMpdU3KcDUDzFgsbom1706Ke { top:320.5625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkAMiDRXFChKCoXR5gdOGT6XKJDuoqax { top:323.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8I90QvT3kugTu7UXQ6U9vkTDcgF3HcH { top:324.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZodRpcVVqZe7NiPZZGbB1xkcJvpiJpTV { top:326.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #phctWHhxRbmUtVkIncnTaNa9FpIFXtdx { top:327.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQGSL1WyLFU0TJ03Vpz5X3bwkoUTn9oR { top:328.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGdPi8ASzqtwc2hTJrVmeVBlpXMfcHyr { top:329.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2PrdseVT99blAe1JFBvsQId5XbhwrFI { top:333.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0MZq1LBQ3XhhAQqZPB3JegAlan9FDDG { top:332.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAaWcfZR6ily00mnLLDPfi6OSrns9HmB { top:334.9375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifZx5DauIQu0b8nDmdoXEAJOFHIyvi6T { top:335.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK79q1ByBysueB7ZpmgmuJ2hQPNkPShT { top:336.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzXDJecHrfNCK4q6fclFssHpfdaV8xEI { top:337.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxTkVW7wZGx0U548qxthBuiImKoEe9Uv { top:338.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghDB22ThUtrENwpHbc7VqqN08VAxbNtc { top:339.75rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBfgIkRWKaURXPTkaTaQqMwOiGdlvOS6 { top:341.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTT7Ixxm3qF0Pqa2nGBzIhw8hQliZ92L { top:342.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfknTFK66AwHpeoKk5MmBKHbBZTeTPEV { top:343.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtJiNWcrZLTbTICr5LaJZvrG2TZffttM { top:344.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWwS9S8kTiQnboaND216vEo0oBbrl26x { top:345.4375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt8w2ur1sxmwUtVer1WHl0TuE3OZXTQx { top:346.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZXPIVFN4OuQVrSKtqA2izwE03RPB4O5 { top:348.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeQeWafk4A4dMsOOIfI1gJlrlW9Gdz3P { top:349.125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFHTvLZMPPH7eiqbaO15p35aOWvyTZOW { top:350.125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufAHTJkMg6Db8XPBEdPh0cb4TCKqGvnh { top:351.125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZNBp3TnWnWk3dpGd91zbuw4FJKf5ByI { top:357rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7oyzrQDhqsLVvkiTiWOHHOQzczeiSeO { top:357.875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3fSF22PbzJRRgkRdRb61D2Rqv6xU1C6 { top:360.5625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts4r3EBc7NllUTymft37U6Jp4IJ1KhO2 { top:361.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKNsHrHN2xK27Aatc8ddMUTC5nHfyTvM { top:362.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZJo1WNTf8aR0u26IeMUPPX88nkefeWd { top:363.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vde4sJGELrbagKR4b4cTT5GtFSWMf6a5 { top:364.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdkEpI2bp60BnkKSTAa72My8UizOAJ4w { top:365.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6S0AEHq4Ttg7GcxDFkzWOc0LB3E7ZIJ { top:367.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4N7X9CbTsn4pRZbsbKRSnoeRJ6OZQoP { top:372.25rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VObsNtk8wzePN00iBnBLa7iMuvF6uUJI { top:374.5rem;left:0rem;width:47.75rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoIMsbySVlIkwAiCWtVZMMiynSl3AKSN { top:385.3125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGHqLQvAzZPZ5JWGnuKgtmU5mKOwu0hl { top:383.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeJW4Mrh6uglxqJU18aU1LpPKLOlZJfZ { top:391.3125rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTW9T9EQpbmWcsGOZnRFUS6wUuz559XD { top:393.5625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3eBz0ogTfPX2EG0FnpIJsnx5oIaqUzS { top:395.75rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#M3eBz0ogTfPX2EG0FnpIJsnx5oIaqUzS li:before{  }
 }@media only screen and (max-width: 763px) { #V08sRAAA7z1I9d9a6M5xQZfZ5wJ6RNen { top:408.9375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGPdGSryx9Cq1SD8JFgPNnV96dbZmfzD { top:421.6875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XneIfL3Ms6Ac8RcTL2AqJbwon6WVWTXW { top:423.625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAOvdXKJXXOOo1oBSOMCJ1r22OV0Uima { top:433.4375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMFfhZ6GXx5dgZnJ6QNSpk97XPgN9bFr { top:435.375rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgf9OVfqkwB9Re26z0dFVgP4MwGXtZcH { top:443.25rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#Xgf9OVfqkwB9Re26z0dFVgP4MwGXtZcH li:before{  }
 }@media only screen and (max-width: 763px) { #WbuORmViPsQJ8fqcpPJuI01rFvTxVLov { top:448.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnKMuKBbT06dPTUTwMF6LQb07zQpJpqe { top:451.75rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#EnKMuKBbT06dPTUTwMF6LQb07zQpJpqe li:before{  }
 }@media only screen and (max-width: 763px) { #QVTgk39dLmPwRqx3nJqTyO12FRZllC1z { top:457.25rem;left:0rem;width:47.75rem;height:16.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbkrNbJTuc5cJu6IDMse2CknZtlMc0q4 { top:474.75rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHewWp0grz6V6TCkbpMEDuqGqhZEaFIS { top:476.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqgwU91TUHcXyHU8nkJankyEqXvhA3uC { top:479.6875rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#tqgwU91TUHcXyHU8nkJankyEqXvhA3uC li:before{  }
 }@media only screen and (max-width: 763px) { #QSL4HtoQbTLcpQGkS53aieSAIDamBd6e { top:498.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUUJJ6g5plVrfamJPliVntNWU2CPyohW { top:503.8125rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4OgTgdXtusahLh5RbEkTd208Bz5GQID { top:505.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhcPUiPHIk2AWKXLgdudt5oDh2hqWLKI { top:509.8125rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuJTQP5XdhTkAF11h3zGhT9yCzdIR9ov { top:511.875rem;left:0rem;width:47.75rem;height:32.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suV36b5MdmsTZfJGLtpoUHGF3TndLTet { top:544.875rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#suV36b5MdmsTZfJGLtpoUHGF3TndLTet li:before{  }
 }@media only screen and (max-width: 763px) { #ibQBqqqDlTir2H6TwmXDoUgUXKF1ICm2 { top:550.3125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5VPqLyVOzC1IVS38NRFCzsXuKSF7JSg { top:557.0625rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma9eC6pZXCFdAL8M90KggEvpbltFSE9W { top:559.125rem;left:0rem;width:47.75rem;height:31.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeVqM8rotLx8EhggLOkxh0kXyXAszk2F { top:591.25rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#BeVqM8rotLx8EhggLOkxh0kXyXAszk2F li:before{  }
 }@media only screen and (max-width: 763px) { #dwm1BIr5MF1f8ZJlJDD8rHb7lZ3lIhr0 { top:596.5rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob0OZAVFzgdVZ7DFfZs0ze8tRFTg8os7 { top:603.375rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3wEzmETFsDKskaSCVwudIFQ5twGUCIO { top:605.3125rem;left:0rem;width:47.75rem;height:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8mgIMpXRwTWTraBIcvDy8W1LRLmwcdo { top:642.125rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnVV1Zc8CP2gNr0tPtlENnPZmT2u8Vcd { top:644.0625rem;left:0rem;width:47.75rem;height:35.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNfshQ9csZGUOWVgbF3D69D4BUC7gF2h { top:680.0625rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC4GpXP2Atrr6PuhuUm36gyFp7B4BaiL { top:682.0625rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PgLFHD1VPyKzBnbVPVVuTb1HTvsFB8 { top:692.6875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJWqn3iLwJVDy2t7HhDayTf3PuSZPKU1 { top:694.625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #snF3NEJ3qFO3hADtZlzT3iqfkTx3pb96 { top:700.25rem;left:0rem;width:47.75rem;height:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSfo38JVPuJiCt4VNEpT6v3OKBC1CGr0 { top:713.75rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDctKo62l90KvSFgMVHDnFt0uL8ls8ED { top:723.5rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN1Xk9bq9rtzNIQ6hfFa3EPH4x1btpBp { top:725.5625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhK4bDxQSIASzsPgGltFKPcKRDhoacVr { top:731.375rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtHROhwh8kseONbLE6w9uInmtLOkhF3X { top:733.375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmM9rTPpg9VrzvvrAAEMhUOx7xSdArch { top:745.875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTysDnfVid7hDoQrWLtbK3IMOzBEqMtp { top:747.9375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgmhe61UseCABZe6ZaWDfWz20RvK4Zs1 { top:749.6875rem;left:0rem;width:47.75rem;height:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgDv88UmyIGIvBTk5ZWKswbBffnCDDTa { top:786.5rem;left:0rem;width:47.75rem;height:22.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPXsacQd3IwNwNJiwTTindncX9VADkhH { top:809.8125rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF4U6eE9zzSUFI9xwMMEPVFGtWEDaZKt { top:820.5rem;left:0rem;width:47.75rem;height:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnPh0UkuKKokLaXez26qH6BaPZ8nZpUq { top:834.125rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByB9Gy5xiTdithr1zrqTVm1oclzDyD9V { top:836.1875rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM2OfA6SqU9i1alWC0oAV3OrGIqtwvtg { top:841.875rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#tM2OfA6SqU9i1alWC0oAV3OrGIqtwvtg li:before{  }
 }@media only screen and (max-width: 763px) { #ZH3F9r7rNUoXbze5CROdOqTA5SZnPrDJ { top:847.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr8cVQhqZpnlHpslc5a6ANTF1V85Lsuq { top:852.125rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsAO4S5fZqXxPV5nx6bL6QbJTp5ZobDu { top:854.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaHln1IU5C9qqplKft5ATkVFlTZwfOln { top:856.875rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#eaHln1IU5C9qqplKft5ATkVFlTZwfOln li:before{  }
 }@media only screen and (max-width: 763px) { #h3BDg3BTXuEEJ5bPwMTov0eVDKU8G5FD { top:865.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcODw1iRTnoLI0TA4TQ66vGyRsTiOqoc { top:867.6875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awiZQN5RTqzJR1Bbkb5f0cxHwfByqgRz { top:869.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJeF7IHOh5ydQKTuuRPGWogEInV9iHf2 { top:871.375rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#MJeF7IHOh5ydQKTuuRPGWogEInV9iHf2 li:before{  }
 }@media only screen and (max-width: 763px) { #nfzXAsSvZAyK2IfqT6Tg7tJq1IwTWBT3 { top:876.875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHg2raXloVBTZEEiEztT1b7IKzAHuP6h { top:878.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQCHC3RUv9NlHVXvGHSRUDU1AyUDeOAM { top:883.5rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#kQCHC3RUv9NlHVXvGHSRUDU1AyUDeOAM li:before{  }
 }@media only screen and (max-width: 763px) { #RB4A2I9css6hqXNpiXIpwTgxhL7WzOsk { top:889.1875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ4QbMCrHLwiO4373fkJ7GyMnPyKsPWr { top:893.3125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmEFVumZWOSZl1lO9JOR9HJ6Zw8iIiId { top:891.25rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpFdCiBn4LnqLlmlngXOP4r5ZQ8EZLEB { top:899.125rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POsZ3h3J7rdJEhLHqCHWrAPMsILNRfIk { top:901.0625rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#POsZ3h3J7rdJEhLHqCHWrAPMsILNRfIk li:before{  }
 }@media only screen and (max-width: 763px) { #SyZbTZ5IdGdTvPzOGcpq2CyJ1LW4Lsk1 { top:914.625rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHEBZTc9KSatk9Ra8PEt04FBNV041Kqg { top:916.5rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#WHEBZTc9KSatk9Ra8PEt04FBNV041Kqg li:before{  }
 }@media only screen and (max-width: 763px) { #zt9Pp8bzChs21L2ZIIH7Ml7yfAo8VeQd { top:925.75rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImFBtPK5FhHtN7ezAnJOXCIQLtA9hsx2 { top:927.75rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#ImFBtPK5FhHtN7ezAnJOXCIQLtA9hsx2 li:before{  }
 }@media only screen and (max-width: 763px) { #KXJuT08MfOHAhixR6TOV7k5sA3l7P1Ma { top:958.0625rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOp3ObtbxyALxsSiQ8dqycKKr69Vvbi6 { top:960.0625rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB9mb5W9r52ud5A9Eh3UxkQrNFn7GRuI { top:962.125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAvBLZXGHRrRXNOL5Iq7MyoeTCa9zMiQ { top:964rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#LAvBLZXGHRrRXNOL5Iq7MyoeTCa9zMiQ li:before{  }
 }@media only screen and (max-width: 763px) { #U8nGHoVQlqAT9qtqafvFQIAAwGOcG6o3 { top:973.4375rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfmN0TGm5pMO4aZWr1m93htc0psT5vSM { top:975.5rem;left:0rem;width:47.75rem;height:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TycH7zPDb8TmK3hyF1ST77GuMIxyOsxu { top:989rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#TycH7zPDb8TmK3hyF1ST77GuMIxyOsxu li:before{  }
 }@media only screen and (max-width: 763px) { #SawsDuTMMWsNiZp3kMF6bq4hfc1Tc4o3 { top:995.9375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF1aNdB5ZUboZFwxwFGb4ukZsk0XHz0c { top:997.8125rem;left:0rem;width:47.75rem;height:28.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHgTkOf5NGhU3QDghZlGlW7UTNSWw7zs { top:1027rem;left:0rem;width:47.75rem;height:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJJVFh6VRtFIuUaORsN5G3UJI6Q3mw6c { top:1040.4375rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFT8T3oJJJz62OL5olefDubUhisqirfd { top:1051.125rem;left:0rem;width:47.75rem;height:16.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhu4HRax8n5TmyX8iP27JI8Jmp8qOXPi { top:1068.5625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8WqOZKJR8CulV6RDcWXUucCTtnvLdhJ { top:1074.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #etp0Dif6S8Zg66L2gwlpQv9hr1EEgdev { top:1077.25rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG4xhBQIfJwEE4x2XOvMgDwtTcZXwdFC { top:1098.625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbQueIO5Wd5TEryDuIur4MTaTMm2QCPF { top:1108.3125rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #voX4u9Uk9GDKmqbXrsTq6xPNcdXWvT1z { top:1120.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuAAFpTqV2X9zakZluZSreChmFRcX6W6 { top:1125.625rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#CuAAFpTqV2X9zakZluZSreChmFRcX6W6 li:before{  }
 }@media only screen and (max-width: 763px) { #nlxguJoRTgb3nHZuSE1iv789VOKBM8ZF { top:1129.75rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txlTqZrO1n6lWfTJQiKNJBsGQaXgSrnv { top:1131.4375rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#txlTqZrO1n6lWfTJQiKNJBsGQaXgSrnv li:before{  }
 }@media only screen and (max-width: 763px) { #yX7O6H4xwIFARXuT1Wv1Ww0PaPgoSTAT { top:1136.625rem;left:0rem;width:47.75rem;height:14.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x50t4xfyxHgw8KrzZRH1Qb5P25emoDeZ { top:1152.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTv7FyGpPCcMDGSrtUy2dK4Oy3qmKHfB { top:1155.75rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#uTv7FyGpPCcMDGSrtUy2dK4Oy3qmKHfB li:before{  }
 }@media only screen and (max-width: 763px) { #qreOJFfIOeuiA6FBwDsOV59HTWyIhTUl { top:1160.0625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVJ2PuXVEaNxsWl7Xw34irmCBgwei8PE { top:1169.75rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#dVJ2PuXVEaNxsWl7Xw34irmCBgwei8PE li:before{  }
 }@media only screen and (max-width: 763px) { #d9C8RB0G622HTnrPct6q6f1pkpuJgTTa { top:1174.125rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJacuugMvlwxnWuhbax9ygNP7H9x9XE1 { top:1184.8125rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#uJacuugMvlwxnWuhbax9ygNP7H9x9XE1 li:before{  }
 }@media only screen and (max-width: 763px) { #fyDRvpLEm7rCXMmoBHWkA9t2g8aatTio { top:1189.0625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vemqKQoaHzVpTy6Uwi8eUszT2fmDPkST { top:1197.0625rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#vemqKQoaHzVpTy6Uwi8eUszT2fmDPkST li:before{  }
 }@media only screen and (max-width: 763px) { #QZZLNU5B1WtBJm9Kg20QcfXqTVQfhScq { top:1200.0625rem;left:0rem;width:47.75rem;height:24.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTdvV3NXfDy0WQbrtggycPQROHTMBJac { top:1227.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZqsOP5rlKa27etPMQ17at9hIrEphvJ9 { top:1225.25rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZvGzJthpXsxf6Ro6RkEvtxXk7swSWDS { top:1231.9375rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBzDoBxKTTCgaN3DD4Th05MLLMxQXv2P { top:1233.875rem;left:0rem;width:47.75rem;height:16.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD { display:block; }#gR4EvKFXwZTAbcOKSJtTKs2NQauXSASD > .row .container { width:20rem;height:2611.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oG09qWNooAUX6ZLL1VNWcg8QJSAoBWNt { width:20rem;height:8.7744375rem;top:7.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1OeuZLX2i1Q5LUlal1L19esxI5wXd9z { width:20rem;height:1.5996125rem;top:17.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkpAWIPndeFWmsbKrwwtNP3CdBAv7OPk { width:20rem;height:2.22216875rem;top:3.099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxDTbxkBQluQrAxnb3c8FqA57KNThZCX { width:20rem;height:13.6465rem;top:23.94678125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqb6TZwqiOEAJTTvm8fJVxSra3hyivos { width:20rem;height:1.13720625rem;top:38.84328125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDwoCnrfxXEWl6I1X2JJPtfwU3NG3g1Z { width:20rem;height:6.82225rem;top:41.23rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1tTyu5TDDgSzmbMOtHFMZlNLtl5mOc4 { width:20rem;height:4.548825rem;top:49.30175rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6NK7POTt3T7eCCGJT1d154FkcG8ldV0 { width:20rem;height:48.730525rem;top:53.96288125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgoq4FpUJmSv8wZQJ6mZl4NHZTRA1Em4 { width:20rem;height:1.13720625rem;top:103.94338125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUuwiSK7hClIlGiMwQTpWxfzEHFJ5vmz { width:20rem;height:4.87305rem;top:106.3301rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTcAPXmv72I0lVzyPi6Ip4ZJGhbyr47s { width:20rem;height:116.953225rem;top:123.41215rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E27QcGaBfghpzRqKqBpCSar7TV0ENUSz { width:20rem;height:9.709rem;top:112.45315rem;left:0rem;font-size:0.75rem;display:block; }#E27QcGaBfghpzRqKqBpCSar7TV0ENUSz li:before{  }
 }@media only screen and (max-width: 763px) { #Sug6XzAibDDW4UsOAdKzfWktBlHl8hbS { width:20rem;height:2.2744125rem;top:241.615275rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJaoP4pREQc6qc85IyfbHhVp0W4roNy9 { width:20rem;height:4.87304375rem;top:248.663125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeyoSlBQMd0y4aT9ap7TBgQC4I8E7bCN { width:20rem;height:11.9706875rem;top:254.78568125rem;left:0rem;font-size:0.75rem;display:block; }#XeyoSlBQMd0y4aT9ap7TBgQC4I8E7bCN li:before{  }
 }@media only screen and (max-width: 763px) { #Fz0QXp0PbSHcOsyld3XGWPNUGJN0VCIK { width:20rem;height:10.7206875rem;top:268.00586875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAdDZWpQOfHytT36Q3wDMGAFNqoTovsa { width:20rem;height:2.2744125rem;top:245.1392rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkDw92ifSfPiqm55Q5uooCVELzdEF8ew { width:20rem;height:2.2744125rem;top:279.97605625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT3iX1BPeMSvn9oLz6bznXAtvBAXlrgl { width:20rem;height:14.619125rem;top:283.49998125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #orwBzLCeysowEcBVvM3uqqZ4dAZcgohk { width:20rem;height:4.548825rem;top:299.36860625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk0yb1h2ALhwSOQ5CxQc8eqDmVCDTEm7 { width:20rem;height:2.923825rem;top:305.16694375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcXGgmxl693OEwgLZ75BLNlqBX1l75cA { width:20rem;height:0.9746125rem;top:309.34028125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgKqPVGCxKg5ThppymG3sXWhK8G8iZr { width:20rem;height:2.923825rem;top:311.56489375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNFSs3EO2o5HgN8NSatqoU4AZfdvsN2f { width:20rem;height:0.9746125rem;top:315.73823125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkxdxENLPv8sxJ8eO7mF6EETDQvfUClg { width:20rem;height:1.94921875rem;top:317.96284375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIAhBBbzPEMKwSRZTG8IA6ffSPaq2hV2 { width:20rem;height:0.9746125rem;top:321.1620625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBFm3nO7u08lJitGLiZR2bihTdRKmDSN { width:20rem;height:4.87305rem;top:323.386675rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSBuvHpHz12hKVsGKTwydPGaQOfGegOo { width:20rem;height:0.9746125rem;top:329.509725rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKFTLtNROcrappuKkVCdMNd08clqI18V { width:20rem;height:3.8984375rem;top:331.7343375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTa0ut1udA4A2hizpEpcSMPhT5wC6qzE { width:20rem;height:0.9746125rem;top:336.882775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQQETP1VvRyGxptyCHiNQn8AkHHKwoby { width:20rem;height:1.94921875rem;top:339.1073875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K76Is5WD755mrPdifOPJcIcA7Tb7hrBD { width:20rem;height:0.9746125rem;top:342.30660625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCkVl3hNuoi7XzFBm97mcoN96bDXXxIf { width:20rem;height:1.94921875rem;top:344.53121875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcHWTmMvh2hl5klI8RH2qOW1f5y0naJi { width:20rem;height:5.84765625rem;top:363.72605rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kypk5ScmOUOy5lA0dlqLUROoi8oiqFr0 { width:20rem;height:0.9746125rem;top:347.7304375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpltOTHPyL4T1Fr849aJ7WupTUdkkm5U { width:20rem;height:3.8984375rem;top:349.95505rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #leDIUUW9eON0Dny6Tc90gzwMAZVomFTt { width:20rem;height:0.9746125rem;top:355.1034875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwTkVMJQzLkFQzhMpsmt1BOtdl74nSOf { width:20rem;height:2.923825rem;top:357.3281rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhlTI2He5iMQ6f7L7kGfeTywyOq6umf9 { width:20rem;height:0.9746125rem;top:361.5014375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQFxz2XhbgPPHrqA2aR05f3H1lRkaW0o { width:20rem;height:0.9746125rem;top:370.82370625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow2FJ777uK30szrFf4sRswKP4EnqIiNe { width:20rem;height:1.94921875rem;top:373.04831875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTzdaHt6OkXAUQbxm4lG4DKWdbG9lcoi { width:20rem;height:0.9746125rem;top:376.2475375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzH6Eg4r7LvpWHeLfo33JofU0OScQvJG { width:20rem;height:2.923825rem;top:378.47215rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc2iTlBXck2bsGFU9NTqkXOrFX3p6QhQ { width:20rem;height:0.9746125rem;top:382.6454875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8eqoyT7kEV3IHBgwGHtzzbukG10UT8X { width:20rem;height:4.87305rem;top:384.8701rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #voLrZ9bSJlIoHFGxv5MOuGtDryyQyel0 { width:20rem;height:0.9746125rem;top:390.99315rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAMnrQXF6QKhPVAiQctH6EL1VLwpF8r8 { width:20rem;height:0.9746125rem;top:393.2177625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQGkLTpTBulVReTEpkMr3mb5UW5CQF9k { width:20rem;height:0.9746125rem;top:395.442375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGeGiwTMzzA5ZXEXTQbHZ8G0fMiCMUw1 { width:20rem;height:1.94921875rem;top:397.6669875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRIoooTTMq5whTJqLf5WNudmX9oXqdL3 { width:20rem;height:3.8984375rem;top:403.09081875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwAfW5ZJlEi6zs3eBpnnB7O5rc59qZHm { width:20rem;height:0.9746125rem;top:400.86620625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEq6NVaTx0FQPSwmNFuQAHCQ7T5wkuD0 { width:20rem;height:0.9746125rem;top:408.23925625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5XWxzfsuu5TUkEg3i8w97bP0yTBpvvf { width:20rem;height:1.94921875rem;top:410.46386875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfcTGpHznU8bcPI00eZgI70khymals90 { width:20rem;height:0.9746125rem;top:413.6630875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdL67ayOKrSGM7AX0u6DfIuk3IRAyCeH { width:20rem;height:1.94921875rem;top:415.8877rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMAB59hmZyD7AHUdIXMkELUVFBIPOvZs { width:20rem;height:0.9746125rem;top:419.08691875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8TtuNnOZ1f3zDwonXXK0ARZqTTRusoP { width:20rem;height:4.87305rem;top:421.31153125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuX6vmFoqxyIOLlM1eHNrBE8Wx582I4r { width:20rem;height:0.9746125rem;top:427.43458125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeXBFZ546HS92bZrN5LQgHIiKDbfhcU { width:20rem;height:1.94921875rem;top:429.65919375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwXZEbnk0Cb0FaRizDa5eVLQJ5B6OJWI { width:20rem;height:0.9746125rem;top:432.8584125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmyNmo5CvQWVS5lcDBmAxxlcx9mTlf5E { width:20rem;height:0.9746125rem;top:435.083025rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLvuhUgGPc4uw38s4qoXvicDOdyupgTW { width:20rem;height:0.9746125rem;top:437.3076375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNQ6CxwMOlH0EibvDypPdAl71BKVbho6 { width:20rem;height:0.9746125rem;top:439.53225rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOVfJmnKGhPUx5yDBvtMM95SJtM6snC1 { width:20rem;height:0.9746125rem;top:441.7568625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbaFZLrrIlTmI3bAO3APUgP00xkF0hRT { width:20rem;height:1.94921875rem;top:443.981475rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o361EwkToJLPf3gFoOAaiETRXotpmGMV { width:20rem;height:0.9746125rem;top:447.18069375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWTynioaUu0Qhp9a60fvHXRouQ0LJ3X9 { width:20rem;height:2.923825rem;top:449.40530625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8BDhq1khIi1L3KG0OwGlHHZrd4wwfD2 { width:20rem;height:0.9746125rem;top:453.57864375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJgOBMX9q4w7zlmCTVwtCUtHPXNdXIyA { width:20rem;height:1.94921875rem;top:455.80325625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeixqLgJaipZEgN0Ohq3ZNGQHCRGT8Z8 { width:20rem;height:0.9746125rem;top:459.002475rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTHEwuFD5cK8QQFqE4T1TDfikC0hSggE { width:20rem;height:1.94921875rem;top:461.2270875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBd9dTP84wQyUig0Xw1MHo9bulw1MQdD { width:20rem;height:0.9746125rem;top:464.42630625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf6nmr8XGAgAtbzucF6HN7N0I24M4JDZ { width:20rem;height:1.94921875rem;top:466.65091875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxBENl2C3PCq9flzIuRX5MNnZ3kwyTHI { width:20rem;height:0.9746125rem;top:469.8501375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spHcoTakNEJN2Dd1zBJbfJCkL71mugGi { width:20rem;height:4.87305rem;top:472.07475rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4URTXT0B8kUlw0Pl0g8DSBRxigda1ga { width:20rem;height:0.9746125rem;top:478.1978rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LscVTRUZo2Tx96upUWeW419zSmevaMOl { width:20rem;height:4.87305rem;top:480.4224125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN1xMWhQBCfLmpiR855w1xUISTKbqTLO { width:20rem;height:0.9746125rem;top:486.5454625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfsRhXv6UbGrglLcAEom76yezd2qKVFQ { width:20rem;height:1.94921875rem;top:488.770075rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMwLmhoTpxom7oh7ohC9J6bOki2tr0Lh { width:20rem;height:0.9746125rem;top:491.96929375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5boIS8T1gszF5Tg3Hes6bKN60CUVzLa { width:20rem;height:3.8984375rem;top:494.19390625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ6Ta1qK3bzmqG2y7l2yxdvrFGVKlqy0 { width:20rem;height:0.9746125rem;top:499.34234375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTprOS1TyMKLm9ho0PWqnbOEzQQ742MF { width:20rem;height:1.94921875rem;top:501.56695625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHrkcL44pJ3lvsP86Sh0TUTLJzSNU0RQ { width:20rem;height:0.9746125rem;top:504.766175rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPMU2ani66zfuHB1m5IEiJy3OZMI8Foe { width:20rem;height:1.94921875rem;top:506.9907875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiInuqpx8sIFwDOnryHEXTiSilO9aNIX { width:20rem;height:0.9746125rem;top:510.19000625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyqLAhqIDDNQOHXnXSMk7xQVy56RpUQD { width:20rem;height:1.94921875rem;top:512.41461875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX6Dul2qnZUQmOKS80GBrma7QTy8vkXb { width:20rem;height:0.9746125rem;top:515.6138375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9GyWtTyGwtlLoShR0r94fAZwaQHQ37N { width:20rem;height:0.9746125rem;top:517.83845rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDhaccVwhHhxuH7ALte5iAXnhXMIGcWa { width:20rem;height:0.9746125rem;top:520.0630625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZysEcwTTeEkp3bwJJ74UtUW3EmgnVRi { width:20rem;height:1.94921875rem;top:522.287675rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx1mNtvF9TyEd6I4cHRAzClqbQFVVJ3U { width:20rem;height:0.9746125rem;top:525.48689375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePMLz7XGCwTdnyRwoGpPdE30TUiTATN5 { width:20rem;height:1.94921875rem;top:527.71150625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyT1rsvHXkTs8FWt0Uf4o1xzZ0CdoVtM { width:20rem;height:0.9746125rem;top:530.910725rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzDEu2bT1XswyUDSgRvzPAZwee9bCup0 { width:20rem;height:1.94921875rem;top:533.1353375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6TKnJQHzzLBI7SSTTsT62A08y2lrHT6 { width:20rem;height:0.9746125rem;top:536.33455625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6bymGQ62Bh5NTTlbJhxTx19VP2VTx3O { width:20rem;height:0.9746125rem;top:538.55916875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoS8suO3XORCn7FqKc7myyTfkWfuDP43 { width:20rem;height:0.9746125rem;top:540.78378125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl19WBgEoHqSfbDRQVA1hJnMnBWnGTqn { width:20rem;height:2.923825rem;top:543.00839375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLGm0s7eeC3HviRTXMtrJ9KfCRcbLbDB { width:20rem;height:0.9746125rem;top:547.18173125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIyOmRNAq5Lfszw2fr5V8r3d7iTN4M4A { width:20rem;height:1.94921875rem;top:549.40634375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHtFPs3hGBDorNs1DU0GoB192MhnT0Wi { width:20rem;height:0.9746125rem;top:552.6055625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhAuiSoFTRCdcpVIGnxZMgslpGSfIcia { width:20rem;height:1.94921875rem;top:554.830175rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4D28lV4eMcwNkS7Htds0AfM0JNJuJZW { width:20rem;height:0.9746125rem;top:558.02939375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLFPrVk3U49LIo0g03huBLNfb7Nk9Ilb { width:20rem;height:3.8984375rem;top:560.25400625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyG9hlZBlUDME0EPn8TuRl78JTlhTDUB { width:20rem;height:0.9746125rem;top:565.40244375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgNAES9vJB0B9PJsQhBu2eOxF25MoUVA { width:20rem;height:4.87305rem;top:567.62705625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX5PorlgQmSPNTsBIF7P6GKt7pOyEqiz { width:20rem;height:0.9746125rem;top:573.75010625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgfAIPSadIATuq532J0WH5VhK5kxZ3ZA { width:20rem;height:2.923825rem;top:575.97471875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #toyuSOqtBKbazvdBcE2ZpJCibmsG1tqN { width:20rem;height:0.9746125rem;top:580.14805625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMRyGpI40zuGQUrwXWexv1fp0wu8nRow { width:20rem;height:3.8984375rem;top:582.37266875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bifXiQMMBEHADZBMyw7EcFifAZptfhda { width:20rem;height:0.9746125rem;top:587.52110625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaOlLfGkx66JfKrx5eALZQlMTOHCaeWu { width:20rem;height:1.94921875rem;top:589.74571875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqRaJ1UugsWXGxJggQOvJlyBLweXKDa1 { width:20rem;height:0.9746125rem;top:592.9449375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZWKGpoe1ppoONS0dBSqiUPPequkNTSN { width:20rem;height:1.94921875rem;top:595.16955rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhyhOwO0DeGtllPAVlC48o06SUT47Dpt { width:20rem;height:2.923825rem;top:600.59338125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnHqu2yZ7Q7e4VaKW8Tsfd8T8gGevq2X { width:20rem;height:0.9746125rem;top:598.36876875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScdLzfLSzJIbecpORVyhWOuSysTfKqc3 { width:20rem;height:0.9746125rem;top:604.76671875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJTTtJctZClWGDTE1mgeByrzahRLO557 { width:20rem;height:1.94921875rem;top:606.99133125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQrrXB8tTgSylKs396UTK13epIkL4QmT { width:20rem;height:0.9746125rem;top:610.19055rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #askR6FqydaEBWkBWHeqaO8F85grUzTrk { width:20rem;height:1.94921875rem;top:612.4151625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WniMA8e9w3pK5lCzrEFua8SZA24aG1RP { width:20rem;height:2.923825rem;top:617.83899375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOAli4ccJbq8U28HkEAx4MT3qhJrH29N { width:20rem;height:0.9746125rem;top:615.61438125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM2g0xreobBIosyUGagybZVfeoayBSyI { width:20rem;height:0.9746125rem;top:622.01233125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xcm3Ex4g0Dc5GZwhXSNw4JMwZUpEoiwU { width:20rem;height:1.94921875rem;top:624.23694375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AASpAcNctLiHvIFPVbcKea68xy4EzVAw { width:20rem;height:0.9746125rem;top:627.4361625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9xOt3AWitaWtmghXH1FcNX68gdA8UZq { width:20rem;height:1.94921875rem;top:629.660775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkeebkkprQvcAOKrBTMQ0kr82mfP0L3l { width:20rem;height:0.9746125rem;top:632.85999375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTa7dchIKGkDxZgN3JrE6odHpLLNggrA { width:20rem;height:2.923825rem;top:635.08460625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpUTO8rVW0v1GyixpDhGnUVddeTTf2ke { width:20rem;height:0.9746125rem;top:639.25794375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsM5egXCUZl3DaPmkNemDkhSZt0RG7uN { width:20rem;height:1.94921875rem;top:641.48255625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6iNp0FmpIAPENPWM8dLDCWoDRhkTctq { width:20rem;height:0.9746125rem;top:644.681775rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inBPkb6TTFb6rmlDeVScGyrwTUMqQvLU { width:20rem;height:1.94921875rem;top:646.9063875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeWpqifxtruTKuhvJ0kcnrT9tTlahFKT { width:20rem;height:0.9746125rem;top:650.10560625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg0vxNE4zFTQyC2ImbxPvMuAP0TJOuNF { width:20rem;height:2.923825rem;top:652.33021875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq8P0Eb4KknWdVcaGv3XAdps4BlXlwAB { width:20rem;height:1.94921875rem;top:664.152rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3co1SzQ0Tz3xIRG57w83bPtv7M5ZzJF { width:20rem;height:0.9746125rem;top:656.50355625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w23OTUZakaxxxBkf1FBJL63TXaiTOrpG { width:20rem;height:1.94921875rem;top:658.72816875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgwFgtH2D0NHxbt2HHLLqeFsEELkSsZM { width:20rem;height:0.9746125rem;top:661.9273875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6yZ7o25EfF1v7dW775ls6J5RK5tawWP { width:20rem;height:0.9746125rem;top:667.35121875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCFubHJwtUO43cb3ExP48hdvDocTTWHA { width:20rem;height:2.923825rem;top:669.57583125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgfMwMN2dzTtG5qnMnoMbrrpvvcWyJwP { width:20rem;height:0.9746125rem;top:673.74916875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vug0KMc3DWTbXr30AFTC9OwPruqBKOlk { width:20rem;height:1.94921875rem;top:675.97378125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lykeLv7MzxvBX5o3vCuSTQMT09vvGOy4 { width:20rem;height:0.9746125rem;top:679.173rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwRwRUQcZ85uWbQH4QTP5wLxI9hrPzDG { width:20rem;height:1.94921875rem;top:681.3976125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBUbWuUf4RBwxG8mPdivgpOil1p1TDk4 { width:20rem;height:0.9746125rem;top:684.59683125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm43GE4XrhnG4U0CPmQwuHLHdRCovyJb { width:20rem;height:2.923825rem;top:686.82144375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfyycaQB1GLJ7AJRnchWVc3XTNisAhSB { width:20rem;height:0.9746125rem;top:690.99478125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF0MKRJsNlTQwi02LfcFyifW2IqskAHQ { width:20rem;height:4.87305rem;top:693.21939375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTr7U3B8T0xtPdWXmUF2yGTk1QGDl5x4 { width:20rem;height:5.84765625rem;top:701.56705625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9tN6GZFAMpdU3KcDUDzFgsbom1706Ke { width:20rem;height:0.9746125rem;top:699.34244375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkAMiDRXFChKCoXR5gdOGT6XKJDuoqax { width:20rem;height:0.9746125rem;top:708.6647125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8I90QvT3kugTu7UXQ6U9vkTDcgF3HcH { width:20rem;height:2.923825rem;top:710.889325rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZodRpcVVqZe7NiPZZGbB1xkcJvpiJpTV { width:20rem;height:0.9746125rem;top:715.0626625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #phctWHhxRbmUtVkIncnTaNa9FpIFXtdx { width:20rem;height:0.9746125rem;top:717.287275rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQGSL1WyLFU0TJ03Vpz5X3bwkoUTn9oR { width:20rem;height:0.9746125rem;top:719.5118875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGdPi8ASzqtwc2hTJrVmeVBlpXMfcHyr { width:20rem;height:5.84765625rem;top:721.7365rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2PrdseVT99blAe1JFBvsQId5XbhwrFI { width:20rem;height:2.923825rem;top:728.83415625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0MZq1LBQ3XhhAQqZPB3JegAlan9FDDG { width:20rem;height:0.9746125rem;top:733.00749375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAaWcfZR6ily00mnLLDPfi6OSrns9HmB { width:20rem;height:0.9746125rem;top:735.23210625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifZx5DauIQu0b8nDmdoXEAJOFHIyvi6T { width:20rem;height:0.9746125rem;top:737.45671875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK79q1ByBysueB7ZpmgmuJ2hQPNkPShT { width:20rem;height:0.9746125rem;top:739.68133125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzXDJecHrfNCK4q6fclFssHpfdaV8xEI { width:20rem;height:0.9746125rem;top:741.90594375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxTkVW7wZGx0U548qxthBuiImKoEe9Uv { width:20rem;height:0.9746125rem;top:744.13055625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghDB22ThUtrENwpHbc7VqqN08VAxbNtc { width:20rem;height:2.923825rem;top:746.35516875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBfgIkRWKaURXPTkaTaQqMwOiGdlvOS6 { width:20rem;height:0.9746125rem;top:750.52850625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTT7Ixxm3qF0Pqa2nGBzIhw8hQliZ92L { width:20rem;height:0.9746125rem;top:752.75311875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfknTFK66AwHpeoKk5MmBKHbBZTeTPEV { width:20rem;height:0.9746125rem;top:754.97773125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtJiNWcrZLTbTICr5LaJZvrG2TZffttM { width:20rem;height:0.9746125rem;top:757.20234375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWwS9S8kTiQnboaND216vEo0oBbrl26x { width:20rem;height:0.9746125rem;top:759.42695625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt8w2ur1sxmwUtVer1WHl0TuE3OZXTQx { width:20rem;height:2.923825rem;top:761.65156875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZXPIVFN4OuQVrSKtqA2izwE03RPB4O5 { width:20rem;height:0.9746125rem;top:765.82490625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeQeWafk4A4dMsOOIfI1gJlrlW9Gdz3P { width:20rem;height:0.9746125rem;top:768.04951875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFHTvLZMPPH7eiqbaO15p35aOWvyTZOW { width:20rem;height:0.9746125rem;top:770.27413125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufAHTJkMg6Db8XPBEdPh0cb4TCKqGvnh { width:20rem;height:14.619125rem;top:772.49874375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZNBp3TnWnWk3dpGd91zbuw4FJKf5ByI { width:20rem;height:0.9746125rem;top:788.36736875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7oyzrQDhqsLVvkiTiWOHHOQzczeiSeO { width:20rem;height:4.87305rem;top:790.59198125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3fSF22PbzJRRgkRdRb61D2Rqv6xU1C6 { width:20rem;height:0.9746125rem;top:796.71503125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts4r3EBc7NllUTymft37U6Jp4IJ1KhO2 { width:20rem;height:0.9746125rem;top:798.93964375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKNsHrHN2xK27Aatc8ddMUTC5nHfyTvM { width:20rem;height:0.9746125rem;top:801.16425625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZJo1WNTf8aR0u26IeMUPPX88nkefeWd { width:20rem;height:1.94921875rem;top:803.38886875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vde4sJGELrbagKR4b4cTT5GtFSWMf6a5 { width:20rem;height:0.9746125rem;top:806.5880875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdkEpI2bp60BnkKSTAa72My8UizOAJ4w { width:20rem;height:1.94921875rem;top:808.8127rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6S0AEHq4Ttg7GcxDFkzWOc0LB3E7ZIJ { width:20rem;height:9.746125rem;top:812.01191875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4N7X9CbTsn4pRZbsbKRSnoeRJ6OZQoP { width:20rem;height:1.13720625rem;top:823.00804375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VObsNtk8wzePN00iBnBLa7iMuvF6uUJI { width:20rem;height:21.441375rem;top:825.3947625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoIMsbySVlIkwAiCWtVZMMiynSl3AKSN { width:20rem;height:13.6445rem;top:850.3103125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGHqLQvAzZPZ5JWGnuKgtmU5mKOwu0hl { width:20rem;height:0.9746125rem;top:848.0857rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeJW4Mrh6uglxqJU18aU1LpPKLOlZJfZ { width:20rem;height:1.13720625rem;top:865.204375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTW9T9EQpbmWcsGOZnRFUS6wUuz559XD { width:20rem;height:1.94921875rem;top:867.59109375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3eBz0ogTfPX2EG0FnpIJsnx5oIaqUzS { width:20rem;height:22.9668125rem;top:870.7903125rem;left:0rem;font-size:0.75rem;display:block; }#M3eBz0ogTfPX2EG0FnpIJsnx5oIaqUzS li:before{  }
 }@media only screen and (max-width: 763px) { #V08sRAAA7z1I9d9a6M5xQZfZ5wJ6RNen { width:20rem;height:28.263725rem;top:895.007125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGPdGSryx9Cq1SD8JFgPNnV96dbZmfzD { width:20rem;height:2.2744125rem;top:924.5208125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XneIfL3Ms6Ac8RcTL2AqJbwon6WVWTXW { width:20rem;height:22.41601875rem;top:928.0447375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAOvdXKJXXOOo1oBSOMCJ1r22OV0Uima { width:20rem;height:2.2744125rem;top:951.7107375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMFfhZ6GXx5dgZnJ6QNSpk97XPgN9bFr { width:20rem;height:15.59376875rem;top:955.2346625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgf9OVfqkwB9Re26z0dFVgP4MwGXtZcH { width:20rem;height:10.371125rem;top:972.0784125rem;left:0rem;font-size:0.75rem;display:block; }#Xgf9OVfqkwB9Re26z0dFVgP4MwGXtZcH li:before{  }
 }@media only screen and (max-width: 763px) { #WbuORmViPsQJ8fqcpPJuI01rFvTxVLov { width:20rem;height:3.8984375rem;top:983.6995375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnKMuKBbT06dPTUTwMF6LQb07zQpJpqe { width:20rem;height:8.421875rem;top:988.847975rem;left:0rem;font-size:0.75rem;display:block; }#EnKMuKBbT06dPTUTwMF6LQb07zQpJpqe li:before{  }
 }@media only screen and (max-width: 763px) { #QVTgk39dLmPwRqx3nJqTyO12FRZllC1z { width:20rem;height:33.1367125rem;top:998.51985rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbkrNbJTuc5cJu6IDMse2CknZtlMc0q4 { width:20rem;height:2.2744125rem;top:1032.9061rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHewWp0grz6V6TCkbpMEDuqGqhZEaFIS { width:20rem;height:3.8984375rem;top:1036.430025rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqgwU91TUHcXyHU8nkJankyEqXvhA3uC { width:20rem;height:43.7831875rem;top:1041.5784625rem;left:0rem;font-size:0.75rem;display:block; }#tqgwU91TUHcXyHU8nkJankyEqXvhA3uC li:before{  }
 }@media only screen and (max-width: 763px) { #QSL4HtoQbTLcpQGkS53aieSAIDamBd6e { width:20rem;height:7.796875rem;top:1086.61115rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUUJJ6g5plVrfamJPliVntNWU2CPyohW { width:20rem;height:1.13720625rem;top:1095.658025rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4OgTgdXtusahLh5RbEkTd208Bz5GQID { width:20rem;height:6.82225rem;top:1098.04474375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhcPUiPHIk2AWKXLgdudt5oDh2hqWLKI { width:20rem;height:2.2744125rem;top:1106.11649375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuJTQP5XdhTkAF11h3zGhT9yCzdIR9ov { width:20rem;height:66.2734875rem;top:1109.64041875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suV36b5MdmsTZfJGLtpoUHGF3TndLTet { width:20rem;height:10.371125rem;top:1177.16416875rem;left:0rem;font-size:0.75rem;display:block; }#suV36b5MdmsTZfJGLtpoUHGF3TndLTet li:before{  }
 }@media only screen and (max-width: 763px) { #ibQBqqqDlTir2H6TwmXDoUgUXKF1ICm2 { width:20rem;height:10.7207125rem;top:1188.78529375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5VPqLyVOzC1IVS38NRFCzsXuKSF7JSg { width:20rem;height:2.2744125rem;top:1200.75598125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma9eC6pZXCFdAL8M90KggEvpbltFSE9W { width:20rem;height:61.4004rem;top:1204.27990625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeVqM8rotLx8EhggLOkxh0kXyXAszk2F { width:20rem;height:10.371125rem;top:1266.93028125rem;left:0rem;font-size:0.75rem;display:block; }#BeVqM8rotLx8EhggLOkxh0kXyXAszk2F li:before{  }
 }@media only screen and (max-width: 763px) { #dwm1BIr5MF1f8ZJlJDD8rHb7lZ3lIhr0 { width:20rem;height:10.7207125rem;top:1278.55140625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob0OZAVFzgdVZ7DFfZs0ze8tRFTg8os7 { width:20rem;height:1.13720625rem;top:1290.52209375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3wEzmETFsDKskaSCVwudIFQ5twGUCIO { width:20rem;height:70.17190625rem;top:1294.04601875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8mgIMpXRwTWTraBIcvDy8W1LRLmwcdo { width:20rem;height:1.13720625rem;top:1365.46789375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnVV1Zc8CP2gNr0tPtlENnPZmT2u8Vcd { width:20rem;height:71.14650625rem;top:1367.8546125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNfshQ9csZGUOWVgbF3D69D4BUC7gF2h { width:20rem;height:1.13720625rem;top:1440.2508625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC4GpXP2Atrr6PuhuUm36gyFp7B4BaiL { width:20rem;height:24.365225rem;top:1442.63758125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PgLFHD1VPyKzBnbVPVVuTb1HTvsFB8 { width:20rem;height:2.2744125rem;top:1468.25233125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJWqn3iLwJVDy2t7HhDayTf3PuSZPKU1 { width:20rem;height:12.6699375rem;top:1471.77625625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #snF3NEJ3qFO3hADtZlzT3iqfkTx3pb96 { width:20rem;height:27.2890625rem;top:1485.69619375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSfo38JVPuJiCt4VNEpT6v3OKBC1CGr0 { width:20rem;height:20.4668rem;top:1514.23525625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDctKo62l90KvSFgMVHDnFt0uL8ls8ED { width:20rem;height:2.2744125rem;top:1535.95206875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN1Xk9bq9rtzNIQ6hfFa3EPH4x1btpBp { width:20rem;height:10.72070625rem;top:1539.47599375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhK4bDxQSIASzsPgGltFKPcKRDhoacVr { width:20rem;height:2.2744125rem;top:1551.44668125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtHROhwh8kseONbLE6w9uInmtLOkhF3X { width:20rem;height:27.28905rem;top:1554.97060625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmM9rTPpg9VrzvvrAAEMhUOx7xSdArch { width:20rem;height:1.13720625rem;top:1583.50916875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTysDnfVid7hDoQrWLtbK3IMOzBEqMtp { width:20rem;height:1.94921875rem;top:1585.8958875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgmhe61UseCABZe6ZaWDfWz20RvK4Zs1 { width:20rem;height:83.8164625rem;top:1589.09510625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgDv88UmyIGIvBTk5ZWKswbBffnCDDTa { width:20rem;height:46.7813rem;top:1674.16135625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPXsacQd3IwNwNJiwTTindncX9VADkhH { width:20rem;height:25.33985rem;top:1722.19260625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF4U6eE9zzSUFI9xwMMEPVFGtWEDaZKt { width:20rem;height:24.3652125rem;top:1748.78248125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnPh0UkuKKokLaXez26qH6BaPZ8nZpUq { width:20rem;height:3.41161875rem;top:1774.39723125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByB9Gy5xiTdithr1zrqTVm1oclzDyD9V { width:20rem;height:10.72070625rem;top:1779.0583625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM2OfA6SqU9i1alWC0oAV3OrGIqtwvtg { width:20rem;height:6.785125rem;top:1791.02905rem;left:0rem;font-size:0.75rem;display:block; }#tM2OfA6SqU9i1alWC0oAV3OrGIqtwvtg li:before{  }
 }@media only screen and (max-width: 763px) { #ZH3F9r7rNUoXbze5CROdOqTA5SZnPrDJ { width:20rem;height:8.7714875rem;top:1799.0637375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr8cVQhqZpnlHpslc5a6ANTF1V85Lsuq { width:20rem;height:2.2744125rem;top:1809.0852375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsAO4S5fZqXxPV5nx6bL6QbJTp5ZobDu { width:20rem;height:3.8984375rem;top:1812.6091625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaHln1IU5C9qqplKft5ATkVFlTZwfOln { width:20rem;height:15.207rem;top:1817.7576rem;left:0rem;font-size:0.75rem;display:block; }#eaHln1IU5C9qqplKft5ATkVFlTZwfOln li:before{  }
 }@media only screen and (max-width: 763px) { #h3BDg3BTXuEEJ5bPwMTov0eVDKU8G5FD { width:20rem;height:2.923825rem;top:1834.2141625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcODw1iRTnoLI0TA4TQ66vGyRsTiOqoc { width:20rem;height:2.2744125rem;top:1838.3875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awiZQN5RTqzJR1Bbkb5f0cxHwfByqgRz { width:20rem;height:2.923825rem;top:1841.911425rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJeF7IHOh5ydQKTuuRPGWogEInV9iHf2 { width:20rem;height:9.3965rem;top:1846.0847625rem;left:0rem;font-size:0.75rem;display:block; }#MJeF7IHOh5ydQKTuuRPGWogEInV9iHf2 li:before{  }
 }@media only screen and (max-width: 763px) { #nfzXAsSvZAyK2IfqT6Tg7tJq1IwTWBT3 { width:20rem;height:2.2744125rem;top:1856.7312625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHg2raXloVBTZEEiEztT1b7IKzAHuP6h { width:20rem;height:6.822275rem;top:1860.2551875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQCHC3RUv9NlHVXvGHSRUDU1AyUDeOAM { width:20rem;height:8.734375rem;top:1868.3274375rem;left:0rem;font-size:0.75rem;display:block; }#kQCHC3RUv9NlHVXvGHSRUDU1AyUDeOAM li:before{  }
 }@media only screen and (max-width: 763px) { #RB4A2I9css6hqXNpiXIpwTgxhL7WzOsk { width:20rem;height:2.2744125rem;top:1878.3118125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ4QbMCrHLwiO4373fkJ7GyMnPyKsPWr { width:20rem;height:11.6953125rem;top:1884.22245625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmEFVumZWOSZl1lO9JOR9HJ6Zw8iIiId { width:20rem;height:1.13720625rem;top:1881.8357375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpFdCiBn4LnqLlmlngXOP4r5ZQ8EZLEB { width:20rem;height:1.13720625rem;top:1897.16776875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POsZ3h3J7rdJEhLHqCHWrAPMsILNRfIk { width:20rem;height:25.265625rem;top:1899.5544875rem;left:0rem;font-size:0.75rem;display:block; }#POsZ3h3J7rdJEhLHqCHWrAPMsILNRfIk li:before{  }
 }@media only screen and (max-width: 763px) { #SyZbTZ5IdGdTvPzOGcpq2CyJ1LW4Lsk1 { width:20rem;height:1.13720625rem;top:1926.0701125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHEBZTc9KSatk9Ra8PEt04FBNV041Kqg { width:20rem;height:19.1425625rem;top:1928.45683125rem;left:0rem;font-size:0.75rem;display:block; }#WHEBZTc9KSatk9Ra8PEt04FBNV041Kqg li:before{  }
 }@media only screen and (max-width: 763px) { #zt9Pp8bzChs21L2ZIIH7Ml7yfAo8VeQd { width:20rem;height:2.2744125rem;top:1948.84889375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImFBtPK5FhHtN7ezAnJOXCIQLtA9hsx2 { width:20rem;height:58.640625rem;top:1952.37281875rem;left:0rem;font-size:0.75rem;display:block; }#ImFBtPK5FhHtN7ezAnJOXCIQLtA9hsx2 li:before{  }
 }@media only screen and (max-width: 763px) { #KXJuT08MfOHAhixR6TOV7k5sA3l7P1Ma { width:20rem;height:3.41161875rem;top:2012.26344375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOp3ObtbxyALxsSiQ8dqycKKr69Vvbi6 { width:20rem;height:1.13720625rem;top:2016.924575rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB9mb5W9r52ud5A9Eh3UxkQrNFn7GRuI { width:20rem;height:1.94921875rem;top:2019.31129375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAvBLZXGHRrRXNOL5Iq7MyoeTCa9zMiQ { width:20rem;height:22.378875rem;top:2022.5105125rem;left:0rem;font-size:0.75rem;display:block; }#LAvBLZXGHRrRXNOL5Iq7MyoeTCa9zMiQ li:before{  }
 }@media only screen and (max-width: 763px) { #U8nGHoVQlqAT9qtqafvFQIAAwGOcG6o3 { width:20rem;height:1.13720625rem;top:2046.13895rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfmN0TGm5pMO4aZWr1m93htc0psT5vSM { width:20rem;height:28.263675rem;top:2048.52566875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TycH7zPDb8TmK3hyF1ST77GuMIxyOsxu { width:20rem;height:9.046875rem;top:2078.03935625rem;left:0rem;font-size:0.75rem;display:block; }#TycH7zPDb8TmK3hyF1ST77GuMIxyOsxu li:before{  }
 }@media only screen and (max-width: 763px) { #SawsDuTMMWsNiZp3kMF6bq4hfc1Tc4o3 { width:20rem;height:1.94921875rem;top:2088.33623125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF1aNdB5ZUboZFwxwFGb4ukZsk0XHz0c { width:20rem;height:71.146575rem;top:2091.53545rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHgTkOf5NGhU3QDghZlGlW7UTNSWw7zs { width:20rem;height:28.26369375rem;top:2163.9317rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJJVFh6VRtFIuUaORsN5G3UJI6Q3mw6c { width:20rem;height:21.44143125rem;top:2193.4453875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFT8T3oJJJz62OL5olefDubUhisqirfd { width:20rem;height:38.00976875rem;top:2216.1367625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhu4HRax8n5TmyX8iP27JI8Jmp8qOXPi { width:20rem;height:11.69531875rem;top:2255.3965125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8WqOZKJR8CulV6RDcWXUucCTtnvLdhJ { width:20rem;height:5.84765625rem;top:2268.341825rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #etp0Dif6S8Zg66L2gwlpQv9hr1EEgdev { width:20rem;height:42.88283125rem;top:2275.43948125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG4xhBQIfJwEE4x2XOvMgDwtTcZXwdFC { width:20rem;height:21.4414125rem;top:2319.57229375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbQueIO5Wd5TEryDuIur4MTaTMm2QCPF { width:20rem;height:25.3398375rem;top:2342.26366875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #voX4u9Uk9GDKmqbXrsTq6xPNcdXWvT1z { width:20rem;height:7.79688125rem;top:2368.85304375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuAAFpTqV2X9zakZluZSreChmFRcX6W6 { width:20rem;height:4.5234375rem;top:2377.89991875rem;left:0rem;font-size:0.75rem;display:block; }#CuAAFpTqV2X9zakZluZSreChmFRcX6W6 li:before{  }
 }@media only screen and (max-width: 763px) { #nlxguJoRTgb3nHZuSE1iv789VOKBM8ZF { width:20rem;height:1.94921875rem;top:2383.67335625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txlTqZrO1n6lWfTJQiKNJBsGQaXgSrnv { width:20rem;height:8.421875rem;top:2386.872575rem;left:0rem;font-size:0.75rem;display:block; }#txlTqZrO1n6lWfTJQiKNJBsGQaXgSrnv li:before{  }
 }@media only screen and (max-width: 763px) { #yX7O6H4xwIFARXuT1Wv1Ww0PaPgoSTAT { width:20rem;height:29.23830625rem;top:2396.54445rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x50t4xfyxHgw8KrzZRH1Qb5P25emoDeZ { width:20rem;height:5.8476625rem;top:2427.0327rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTv7FyGpPCcMDGSrtUy2dK4Oy3qmKHfB { width:20rem;height:4.5234375rem;top:2434.13035625rem;left:0rem;font-size:0.75rem;display:block; }#uTv7FyGpPCcMDGSrtUy2dK4Oy3qmKHfB li:before{  }
 }@media only screen and (max-width: 763px) { #qreOJFfIOeuiA6FBwDsOV59HTWyIhTUl { width:20rem;height:15.5937625rem;top:2439.90379375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVJ2PuXVEaNxsWl7Xw34irmCBgwei8PE { width:20rem;height:5.49805rem;top:2456.74754375rem;left:0rem;font-size:0.75rem;display:block; }#dVJ2PuXVEaNxsWl7Xw34irmCBgwei8PE li:before{  }
 }@media only screen and (max-width: 763px) { #d9C8RB0G622HTnrPct6q6f1pkpuJgTTa { width:20rem;height:17.5429625rem;top:2463.49559375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJacuugMvlwxnWuhbax9ygNP7H9x9XE1 { width:20rem;height:5.49805rem;top:2482.28809375rem;left:0rem;font-size:0.75rem;display:block; }#uJacuugMvlwxnWuhbax9ygNP7H9x9XE1 li:before{  }
 }@media only screen and (max-width: 763px) { #fyDRvpLEm7rCXMmoBHWkA9t2g8aatTio { width:20rem;height:17.542975rem;top:2489.03614375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vemqKQoaHzVpTy6Uwi8eUszT2fmDPkST { width:20rem;height:4.2109375rem;top:2507.82914375rem;left:0rem;font-size:0.75rem;display:block; }#vemqKQoaHzVpTy6Uwi8eUszT2fmDPkST li:before{  }
 }@media only screen and (max-width: 763px) { #QZZLNU5B1WtBJm9Kg20QcfXqTVQfhScq { width:20rem;height:50.6797rem;top:2513.29008125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTdvV3NXfDy0WQbrtggycPQROHTMBJac { width:20rem;height:9.746125rem;top:2567.6064875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZqsOP5rlKa27etPMQ17at9hIrEphvJ9 { width:20rem;height:1.13720625rem;top:2565.21976875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZvGzJthpXsxf6Ro6RkEvtxXk7swSWDS { width:20rem;height:1.13720625rem;top:2578.6026125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBzDoBxKTTCgaN3DD4Th05MLLMxQXv2P { width:20rem;height:29.23830625rem;top:2580.98933125rem;left:0rem;font-size:0.75rem;display:block; }
 }