.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:204,239,255;--color-primary-1:102,208,255;--color-primary-2:0,176,255;--color-primary-3:0,159,227;--color-primary-4:13,56,87;--color-secondary-0:214,247,252;--color-secondary-1:133,230,246;--color-secondary-2:51,213,240;--color-secondary-3:0,203,236;--color-secondary-4:0,220,195;--color-tertiary-0:255,255,255;--color-tertiary-1:133,209,242;--color-tertiary-2:51,178,233;--color-tertiary-3:0,159,227;--color-tertiary-4:13,56,87;--headlines-font-family:"Lato";--paragraphs-font-family:"Source Sans Pro"; }@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;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUmFLtMeAbQ/unsplash/avel-chuklanov-DUmFLtMeAbQ-photo-1554415707-6e8cfc93fe23.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.89); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.89); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.125rem;left:48.875rem;display:block; }
#PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPaiqpu6zUnSNbTmlWRmnpZMGpE45hUn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:14.4375rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#vIBq6n9Nw2OfmnwCr5KQCiTc70lNKfGQ { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.1875rem;left:66.125rem;display:block; }
#aJoK3qAa2tH1rUTUGh56MhmfGrtOT3p9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7zW9diAWP0ytAK9enccT5A8PNMz8fb1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.125rem;left:36.1875rem;display:block; }
#tKhiFWa0y1wsoBwfkXkgq50tBxptcU1q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { position:relative;display:block; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { background-color: transparent; background-image: none; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container > .video-iframe-container { display: none; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row > .video-iframe-container { display: none; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .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); }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { border-width: 0; border-radius: 0; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rZx2mbImaTFaff6urTQUggDNkiphPkST { color:#1b1d25;display:block;width:40.8125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#Uktxu8Ooy7BTID3pVeNUig7SuqSiwrf4 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:50rem;top:9.6875rem;left:0rem;display:block; }
#DMO9CIrG1qZNGikrNbErkcoiio1X1qZw { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.75rem;top:9.6875rem;left:1.5rem;display:block; }
#bAuFXMSt1gCEAdyMunkuanW7ddaZmhKE { color:#a0a0a0;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.8125rem;height:1.05615rem;display:block; }
#J5PX28p1KiXzb1HqzVZ9wuHiCS6iEJpI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.25rem;left:0rem; }
#AI1uWMwm2pOQEey7MtvO3t0aFUv8UC58 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.24609375rem;left:0rem;display:block; }
#mMeqzwhRk3UbxpKEvzcIWSnL4yJzDFhm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ok3WxwddaIArOd6skAyI8runoQPIibV4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:19.9375rem;top:1.78125rem;left:52.9150390625rem;overflow:hidden;display:block; }
#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { background-color: transparent; background-image: none; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container > .video-iframe-container { display: none; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row > .video-iframe-container { display: none; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .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); }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { border-width: 0; border-radius: 0; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { font-size:0.875rem;font-family:arial;height:170.0625rem;width:75rem;position:relative;display:block; }#qMWESxH7CpPDHpslKM8T6zxCihIvWdRM { color:rgba(0,0,0,0.7);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:5.6875rem;left:10rem;height:1.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CSx9B2PNlFBtG8Q5obDwOKCQVd3LHC4D { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:6.25rem;left:2.5rem;display:block; }
#GpzGCrcbHToGPzAevFSGXeNSAFXa37mo { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.875rem;left:2.40625rem;height:5.60485625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oOAZ7ueIag571z3Ht7QIcl1NvMcuiJuQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:48.375rem;left:51rem; }
#w5yPzyZ8nVBPl4p37Vwe9GokMt86lU7V { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:48.5625rem;left:54.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OvUzMffiCxRavrrukgh859oHyt2b5U7H { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:51.5625rem;left:54.875rem;height:1.31286875rem;font-style:normal;display:block; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:before{  }
#Turv9NRverf9OpnTl8qall5NKygxEbII { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:43.8125rem;left:54.875rem;height:1.31286875rem;font-style:normal;display:block; }#Turv9NRverf9OpnTl8qall5NKygxEbII li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Turv9NRverf9OpnTl8qall5NKygxEbII li:before{  }
#tHeT7UTiu9aD4SzqHNJmIBhTTmQWrTVe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:40.625rem;left:51rem; }
#fExzdbEpkA5GGPUHnBk6Iz0TlKK6VcFH { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:40.8125rem;left:54.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:12.625rem;left:54.8125rem;height:2.62573125rem;font-style:normal;display:block; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:before{  }
#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:10.8125rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:before{  }
#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:8.875rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:before{  }
#Qce0sMcWVtNuOVnIhqFdZxf9o4QVZoO7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:5.6875rem;left:51rem; }
#E2DqoCTTH7OBD8ckAOkuuoOFrenZy2CM { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:5.875rem;left:54.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:15.9375rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:before{  }
#JuefpILV2A95AxE1MKoR7PK9309kn8Na { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:17.8125rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:before{  }
#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:19.6875rem;left:54.8125rem;height:2.62573125rem;font-style:normal;display:block; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:before{  }
#LqxokaVloclAqhsIC6hJaxenFw891rmi { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:22.896484375rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:before{  }
#cpMNRhrvzQgieJvIaQoVBET78NzMU4To { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:24.625rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:before{  }
#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:26.5rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:before{  }
#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:28.375rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:before{  }
#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:30.25rem;left:54.8125rem;height:2.625rem;font-style:normal;display:block; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:before{  }
#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:33.3740234375rem;left:54.81201171875rem;height:1.31286875rem;font-style:normal;display:block; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:before{  }
#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:35.2490234375rem;left:54.81201171875rem;height:1.31286875rem;font-style:normal;display:block; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:before{  }
#riTe6mKZWXKQAEwg9tCWv9gf5I5m9h8x { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:17.021484375rem;left:2.5rem; }
#dWoa1zEiUMs35HUogW9Z46f0M3zGcegb { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:18.271484375rem;left:8.21875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wd6yqeOsHaqADAWptRRWVuyrXzEK4kCB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.6875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:27.771484375rem;left:2.5625rem;display:block; }
#k6oqavgJB9esKTVsrSeLQLiNxDuq6d7z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4ZWWOzh94L5ecfmXWdrqxOLpKox5zBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:22.26220703125rem;left:8.21875rem;height:3.73730625rem;font-style:normal;display:block; }
#oHNtrZuasodFJZytf7TQmoDk6UOKlIxm { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:21.6875rem;left:2.5rem; }
#uQfn50DfOPBfUbqvmf3Ofhe31dfrTBmf { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:23.7119140625rem;left:13.75rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:8.875rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:before{  }
#iKyKfuSCmvHDxgOpRWDTHRT6rdHFSTJI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:5.6875rem;left:26.0625rem; }
#XALOK1nHpqbn3v8MGAwrq8F1pf1lvkLE { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:5.875rem;left:29.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:10.75rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:before{  }
#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:12.625rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:before{  }
#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:14.5rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:before{  }
#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:16.375rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:before{  }
#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:18.25rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:before{  }
#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.5;letter-spacing:0;top:20.125rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:before{  }
#n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.5;letter-spacing:0;top:37.4375rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 li:before{  }
#XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.5;letter-spacing:0;top:39.3125rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi li:before{  }
#NZPzOODGQuCmymWu5zeZpQl69K1Nycmh { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:35.5625rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#NZPzOODGQuCmymWu5zeZpQl69K1Nycmh li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#NZPzOODGQuCmymWu5zeZpQl69K1Nycmh li:before{  }
#tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.5;letter-spacing:0;top:33.6875rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar li:before{  }
#VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:31.8125rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r li:before{  }
#inf0uHXxfabhWmJffQRy3sIWRhPuTkTh { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15055;line-height:1.5;letter-spacing:0;top:29.9375rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#inf0uHXxfabhWmJffQRy3sIWRhPuTkTh li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#inf0uHXxfabhWmJffQRy3sIWRhPuTkTh li:before{  }
#tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:28.0625rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO li:before{  }
#PV9i9RKIxSUuHPL40lTlQ2No17KvOTDi { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.5;letter-spacing:0;top:25.0625rem;left:29.8125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FEgvoagquFBnB0fnGVrmxqApcci9guqL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:24.875rem;left:26.0625rem; }
#FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15061;line-height:1.5;letter-spacing:0;top:41.1875rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm li:before{  }
#id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.5;letter-spacing:0;top:43.0625rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ li:before{  }
#CyURABFuywwVLC3S2i88gZh97ND012ox { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15063;line-height:1.5;letter-spacing:0;top:44.9375rem;left:29.8125rem;height:2.62573125rem;font-style:normal;display:block; }#CyURABFuywwVLC3S2i88gZh97ND012ox li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#CyURABFuywwVLC3S2i88gZh97ND012ox li:before{  }
#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.5;letter-spacing:0;top:62.625rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:before{  }
#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.5;letter-spacing:0;top:60.75rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:before{  }
#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15068;line-height:1.5;letter-spacing:0;top:58.875rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:before{  }
#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.5;letter-spacing:0;top:57rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:before{  }
#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15066;line-height:1.5;letter-spacing:0;top:55.125rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:before{  }
#ZTFVLBRsc6mfN0p4yc431D3MmFGxNsvM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:51.9375rem;left:26.0625rem; }
#gz23aPqoPKMcLCRCGePBisdvsU1bITEp { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.5;letter-spacing:0;top:52.125rem;left:29.8125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15071;line-height:1.5;letter-spacing:0;top:128.125rem;left:54.8125rem;height:2.625rem;font-style:normal;display:block; }#uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N li:before{  }
#qeekLAnODtiXXwI1XgiooIF33BQkOSVy { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.5;letter-spacing:0;top:126.1875rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#qeekLAnODtiXXwI1XgiooIF33BQkOSVy li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#qeekLAnODtiXXwI1XgiooIF33BQkOSVy li:before{  }
#gMZOo9LNtRD9hzJfXaVc0s8q1T3JwVID { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.5;letter-spacing:0;top:123.1875rem;left:54.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gyqsysXvXxbOMKWnQucbMSHbtkBGda9K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:123rem;left:51rem; }
#pXD6lfFKvgK2eS0LTlwiAW0Us1i2W4xI { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15072;line-height:1.5;letter-spacing:0;top:131.25rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#pXD6lfFKvgK2eS0LTlwiAW0Us1i2W4xI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pXD6lfFKvgK2eS0LTlwiAW0Us1i2W4xI li:before{  }
#zvXc3tIXcZpHJCoXEUMf7RxH45micFSl { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.5;letter-spacing:0;top:133.125rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#zvXc3tIXcZpHJCoXEUMf7RxH45micFSl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zvXc3tIXcZpHJCoXEUMf7RxH45micFSl li:before{  }
#WbBvD5VBKBfyyiR0zzbWZBUzOwBTvgAC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15074;line-height:1.5;letter-spacing:0;top:135rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#WbBvD5VBKBfyyiR0zzbWZBUzOwBTvgAC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WbBvD5VBKBfyyiR0zzbWZBUzOwBTvgAC li:before{  }
#QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15074;line-height:1.5;letter-spacing:0;top:82.5625rem;left:54.8125rem;height:2.62573125rem;font-style:normal;display:block; }#QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X li:before{  }
#aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.5;letter-spacing:0;top:80.6875rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P li:before{  }
#iioitFq3m09hc57N7PcVePRX7wtANCT8 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.5;letter-spacing:0;top:77.6875rem;left:54.8125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gNWIMxTGA09LFZr51lMguh7sNekdC5Bf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:77.5rem;left:51.0625rem; }
#dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15075;line-height:1.5;letter-spacing:0;top:85.75rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 li:before{  }
#s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15076;line-height:1.5;letter-spacing:0;top:87.625rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk li:before{  }
#Z9ztprSgVGlX39R6FmozObTfXneRb9EE { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15077;line-height:1.5;letter-spacing:0;top:89.5rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#Z9ztprSgVGlX39R6FmozObTfXneRb9EE li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Z9ztprSgVGlX39R6FmozObTfXneRb9EE li:before{  }
#iq7U6PsqVHaQZzNCUTGbI698NglQMzMX { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15078;line-height:1.5;letter-spacing:0;top:91.375rem;left:54.8125rem;height:2.625rem;font-style:normal;display:block; }#iq7U6PsqVHaQZzNCUTGbI698NglQMzMX li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#iq7U6PsqVHaQZzNCUTGbI698NglQMzMX li:before{  }
#B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15079;line-height:1.5;letter-spacing:0;top:93.8125rem;left:54.8125rem;height:2.62573125rem;font-style:normal;display:block; }#B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 li:before{  }
#r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15080;line-height:1.5;letter-spacing:0;top:97rem;left:54.8125rem;height:2.62573125rem;font-style:normal;display:block; }#r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC li:before{  }
#vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15081;line-height:1.5;letter-spacing:0;top:100.0625rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE li:before{  }
#VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.5;letter-spacing:0;top:101.9375rem;left:54.8125rem;height:3.9375rem;font-style:normal;display:block; }#VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 li:before{  }
#h5muvLzxWF89INAprEB1kNg28HcIG37E { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15083;line-height:1.5;letter-spacing:0;top:106.9375rem;left:54.8125rem;height:2.62573125rem;font-style:normal;display:block; }#h5muvLzxWF89INAprEB1kNg28HcIG37E li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#h5muvLzxWF89INAprEB1kNg28HcIG37E li:before{  }
#Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15084;line-height:1.5;letter-spacing:0;top:110.125rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 li:before{  }
#fOu0muqm4g79bJywhokvQQe04CP8uRN8 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15085;line-height:1.5;letter-spacing:0;top:112rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#fOu0muqm4g79bJywhokvQQe04CP8uRN8 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#fOu0muqm4g79bJywhokvQQe04CP8uRN8 li:before{  }
#qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15086;line-height:1.5;letter-spacing:0;top:113.875rem;left:54.8125rem;height:2.62573125rem;font-style:normal;display:block; }#qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 li:before{  }
#zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:117rem;left:54.8125rem;height:2.62573125rem;font-style:normal;display:block; }#zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC li:before{  }
#bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.5;letter-spacing:0;top:61.375rem;left:54.875rem;height:1.31286875rem;font-style:normal;display:block; }#bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu li:before{  }
#AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15090;line-height:1.5;letter-spacing:0;top:59.5rem;left:54.875rem;height:1.31286875rem;font-style:normal;display:block; }#AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw li:before{  }
#dn2R26DV98uAHN4X9s7ZMQ4Vdbct9VmE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:56.3125rem;left:51.125rem; }
#mtOy7aap8LMBqbzUnSE8kWfbx4tcAGHZ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:56.5rem;left:54.875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.5;letter-spacing:0;top:63.25rem;left:54.875rem;height:3.9375rem;font-style:normal;display:block; }#dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo li:before{  }
#ErmJD6IUTLydqDowcfkxych7BSShQCmr { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15093;line-height:1.5;letter-spacing:0;top:67.625rem;left:54.875rem;height:1.31286875rem;font-style:normal;display:block; }#ErmJD6IUTLydqDowcfkxych7BSShQCmr li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ErmJD6IUTLydqDowcfkxych7BSShQCmr li:before{  }
#KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15094;line-height:1.5;letter-spacing:0;top:69.5rem;left:54.875rem;height:1.31286875rem;font-style:normal;display:block; }#KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 li:before{  }
#MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:71.375rem;left:54.875rem;height:1.31286875rem;font-style:normal;display:block; }#MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR li:before{  }
#wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15096;line-height:1.5;letter-spacing:0;top:73.25rem;left:54.875rem;height:1.31286875rem;font-style:normal;display:block; }#wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 li:before{  }
#iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15086;line-height:1.5;letter-spacing:0;top:147.875rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH li:before{  }
#SaJs45akn6hkm7KcH95csZJcF3V6gIBO { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15085;line-height:1.5;letter-spacing:0;top:146rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#SaJs45akn6hkm7KcH95csZJcF3V6gIBO li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#SaJs45akn6hkm7KcH95csZJcF3V6gIBO li:before{  }
#ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15084;line-height:1.5;letter-spacing:0;top:144.125rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU li:before{  }
#lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15083;line-height:1.5;letter-spacing:0;top:142.1875rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC li:before{  }
#vC5RDuPT2IsITSLfxwNAMhpv24QGGVbv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:139rem;left:51rem; }
#KDLRD9Fn77BrXHZPoxQx2g09pKXl5dA1 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.5;letter-spacing:0;top:139.1875rem;left:54.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:149.75rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R li:before{  }
#wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15088;line-height:1.5;letter-spacing:0;top:151.625rem;left:54.8125rem;height:1.31286875rem;font-style:normal;display:block; }#wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 li:before{  }
#QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:77.8125rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T li:before{  }
#dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15096;line-height:1.5;letter-spacing:0;top:79.6875rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n li:before{  }
#zv8Gii1HPK19MnBN0BT33k6p9ce56QoL { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15094;line-height:1.5;letter-spacing:0;top:75.9375rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#zv8Gii1HPK19MnBN0BT33k6p9ce56QoL li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#zv8Gii1HPK19MnBN0BT33k6p9ce56QoL li:before{  }
#hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15093;line-height:1.5;letter-spacing:0;top:74.0625rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm li:before{  }
#HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.5;letter-spacing:0;top:72.1875rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 li:before{  }
#HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.5;letter-spacing:0;top:70.25rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q li:before{  }
#VrVSUpc9pmfSEQtPDvMZFqdfzLrabhug { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:67.0625rem;left:26rem; }
#RrTbwJNHC2r4ytQqzD75uceInST0PtNU { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.5;letter-spacing:0;top:67.25rem;left:29.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15097;line-height:1.5;letter-spacing:0;top:81.5625rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T li:before{  }
#vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15098;line-height:1.5;letter-spacing:0;top:83.4375rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 li:before{  }
#KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15113;line-height:1.5;letter-spacing:0;top:97.75rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM li:before{  }
#GCFe1NNc41Go4D2WAi472AKe9P0avTCV { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15112;line-height:1.5;letter-spacing:0;top:95.25rem;left:29.8125rem;height:2.625rem;font-style:normal;display:block; }#GCFe1NNc41Go4D2WAi472AKe9P0avTCV li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#GCFe1NNc41Go4D2WAi472AKe9P0avTCV li:before{  }
#fQ24o1bP0JWCXhvwd4inCE72XOyldiOp { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15111;line-height:1.5;letter-spacing:0;top:92.75rem;left:29.8125rem;height:2.625rem;font-style:normal;display:block; }#fQ24o1bP0JWCXhvwd4inCE72XOyldiOp li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#fQ24o1bP0JWCXhvwd4inCE72XOyldiOp li:before{  }
#uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15110;line-height:1.5;letter-spacing:0;top:90.8125rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 li:before{  }
#cre0RTDXmhXNdtdW015OX6C5zQ47TRO9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:87.625rem;left:26rem; }
#yu3bfqIFRmtMrcp4nWDaJqtHDO8LhdVu { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15111;line-height:1.5;letter-spacing:0;top:87.8125rem;left:29.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#n500aIEAXTvCug8zfQba41XV1Qp0MaBB { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15118;line-height:1.5;letter-spacing:0;top:108.4375rem;left:29.8125rem;height:2.62573125rem;font-style:normal;display:block; }#n500aIEAXTvCug8zfQba41XV1Qp0MaBB li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#n500aIEAXTvCug8zfQba41XV1Qp0MaBB li:before{  }
#PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15117;line-height:1.5;letter-spacing:0;top:106.5625rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H li:before{  }
#TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15116;line-height:1.5;letter-spacing:0;top:104.625rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX li:before{  }
#BDhSrLqaI4m2ZF6FzyCtS3EuHfsJAyb9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:101.4375rem;left:26rem; }
#d3pg7O0Li3hsEV0lucdop5sat7fVdw0v { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15117;line-height:1.5;letter-spacing:0;top:101.625rem;left:29.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sSURZGMad81bEQTZ19CvTIgPgaowOplK { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15119;line-height:1.5;letter-spacing:0;top:111.5625rem;left:29.8125rem;height:3.9375rem;font-style:normal;display:block; }#sSURZGMad81bEQTZ19CvTIgPgaowOplK li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#sSURZGMad81bEQTZ19CvTIgPgaowOplK li:before{  }
#xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15124;line-height:1.5;letter-spacing:0;top:124.5rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk li:before{  }
#KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15123;line-height:1.5;letter-spacing:0;top:122.625rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk li:before{  }
#JvwvlpOKmW95x9paZygf46xse09LakaT { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15122;line-height:1.5;letter-spacing:0;top:120.6875rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#JvwvlpOKmW95x9paZygf46xse09LakaT li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#JvwvlpOKmW95x9paZygf46xse09LakaT li:before{  }
#fRQ5mXfFLJOG0iELqwOLTtTWxbdM4l6x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15136;opacity:1;top:117.5rem;left:26rem; }
#w0olWO4dAs1lVLQUwiQAdBHChFN3L11I { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15123;line-height:1.5;letter-spacing:0;top:117.6875rem;left:29.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15125;line-height:1.5;letter-spacing:0;top:126.375rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB li:before{  }
#OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15126;line-height:1.5;letter-spacing:0;top:128.25rem;left:29.8125rem;height:2.62573125rem;font-style:normal;display:block; }#OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh li:before{  }
#FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15132;line-height:1.5;letter-spacing:0;top:157.1875rem;left:29.8125rem;height:3.9375rem;font-style:normal;display:block; }#FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb li:before{  }
#ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15131;line-height:1.5;letter-spacing:0;top:155.3125rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh li:before{  }
#F3rWVToxTz855iEtMDxMcGxJE6CGs1xD { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15130;line-height:1.5;letter-spacing:0;top:153.4375rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#F3rWVToxTz855iEtMDxMcGxJE6CGs1xD li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#F3rWVToxTz855iEtMDxMcGxJE6CGs1xD li:before{  }
#mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15129;line-height:1.5;letter-spacing:0;top:151.5rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 li:before{  }
#uFy4Go6oEzdczlAqIwS03Ta6nkTDoE93 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15130;line-height:1.5;letter-spacing:0;top:148.5rem;left:29.8125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CaMFHNAWcBm4EoxKIDC53Rw1thd2piNf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:148.3125rem;left:26.0625rem; }
#E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15101;line-height:1.5;letter-spacing:0;top:141.0625rem;left:29.8125rem;height:2.625rem;font-style:normal;display:block; }#E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N li:before{  }
#bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15100;line-height:1.5;letter-spacing:0;top:139.1875rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD li:before{  }
#E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15099;line-height:1.5;letter-spacing:0;top:137.3125rem;left:29.8125rem;height:1.31286875rem;font-style:normal;display:block; }#E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz li:before{  }
#v7MVW519BS5DxNfscBHZt1b8uNB2d6Gy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:134.125rem;left:26.0625rem; }
#S4l6hbA3fQKTNG6ICNMVEOU5ETippyrJ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15100;line-height:1.5;letter-spacing:0;top:134.3125rem;left:29.8125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15102;line-height:1.5;letter-spacing:0;top:143.5625rem;left:29.8125rem;height:2.62573125rem;font-style:normal;display:block; }#OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s li:before{  }
#AuqSpHvArwhCcz6VMtQFT0yWAB8UVWEL { color:#a0a0a0;display:block;width:23.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:161.125rem;left:0.96875rem;height:3.8994125rem;font-style:normal;display:block; }
#hNiVQz0p1ss9DE1u5IiBxlUimMsPPzym { color:#a0a0a0;display:block;width:29.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:165.5625rem;left:0.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),0.64);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { background-color: transparent; background-image: none; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container > .video-iframe-container { display: none; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row > .video-iframe-container { display: none; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .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); }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { border-width: 0; border-radius: 0; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#FTwKy69S1SgQbQs1CTt4gOyyM4e53PuQ { color:#000000;display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.912109375rem;left:1.9375rem;height:3.25rem;font-style:normal;display:block; }
#C4VBIxPI1XiZ0rFUoIX3UWWQITfSmAgN { color:#000000;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.72412109375rem;left:1.9375rem;height:1.54394375rem;font-style:normal;display:block; }
#G4cbie9VPJEol7U5pH4snK8yRxBotn0J { position:absolute;display:block;z-index:15005;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:12.324999928474rem;left:15.0625rem;display:block; }
#gd5DO16Kuocl7SkGAKMne2MKXhgB3xb1 { position:absolute;display:block;z-index:15008;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:10.887499928474rem;left:13.75rem;display:block; }
#QNJOUlQuJBQDDtma6wZcTuOLdPrcnUsa { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:15.043749928474rem;left:17.1875rem;overflow:hidden;display:block; }
#miibN7o6Tl6vhz7iKHNfLsVCnKs4DG1b { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.675000309944rem;left:15.4375rem;height:2.76269375rem;font-style:normal;display:block; }
#v5SvmBOyeeTWfTWCQTt5TWgTl6WiuwHq { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:23.887499928474rem;left:19rem;display:block; }
#SyC1q2aS5OsD8QUsQEfw9mckBR36MkZ5 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:20.137499928474rem;left:19rem;display:block; }
#aZF9XIOyXbkEWbI2dfJGg5yGlfFM9f9Q { position:absolute;display:block;z-index:15009;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:24.25rem;left:51.6875rem;display:block; }
#gbuf0dLg5aJSrsJWiW5y75wVQPiZ3RkA { position:absolute;display:block;z-index:15015;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:22.8125rem;left:50.375rem;display:block; }
#UaOx0P08TzXTpTRR9kg649JJF5uQhd6c { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.824999928474rem;left:52.0625rem;height:2.76269375rem;font-style:normal;display:block; }
#TJg2H8KwsbFtsQKkKBVyWR2OokbwxT0B { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.9375rem;top:26.387499928474rem;left:53.625rem;overflow:hidden;display:block; }
#tuIOe4XCDk5RTuGtwTLffwyzHh5gfd7i { color:#000000;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.199219226837rem;left:26.0625rem;height:2.4375rem;font-style:normal;display:block; }
#iNW5dLqxixzkkG4kB8kWbICGUHxRbQZZ { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.15625rem;left:26.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#TplKtSWrDSqTnUp5vIwf1WiBlZVgFLa7 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.5rem;left:18.9375rem;height:2.4375rem;font-style:normal;display:block; }
#ZacF7DOBfbtQDh5W5Gv4mAMz3EuZP6rx { color:#000000;display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.5625rem;left:19.0625rem;height:2.923825rem;font-style:normal;display:block; }
#uf8uQSo2JhpdHWp3kiDZQuMUuwMlQESH { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:32.062500953674rem;left:57.4375rem;display:block; }
#HCEVZ7f5cH7g4ZdTEsCTgUmP4JCuO3qs { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:34.375rem;top:35.812500953674rem;left:23rem;display:block; }
#QAsiVODmtRTPGg9mmn85J8q7eld8muVf { position:absolute;display:block;z-index:15009;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:34.0625rem;left:15.125rem;display:block; }
#T7MRkHuHz6u0RGw4ggEzrUJHtSPUQn4K { position:absolute;display:block;z-index:15012;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:32.625rem;left:13.8125rem;display:block; }
#RRoDTFCq3hrObSQ0HoAOXzkT1u4rX9P7 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.4375rem;left:15.5rem;height:2.76269375rem;font-style:normal;display:block; }
#n2WKGNLUH3x2lbMIQUcZpfepwNfTGS8p { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:36.625rem;left:17.3125rem;overflow:hidden;display:block; }
#qlJnMm9CJm7aKe4L7CI6n5DeKCD7Kf6e { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37.375rem;left:26.125rem;height:;font-style:normal;display:block; }
#CrLhuKn1oSO3SfSurfgL4T42zR6PeK4Q { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:40.3125rem;left:26.125rem;height:5.84765625rem;font-style:normal;display:block; }
#diIULM8oxqeXCKDunpksxUchvdlIJN0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e2cdfd5-42cf-438c-810f-d02060e2cf39/FELG_edu_zdj_glowne_home.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S.adaptive-delivery-prevent-bg, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyload, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyloading { background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(63,118,154,0.89); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(63,118,154,0.89); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { border-width: 0; border-radius: 0; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-form-header {  }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);width:39.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:39.9375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.5625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:38.5rem;overflow:hidden;font-style:normal; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-container:first-of-type{padding-top:0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-container:last-of-type{padding-bottom:0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.7119140625rem;left:16.28125rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:39.9375rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o {display:block;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.7119140625rem;left:16.28125rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #t1F1h7TzE9DM86ys7WT7bc4VHenZ50Uw { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #NigCVn5h1rUmPqpVNAmbaI0SyVhTMoOh { position:relative;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #gproheTCntnVcn7F0IQ8WFbL58t0DmpD { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #qd4IUdOOQwEoX5FRcIdk1mydA2r5TZid { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #Vsc97A7FkOUaw1LiHkb5xi5r0T6VVTrC { position:relative;z-index:2; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #MCwwuuSTdovs8aITz67RRxRloTHyyuE9 { position:relative; }
#F2ymu7uWQ6viGcnSXHCd6XHGuNK8lOw5 { position:relative;display:block; }
#fnUkeTX7y2pKavlSgXfJGhZOiyhRKXM0 { position:relative;display:block; }
#owGaZkcFlvpzk1W05MPUazVxcAwZtfx7 { position:relative;display:block; }
#Gee4C0RUqbw4pmezzbs4v7Tz49LaOKlt { position:relative;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #vL1rs8ERvnGIX40c5e1XTpumqqVeBETv { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #DIGPTwH36U1I4ptgODdCSaoklHNNdWfv { position:relative; }
#ROd8q5gJWkKmWF0GX7fCmw5O3F1fB1pP { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.3623046875rem;left:18.96875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhiHL6sXRgrlyMcCnXm5AoUueTU02XbG { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { background-color: transparent; background-image: none; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container > .video-iframe-container { display: none; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row > .video-iframe-container { display: none; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .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); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { border-width: 0; border-radius: 0; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#f09z8UFfkWmZkQszITR8FhsCeSrEHXKT { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.5625rem;left:0rem;height:3.67383125rem;font-style:normal;display:block; }
#tb8dk4qGq9mU2m9xU9P0s4H1IQp6ZbdI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7.8125rem;left:67.6875rem;height:2.449225rem;font-style:normal;display:block; }
#PUZRDhPBSWMFNwVFaTBB6vWCpvBgoeie { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11.1875rem;left:39.375rem;display:block; }
#BpSdLJTs1lSLo7am1A3OSACgsZzdFXkr { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:7.625rem;left:65.5rem;display:block; }
#d5aw1rxbufuaVTtuS0yJJySvIq9mCicP { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.875rem;left:56.3125rem;height:1.22534375rem;font-style:normal;display:block; }
#F5GFgNFvFn6H48MOX8lf5OMATQxAp6iM { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:7.6875rem;left:53.5rem;display:block; }
#BCcHKOQ4ZSKzhDACENFs1UKh4PIUtnTP { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:7.8125rem;left:42.5rem;height:1.22534375rem;font-style:normal;display:block; }
#bpn0TteGfvlOhza7NyQhpfalemZQ7nxU { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:7.4375rem;left:39.6875rem;display:block; }
#BSxL0OJQB4fALWw6N9MCqqbsLd3pyBea { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.8125rem;left:0rem;height:1.04980625rem;font-style:normal;display:block; }
#RtFdXQ63kuQtUKOaEirDwaDEsbJ0L02u { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.5rem;left:39.6875rem;height:1.04980625rem;font-style:normal;display:block; }
#f0c3livIBwtAxvrNpRlizZnI3My9WnoI { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11.25rem;left:0rem;display:block; }
#LTWKqLRIfTbBZyJbkpqLozWIILgmkbTy { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:9.6875rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#hO5d4pmXGeHI79LNfmbIGwCmDzpxNHWf { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:13.5rem;display:block; }
#m2CcCoCPNPEhGWP9lxxGslXinew5OFki { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:16.75rem;left:14.125rem;display:block; }
#Qh3TgwDNLlle39pCRSyRWriHmkSzLLi4 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:10.125rem;display:block; }
#HUPl1e7HGoMHFPVmHg0NhuQgUVCRV4GF { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:16.75rem;left:10.625rem;display:block; }
#mi7WQJJQJieuIyxGTkPMcceTAaygO8xU { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:6.6875rem;display:block; }
#ozCkPtXXZezfstq0dIUJrXPVI0yeegWz { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:16.75rem;left:7.3125rem;display:block; }
#PgbNUIDwehEUmuQCmbFEMK2PTvcOGlk8 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:3.3125rem;display:block; }
#F6I8vzuXi7kSxtXbGm0lT8yIElrZzd6N { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:16.75rem;left:3.8125rem;display:block; }
#ITug5bfRUvZyTSeSPTNnfA0Jxq0unxwV { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:0rem;display:block; }
#h7xrrrZRvefPdcTfbuC6gJ0K7l3bp09s { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:16.75rem;left:0.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:12.9375rem;height:2.625rem;top:2.125rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #vPaiqpu6zUnSNbTmlWRmnpZMGpE45hUn { top:1.6875rem;left:0rem;width:14.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIBq6n9Nw2OfmnwCr5KQCiTc70lNKfGQ { width:8.875rem;height:2.625rem;top:2.1875rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJoK3qAa2tH1rUTUGh56MhmfGrtOT3p9 { display:block; }
 }@media only screen and (max-width: 763px) { #E7zW9diAWP0ytAK9enccT5A8PNMz8fb1 { width:12.9375rem;height:2.625rem;top:2.125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKhiFWa0y1wsoBwfkXkgq50tBxptcU1q { display:block; }
 }@media only screen and (max-width: 763px) { #UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { display:block; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZx2mbImaTFaff6urTQUggDNkiphPkST { width:40.8125rem;height:3.25rem;top:5.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uktxu8Ooy7BTID3pVeNUig7SuqSiwrf4 { width:47.75rem;height:0.125rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMO9CIrG1qZNGikrNbErkcoiio1X1qZw { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAuFXMSt1gCEAdyMunkuanW7ddaZmhKE { top:1.4375rem;left:0rem;width:12.5rem;height:0;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5PX28p1KiXzb1HqzVZ9wuHiCS6iEJpI { top:1.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI1uWMwm2pOQEey7MtvO3t0aFUv8UC58 { width:7.375rem;height:3.4375rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMeqzwhRk3UbxpKEvzcIWSnL4yJzDFhm { display:block; }
 }@media only screen and (max-width: 763px) { #Ok3WxwddaIArOd6skAyI8runoQPIibV4 { top:1.75rem;left:27.8125rem;width:19.9375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuCLlckssgCt8mdvwnf0uokPKTH9IMVH { display:block; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMWESxH7CpPDHpslKM8T6zxCihIvWdRM { width:14.1875rem;height:1.25rem;top:5.6875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSx9B2PNlFBtG8Q5obDwOKCQVd3LHC4D { width:6.25rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpzGCrcbHToGPzAevFSGXeNSAFXa37mo { width:20.1875rem;height:5.5625rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOAZ7ueIag571z3Ht7QIcl1NvMcuiJuQ { top:48.375rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5yPzyZ8nVBPl4p37Vwe9GokMt86lU7V { width:15.625rem;height:1.6875rem;top:48.5625rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvUzMffiCxRavrrukgh859oHyt2b5U7H { width:19.1875rem;height:1.25rem;top:51.5625rem;left:28.4375rem;font-size:1rem;display:block; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:before{  }
 }@media only screen and (max-width: 763px) { #Turv9NRverf9OpnTl8qall5NKygxEbII { width:19.1875rem;height:1.25rem;top:43.8125rem;left:28.4375rem;font-size:1rem;display:block; }#Turv9NRverf9OpnTl8qall5NKygxEbII li:before{  }
 }@media only screen and (max-width: 763px) { #tHeT7UTiu9aD4SzqHNJmIBhTTmQWrTVe { top:40.625rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fExzdbEpkA5GGPUHnBk6Iz0TlKK6VcFH { width:17.6875rem;height:1.6875rem;top:40.8125rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 { width:19.125rem;height:2.625rem;top:12.5625rem;left:28.5rem;font-size:1rem;display:block; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:before{  }
 }@media only screen and (max-width: 763px) { #DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I { width:19.125rem;height:1.3125rem;top:10.75rem;left:28.5rem;font-size:1rem;display:block; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:before{  }
 }@media only screen and (max-width: 763px) { #S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc { width:19.125rem;height:1.3125rem;top:8.8125rem;left:28.5rem;font-size:1rem;display:block; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:before{  }
 }@media only screen and (max-width: 763px) { #Qce0sMcWVtNuOVnIhqFdZxf9o4QVZoO7 { top:5.6875rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2DqoCTTH7OBD8ckAOkuuoOFrenZy2CM { width:15.625rem;height:;top:5.875rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO { width:19.1875rem;height:1.3125rem;top:15.9375rem;left:28.4375rem;font-size:1rem;display:block; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:before{  }
 }@media only screen and (max-width: 763px) { #JuefpILV2A95AxE1MKoR7PK9309kn8Na { width:19.125rem;height:1.3125rem;top:17.8125rem;left:28.5rem;font-size:1rem;display:block; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:before{  }
 }@media only screen and (max-width: 763px) { #hcwIdQUghFIEFhmws4ricvyXuFhQZtVi { width:19.125rem;height:2.625rem;top:19.6875rem;left:28.5rem;font-size:1rem;display:block; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:before{  }
 }@media only screen and (max-width: 763px) { #LqxokaVloclAqhsIC6hJaxenFw891rmi { width:19.125rem;height:1.3125rem;top:22.875rem;left:28.5rem;font-size:1rem;display:block; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:before{  }
 }@media only screen and (max-width: 763px) { #cpMNRhrvzQgieJvIaQoVBET78NzMU4To { width:19.125rem;height:1.3125rem;top:24.5625rem;left:28.5rem;font-size:1rem;display:block; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:before{  }
 }@media only screen and (max-width: 763px) { #v0FByUlhKQIn47lMTUPUyWe9TiloFEDh { width:19.125rem;height:1.3125rem;top:26.4375rem;left:28.5rem;font-size:1rem;display:block; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:before{  }
 }@media only screen and (max-width: 763px) { #LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG { width:19.125rem;height:1.3125rem;top:28.3125rem;left:28.5rem;font-size:1rem;display:block; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:before{  }
 }@media only screen and (max-width: 763px) { #OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC { width:19.125rem;height:1.3125rem;top:30.1875rem;left:28.5rem;font-size:1rem;display:block; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:before{  }
 }@media only screen and (max-width: 763px) { #IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 { width:19.125rem;height:1.3125rem;top:33.3125rem;left:28.5rem;font-size:1rem;display:block; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:before{  }
 }@media only screen and (max-width: 763px) { #k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 { width:19.125rem;height:1.3125rem;top:35.1875rem;left:28.5rem;font-size:1rem;display:block; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:before{  }
 }@media only screen and (max-width: 763px) { #riTe6mKZWXKQAEwg9tCWv9gf5I5m9h8x { top:17rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWoa1zEiUMs35HUogW9Z46f0M3zGcegb { top:18.25rem;left:3.65625rem;width:8.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd6yqeOsHaqADAWptRRWVuyrXzEK4kCB { width:19.875rem;height:3.6875rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6oqavgJB9esKTVsrSeLQLiNxDuq6d7z { display:block; }
 }@media only screen and (max-width: 763px) { #P4ZWWOzh94L5ecfmXWdrqxOLpKox5zBJ { top:22.25rem;left:3.65625rem;width:7.625rem;height:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNtrZuasodFJZytf7TQmoDk6UOKlIxm { top:21.6875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQfn50DfOPBfUbqvmf3Ofhe31dfrTBmf { top:23.6875rem;left:7.5625rem;width:8.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R { width:19.1875rem;height:1.25rem;top:8.875rem;left:12.5625rem;font-size:1rem;display:block; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:before{  }
 }@media only screen and (max-width: 763px) { #iKyKfuSCmvHDxgOpRWDTHRT6rdHFSTJI { top:5.6875rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XALOK1nHpqbn3v8MGAwrq8F1pf1lvkLE { width:15.625rem;height:1.6875rem;top:5.875rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 { width:19.1875rem;height:1.25rem;top:10.75rem;left:12.5625rem;font-size:1rem;display:block; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:before{  }
 }@media only screen and (max-width: 763px) { #zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s { width:19.1875rem;height:1.25rem;top:12.625rem;left:12.5625rem;font-size:1rem;display:block; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:before{  }
 }@media only screen and (max-width: 763px) { #exNV3TZtlLLCne8lEPDi8c18Lbi3qirT { width:19.1875rem;height:1.25rem;top:14.5rem;left:12.5625rem;font-size:1rem;display:block; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:before{  }
 }@media only screen and (max-width: 763px) { #ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo { width:19.1875rem;height:1.25rem;top:16.375rem;left:12.5625rem;font-size:1rem;display:block; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:before{  }
 }@media only screen and (max-width: 763px) { #GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV { width:19.1875rem;height:1.25rem;top:18.25rem;left:12.5625rem;font-size:1rem;display:block; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:before{  }
 }@media only screen and (max-width: 763px) { #T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 { width:19.1875rem;height:1.25rem;top:20.125rem;left:12.5625rem;font-size:1rem;display:block; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:before{  }
 }@media only screen and (max-width: 763px) { #n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 { width:19.1875rem;height:1.25rem;top:37.4375rem;left:12.625rem;font-size:1rem;display:block; }#n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 li:before{  }
 }@media only screen and (max-width: 763px) { #XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi { width:19.1875rem;height:1.25rem;top:39.3125rem;left:12.5625rem;font-size:1rem;display:block; }#XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi li:before{  }
 }@media only screen and (max-width: 763px) { #NZPzOODGQuCmymWu5zeZpQl69K1Nycmh { width:19.1875rem;height:1.25rem;top:35.5625rem;left:12.625rem;font-size:1rem;display:block; }#NZPzOODGQuCmymWu5zeZpQl69K1Nycmh li:before{  }
 }@media only screen and (max-width: 763px) { #tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar { width:19.1875rem;height:1.25rem;top:33.6875rem;left:12.625rem;font-size:1rem;display:block; }#tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar li:before{  }
 }@media only screen and (max-width: 763px) { #VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r { width:19.1875rem;height:1.25rem;top:31.8125rem;left:12.5625rem;font-size:1rem;display:block; }#VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r li:before{  }
 }@media only screen and (max-width: 763px) { #inf0uHXxfabhWmJffQRy3sIWRhPuTkTh { width:19.1875rem;height:1.25rem;top:29.9375rem;left:12.625rem;font-size:1rem;display:block; }#inf0uHXxfabhWmJffQRy3sIWRhPuTkTh li:before{  }
 }@media only screen and (max-width: 763px) { #tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO { width:19.1875rem;height:1.25rem;top:28.0625rem;left:12.5625rem;font-size:1rem;display:block; }#tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO li:before{  }
 }@media only screen and (max-width: 763px) { #PV9i9RKIxSUuHPL40lTlQ2No17KvOTDi { width:15.625rem;height:1.6875rem;top:25.0625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEgvoagquFBnB0fnGVrmxqApcci9guqL { top:24.875rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm { width:19.1875rem;height:1.25rem;top:41.1875rem;left:12.625rem;font-size:1rem;display:block; }#FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm li:before{  }
 }@media only screen and (max-width: 763px) { #id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ { width:19.1875rem;height:1.25rem;top:43.0625rem;left:12.625rem;font-size:1rem;display:block; }#id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ li:before{  }
 }@media only screen and (max-width: 763px) { #CyURABFuywwVLC3S2i88gZh97ND012ox { width:19.1875rem;height:2.5625rem;top:44.9375rem;left:12.5625rem;font-size:1rem;display:block; }#CyURABFuywwVLC3S2i88gZh97ND012ox li:before{  }
 }@media only screen and (max-width: 763px) { #HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 { width:19.1875rem;height:1.25rem;top:62.625rem;left:12.5625rem;font-size:1rem;display:block; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:before{  }
 }@media only screen and (max-width: 763px) { #reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc { width:19.1875rem;height:1.25rem;top:60.75rem;left:12.5625rem;font-size:1rem;display:block; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:before{  }
 }@media only screen and (max-width: 763px) { #mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi { width:19.1875rem;height:1.25rem;top:58.875rem;left:12.5625rem;font-size:1rem;display:block; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:before{  }
 }@media only screen and (max-width: 763px) { #fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp { width:19.1875rem;height:1.25rem;top:57rem;left:12.5625rem;font-size:1rem;display:block; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:before{  }
 }@media only screen and (max-width: 763px) { #xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h { width:19.1875rem;height:1.25rem;top:55.125rem;left:12.5625rem;font-size:1rem;display:block; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:before{  }
 }@media only screen and (max-width: 763px) { #ZTFVLBRsc6mfN0p4yc431D3MmFGxNsvM { top:51.9375rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz23aPqoPKMcLCRCGePBisdvsU1bITEp { width:15.625rem;height:1.6875rem;top:52.125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N { width:19.1875rem;height:2.5625rem;top:128.125rem;left:28.4375rem;font-size:1rem;display:block; }#uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N li:before{  }
 }@media only screen and (max-width: 763px) { #qeekLAnODtiXXwI1XgiooIF33BQkOSVy { width:19.1875rem;height:1.25rem;top:126.1875rem;left:28.4375rem;font-size:1rem;display:block; }#qeekLAnODtiXXwI1XgiooIF33BQkOSVy li:before{  }
 }@media only screen and (max-width: 763px) { #gMZOo9LNtRD9hzJfXaVc0s8q1T3JwVID { width:15.625rem;height:1.6875rem;top:123.1875rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyqsysXvXxbOMKWnQucbMSHbtkBGda9K { top:123rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXD6lfFKvgK2eS0LTlwiAW0Us1i2W4xI { width:19.1875rem;height:1.25rem;top:131.25rem;left:28.4375rem;font-size:1rem;display:block; }#pXD6lfFKvgK2eS0LTlwiAW0Us1i2W4xI li:before{  }
 }@media only screen and (max-width: 763px) { #zvXc3tIXcZpHJCoXEUMf7RxH45micFSl { width:19.1875rem;height:1.25rem;top:133.125rem;left:28.4375rem;font-size:1rem;display:block; }#zvXc3tIXcZpHJCoXEUMf7RxH45micFSl li:before{  }
 }@media only screen and (max-width: 763px) { #WbBvD5VBKBfyyiR0zzbWZBUzOwBTvgAC { width:19.1875rem;height:1.25rem;top:135rem;left:28.4375rem;font-size:1rem;display:block; }#WbBvD5VBKBfyyiR0zzbWZBUzOwBTvgAC li:before{  }
 }@media only screen and (max-width: 763px) { #QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X { width:19.1875rem;height:2.5625rem;top:82.5625rem;left:28.4375rem;font-size:1rem;display:block; }#QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X li:before{  }
 }@media only screen and (max-width: 763px) { #aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P { width:19.1875rem;height:1.25rem;top:80.6875rem;left:28.4375rem;font-size:1rem;display:block; }#aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P li:before{  }
 }@media only screen and (max-width: 763px) { #iioitFq3m09hc57N7PcVePRX7wtANCT8 { width:15.625rem;height:1.6875rem;top:77.6875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNWIMxTGA09LFZr51lMguh7sNekdC5Bf { top:77.5rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 { width:19.1875rem;height:1.25rem;top:85.75rem;left:28.4375rem;font-size:1rem;display:block; }#dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 li:before{  }
 }@media only screen and (max-width: 763px) { #s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk { width:19.1875rem;height:1.25rem;top:87.625rem;left:28.4375rem;font-size:1rem;display:block; }#s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk li:before{  }
 }@media only screen and (max-width: 763px) { #Z9ztprSgVGlX39R6FmozObTfXneRb9EE { width:19.1875rem;height:1.25rem;top:89.5rem;left:28.4375rem;font-size:1rem;display:block; }#Z9ztprSgVGlX39R6FmozObTfXneRb9EE li:before{  }
 }@media only screen and (max-width: 763px) { #iq7U6PsqVHaQZzNCUTGbI698NglQMzMX { width:19.1875rem;height:2.5625rem;top:91.375rem;left:28.4375rem;font-size:1rem;display:block; }#iq7U6PsqVHaQZzNCUTGbI698NglQMzMX li:before{  }
 }@media only screen and (max-width: 763px) { #B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 { width:19.1875rem;height:2.5625rem;top:93.8125rem;left:28.4375rem;font-size:1rem;display:block; }#B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 li:before{  }
 }@media only screen and (max-width: 763px) { #r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC { width:19.1875rem;height:2.5625rem;top:97rem;left:28.4375rem;font-size:1rem;display:block; }#r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC li:before{  }
 }@media only screen and (max-width: 763px) { #vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE { width:19.1875rem;height:1.25rem;top:100.0625rem;left:28.4375rem;font-size:1rem;display:block; }#vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE li:before{  }
 }@media only screen and (max-width: 763px) { #VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 { width:19.1875rem;height:3.875rem;top:101.9375rem;left:28.4375rem;font-size:1rem;display:block; }#VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 li:before{  }
 }@media only screen and (max-width: 763px) { #h5muvLzxWF89INAprEB1kNg28HcIG37E { width:19.1875rem;height:2.5625rem;top:106.9375rem;left:28.4375rem;font-size:1rem;display:block; }#h5muvLzxWF89INAprEB1kNg28HcIG37E li:before{  }
 }@media only screen and (max-width: 763px) { #Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 { width:19.1875rem;height:1.25rem;top:110.125rem;left:28.4375rem;font-size:1rem;display:block; }#Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 li:before{  }
 }@media only screen and (max-width: 763px) { #fOu0muqm4g79bJywhokvQQe04CP8uRN8 { width:19.1875rem;height:1.25rem;top:112rem;left:28.4375rem;font-size:1rem;display:block; }#fOu0muqm4g79bJywhokvQQe04CP8uRN8 li:before{  }
 }@media only screen and (max-width: 763px) { #qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 { width:19.1875rem;height:2.5625rem;top:113.875rem;left:28.4375rem;font-size:1rem;display:block; }#qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 li:before{  }
 }@media only screen and (max-width: 763px) { #zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC { width:19.1875rem;height:2.5625rem;top:117rem;left:28.4375rem;font-size:1rem;display:block; }#zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC li:before{  }
 }@media only screen and (max-width: 763px) { #bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu { width:19.1875rem;height:1.25rem;top:61.375rem;left:28.4375rem;font-size:1rem;display:block; }#bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu li:before{  }
 }@media only screen and (max-width: 763px) { #AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw { width:19.1875rem;height:1.25rem;top:59.5rem;left:28.4375rem;font-size:1rem;display:block; }#AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw li:before{  }
 }@media only screen and (max-width: 763px) { #dn2R26DV98uAHN4X9s7ZMQ4Vdbct9VmE { top:56.3125rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtOy7aap8LMBqbzUnSE8kWfbx4tcAGHZ { width:15.625rem;height:1.6875rem;top:56.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo { width:19.1875rem;height:3.875rem;top:63.25rem;left:28.4375rem;font-size:1rem;display:block; }#dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo li:before{  }
 }@media only screen and (max-width: 763px) { #ErmJD6IUTLydqDowcfkxych7BSShQCmr { width:19.1875rem;height:1.25rem;top:67.625rem;left:28.4375rem;font-size:1rem;display:block; }#ErmJD6IUTLydqDowcfkxych7BSShQCmr li:before{  }
 }@media only screen and (max-width: 763px) { #KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 { width:19.1875rem;height:1.25rem;top:69.5rem;left:28.4375rem;font-size:1rem;display:block; }#KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 li:before{  }
 }@media only screen and (max-width: 763px) { #MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR { width:19.1875rem;height:1.25rem;top:71.375rem;left:28.4375rem;font-size:1rem;display:block; }#MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR li:before{  }
 }@media only screen and (max-width: 763px) { #wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 { width:19.1875rem;height:1.25rem;top:73.25rem;left:28.4375rem;font-size:1rem;display:block; }#wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 li:before{  }
 }@media only screen and (max-width: 763px) { #iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH { width:19.1875rem;height:1.25rem;top:147.875rem;left:28.4375rem;font-size:1rem;display:block; }#iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH li:before{  }
 }@media only screen and (max-width: 763px) { #SaJs45akn6hkm7KcH95csZJcF3V6gIBO { width:19.1875rem;height:1.25rem;top:146rem;left:28.4375rem;font-size:1rem;display:block; }#SaJs45akn6hkm7KcH95csZJcF3V6gIBO li:before{  }
 }@media only screen and (max-width: 763px) { #ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU { width:19.1875rem;height:1.25rem;top:144.125rem;left:28.4375rem;font-size:1rem;display:block; }#ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU li:before{  }
 }@media only screen and (max-width: 763px) { #lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC { width:19.1875rem;height:1.25rem;top:142.1875rem;left:28.4375rem;font-size:1rem;display:block; }#lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC li:before{  }
 }@media only screen and (max-width: 763px) { #vC5RDuPT2IsITSLfxwNAMhpv24QGGVbv { top:139rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDLRD9Fn77BrXHZPoxQx2g09pKXl5dA1 { width:15.625rem;height:1.6875rem;top:139.1875rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R { width:19.1875rem;height:1.25rem;top:149.75rem;left:28.4375rem;font-size:1rem;display:block; }#mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R li:before{  }
 }@media only screen and (max-width: 763px) { #wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 { width:19.1875rem;height:1.25rem;top:151.625rem;left:28.4375rem;font-size:1rem;display:block; }#wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 li:before{  }
 }@media only screen and (max-width: 763px) { #QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T { width:19.1875rem;height:1.25rem;top:77.8125rem;left:12.5625rem;font-size:1rem;display:block; }#QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T li:before{  }
 }@media only screen and (max-width: 763px) { #dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n { width:19.1875rem;height:1.25rem;top:79.6875rem;left:12.5625rem;font-size:1rem;display:block; }#dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n li:before{  }
 }@media only screen and (max-width: 763px) { #zv8Gii1HPK19MnBN0BT33k6p9ce56QoL { width:19.1875rem;height:1.25rem;top:75.9375rem;left:12.5625rem;font-size:1rem;display:block; }#zv8Gii1HPK19MnBN0BT33k6p9ce56QoL li:before{  }
 }@media only screen and (max-width: 763px) { #hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm { width:19.1875rem;height:1.25rem;top:74.0625rem;left:12.5625rem;font-size:1rem;display:block; }#hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm li:before{  }
 }@media only screen and (max-width: 763px) { #HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 { width:19.1875rem;height:1.25rem;top:72.1875rem;left:12.5625rem;font-size:1rem;display:block; }#HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 li:before{  }
 }@media only screen and (max-width: 763px) { #HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q { width:19.1875rem;height:1.25rem;top:70.25rem;left:12.5625rem;font-size:1rem;display:block; }#HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q li:before{  }
 }@media only screen and (max-width: 763px) { #VrVSUpc9pmfSEQtPDvMZFqdfzLrabhug { top:67.0625rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrTbwJNHC2r4ytQqzD75uceInST0PtNU { width:15.625rem;height:1.6875rem;top:67.25rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T { width:19.1875rem;height:1.25rem;top:81.5625rem;left:12.5625rem;font-size:1rem;display:block; }#sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T li:before{  }
 }@media only screen and (max-width: 763px) { #vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 { width:19.1875rem;height:1.25rem;top:83.4375rem;left:12.5625rem;font-size:1rem;display:block; }#vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 li:before{  }
 }@media only screen and (max-width: 763px) { #KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM { width:19.1875rem;height:1.25rem;top:97.75rem;left:12.5625rem;font-size:1rem;display:block; }#KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM li:before{  }
 }@media only screen and (max-width: 763px) { #GCFe1NNc41Go4D2WAi472AKe9P0avTCV { width:19.1875rem;height:2.5625rem;top:95.25rem;left:12.5625rem;font-size:1rem;display:block; }#GCFe1NNc41Go4D2WAi472AKe9P0avTCV li:before{  }
 }@media only screen and (max-width: 763px) { #fQ24o1bP0JWCXhvwd4inCE72XOyldiOp { width:19.1875rem;height:2.5625rem;top:92.75rem;left:12.5625rem;font-size:1rem;display:block; }#fQ24o1bP0JWCXhvwd4inCE72XOyldiOp li:before{  }
 }@media only screen and (max-width: 763px) { #uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 { width:19.1875rem;height:1.25rem;top:90.8125rem;left:12.5625rem;font-size:1rem;display:block; }#uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 li:before{  }
 }@media only screen and (max-width: 763px) { #cre0RTDXmhXNdtdW015OX6C5zQ47TRO9 { top:87.625rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu3bfqIFRmtMrcp4nWDaJqtHDO8LhdVu { width:15.625rem;height:1.6875rem;top:87.8125rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n500aIEAXTvCug8zfQba41XV1Qp0MaBB { width:19.1875rem;height:2.5625rem;top:108.4375rem;left:12.5625rem;font-size:1rem;display:block; }#n500aIEAXTvCug8zfQba41XV1Qp0MaBB li:before{  }
 }@media only screen and (max-width: 763px) { #PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H { width:19.1875rem;height:1.25rem;top:106.5625rem;left:12.5625rem;font-size:1rem;display:block; }#PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H li:before{  }
 }@media only screen and (max-width: 763px) { #TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX { width:19.1875rem;height:1.25rem;top:104.625rem;left:12.5625rem;font-size:1rem;display:block; }#TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX li:before{  }
 }@media only screen and (max-width: 763px) { #BDhSrLqaI4m2ZF6FzyCtS3EuHfsJAyb9 { top:101.4375rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3pg7O0Li3hsEV0lucdop5sat7fVdw0v { width:15.625rem;height:1.6875rem;top:101.625rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSURZGMad81bEQTZ19CvTIgPgaowOplK { width:19.1875rem;height:3.875rem;top:111.5625rem;left:12.5625rem;font-size:1rem;display:block; }#sSURZGMad81bEQTZ19CvTIgPgaowOplK li:before{  }
 }@media only screen and (max-width: 763px) { #xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk { width:19.1875rem;height:1.25rem;top:124.5rem;left:12.5625rem;font-size:1rem;display:block; }#xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk li:before{  }
 }@media only screen and (max-width: 763px) { #KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk { width:19.1875rem;height:1.25rem;top:122.625rem;left:12.5625rem;font-size:1rem;display:block; }#KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk li:before{  }
 }@media only screen and (max-width: 763px) { #JvwvlpOKmW95x9paZygf46xse09LakaT { width:19.1875rem;height:1.25rem;top:120.6875rem;left:12.5625rem;font-size:1rem;display:block; }#JvwvlpOKmW95x9paZygf46xse09LakaT li:before{  }
 }@media only screen and (max-width: 763px) { #fRQ5mXfFLJOG0iELqwOLTtTWxbdM4l6x { top:117.5rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0olWO4dAs1lVLQUwiQAdBHChFN3L11I { width:15.625rem;height:1.6875rem;top:117.6875rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB { width:19.1875rem;height:1.25rem;top:126.375rem;left:12.5625rem;font-size:1rem;display:block; }#DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB li:before{  }
 }@media only screen and (max-width: 763px) { #OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh { width:19.1875rem;height:2.5625rem;top:128.25rem;left:12.5625rem;font-size:1rem;display:block; }#OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh li:before{  }
 }@media only screen and (max-width: 763px) { #FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb { width:19.1875rem;height:3.875rem;top:157.1875rem;left:12.5625rem;font-size:1rem;display:block; }#FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb li:before{  }
 }@media only screen and (max-width: 763px) { #ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh { width:19.1875rem;height:1.25rem;top:155.3125rem;left:12.5625rem;font-size:1rem;display:block; }#ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh li:before{  }
 }@media only screen and (max-width: 763px) { #F3rWVToxTz855iEtMDxMcGxJE6CGs1xD { width:19.1875rem;height:1.25rem;top:153.4375rem;left:12.5625rem;font-size:1rem;display:block; }#F3rWVToxTz855iEtMDxMcGxJE6CGs1xD li:before{  }
 }@media only screen and (max-width: 763px) { #mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 { width:19.1875rem;height:1.25rem;top:151.5rem;left:12.5625rem;font-size:1rem;display:block; }#mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 li:before{  }
 }@media only screen and (max-width: 763px) { #uFy4Go6oEzdczlAqIwS03Ta6nkTDoE93 { width:15.625rem;height:1.6875rem;top:148.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaMFHNAWcBm4EoxKIDC53Rw1thd2piNf { top:148.3125rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N { width:19.1875rem;height:2.5625rem;top:141.0625rem;left:12.5625rem;font-size:1rem;display:block; }#E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N li:before{  }
 }@media only screen and (max-width: 763px) { #bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD { width:19.1875rem;height:1.25rem;top:139.1875rem;left:12.5625rem;font-size:1rem;display:block; }#bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD li:before{  }
 }@media only screen and (max-width: 763px) { #E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz { width:19.1875rem;height:1.25rem;top:137.3125rem;left:12.5625rem;font-size:1rem;display:block; }#E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz li:before{  }
 }@media only screen and (max-width: 763px) { #v7MVW519BS5DxNfscBHZt1b8uNB2d6Gy { top:134.125rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4l6hbA3fQKTNG6ICNMVEOU5ETippyrJ { width:15.625rem;height:1.6875rem;top:134.3125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s { width:17.75rem;height:2.5625rem;top:143.5625rem;left:14rem;font-size:1rem;display:block; }#OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s li:before{  }
 }@media only screen and (max-width: 763px) { #AuqSpHvArwhCcz6VMtQFT0yWAB8UVWEL { top:161.125rem;left:0rem;width:23.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNiVQz0p1ss9DE1u5IiBxlUimMsPPzym { top:165.5625rem;left:0rem;width:29.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXNWi6zKDSdXzv2cBidyNxkQefUNXvky { display:block; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTwKy69S1SgQbQs1CTt4gOyyM4e53PuQ { top:1.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4VBIxPI1XiZ0rFUoIX3UWWQITfSmAgN { top:5.6875rem;left:0rem;width:43.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4cbie9VPJEol7U5pH4snK8yRxBotn0J { top:12.3125rem;left:1.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd5DO16Kuocl7SkGAKMne2MKXhgB3xb1 { top:10.875rem;left:0.125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNJOUlQuJBQDDtma6wZcTuOLdPrcnUsa { top:15rem;left:3.5625rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miibN7o6Tl6vhz7iKHNfLsVCnKs4DG1b { top:11.625rem;left:1.8125rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5SvmBOyeeTWfTWCQTt5TWgTl6WiuwHq { top:23.875rem;left:5.375rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #SyC1q2aS5OsD8QUsQEfw9mckBR36MkZ5 { top:20.125rem;left:5.375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZF9XIOyXbkEWbI2dfJGg5yGlfFM9f9Q { top:24.25rem;left:38.0625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbuf0dLg5aJSrsJWiW5y75wVQPiZ3RkA { top:22.8125rem;left:36.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaOx0P08TzXTpTRR9kg649JJF5uQhd6c { top:23.8125rem;left:38.4375rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJg2H8KwsbFtsQKkKBVyWR2OokbwxT0B { top:26.375rem;left:40rem;width:3.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuIOe4XCDk5RTuGtwTLffwyzHh5gfd7i { top:13.1875rem;left:12.4375rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNW5dLqxixzkkG4kB8kWbICGUHxRbQZZ { top:16.125rem;left:12.4375rem;width:30.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplKtSWrDSqTnUp5vIwf1WiBlZVgFLa7 { top:25.5rem;left:5.3125rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZacF7DOBfbtQDh5W5Gv4mAMz3EuZP6rx { top:28.5625rem;left:5.4375rem;width:27.75rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf8uQSo2JhpdHWp3kiDZQuMUuwMlQESH { top:32.0625rem;left:43.8125rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCEVZ7f5cH7g4ZdTEsCTgUmP4JCuO3qs { top:35.8125rem;left:9.375rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #QAsiVODmtRTPGg9mmn85J8q7eld8muVf { top:34.0625rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MRkHuHz6u0RGw4ggEzrUJHtSPUQn4K { top:32.625rem;left:0.1875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRoDTFCq3hrObSQ0HoAOXzkT1u4rX9P7 { top:33.4375rem;left:1.875rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2WKGNLUH3x2lbMIQUcZpfepwNfTGS8p { top:36.625rem;left:3.6875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlJnMm9CJm7aKe4L7CI6n5DeKCD7Kf6e { top:37.375rem;left:12.5rem;width:31.5rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrLhuKn1oSO3SfSurfgL4T42zR6PeK4Q { top:40.3125rem;left:12.5rem;width:32.6875rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-regular-label { width:39.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-textarea { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-button { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-checkbox-label { width:38.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o  { width:39.9375rem;height:auto;top:10.6875rem;left:2.65625rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .radio-container { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o {display:block;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o { width:39.9375rem;height:auto;top:10.6875rem;left:2.65625rem; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #t1F1h7TzE9DM86ys7WT7bc4VHenZ50Uw {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #NigCVn5h1rUmPqpVNAmbaI0SyVhTMoOh { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #gproheTCntnVcn7F0IQ8WFbL58t0DmpD {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #qd4IUdOOQwEoX5FRcIdk1mydA2r5TZid {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #Vsc97A7FkOUaw1LiHkb5xi5r0T6VVTrC {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #MCwwuuSTdovs8aITz67RRxRloTHyyuE9 {  }
 }@media only screen and (max-width: 763px) { #F2ymu7uWQ6viGcnSXHCd6XHGuNK8lOw5 { display:block; }
 }@media only screen and (max-width: 763px) { #fnUkeTX7y2pKavlSgXfJGhZOiyhRKXM0 { display:block; }
 }@media only screen and (max-width: 763px) { #owGaZkcFlvpzk1W05MPUazVxcAwZtfx7 { display:block; }
 }@media only screen and (max-width: 763px) { #Gee4C0RUqbw4pmezzbs4v7Tz49LaOKlt { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #vL1rs8ERvnGIX40c5e1XTpumqqVeBETv {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #DIGPTwH36U1I4ptgODdCSaoklHNNdWfv {  }
 }@media only screen and (max-width: 763px) { #ROd8q5gJWkKmWF0GX7fCmw5O3F1fB1pP { top:7.3125rem;left:5.34375rem;width:37.0625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhiHL6sXRgrlyMcCnXm5AoUueTU02XbG { top:3.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN3T77B03AKZU3pJXi6TI4KVSudxz0SF { display:block; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f09z8UFfkWmZkQszITR8FhsCeSrEHXKT { top:6.5625rem;left:0rem;width:19.875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb8dk4qGq9mU2m9xU9P0s4H1IQp6ZbdI { top:7.8125rem;left:40.4375rem;width:7.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUZRDhPBSWMFNwVFaTBB6vWCpvBgoeie { top:11.1875rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSdLJTs1lSLo7am1A3OSACgsZzdFXkr { top:7.625rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5aw1rxbufuaVTtuS0yJJySvIq9mCicP { top:7.875rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5GFgNFvFn6H48MOX8lf5OMATQxAp6iM { top:7.6875rem;left:39.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCcHKOQ4ZSKzhDACENFs1UKh4PIUtnTP { top:7.8125rem;left:28.875rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpn0TteGfvlOhza7NyQhpfalemZQ7nxU { top:7.4375rem;left:26.0625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSxL0OJQB4fALWw6N9MCqqbsLd3pyBea { top:13.8125rem;left:0rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtFdXQ63kuQtUKOaEirDwaDEsbJ0L02u { top:5.5rem;left:26.0625rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0c3livIBwtAxvrNpRlizZnI3My9WnoI { top:11.25rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTWKqLRIfTbBZyJbkpqLozWIILgmkbTy { top:1.1875rem;left:0rem;width:9.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO5d4pmXGeHI79LNfmbIGwCmDzpxNHWf { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2CcCoCPNPEhGWP9lxxGslXinew5OFki { top:16.75rem;left:0.5rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3TgwDNLlle39pCRSyRWriHmkSzLLi4 { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUPl1e7HGoMHFPVmHg0NhuQgUVCRV4GF { top:16.75rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi7WQJJQJieuIyxGTkPMcceTAaygO8xU { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozCkPtXXZezfstq0dIUJrXPVI0yeegWz { top:16.75rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgbNUIDwehEUmuQCmbFEMK2PTvcOGlk8 { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6I8vzuXi7kSxtXbGm0lT8yIElrZzd6N { top:16.75rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITug5bfRUvZyTSeSPTNnfA0Jxq0unxwV { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7xrrrZRvefPdcTfbuC6gJ0K7l3bp09s { top:16.75rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { background-color:#009fe3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:10.75rem;height:1.8125rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #vPaiqpu6zUnSNbTmlWRmnpZMGpE45hUn { width:12.9375rem;height:3.1875rem;top:0.8125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIBq6n9Nw2OfmnwCr5KQCiTc70lNKfGQ { width:8.875rem;height:2.625rem;top:5.375rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJoK3qAa2tH1rUTUGh56MhmfGrtOT3p9 { display:block; }
 }@media only screen and (max-width: 763px) { #E7zW9diAWP0ytAK9enccT5A8PNMz8fb1 { width:12.9375rem;height:2.625rem;top:8.5625rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKhiFWa0y1wsoBwfkXkgq50tBxptcU1q { display:block; }
 }@media only screen and (max-width: 763px) { #UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { display:block; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZx2mbImaTFaff6urTQUggDNkiphPkST { width:12.6875rem;height:1.86840625rem;top:4.13671875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uktxu8Ooy7BTID3pVeNUig7SuqSiwrf4 { width:20rem;height:0.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMO9CIrG1qZNGikrNbErkcoiio1X1qZw { width:3.75rem;height:0.1875rem;top:3.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAuFXMSt1gCEAdyMunkuanW7ddaZmhKE { width:12.5rem;height:1.05615rem;top:1.0625rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5PX28p1KiXzb1HqzVZ9wuHiCS6iEJpI { display:flex;width:1.25rem;height:1.25rem;top:0.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AI1uWMwm2pOQEey7MtvO3t0aFUv8UC58 { width:6.125rem;height:1.8125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMeqzwhRk3UbxpKEvzcIWSnL4yJzDFhm { display:block; }
 }@media only screen and (max-width: 763px) { #Ok3WxwddaIArOd6skAyI8runoQPIibV4 { width:9.25rem;height:4.8125rem;top:3.599609375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuCLlckssgCt8mdvwnf0uokPKTH9IMVH { display:block; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { width:20rem;height:406.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMWESxH7CpPDHpslKM8T6zxCihIvWdRM { width:9.75rem;height:2.79948125rem;top:15.49609375rem;left:9.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CSx9B2PNlFBtG8Q5obDwOKCQVd3LHC4D { width:9.375rem;height:0.0625rem;top:16.865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpzGCrcbHToGPzAevFSGXeNSAFXa37mo { width:18rem;height:3.8983125rem;top:1.0625009536743rem;left:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oOAZ7ueIag571z3Ht7QIcl1NvMcuiJuQ { display:flex;width:2.9375rem;height:2.9375rem;top:326.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w5yPzyZ8nVBPl4p37Vwe9GokMt86lU7V { width:15.625rem;height:1.49963125rem;top:326.8125rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvUzMffiCxRavrrukgh859oHyt2b5U7H { width:13rem;height:2.99926875rem;top:329.875rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:before{  }
 }@media only screen and (max-width: 763px) { #Turv9NRverf9OpnTl8qall5NKygxEbII { width:16.0625rem;height:1.49963125rem;top:322.4375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Turv9NRverf9OpnTl8qall5NKygxEbII li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Turv9NRverf9OpnTl8qall5NKygxEbII li:before{  }
 }@media only screen and (max-width: 763px) { #tHeT7UTiu9aD4SzqHNJmIBhTTmQWrTVe { display:flex;width:2.9375rem;height:2.9375rem;top:318.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fExzdbEpkA5GGPUHnBk6Iz0TlKK6VcFH { width:15.0625rem;height:1.49963125rem;top:319.6875rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 { width:14rem;height:4.4989rem;top:282.8125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:before{  }
 }@media only screen and (max-width: 763px) { #DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I { width:17.25rem;height:2.99926875rem;top:279.4375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:before{  }
 }@media only screen and (max-width: 763px) { #S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc { width:14.5625rem;height:2.99926875rem;top:276.0625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:before{  }
 }@media only screen and (max-width: 763px) { #Qce0sMcWVtNuOVnIhqFdZxf9o4QVZoO7 { display:flex;width:2.936525rem;height:2.936525rem;top:272.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E2DqoCTTH7OBD8ckAOkuuoOFrenZy2CM { width:15.625rem;height:1.49963125rem;top:273.1875rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO { width:16.75rem;height:1.49963125rem;top:287.6875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:before{  }
 }@media only screen and (max-width: 763px) { #JuefpILV2A95AxE1MKoR7PK9309kn8Na { width:17.6875rem;height:2.99926875rem;top:289.8125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:before{  }
 }@media only screen and (max-width: 763px) { #hcwIdQUghFIEFhmws4ricvyXuFhQZtVi { width:15.6875rem;height:4.4989rem;top:293.1875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:before{  }
 }@media only screen and (max-width: 763px) { #LqxokaVloclAqhsIC6hJaxenFw891rmi { width:16.75rem;height:2.99926875rem;top:298.0625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:before{  }
 }@media only screen and (max-width: 763px) { #cpMNRhrvzQgieJvIaQoVBET78NzMU4To { width:14.8125rem;height:1.49963125rem;top:301.4375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:before{  }
 }@media only screen and (max-width: 763px) { #v0FByUlhKQIn47lMTUPUyWe9TiloFEDh { width:15.625rem;height:2.99926875rem;top:303.5625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:before{  }
 }@media only screen and (max-width: 763px) { #LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG { width:16rem;height:2.99926875rem;top:306.9375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:before{  }
 }@media only screen and (max-width: 763px) { #OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC { width:17.8125rem;height:2.99926875rem;top:310.3125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:before{  }
 }@media only screen and (max-width: 763px) { #IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 { width:15.75rem;height:1.49963125rem;top:313.3125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:before{  }
 }@media only screen and (max-width: 763px) { #k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 { width:14.375rem;height:1.49963125rem;top:315.4375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:before{  }
 }@media only screen and (max-width: 763px) { #riTe6mKZWXKQAEwg9tCWv9gf5I5m9h8x { width:1.8125rem;height:1.8125rem;top:6.375rem;left:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWoa1zEiUMs35HUogW9Z46f0M3zGcegb { width:8.3125rem;height:1.29980625rem;top:6.8125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd6yqeOsHaqADAWptRRWVuyrXzEK4kCB { width:19.875rem;height:3.6875rem;top:10.298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6oqavgJB9esKTVsrSeLQLiNxDuq6d7z { display:block; }
 }@media only screen and (max-width: 763px) { #P4ZWWOzh94L5ecfmXWdrqxOLpKox5zBJ { width:3.8125rem;height:2.19360625rem;top:6.4375rem;left:11.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNtrZuasodFJZytf7TQmoDk6UOKlIxm { display:flex;width:1.8125rem;height:1.8125rem;top:6.4375rem;left:9.375rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #uQfn50DfOPBfUbqvmf3Ofhe31dfrTBmf { width:3rem;height:1.4622375rem;top:6.8125rem;left:15.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R { width:14.625rem;height:1.49963125rem;top:24.69140625rem;left:2.060546875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:before{  }
 }@media only screen and (max-width: 763px) { #iKyKfuSCmvHDxgOpRWDTHRT6rdHFSTJI { display:flex;width:2.9370125rem;height:2.9370125rem;top:20.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XALOK1nHpqbn3v8MGAwrq8F1pf1lvkLE { width:15.624rem;height:1.49963125rem;top:21.344390869141rem;left:3.1536459922791rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 { width:15.375rem;height:1.49963125rem;top:26.817047119141rem;left:2.060546875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:before{  }
 }@media only screen and (max-width: 763px) { #zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s { width:15.9375rem;height:1.49963125rem;top:28.942047119141rem;left:2.060546875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:before{  }
 }@media only screen and (max-width: 763px) { #exNV3TZtlLLCne8lEPDi8c18Lbi3qirT { width:17.375rem;height:1.49963125rem;top:31.067718505859rem;left:2.060546875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:before{  }
 }@media only screen and (max-width: 763px) { #ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo { width:17.125rem;height:1.49963125rem;top:33.192047119141rem;left:2.060546875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:before{  }
 }@media only screen and (max-width: 763px) { #GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV { width:15.4375rem;height:2.99926875rem;top:35.317047119141rem;left:2.060546875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:before{  }
 }@media only screen and (max-width: 763px) { #T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 { width:14.75rem;height:1.49963125rem;top:38.692047119141rem;left:2.060546875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:before{  }
 }@media only screen and (max-width: 763px) { #n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 { width:14.875rem;height:2.99926875rem;top:56.694000244141rem;left:2.1236979961395rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 li:before{  }
 }@media only screen and (max-width: 763px) { #XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi { width:11.6875rem;height:1.49963125rem;top:60.067047119141rem;left:2.1236979961395rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi li:before{  }
 }@media only screen and (max-width: 763px) { #NZPzOODGQuCmymWu5zeZpQl69K1Nycmh { width:15.0625rem;height:1.49963125rem;top:54.567047119141rem;left:2.1236979961395rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#NZPzOODGQuCmymWu5zeZpQl69K1Nycmh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NZPzOODGQuCmymWu5zeZpQl69K1Nycmh li:before{  }
 }@media only screen and (max-width: 763px) { #tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar { width:14.9375rem;height:2.99926875rem;top:51.193359375rem;left:2.1236979961395rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar li:before{  }
 }@media only screen and (max-width: 763px) { #VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r { width:12.5625rem;height:1.49963125rem;top:49.067718505859rem;left:2.1236979961395rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r li:before{  }
 }@media only screen and (max-width: 763px) { #inf0uHXxfabhWmJffQRy3sIWRhPuTkTh { width:16.875rem;height:1.49963125rem;top:46.942047119141rem;left:2.1236979961395rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#inf0uHXxfabhWmJffQRy3sIWRhPuTkTh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#inf0uHXxfabhWmJffQRy3sIWRhPuTkTh li:before{  }
 }@media only screen and (max-width: 763px) { #tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO { width:14.25rem;height:1.49963125rem;top:44.818359375rem;left:2.1236979961395rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO li:before{  }
 }@media only screen and (max-width: 763px) { #PV9i9RKIxSUuHPL40lTlQ2No17KvOTDi { width:15.625rem;height:1.49963125rem;top:41.973297119141rem;left:3.1549482345581rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEgvoagquFBnB0fnGVrmxqApcci9guqL { display:flex;width:2.9370125rem;height:2.9370125rem;top:41.254547119141rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm { width:14.1875rem;height:1.49963125rem;top:62.192718505859rem;left:2.1236979961395rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm li:before{  }
 }@media only screen and (max-width: 763px) { #id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ { width:16.3125rem;height:2.99926875rem;top:64.318359375rem;left:2.1236979961395rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ li:before{  }
 }@media only screen and (max-width: 763px) { #CyURABFuywwVLC3S2i88gZh97ND012ox { width:16.875rem;height:2.99926875rem;top:67.944000244137rem;left:2.1236979961395rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#CyURABFuywwVLC3S2i88gZh97ND012ox li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CyURABFuywwVLC3S2i88gZh97ND012ox li:before{  }
 }@media only screen and (max-width: 763px) { #HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 { width:15.5rem;height:2.99926875rem;top:89.256500244137rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:before{  }
 }@media only screen and (max-width: 763px) { #reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc { width:15.3125rem;height:2.99926875rem;top:85.881500244137rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:before{  }
 }@media only screen and (max-width: 763px) { #mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi { width:17.3125rem;height:2.99926875rem;top:82.506500244137rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:before{  }
 }@media only screen and (max-width: 763px) { #fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp { width:16.5625rem;height:2.99926875rem;top:79.131500244137rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:before{  }
 }@media only screen and (max-width: 763px) { #xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h { width:17.5rem;height:1.49963125rem;top:77.005859375rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:before{  }
 }@media only screen and (max-width: 763px) { #ZTFVLBRsc6mfN0p4yc431D3MmFGxNsvM { display:flex;width:2.93728125rem;height:2.93728125rem;top:73.192718505863rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gz23aPqoPKMcLCRCGePBisdvsU1bITEp { width:15.624rem;height:1.49963125rem;top:73.910797119137rem;left:3.1536459922791rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N { width:16.4995625rem;height:2.99926875rem;top:365.8125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N li:before{  }
 }@media only screen and (max-width: 763px) { #qeekLAnODtiXXwI1XgiooIF33BQkOSVy { width:12.25rem;height:1.49963125rem;top:363.6875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#qeekLAnODtiXXwI1XgiooIF33BQkOSVy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qeekLAnODtiXXwI1XgiooIF33BQkOSVy li:before{  }
 }@media only screen and (max-width: 763px) { #gMZOo9LNtRD9hzJfXaVc0s8q1T3JwVID { width:4.56176875rem;height:1.49963125rem;top:361.0625rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyqsysXvXxbOMKWnQucbMSHbtkBGda9K { display:flex;width:2.9375rem;height:2.9375rem;top:360.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pXD6lfFKvgK2eS0LTlwiAW0Us1i2W4xI { width:15.375rem;height:1.49963125rem;top:371.5rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#pXD6lfFKvgK2eS0LTlwiAW0Us1i2W4xI li:before{  }
 }@media only screen and (max-width: 763px) { #zvXc3tIXcZpHJCoXEUMf7RxH45micFSl { width:18rem;height:1.49963125rem;top:369.375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#zvXc3tIXcZpHJCoXEUMf7RxH45micFSl li:before{  }
 }@media only screen and (max-width: 763px) { #WbBvD5VBKBfyyiR0zzbWZBUzOwBTvgAC { width:18.25rem;height:1.49963125rem;top:373.5rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#WbBvD5VBKBfyyiR0zzbWZBUzOwBTvgAC li:before{  }
 }@media only screen and (max-width: 763px) { #QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X { width:16.0625rem;height:2.99926875rem;top:180.9375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X li:before{  }
 }@media only screen and (max-width: 763px) { #aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P { width:17.1875rem;height:1.49963125rem;top:179rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P li:before{  }
 }@media only screen and (max-width: 763px) { #iioitFq3m09hc57N7PcVePRX7wtANCT8 { width:16.25rem;height:1.49963125rem;top:175.4375rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNWIMxTGA09LFZr51lMguh7sNekdC5Bf { display:flex;width:2.9370125rem;height:2.9370125rem;top:174.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 { width:15.9375rem;height:2.99926875rem;top:184.1875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 li:before{  }
 }@media only screen and (max-width: 763px) { #s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk { width:14.625rem;height:1.49963125rem;top:187.4375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk li:before{  }
 }@media only screen and (max-width: 763px) { #Z9ztprSgVGlX39R6FmozObTfXneRb9EE { width:15.375rem;height:2.99926875rem;top:189.375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Z9ztprSgVGlX39R6FmozObTfXneRb9EE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z9ztprSgVGlX39R6FmozObTfXneRb9EE li:before{  }
 }@media only screen and (max-width: 763px) { #iq7U6PsqVHaQZzNCUTGbI698NglQMzMX { width:15.5625rem;height:2.99926875rem;top:193.1875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#iq7U6PsqVHaQZzNCUTGbI698NglQMzMX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iq7U6PsqVHaQZzNCUTGbI698NglQMzMX li:before{  }
 }@media only screen and (max-width: 763px) { #B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 { width:17.3125rem;height:2.99926875rem;top:197rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 li:before{  }
 }@media only screen and (max-width: 763px) { #r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC { width:15.875rem;height:4.4989rem;top:200.25rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC li:before{  }
 }@media only screen and (max-width: 763px) { #vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE { width:15.5rem;height:1.49963125rem;top:205.3125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE li:before{  }
 }@media only screen and (max-width: 763px) { #VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 { width:17rem;height:5.9985375rem;top:207.25rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 li:before{  }
 }@media only screen and (max-width: 763px) { #h5muvLzxWF89INAprEB1kNg28HcIG37E { width:15.3125rem;height:2.99926875rem;top:213.6875rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#h5muvLzxWF89INAprEB1kNg28HcIG37E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h5muvLzxWF89INAprEB1kNg28HcIG37E li:before{  }
 }@media only screen and (max-width: 763px) { #Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 { width:16.125rem;height:2.99926875rem;top:217.5625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 li:before{  }
 }@media only screen and (max-width: 763px) { #fOu0muqm4g79bJywhokvQQe04CP8uRN8 { width:14rem;height:2.99926875rem;top:221.125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#fOu0muqm4g79bJywhokvQQe04CP8uRN8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fOu0muqm4g79bJywhokvQQe04CP8uRN8 li:before{  }
 }@media only screen and (max-width: 763px) { #qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 { width:16.625rem;height:4.4989rem;top:224.75rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 li:before{  }
 }@media only screen and (max-width: 763px) { #zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC { width:16.75rem;height:4.4989rem;top:229.875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC li:before{  }
 }@media only screen and (max-width: 763px) { #bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu { width:16.9375rem;height:1.49963125rem;top:341.25rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu li:before{  }
 }@media only screen and (max-width: 763px) { #AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw { width:16rem;height:2.99926875rem;top:338.0625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw li:before{  }
 }@media only screen and (max-width: 763px) { #dn2R26DV98uAHN4X9s7ZMQ4Vdbct9VmE { display:flex;width:2.9370125rem;height:2.9370125rem;top:334.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mtOy7aap8LMBqbzUnSE8kWfbx4tcAGHZ { width:16.1875rem;height:1.49963125rem;top:335.0625rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo { width:17.4375rem;height:5.9985375rem;top:343.1875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo li:before{  }
 }@media only screen and (max-width: 763px) { #ErmJD6IUTLydqDowcfkxych7BSShQCmr { width:13.1875rem;height:1.49963125rem;top:349.625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ErmJD6IUTLydqDowcfkxych7BSShQCmr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ErmJD6IUTLydqDowcfkxych7BSShQCmr li:before{  }
 }@media only screen and (max-width: 763px) { #KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 { width:13.6875rem;height:1.49963125rem;top:351.5625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 li:before{  }
 }@media only screen and (max-width: 763px) { #MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR { width:10.6875rem;height:1.49963125rem;top:353.5rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR li:before{  }
 }@media only screen and (max-width: 763px) { #wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 { width:16.6875rem;height:2.99926875rem;top:355.5625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 li:before{  }
 }@media only screen and (max-width: 763px) { #iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH { width:12.8125rem;height:1.49963125rem;top:388.0625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH li:before{  }
 }@media only screen and (max-width: 763px) { #SaJs45akn6hkm7KcH95csZJcF3V6gIBO { width:15.3125rem;height:1.49963125rem;top:386.125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#SaJs45akn6hkm7KcH95csZJcF3V6gIBO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SaJs45akn6hkm7KcH95csZJcF3V6gIBO li:before{  }
 }@media only screen and (max-width: 763px) { #ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU { width:13.25rem;height:1.49963125rem;top:384.1875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU li:before{  }
 }@media only screen and (max-width: 763px) { #lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC { width:15.6875rem;height:2.99926875rem;top:381rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC li:before{  }
 }@media only screen and (max-width: 763px) { #vC5RDuPT2IsITSLfxwNAMhpv24QGGVbv { display:flex;width:2.93728125rem;height:2.93728125rem;top:377.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KDLRD9Fn77BrXHZPoxQx2g09pKXl5dA1 { width:15.625rem;height:1.49963125rem;top:378.0625rem;left:4.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R { width:14.5rem;height:2.99926875rem;top:390rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R li:before{  }
 }@media only screen and (max-width: 763px) { #wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 { width:17rem;height:1.49963125rem;top:393.8125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 li:before{  }
 }@media only screen and (max-width: 763px) { #QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T { width:8.0625rem;height:1.49963125rem;top:105.875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T li:before{  }
 }@media only screen and (max-width: 763px) { #dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n { width:10rem;height:1.49963125rem;top:107.8125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n li:before{  }
 }@media only screen and (max-width: 763px) { #zv8Gii1HPK19MnBN0BT33k6p9ce56QoL { width:11rem;height:1.49963125rem;top:103.9375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#zv8Gii1HPK19MnBN0BT33k6p9ce56QoL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zv8Gii1HPK19MnBN0BT33k6p9ce56QoL li:before{  }
 }@media only screen and (max-width: 763px) { #hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm { width:9rem;height:1.49963125rem;top:102rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm li:before{  }
 }@media only screen and (max-width: 763px) { #HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 { width:6.375rem;height:1.49963125rem;top:100.0625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 li:before{  }
 }@media only screen and (max-width: 763px) { #HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q { width:9.375rem;height:1.49963125rem;top:98.125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q li:before{  }
 }@media only screen and (max-width: 763px) { #VrVSUpc9pmfSEQtPDvMZFqdfzLrabhug { display:flex;width:2.93728125rem;height:2.93728125rem;top:94.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RrTbwJNHC2r4ytQqzD75uceInST0PtNU { width:16.3125rem;height:1.49963125rem;top:95.4375rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T { width:9.6875rem;height:1.49963125rem;top:109.75rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T li:before{  }
 }@media only screen and (max-width: 763px) { #vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 { width:17.125rem;height:1.49963125rem;top:111.6875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 li:before{  }
 }@media only screen and (max-width: 763px) { #KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM { width:16.3125rem;height:2.99926875rem;top:128.125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM li:before{  }
 }@media only screen and (max-width: 763px) { #GCFe1NNc41Go4D2WAi472AKe9P0avTCV { width:16.25rem;height:2.99926875rem;top:124.9375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#GCFe1NNc41Go4D2WAi472AKe9P0avTCV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GCFe1NNc41Go4D2WAi472AKe9P0avTCV li:before{  }
 }@media only screen and (max-width: 763px) { #fQ24o1bP0JWCXhvwd4inCE72XOyldiOp { width:15.5rem;height:2.99926875rem;top:121.75rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#fQ24o1bP0JWCXhvwd4inCE72XOyldiOp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fQ24o1bP0JWCXhvwd4inCE72XOyldiOp li:before{  }
 }@media only screen and (max-width: 763px) { #uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 { width:16.375rem;height:1.49963125rem;top:119.1875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 li:before{  }
 }@media only screen and (max-width: 763px) { #cre0RTDXmhXNdtdW015OX6C5zQ47TRO9 { display:flex;width:2.9370125rem;height:2.9370125rem;top:115.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yu3bfqIFRmtMrcp4nWDaJqtHDO8LhdVu { width:15.624rem;height:1.49963125rem;top:116.375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n500aIEAXTvCug8zfQba41XV1Qp0MaBB { width:16.3125rem;height:4.4989rem;top:143.125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#n500aIEAXTvCug8zfQba41XV1Qp0MaBB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n500aIEAXTvCug8zfQba41XV1Qp0MaBB li:before{  }
 }@media only screen and (max-width: 763px) { #PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H { width:15.9375rem;height:2.99926875rem;top:139.9375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H li:before{  }
 }@media only screen and (max-width: 763px) { #TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX { width:16.375rem;height:2.99926875rem;top:136.75rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX li:before{  }
 }@media only screen and (max-width: 763px) { #BDhSrLqaI4m2ZF6FzyCtS3EuHfsJAyb9 { display:flex;width:2.9370125rem;height:2.9370125rem;top:133.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d3pg7O0Li3hsEV0lucdop5sat7fVdw0v { width:15.624rem;height:1.49963125rem;top:133.9375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSURZGMad81bEQTZ19CvTIgPgaowOplK { width:16.0625rem;height:5.9985375rem;top:147.625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#sSURZGMad81bEQTZ19CvTIgPgaowOplK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sSURZGMad81bEQTZ19CvTIgPgaowOplK li:before{  }
 }@media only screen and (max-width: 763px) { #xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk { width:17.3125rem;height:2.99926875rem;top:163.6875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk li:before{  }
 }@media only screen and (max-width: 763px) { #KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk { width:15rem;height:2.99926875rem;top:160.5rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk li:before{  }
 }@media only screen and (max-width: 763px) { #JvwvlpOKmW95x9paZygf46xse09LakaT { width:12.5625rem;height:1.49963125rem;top:158.5625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#JvwvlpOKmW95x9paZygf46xse09LakaT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JvwvlpOKmW95x9paZygf46xse09LakaT li:before{  }
 }@media only screen and (max-width: 763px) { #fRQ5mXfFLJOG0iELqwOLTtTWxbdM4l6x { display:flex;width:2.9370125rem;height:2.9370125rem;top:154.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w0olWO4dAs1lVLQUwiQAdBHChFN3L11I { width:16.0625rem;height:1.49963125rem;top:155.4375rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB { width:15.5625rem;height:1.49963125rem;top:166.875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB li:before{  }
 }@media only screen and (max-width: 763px) { #OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh { width:14.4375rem;height:4.4989rem;top:168.8125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh li:before{  }
 }@media only screen and (max-width: 763px) { #FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb { width:16.8125rem;height:5.9985375rem;top:264.8125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb li:before{  }
 }@media only screen and (max-width: 763px) { #ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh { width:15.9375rem;height:2.99926875rem;top:261rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh li:before{  }
 }@media only screen and (max-width: 763px) { #F3rWVToxTz855iEtMDxMcGxJE6CGs1xD { width:15.375rem;height:1.49963125rem;top:259.0625rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#F3rWVToxTz855iEtMDxMcGxJE6CGs1xD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F3rWVToxTz855iEtMDxMcGxJE6CGs1xD li:before{  }
 }@media only screen and (max-width: 763px) { #mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 { width:15.875rem;height:1.49963125rem;top:257.125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 li:before{  }
 }@media only screen and (max-width: 763px) { #uFy4Go6oEzdczlAqIwS03Ta6nkTDoE93 { width:15.6225625rem;height:1.49963125rem;top:254.125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaMFHNAWcBm4EoxKIDC53Rw1thd2piNf { display:flex;width:2.9370125rem;height:2.9370125rem;top:253.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N { width:15.4375rem;height:2.99926875rem;top:245rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N li:before{  }
 }@media only screen and (max-width: 763px) { #bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD { width:14rem;height:1.49963125rem;top:243.0625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD li:before{  }
 }@media only screen and (max-width: 763px) { #E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz { width:13.1875rem;height:1.49963125rem;top:241.125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz li:before{  }
 }@media only screen and (max-width: 763px) { #v7MVW519BS5DxNfscBHZt1b8uNB2d6Gy { display:flex;width:2.9370125rem;height:2.9370125rem;top:236.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S4l6hbA3fQKTNG6ICNMVEOU5ETippyrJ { width:15.6225625rem;height:1.49963125rem;top:237.3125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s { width:16.25rem;height:2.99926875rem;top:248.1875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s li:before{  }
 }@media only screen and (max-width: 763px) { #AuqSpHvArwhCcz6VMtQFT0yWAB8UVWEL { width:12.4995rem;height:1.2994375rem;top:399.9375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNiVQz0p1ss9DE1u5IiBxlUimMsPPzym { width:17.875rem;height:1.2994375rem;top:401.5rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXNWi6zKDSdXzv2cBidyNxkQefUNXvky { display:block; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTwKy69S1SgQbQs1CTt4gOyyM4e53PuQ { width:20rem;height:4.7131375rem;top:2.9375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4VBIxPI1XiZ0rFUoIX3UWWQITfSmAgN { width:20rem;height:4.6307375rem;top:8.162109375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4cbie9VPJEol7U5pH4snK8yRxBotn0J { width:7.8125rem;height:7.8125rem;top:16.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd5DO16Kuocl7SkGAKMne2MKXhgB3xb1 { width:4.75rem;height:4.75rem;top:15.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNJOUlQuJBQDDtma6wZcTuOLdPrcnUsa { width:3.5rem;height:3.4375rem;top:19.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miibN7o6Tl6vhz7iKHNfLsVCnKs4DG1b { width:1.375rem;height:2.6001rem;top:15.875rem;left:6.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5SvmBOyeeTWfTWCQTt5TWgTl6WiuwHq { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyC1q2aS5OsD8QUsQEfw9mckBR36MkZ5 { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZF9XIOyXbkEWbI2dfJGg5yGlfFM9f9Q { width:7.8125rem;height:7.8125rem;top:35.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbuf0dLg5aJSrsJWiW5y75wVQPiZ3RkA { width:4.75rem;height:4.75rem;top:34rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaOx0P08TzXTpTRR9kg649JJF5uQhd6c { width:1.375rem;height:2.6001rem;top:35rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJg2H8KwsbFtsQKkKBVyWR2OokbwxT0B { width:3.9375rem;height:3.875rem;top:37.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuIOe4XCDk5RTuGtwTLffwyzHh5gfd7i { width:20rem;height:2.4375rem;top:25.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNW5dLqxixzkkG4kB8kWbICGUHxRbQZZ { width:18.6875rem;height:2.59895625rem;top:28.0625rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TplKtSWrDSqTnUp5vIwf1WiBlZVgFLa7 { width:20rem;height:2.4375rem;top:45rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZacF7DOBfbtQDh5W5Gv4mAMz3EuZP6rx { width:18.6875rem;height:2.59895625rem;top:47.4375rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uf8uQSo2JhpdHWp3kiDZQuMUuwMlQESH { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCEVZ7f5cH7g4ZdTEsCTgUmP4JCuO3qs { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAsiVODmtRTPGg9mmn85J8q7eld8muVf { width:7.8125rem;height:7.8125rem;top:55.625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MRkHuHz6u0RGw4ggEzrUJHtSPUQn4K { width:4.75rem;height:4.75rem;top:54.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRoDTFCq3hrObSQ0HoAOXzkT1u4rX9P7 { width:1.375rem;height:2.6001rem;top:55.2626953125rem;left:7.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2WKGNLUH3x2lbMIQUcZpfepwNfTGS8p { width:3.4375rem;height:3.4375rem;top:58.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlJnMm9CJm7aKe4L7CI6n5DeKCD7Kf6e { width:20rem;height:2.4375rem;top:65.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrLhuKn1oSO3SfSurfgL4T42zR6PeK4Q { width:18.6875rem;height:7.796625rem;top:67.5rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { background-color:#296584;background-image:none;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o  { width:17.5rem;height:auto;top:10.4375rem;left:0rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o {display:block;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o { width:17.5rem;height:auto;top:10.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #t1F1h7TzE9DM86ys7WT7bc4VHenZ50Uw {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #NigCVn5h1rUmPqpVNAmbaI0SyVhTMoOh { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #gproheTCntnVcn7F0IQ8WFbL58t0DmpD {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #qd4IUdOOQwEoX5FRcIdk1mydA2r5TZid {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #Vsc97A7FkOUaw1LiHkb5xi5r0T6VVTrC {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #MCwwuuSTdovs8aITz67RRxRloTHyyuE9 {  }
 }@media only screen and (max-width: 763px) { #F2ymu7uWQ6viGcnSXHCd6XHGuNK8lOw5 { display:block; }
 }@media only screen and (max-width: 763px) { #fnUkeTX7y2pKavlSgXfJGhZOiyhRKXM0 { display:block; }
 }@media only screen and (max-width: 763px) { #owGaZkcFlvpzk1W05MPUazVxcAwZtfx7 { display:block; }
 }@media only screen and (max-width: 763px) { #Gee4C0RUqbw4pmezzbs4v7Tz49LaOKlt { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #vL1rs8ERvnGIX40c5e1XTpumqqVeBETv {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #DIGPTwH36U1I4ptgODdCSaoklHNNdWfv {  }
 }@media only screen and (max-width: 763px) { #ROd8q5gJWkKmWF0GX7fCmw5O3F1fB1pP { width:20rem;height:3.167725rem;top:7.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhiHL6sXRgrlyMcCnXm5AoUueTU02XbG { width:20rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN3T77B03AKZU3pJXi6TI4KVSudxz0SF { display:block; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f09z8UFfkWmZkQszITR8FhsCeSrEHXKT { width:14.625rem;height:4.8999rem;top:1.6875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tb8dk4qGq9mU2m9xU9P0s4H1IQp6ZbdI { width:7.3125rem;height:2.7993125rem;top:18.4375rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUZRDhPBSWMFNwVFaTBB6vWCpvBgoeie { width:18.75rem;height:0.0625rem;top:22.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSdLJTs1lSLo7am1A3OSACgsZzdFXkr { width:2rem;height:2rem;top:18.1875rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5aw1rxbufuaVTtuS0yJJySvIq9mCicP { width:7.3125rem;height:1.3995375rem;top:15.0625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5GFgNFvFn6H48MOX8lf5OMATQxAp6iM { width:2rem;height:2rem;top:14.75rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCcHKOQ4ZSKzhDACENFs1UKh4PIUtnTP { width:11.375rem;height:1.3995375rem;top:11.8125rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpn0TteGfvlOhza7NyQhpfalemZQ7nxU { width:2rem;height:2rem;top:11.5rem;left:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSxL0OJQB4fALWw6N9MCqqbsLd3pyBea { width:20rem;height:1.04980625rem;top:25.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RtFdXQ63kuQtUKOaEirDwaDEsbJ0L02u { width:20rem;height:1.04980625rem;top:9.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f0c3livIBwtAxvrNpRlizZnI3My9WnoI { width:18.75rem;height:0.0625rem;top:7.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTWKqLRIfTbBZyJbkpqLozWIILgmkbTy { width:9.6875rem;height:2.375rem;top:33.5625rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO5d4pmXGeHI79LNfmbIGwCmDzpxNHWf { width:3.0625rem;height:3.0625rem;top:28.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2CcCoCPNPEhGWP9lxxGslXinew5OFki { width:2rem;height:2rem;top:28.9375rem;left:16.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3TgwDNLlle39pCRSyRWriHmkSzLLi4 { width:3.0625rem;height:3.0625rem;top:28.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUPl1e7HGoMHFPVmHg0NhuQgUVCRV4GF { width:2rem;height:2rem;top:28.9375rem;left:12.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi7WQJJQJieuIyxGTkPMcceTAaygO8xU { width:3.0625rem;height:3.0625rem;top:28.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozCkPtXXZezfstq0dIUJrXPVI0yeegWz { width:2rem;height:2rem;top:28.9375rem;left:8.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgbNUIDwehEUmuQCmbFEMK2PTvcOGlk8 { width:3.0625rem;height:3.0625rem;top:28.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6I8vzuXi7kSxtXbGm0lT8yIElrZzd6N { width:2rem;height:2rem;top:28.9375rem;left:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITug5bfRUvZyTSeSPTNnfA0Jxq0unxwV { width:3.0625rem;height:3.0625rem;top:28.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7xrrrZRvefPdcTfbuC6gJ0K7l3bp09s { width:2rem;height:2rem;top:28.875rem;left:1.25rem;font-size:1.375rem;display:block; }
 }