.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:513.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#iHlTV5CB9np6tZpI6W28PnH45clHbIRh { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.22216875rem;width:20rem;top:4.125rem;left:27.5rem;overflow:hidden;display:block; }
#Moy3fxqLBlvE5GxHA0PmDzBcdlOM0zPx { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:3.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BCfq4hURtgDWuSubPissITRmw4oFe20m { color:rgba(var(--color-tertiary-3),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:11.6630859375rem;left:23.53125rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQMfidiBkibNxf5rpHCz4IGgbFzWnRzQ { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.875rem;left:9.96875rem;height:4.548825rem;text-align:justify;text-align-last:initial;display:block; }
#iwna8Jf3cwnT8ol2ZtSV5q5HNMAEvrUk { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.25rem;left:10rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#I94N8PtXT0tSFAkrTEJyd6O2ogO6Il6a { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.375rem;left:10.0625rem;height:3.89844375rem;display:block; }
#o81vWmMQE4X8194Ma7XEfw0EcTI1v4oK { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.1875rem;left:10.0625rem;height:1.949225rem;display:block; }
#ta86oFAp8JisENXegRO7T0yNeb4SXuJc { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:29.75rem;left:10.0625rem;height:22.41603125rem;text-align:justify;text-align-last:initial;display:block; }
#CQesIJc5AEsE9b6lXP46M2kekBxlOUnV { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:53.125rem;left:10.0625rem;height:3.236325rem;text-align:justify;text-align-last:initial;display:block; }#CQesIJc5AEsE9b6lXP46M2kekBxlOUnV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CQesIJc5AEsE9b6lXP46M2kekBxlOUnV li:before{  }
#KXdOn10nvnwLQTJhkLoXtVGgxAoTEmeZ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:57.25rem;left:10rem;height:0.9746125rem;text-align:justify;text-align-last:initial;display:block; }
#mC9eHXf1wTsDrTJCaf4yIXBhdTZTCTmV { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:59.0625rem;left:10rem;height:4.5234375rem;text-align:justify;text-align-last:initial;display:block; }#mC9eHXf1wTsDrTJCaf4yIXBhdTZTCTmV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mC9eHXf1wTsDrTJCaf4yIXBhdTZTCTmV li:before{  }
#VaccrkcCJNcNgTDTwHArtpL99tHSToQ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:64.625rem;left:10rem;height:10.7207125rem;text-align:justify;text-align-last:initial;display:block; }
#Fr2ETTCgV7pHmEgQwJqPUCXbBCGBCzvR { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:76.125rem;left:10rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#x55fqKUXxdNkU2cI2lXI0TpPXA8pOfc3 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:78.375rem;left:10rem;height:3.89844375rem;display:block; }
#MkWx2nPfLrqkl4OO8Ur7ZTxhXJiVx2wg { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:83.125rem;left:10.0625rem;height:10.7207125rem;display:block; }
#C0x3zDTqUFWJn7bzOSk6c4k7woKzTcyq { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:94.75rem;left:10.03125rem;height:37.03519375rem;display:block; }
#HV9m5StCEleLS52urRcn2aKZKVFBeKTz { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:132.625rem;left:10rem;height:4.87305rem;text-align:justify;text-align-last:initial;display:block; }
#cUffnGX7DhdhEtIGRsLSsrleSZgCrZPT { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:138.375rem;left:10rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#TKdEfTdLNBI1tQNHnRI25r4T2KBguVJf { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:140.5625rem;left:10rem;height:3.89844375rem;text-align:justify;text-align-last:initial;display:block; }
#CnhT2IKOvkVsmwHK6OdsJ2GiLHol2xor { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:145.4375rem;left:10rem;height:7.44725rem;display:block; }#CnhT2IKOvkVsmwHK6OdsJ2GiLHol2xor li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CnhT2IKOvkVsmwHK6OdsJ2GiLHol2xor li:before{  }
#BSwatTz72zvLT1UDa4rgXHeEFhayp9S7 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:153.9375rem;left:10rem;height:4.87305rem;display:block; }
#lGem1dEyOWo6TNAVNssBrZKd1lbZIKMK { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:159.6875rem;left:10rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#ATt1mMpfgSOrNB6dr7QNiqz1Qgo3eC6v { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:161.5625rem;left:10rem;height:12.66993125rem;text-align:justify;text-align-last:initial;display:block; }
#XQ4yiX8NDopyrv0DnoWMO7B87G6gXNOo { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:175.125rem;left:10rem;height:;text-align:justify;text-align-last:initial;display:block; }
#ql2tnZe8PEmTle20c0Cf2N5e9fngdAru { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:177.125rem;left:9.9375rem;height:6.822275rem;text-align:justify;text-align-last:initial;display:block; }
#ivsTooe4bJ40VOy1096HUWZvmtWlvFpo { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:185rem;left:10rem;height:3.548825rem;text-align:justify;text-align-last:initial;display:block; }#ivsTooe4bJ40VOy1096HUWZvmtWlvFpo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ivsTooe4bJ40VOy1096HUWZvmtWlvFpo li:before{  }
#uuxbg3W8gml5R55MLz7a4sgomFqZ2zA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:189.25rem;left:10rem;height:0.9746125rem;text-align:justify;text-align-last:initial;display:block; }
#gAmFnosbCPZTLfCam5TFWy60hbI1hx43 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:191.125rem;left:10rem;height:3.236325rem;text-align:justify;text-align-last:initial;display:block; }#gAmFnosbCPZTLfCam5TFWy60hbI1hx43 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gAmFnosbCPZTLfCam5TFWy60hbI1hx43 li:before{  }
#qTQFxQT6QZfE4yzaeaR728QrbgWIugFk { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:195.0625rem;left:10rem;height:7.79688125rem;display:block; }
#WeksucA49wqmGHBQEIMB46nw12QtguvU { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:203.6875rem;left:10rem;height:54.57815rem;text-align:justify;text-align-last:initial;display:block; }
#WHxMz9m62p5qLlzDybM4ffhKcxkkbKAt { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15148;line-height:1.3;letter-spacing:0;top:259.8125rem;left:9.9375rem;height:17.542975rem;text-align:justify;text-align-last:initial;display:block; }
#a2HoE4F2G2cxzJKdIBCesTTw69cx67v5 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:257.875rem;left:9.9375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#MFi9umXAXIIlJ7RZln0pwJgx8OrVmXIT { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:278.375rem;left:9.9375rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#U7PpvzHXFklEXJsP0Bb9qwV0RM3wuJGF { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:280.375rem;left:9.9375rem;height:3.8984375rem;text-align:justify;text-align-last:initial;display:block; }
#sfRSMtC93DvWNKtzdV0opqmGpnzRrma0 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:285.1875rem;left:9.9375rem;height:2.26171875rem;text-align:justify;text-align-last:initial;display:block; }#sfRSMtC93DvWNKtzdV0opqmGpnzRrma0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sfRSMtC93DvWNKtzdV0opqmGpnzRrma0 li:before{  }
#TPI9ETUtGZMCIPX6yWQ48Ayvm0UW4ux8 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15151;line-height:1.3;letter-spacing:0;top:288.1875rem;left:9.9375rem;height:1.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#m8DJq9xPVhZ8nyCUaZfvFK6ROxkOizfZ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15152;line-height:1.3;letter-spacing:0;top:291rem;left:9.9375rem;height:6.785125rem;text-align:justify;text-align-last:initial;display:block; }#m8DJq9xPVhZ8nyCUaZfvFK6ROxkOizfZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m8DJq9xPVhZ8nyCUaZfvFK6ROxkOizfZ li:before{  }
#WmuxT66uL0MWdIyTPXDmvGrFcOA5KFhV { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:298.3125rem;left:9.875rem;height:16.568375rem;text-align:justify;text-align-last:initial;display:block; }
#lT21I9yHitWMwrxxbTtcHcW0aVuLaotI { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:315.75rem;left:9.875rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#mxWx8kCu10ZLvTJQDTNxU9X6W2P2PUQu { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15147;line-height:1.3;letter-spacing:0;top:317.6875rem;left:9.875rem;height:26.314475rem;text-align:justify;text-align-last:initial;display:block; }
#XTruqZNLluWxmUCmrVHkEtr2TMTOt5zT { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:346.9375rem;left:9.875rem;height:10.72070625rem;text-align:justify;text-align-last:initial;display:block; }
#k4xkRt21LvAaehOyyfc1EgOKy2erVi0c { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:344.875rem;left:9.75rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#iaNLiZWwbuk9txHg389MZX1wlqUnsho1 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:358.5625rem;left:9.75rem;height:5.49805rem;text-align:justify;text-align-last:initial;display:block; }#iaNLiZWwbuk9txHg389MZX1wlqUnsho1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iaNLiZWwbuk9txHg389MZX1wlqUnsho1 li:before{  }
#fTQh0A8P1gTeMboRKxG9uKXSvuZIK5BQ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:364.8125rem;left:9.75rem;height:7.79688125rem;text-align:justify;text-align-last:initial;display:block; }
#ZG4pbCO52vRT1KhMeTT88a64OUBWZLJo { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:373.5625rem;left:9.75rem;height:3.548825rem;text-align:justify;text-align-last:initial;display:block; }#ZG4pbCO52vRT1KhMeTT88a64OUBWZLJo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZG4pbCO52vRT1KhMeTT88a64OUBWZLJo li:before{  }
#BGRAqkkikxzFr3TPvRTmxxZ6HrIn8CaW { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:378.125rem;left:9.75rem;height:8.77149375rem;text-align:justify;text-align-last:initial;display:block; }
#qTy0dkAfW7IwWbDanIukH6Z5AkMLb3ex { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:387.5625rem;left:9.625rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#Jw7rrXm0wnth6LrcUMEbJqCESr6yipTc { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:389.5625rem;left:9.625rem;height:2.923825rem;text-align:justify;text-align-last:initial;display:block; }
#ak0hkzZz3EI06PzspocVQVTA0a3ZebEx { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:393.625rem;left:10.9375rem;height:8.7714875rem;text-align:justify;text-align-last:initial;display:block; }
#upJmcGFphsExbxv1qTky4orohiyBmB7T { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:403.375rem;left:10.9375rem;height:11.308625rem;text-align:justify;text-align-last:initial;display:block; }#upJmcGFphsExbxv1qTky4orohiyBmB7T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#upJmcGFphsExbxv1qTky4orohiyBmB7T li:before{  }
#nMb4v7HgJTXoIpZIlgtp9k2BgBtJrG04 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:414.625rem;left:9.625rem;height:17.54295625rem;text-align:justify;text-align-last:initial;display:block; }
#AHFbIsRHoTd3HXSeMCXByeDE5LGizk7T { color:rgba(var(--color-tertiary-4),1);display:block;width:55.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15176;line-height:1.3;letter-spacing:0;top:432.75rem;left:9.5rem;height:3.548825rem;text-align:justify;text-align-last:initial;display:block; }#AHFbIsRHoTd3HXSeMCXByeDE5LGizk7T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AHFbIsRHoTd3HXSeMCXByeDE5LGizk7T li:before{  }
#iScFxl95klkKaot7Kk7fCaNg4bAZIrtm { color:rgba(var(--color-tertiary-4),1);display:block;width:55.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15176;line-height:1.3;letter-spacing:0;top:437.25rem;left:9.5rem;height:18.5175875rem;text-align:justify;text-align-last:initial;display:block; }
#LfrB7IuUO1ZOHsXcl0oEr4aRNho5hWPz { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:456.875rem;left:9.5625rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#UsJlRGOAVg7niM2BNR15n8pwdPGT5csz { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15178;line-height:1.3;letter-spacing:0;top:458.9375rem;left:9.5625rem;height:3.89844375rem;text-align:justify;text-align-last:initial;display:block; }
#wlHdVn9ypFST910daulEXTW6WLEkAQTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15178;line-height:1.3;letter-spacing:0;top:463.875rem;left:9.6875rem;height:5.49805rem;text-align:justify;text-align-last:initial;display:block; }#wlHdVn9ypFST910daulEXTW6WLEkAQTQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wlHdVn9ypFST910daulEXTW6WLEkAQTQ li:before{  }
#VTzrhAqwRID3xySE6NJZJsBXOSzIMnkr { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:469.9375rem;left:9.6875rem;height:10.7207rem;text-align:justify;text-align-last:initial;display:block; }
#VXZqDZVdrX6wSItVJH5MFQrXOWLaVMn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:481.6875rem;left:9.5rem;height:1.13720625rem;text-align:justify;text-align-last:initial;display:block; }
#lpWyRH2PRHKixcMzpxXT3uMW6f3yiUsi { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:483.8125rem;left:9.5rem;height:0.9746125rem;text-align:justify;text-align-last:initial;display:block; }
#nnhyZ0CzJMHzv07m1NKpFUd29cqUysIg { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15175;line-height:1.3;letter-spacing:0;top:485.625rem;left:9.6875rem;height:20.466825rem;text-align:justify;text-align-last:initial;display:block; }
#d2vcJaPzxOH60TNRET8E9kI5Gq90fZSQ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15176;line-height:1.3;letter-spacing:0;top:507.25rem;left:9.6875rem;height:3.111325rem;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHlTV5CB9np6tZpI6W28PnH45clHbIRh { top:4.125rem;left:13.875rem;width:20rem;height:2.22216875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Moy3fxqLBlvE5GxHA0PmDzBcdlOM0zPx { width:47.75rem;height:3.5625rem;top:6.9375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCfq4hURtgDWuSubPissITRmw4oFe20m { width:27.9375rem;height:2.375rem;top:11.625rem;left:9.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQMfidiBkibNxf5rpHCz4IGgbFzWnRzQ { top:14.875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwna8Jf3cwnT8ol2ZtSV5q5HNMAEvrUk { top:20.25rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I94N8PtXT0tSFAkrTEJyd6O2ogO6Il6a { top:22.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o81vWmMQE4X8194Ma7XEfw0EcTI1v4oK { top:27.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta86oFAp8JisENXegRO7T0yNeb4SXuJc { top:29.75rem;left:0rem;width:47.75rem;height:22.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQesIJc5AEsE9b6lXP46M2kekBxlOUnV { top:53.125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.75rem;display:block; }#CQesIJc5AEsE9b6lXP46M2kekBxlOUnV li:before{  }
 }@media only screen and (max-width: 763px) { #KXdOn10nvnwLQTJhkLoXtVGgxAoTEmeZ { top:57.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC9eHXf1wTsDrTJCaf4yIXBhdTZTCTmV { top:59.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.75rem;display:block; }#mC9eHXf1wTsDrTJCaf4yIXBhdTZTCTmV li:before{  }
 }@media only screen and (max-width: 763px) { #VaccrkcCJNcNgTDTwHArtpL99tHSToQ6 { top:64.625rem;left:0rem;width:47.75rem;height:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr2ETTCgV7pHmEgQwJqPUCXbBCGBCzvR { top:76.125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x55fqKUXxdNkU2cI2lXI0TpPXA8pOfc3 { top:78.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkWx2nPfLrqkl4OO8Ur7ZTxhXJiVx2wg { top:83.125rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0x3zDTqUFWJn7bzOSk6c4k7woKzTcyq { top:94.75rem;left:0rem;width:47.75rem;height:37rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV9m5StCEleLS52urRcn2aKZKVFBeKTz { top:132.625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUffnGX7DhdhEtIGRsLSsrleSZgCrZPT { top:138.375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKdEfTdLNBI1tQNHnRI25r4T2KBguVJf { top:140.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnhT2IKOvkVsmwHK6OdsJ2GiLHol2xor { top:145.4375rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:0.75rem;display:block; }#CnhT2IKOvkVsmwHK6OdsJ2GiLHol2xor li:before{  }
 }@media only screen and (max-width: 763px) { #BSwatTz72zvLT1UDa4rgXHeEFhayp9S7 { top:153.9375rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGem1dEyOWo6TNAVNssBrZKd1lbZIKMK { top:159.6875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATt1mMpfgSOrNB6dr7QNiqz1Qgo3eC6v { top:161.5625rem;left:0rem;width:47.75rem;height:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ4yiX8NDopyrv0DnoWMO7B87G6gXNOo { top:175.125rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql2tnZe8PEmTle20c0Cf2N5e9fngdAru { top:177.125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivsTooe4bJ40VOy1096HUWZvmtWlvFpo { top:185rem;left:0rem;width:47.75rem;height:3.5rem;font-size:0.75rem;display:block; }#ivsTooe4bJ40VOy1096HUWZvmtWlvFpo li:before{  }
 }@media only screen and (max-width: 763px) { #uuxbg3W8gml5R55MLz7a4sgomFqZ2zA9 { top:189.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAmFnosbCPZTLfCam5TFWy60hbI1hx43 { top:191.125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.75rem;display:block; }#gAmFnosbCPZTLfCam5TFWy60hbI1hx43 li:before{  }
 }@media only screen and (max-width: 763px) { #qTQFxQT6QZfE4yzaeaR728QrbgWIugFk { top:195.0625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeksucA49wqmGHBQEIMB46nw12QtguvU { top:203.6875rem;left:0rem;width:47.75rem;height:54.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHxMz9m62p5qLlzDybM4ffhKcxkkbKAt { top:259.8125rem;left:0rem;width:47.75rem;height:17.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2HoE4F2G2cxzJKdIBCesTTw69cx67v5 { top:257.875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFi9umXAXIIlJ7RZln0pwJgx8OrVmXIT { top:278.375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7PpvzHXFklEXJsP0Bb9qwV0RM3wuJGF { top:280.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfRSMtC93DvWNKtzdV0opqmGpnzRrma0 { top:285.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.75rem;display:block; }#sfRSMtC93DvWNKtzdV0opqmGpnzRrma0 li:before{  }
 }@media only screen and (max-width: 763px) { #TPI9ETUtGZMCIPX6yWQ48Ayvm0UW4ux8 { top:288.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8DJq9xPVhZ8nyCUaZfvFK6ROxkOizfZ { top:291rem;left:0rem;width:47.75rem;height:6.75rem;font-size:0.75rem;display:block; }#m8DJq9xPVhZ8nyCUaZfvFK6ROxkOizfZ li:before{  }
 }@media only screen and (max-width: 763px) { #WmuxT66uL0MWdIyTPXDmvGrFcOA5KFhV { top:298.3125rem;left:0rem;width:47.75rem;height:16.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT21I9yHitWMwrxxbTtcHcW0aVuLaotI { top:315.75rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxWx8kCu10ZLvTJQDTNxU9X6W2P2PUQu { top:317.6875rem;left:0rem;width:47.75rem;height:26.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTruqZNLluWxmUCmrVHkEtr2TMTOt5zT { top:346.9375rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4xkRt21LvAaehOyyfc1EgOKy2erVi0c { top:344.875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaNLiZWwbuk9txHg389MZX1wlqUnsho1 { top:358.5625rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:0.75rem;display:block; }#iaNLiZWwbuk9txHg389MZX1wlqUnsho1 li:before{  }
 }@media only screen and (max-width: 763px) { #fTQh0A8P1gTeMboRKxG9uKXSvuZIK5BQ { top:364.8125rem;left:0rem;width:47.75rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG4pbCO52vRT1KhMeTT88a64OUBWZLJo { top:373.5625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:0.75rem;display:block; }#ZG4pbCO52vRT1KhMeTT88a64OUBWZLJo li:before{  }
 }@media only screen and (max-width: 763px) { #BGRAqkkikxzFr3TPvRTmxxZ6HrIn8CaW { top:378.125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTy0dkAfW7IwWbDanIukH6Z5AkMLb3ex { top:387.5625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw7rrXm0wnth6LrcUMEbJqCESr6yipTc { top:389.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak0hkzZz3EI06PzspocVQVTA0a3ZebEx { top:393.625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upJmcGFphsExbxv1qTky4orohiyBmB7T { top:403.375rem;left:0rem;width:47.75rem;height:11.25rem;font-size:0.75rem;display:block; }#upJmcGFphsExbxv1qTky4orohiyBmB7T li:before{  }
 }@media only screen and (max-width: 763px) { #nMb4v7HgJTXoIpZIlgtp9k2BgBtJrG04 { top:414.625rem;left:0rem;width:47.75rem;height:17.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHFbIsRHoTd3HXSeMCXByeDE5LGizk7T { top:432.75rem;left:0rem;width:47.75rem;height:3.5rem;font-size:0.75rem;display:block; }#AHFbIsRHoTd3HXSeMCXByeDE5LGizk7T li:before{  }
 }@media only screen and (max-width: 763px) { #iScFxl95klkKaot7Kk7fCaNg4bAZIrtm { top:437.25rem;left:0rem;width:47.75rem;height:18.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfrB7IuUO1ZOHsXcl0oEr4aRNho5hWPz { top:456.875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsJlRGOAVg7niM2BNR15n8pwdPGT5csz { top:458.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlHdVn9ypFST910daulEXTW6WLEkAQTQ { top:463.875rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:0.75rem;display:block; }#wlHdVn9ypFST910daulEXTW6WLEkAQTQ li:before{  }
 }@media only screen and (max-width: 763px) { #VTzrhAqwRID3xySE6NJZJsBXOSzIMnkr { top:469.9375rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXZqDZVdrX6wSItVJH5MFQrXOWLaVMn0 { top:481.6875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpWyRH2PRHKixcMzpxXT3uMW6f3yiUsi { top:483.8125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnhyZ0CzJMHzv07m1NKpFUd29cqUysIg { top:485.625rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2vcJaPzxOH60TNRET8E9kI5Gq90fZSQ { top:507.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:1027.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHlTV5CB9np6tZpI6W28PnH45clHbIRh { width:20rem;height:2.22216875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Moy3fxqLBlvE5GxHA0PmDzBcdlOM0zPx { width:20rem;height:5.19921875rem;top:4.72216875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCfq4hURtgDWuSubPissITRmw4oFe20m { width:20rem;height:1.5996125rem;top:11.1713875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQMfidiBkibNxf5rpHCz4IGgbFzWnRzQ { width:20rem;height:9.097625rem;top:14.021rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwna8Jf3cwnT8ol2ZtSV5q5HNMAEvrUk { width:20rem;height:2.2744125rem;top:24.3681875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I94N8PtXT0tSFAkrTEJyd6O2ogO6Il6a { width:20rem;height:8.7714875rem;top:27.8921125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o81vWmMQE4X8194Ma7XEfw0EcTI1v4oK { width:20rem;height:3.8984375rem;top:37.9136125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta86oFAp8JisENXegRO7T0yNeb4SXuJc { width:20rem;height:47.75589375rem;top:43.06205rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQesIJc5AEsE9b6lXP46M2kekBxlOUnV { width:20rem;height:5.18555rem;top:92.067925rem;left:0rem;font-size:0.75rem;display:block; }#CQesIJc5AEsE9b6lXP46M2kekBxlOUnV li:before{  }
 }@media only screen and (max-width: 763px) { #KXdOn10nvnwLQTJhkLoXtVGgxAoTEmeZ { width:20rem;height:0.9746125rem;top:98.503475rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC9eHXf1wTsDrTJCaf4yIXBhdTZTCTmV { width:20rem;height:9.3965rem;top:100.7280875rem;left:0rem;font-size:0.75rem;display:block; }#mC9eHXf1wTsDrTJCaf4yIXBhdTZTCTmV li:before{  }
 }@media only screen and (max-width: 763px) { #VaccrkcCJNcNgTDTwHArtpL99tHSToQ6 { width:20rem;height:18.5175875rem;top:111.3745875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr2ETTCgV7pHmEgQwJqPUCXbBCGBCzvR { width:20rem;height:1.13720625rem;top:131.14215rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x55fqKUXxdNkU2cI2lXI0TpPXA8pOfc3 { width:20rem;height:5.8476625rem;top:133.52886875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkWx2nPfLrqkl4OO8Ur7ZTxhXJiVx2wg { width:20rem;height:19.4921875rem;top:140.626525rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0x3zDTqUFWJn7bzOSk6c4k7woKzTcyq { width:20rem;height:75.04495rem;top:161.3687125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV9m5StCEleLS52urRcn2aKZKVFBeKTz { width:20rem;height:8.7714875rem;top:237.6637125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUffnGX7DhdhEtIGRsLSsrleSZgCrZPT { width:20rem;height:1.13720625rem;top:247.6852125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKdEfTdLNBI1tQNHnRI25r4T2KBguVJf { width:20rem;height:8.7714875rem;top:250.07193125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnhT2IKOvkVsmwHK6OdsJ2GiLHol2xor { width:20rem;height:17.193375rem;top:260.09343125rem;left:0rem;font-size:0.75rem;display:block; }#CnhT2IKOvkVsmwHK6OdsJ2GiLHol2xor li:before{  }
 }@media only screen and (max-width: 763px) { #BSwatTz72zvLT1UDa4rgXHeEFhayp9S7 { width:20rem;height:10.72070625rem;top:278.53680625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGem1dEyOWo6TNAVNssBrZKd1lbZIKMK { width:20rem;height:2.2744125rem;top:290.50749375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATt1mMpfgSOrNB6dr7QNiqz1Qgo3eC6v { width:20rem;height:24.3652125rem;top:294.03141875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ4yiX8NDopyrv0DnoWMO7B87G6gXNOo { width:20rem;height:2.2744125rem;top:319.64616875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql2tnZe8PEmTle20c0Cf2N5e9fngdAru { width:20rem;height:14.61915rem;top:323.17009375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivsTooe4bJ40VOy1096HUWZvmtWlvFpo { width:20rem;height:3.548825rem;top:339.03921875rem;left:0rem;font-size:0.75rem;display:block; }#ivsTooe4bJ40VOy1096HUWZvmtWlvFpo li:before{  }
 }@media only screen and (max-width: 763px) { #uuxbg3W8gml5R55MLz7a4sgomFqZ2zA9 { width:20rem;height:0.9746125rem;top:343.83755625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAmFnosbCPZTLfCam5TFWy60hbI1hx43 { width:20rem;height:7.13475rem;top:346.06216875rem;left:0rem;font-size:0.75rem;display:block; }#gAmFnosbCPZTLfCam5TFWy60hbI1hx43 li:before{  }
 }@media only screen and (max-width: 763px) { #qTQFxQT6QZfE4yzaeaR728QrbgWIugFk { width:20rem;height:15.59375625rem;top:354.44641875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeksucA49wqmGHBQEIMB46nw12QtguvU { width:20rem;height:125.72461875rem;top:374.81409375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHxMz9m62p5qLlzDybM4ffhKcxkkbKAt { width:20rem;height:36.0605625rem;top:501.78846875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2HoE4F2G2cxzJKdIBCesTTw69cx67v5 { width:20rem;height:2.2744125rem;top:371.29016875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFi9umXAXIIlJ7RZln0pwJgx8OrVmXIT { width:20rem;height:2.2744125rem;top:539.09903125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7PpvzHXFklEXJsP0Bb9qwV0RM3wuJGF { width:20rem;height:10.7206875rem;top:542.62295625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfRSMtC93DvWNKtzdV0opqmGpnzRrma0 { width:20rem;height:5.18555rem;top:554.59314375rem;left:0rem;font-size:0.75rem;display:block; }#sfRSMtC93DvWNKtzdV0opqmGpnzRrma0 li:before{  }
 }@media only screen and (max-width: 763px) { #TPI9ETUtGZMCIPX6yWQ48Ayvm0UW4ux8 { width:20rem;height:3.8984375rem;top:561.02869375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8DJq9xPVhZ8nyCUaZfvFK6ROxkOizfZ { width:20rem;height:12.6328125rem;top:566.17713125rem;left:0rem;font-size:0.75rem;display:block; }#m8DJq9xPVhZ8nyCUaZfvFK6ROxkOizfZ li:before{  }
 }@media only screen and (max-width: 763px) { #WmuxT66uL0MWdIyTPXDmvGrFcOA5KFhV { width:20rem;height:34.11135625rem;top:580.05994375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT21I9yHitWMwrxxbTtcHcW0aVuLaotI { width:20rem;height:2.2744125rem;top:615.42125625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxWx8kCu10ZLvTJQDTNxU9X6W2P2PUQu { width:20rem;height:55.55271875rem;top:618.94518125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTruqZNLluWxmUCmrVHkEtr2TMTOt5zT { width:20rem;height:24.36525625rem;top:679.27135625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4xkRt21LvAaehOyyfc1EgOKy2erVi0c { width:20rem;height:2.2744125rem;top:675.74743125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaNLiZWwbuk9txHg389MZX1wlqUnsho1 { width:20rem;height:11.3456875rem;top:704.88660625rem;left:0rem;font-size:0.75rem;display:block; }#iaNLiZWwbuk9txHg389MZX1wlqUnsho1 li:before{  }
 }@media only screen and (max-width: 763px) { #fTQh0A8P1gTeMboRKxG9uKXSvuZIK5BQ { width:20rem;height:18.51755rem;top:717.48179375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG4pbCO52vRT1KhMeTT88a64OUBWZLJo { width:20rem;height:6.472625rem;top:737.24885625rem;left:0rem;font-size:0.75rem;display:block; }#ZG4pbCO52vRT1KhMeTT88a64OUBWZLJo li:before{  }
 }@media only screen and (max-width: 763px) { #BGRAqkkikxzFr3TPvRTmxxZ6HrIn8CaW { width:20rem;height:17.5429875rem;top:744.97104375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTy0dkAfW7IwWbDanIukH6Z5AkMLb3ex { width:20rem;height:1.13720625rem;top:763.76404375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw7rrXm0wnth6LrcUMEbJqCESr6yipTc { width:20rem;height:7.796875rem;top:766.1507625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak0hkzZz3EI06PzspocVQVTA0a3ZebEx { width:20rem;height:18.51758125rem;top:775.1976375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upJmcGFphsExbxv1qTky4orohiyBmB7T { width:20rem;height:24.953125rem;top:794.9652rem;left:0rem;font-size:0.75rem;display:block; }#upJmcGFphsExbxv1qTky4orohiyBmB7T li:before{  }
 }@media only screen and (max-width: 763px) { #nMb4v7HgJTXoIpZIlgtp9k2BgBtJrG04 { width:20rem;height:39.95895rem;top:821.168325rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHFbIsRHoTd3HXSeMCXByeDE5LGizk7T { width:20rem;height:8.421875rem;top:862.376825rem;left:0rem;font-size:0.75rem;display:block; }#AHFbIsRHoTd3HXSeMCXByeDE5LGizk7T li:before{  }
 }@media only screen and (max-width: 763px) { #iScFxl95klkKaot7Kk7fCaNg4bAZIrtm { width:20rem;height:38.98439375rem;top:872.0487rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfrB7IuUO1ZOHsXcl0oEr4aRNho5hWPz { width:20rem;height:2.2744125rem;top:912.283075rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsJlRGOAVg7niM2BNR15n8pwdPGT5csz { width:20rem;height:9.7461rem;top:915.807rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlHdVn9ypFST910daulEXTW6WLEkAQTQ { width:20rem;height:13.2949375rem;top:926.803125rem;left:0rem;font-size:0.75rem;display:block; }#wlHdVn9ypFST910daulEXTW6WLEkAQTQ li:before{  }
 }@media only screen and (max-width: 763px) { #VTzrhAqwRID3xySE6NJZJsBXOSzIMnkr { width:20rem;height:25.33985rem;top:941.3480625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXZqDZVdrX6wSItVJH5MFQrXOWLaVMn0 { width:20rem;height:1.13720625rem;top:967.9379375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpWyRH2PRHKixcMzpxXT3uMW6f3yiUsi { width:20rem;height:1.94921875rem;top:970.32465625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnhyZ0CzJMHzv07m1NKpFUd29cqUysIg { width:20rem;height:43.85746875rem;top:973.523875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2vcJaPzxOH60TNRET8E9kI5Gq90fZSQ { width:20rem;height:7.796875rem;top:1018.6313125rem;left:0rem;font-size:0.75rem;display:block; }
 }