.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:219,245,242;--color-primary-1:134,222,211;--color-primary-2:13,189,166;--color-primary-3:7,95,83;--color-primary-4:2,28,25;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Istok Web";--paragraphs-font-family:"Istok Web"; }@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); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container { background-color: transparent; background-image: none; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container > .video-iframe-container { display: none; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row > .video-iframe-container { display: none; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .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); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container { border-width: 0; border-radius: 0; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#DAE4RSOHfdIWecWtmtWLeDkFGBkBHI0z { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:21.3125rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#ld9qHTi9ohghSDNSLM9krathPPrqXSy7 { z-index:15013;top:1.65625rem;left:61.875rem;background-color:#4d91bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EBwTFhVFhTZanUbFP2TOTcS3JhJEeVKh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container { background-color: transparent; background-image: none; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container > .video-iframe-container { display: none; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row > .video-iframe-container { display: none; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .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); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container { border-width: 0; border-radius: 0; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#zFqRVWGnJVZOoAGLc7Zu4T4KgvmSB4GO { color:#f78d2e;display:block;width:57.375rem;position:absolute;font-family:"istok web";font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.6875rem;left:0rem;height:7.01175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XZtqNwNoQM0D1VnWalACPTneTux3e3Wa { color:rgba(var(--color-secondary-4),1);display:block;width:36.1875rem;position:absolute;font-family:"istok web";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:11.875rem;left:0rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X94g662kgHk5g36Fv0l3ZTvW2GguvJEc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.0625rem;left:58.875rem; }
#NPhimTZcPdeIUREqxaMHTyCQ6o8IyBm4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11.875rem;left:63.5625rem; }
#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d91bb;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; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { background-color: transparent; background-image: none; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container > .video-iframe-container { display: none; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row > .video-iframe-container { display: none; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .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); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { border-width: 0; border-radius: 0; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { color:rgba(var(--color-secondary-2),1);display:block;width:45.9375rem;position:absolute;font-family:"istok web";font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:10.0625rem;left:14.53125rem;height:4.0244125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:"istok web";font-size:2.375rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:2.75rem;left:23.8125rem;height:5.69921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QA1fuG8C6kJxwWN1A17JlJniDgbXePMX { z-index:15011;top:16.25rem;left:27.9375rem;background-color:#f78d2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L7sNdiwWyVGI7lCV23SJeBT68hGFvnIr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQ4kW4sfhObJBaxihJgdXSMEGWmbzn2o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:17.125rem;left:29.3125rem; }
#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row .container { background-color: transparent; background-image: none; }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row .container > .video-iframe-container { display: none; }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row > .video-iframe-container { display: none; }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .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); }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row .container { border-width: 0; border-radius: 0; }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row .container { width:75rem;height:22.5625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#a4fREO1eOH2kwJ2HmJkfReAeXDb70lRJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"istok web";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:12rem;left:0.0625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aLTc6x1tLMPUpGNLKTq3beMI3hFknTQH { color:#0f0f10;display:block;width:46rem;position:absolute;font-family:"istok web";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:9.5rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NampQOlIaBLsbZGvVqZ2T3voAwNJemgh { color:#55be5a;display:block;width:75rem;position:absolute;font-family:"istok web";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.875rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row .container { background-color: transparent; background-image: none; }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row .container > .video-iframe-container { display: none; }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row > .video-iframe-container { display: none; }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .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); }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row .container { border-width: 0; border-radius: 0; }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row .container { width:75rem;height:240.5625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#G3Vy8kZU6N38Vqx8xGsTfWUMh1qeqdvT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:4.4375rem;left:0rem;height:2.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cf7eyMmUBo76vt4C5KxFS0KFnxa7TnZG { color:#0f0f10;display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EWQRzQiAt6csBmu4OWeOZexOLcxr0RA5 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:7.5rem;left:0rem;height:4.53661875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J7VREc4upmfrHrl4rRIHln19Aoc9v51S { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#J7VREc4upmfrHrl4rRIHln19Aoc9v51S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J7VREc4upmfrHrl4rRIHln19Aoc9v51S li:before{  }
#Qdk4TclKzkK3urR8A7hZruobbKuQ0RC6 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.64990234375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3UUkcgfh63lyHruAT87TuMF3eExiT6U { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:17.33740234375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qd0zdcqTpDzrItCJF8rhvw6czNoUVIyM { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:19.25rem;left:0rem;height:8.160125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Qd0zdcqTpDzrItCJF8rhvw6czNoUVIyM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qd0zdcqTpDzrItCJF8rhvw6czNoUVIyM li:before{  }
#MrObvKlqQ5VO7ZQJ6LgqHJ4osyiZFXlz { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:29.08740234375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MkfhoWNoHarPlyTdFTl2ZTBVA9rmUiPd { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:30.96240234375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A6miFHGKTkWy6ISxL7KM9hKU6nEP1Tq0 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:32.8125rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#A6miFHGKTkWy6ISxL7KM9hKU6nEP1Tq0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A6miFHGKTkWy6ISxL7KM9hKU6nEP1Tq0 li:before{  }
#aZfuU7lUAogvbTGUgbtZQdAo9NfxLbVy { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:40.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wEhNHORidxKGRvfhrxLacFHdkgUzwi6F { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:42.0625rem;left:0rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HNC0ryvKDZ0BETUGX5CHlkVii0CIfkhE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:53rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HNC0ryvKDZ0BETUGX5CHlkVii0CIfkhE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HNC0ryvKDZ0BETUGX5CHlkVii0CIfkhE li:before{  }
#W3A7HnP6fZ9f8lPohra3eFRDDAmfJ0l4 { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:51.125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OKJboaoXQVpqSJGgTnoId86ZUFPLBWTf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:61.75rem;left:0rem;height:3.0244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GtcDBLfuTxOBgFxQ2GnILnvkzvNbUAam { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:63.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r8eWPbKR7heiRwazV8ndmMZy1qHuux2w { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:65.875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#r8eWPbKR7heiRwazV8ndmMZy1qHuux2w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r8eWPbKR7heiRwazV8ndmMZy1qHuux2w li:before{  }
#LHxXN2tiXeytw9G3z5aacCgFFFrTBttp { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:71.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#exT8XTX0GgHdteFduXE1GGgCv7Gtz8tN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:73.5rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#exT8XTX0GgHdteFduXE1GGgCv7Gtz8tN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#exT8XTX0GgHdteFduXE1GGgCv7Gtz8tN li:before{  }
#xKVS5xrTC5S9TS6R3WpKfUztgl4uV5oy { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:81.8125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z02vh22xtiD8sZWZ7BDillstphsoghQs { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:83.8125rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#z02vh22xtiD8sZWZ7BDillstphsoghQs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z02vh22xtiD8sZWZ7BDillstphsoghQs li:before{  }
#SAezBFuHRgNwJdotwbuaKSK7A7wRivKr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:96rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SAezBFuHRgNwJdotwbuaKSK7A7wRivKr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SAezBFuHRgNwJdotwbuaKSK7A7wRivKr li:before{  }
#Iw3CceD5oGeg8s7fzlsCBeUv7fzWRd46 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:94rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R034adzz91xahtuf4hfAPOTy1P0x0HMp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:91.875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ab6TiuJbTy2KhchKF4X0fREqn7SupoiU { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:101.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGTIhA2t18SzeVhTAMDc4p2WPDCVT6x7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:103.8125rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TGTIhA2t18SzeVhTAMDc4p2WPDCVT6x7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TGTIhA2t18SzeVhTAMDc4p2WPDCVT6x7 li:before{  }
#rdee9LVQRG1sv0GSe8FnlpEI11uRS8pl { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:113.25rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rdee9LVQRG1sv0GSe8FnlpEI11uRS8pl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rdee9LVQRG1sv0GSe8FnlpEI11uRS8pl li:before{  }
#ZeyH59TXnPWu8VsMnhAAvJh3LuvbTP7S { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:111.25rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MT8gonsIAgLR8QRLVDGIvt6M3TRdMSLR { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:124.0625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MT8gonsIAgLR8QRLVDGIvt6M3TRdMSLR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MT8gonsIAgLR8QRLVDGIvt6M3TRdMSLR li:before{  }
#C3qyfT6CqTMSmvZLyutyBeMIMKyqGx0P { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:122.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iw0nb1SbFauhDS3aM0OWiy2DfIJqCI1q { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:119.9375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MruQnIOvF9xlrdEQtKbJebCTeuV61Zdm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:131.5rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MruQnIOvF9xlrdEQtKbJebCTeuV61Zdm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MruQnIOvF9xlrdEQtKbJebCTeuV61Zdm li:before{  }
#KEOKJztVgTkMqws63ryl48F5CHOfLP8d { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:129.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tdgF3Tts0JpJy5lVCs02zaxbHeFA1v3B { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:141.75rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#tdgF3Tts0JpJy5lVCs02zaxbHeFA1v3B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tdgF3Tts0JpJy5lVCs02zaxbHeFA1v3B li:before{  }
#b5y1J8DTALCTslM8UhG7KLUaRAD9SOoI { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:139.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xn4p2M0OLEPzJ2dES3axE0hdJF60U7GL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:137.625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tH7QnQ6nOWM0qadDQ5rGvs1EGCn7x8p9 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:148.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h0LA70ZrwxS53bVuKQS73z6aR4Sf3WRP { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:150rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#h0LA70ZrwxS53bVuKQS73z6aR4Sf3WRP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h0LA70ZrwxS53bVuKQS73z6aR4Sf3WRP li:before{  }
#pNh6TFoagC08vJN5ALwWLOw9mwyE5Bdr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:161.625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#pNh6TFoagC08vJN5ALwWLOw9mwyE5Bdr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pNh6TFoagC08vJN5ALwWLOw9mwyE5Bdr li:before{  }
#lkXKGwwfwln9HgPZyVlEM7u1qEI9enr7 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:159.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t6sbHc9XcJTWwQVEu5lkiShtE5Ua5IGT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:157.5rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vnqVUCCfh8JsDIotmGKCE7A2pHvTdAe9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:169.25rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vnqVUCCfh8JsDIotmGKCE7A2pHvTdAe9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vnqVUCCfh8JsDIotmGKCE7A2pHvTdAe9 li:before{  }
#x72kQsy2cGZZcFZRGwVxPy0kvAm4XrEU { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:167.3125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSv7nq0U5WIhMoEH5oUc7J74ztxCpTv8 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:180.9375rem;left:0rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ttwnyb1JzWZuSbeKgE37O5I41bw4VtTx { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:179rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tKn7DLT2EssweienbmMJKClh3Zs7t6BU { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:177.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#swmEaGsdLowu4ZmpW8JwcRh0KTNIRnTu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:191.6875rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#swmEaGsdLowu4ZmpW8JwcRh0KTNIRnTu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#swmEaGsdLowu4ZmpW8JwcRh0KTNIRnTu li:before{  }
#aEMrPfGGzRLHJH7g5TODVhMXxVw8LHut { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:189.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qn5akrRdbHhBWDLP8QUBrpZ6Nwe1cUEX { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:213.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qn5akrRdbHhBWDLP8QUBrpZ6Nwe1cUEX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qn5akrRdbHhBWDLP8QUBrpZ6Nwe1cUEX li:before{  }
#GCmoqt9neUdMatAx1vXfBhqmP6p5UTE5 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:211.25rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LFTPdIng6CFFOrktzJR82dF6qIZS39Bd { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:205.75rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LFTPdIng6CFFOrktzJR82dF6qIZS39Bd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LFTPdIng6CFFOrktzJR82dF6qIZS39Bd li:before{  }
#pS9mX7LEMNaQqnOQvPBTJSKe2H8uwX76 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:203.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eq6QOZD7AoZmyUvmZlFSiBQfNLn8DyGu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:201.625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D0RIeSBWSfupDwqiqyRBCqMkTzdzwCQr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:221.6875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#orts5ONFxZsPpHdaSUh3EuJ4JLIMzNyP { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:223.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l8fZ7uaBtpKcDOzOX6Oir4niVtXcZTTu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:225.4375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#l8fZ7uaBtpKcDOzOX6Oir4niVtXcZTTu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l8fZ7uaBtpKcDOzOX6Oir4niVtXcZTTu li:before{  }
#HTqDkwST6fXis9BJyVN5nEaoSS9xDLZI { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:230.375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tR1zT5evPG1Mb0gLPodpSRaHqnPqaG0i { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:232.3125rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#tR1zT5evPG1Mb0gLPodpSRaHqnPqaG0i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tR1zT5evPG1Mb0gLPodpSRaHqnPqaG0i li:before{  }
#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row .container { background-color: transparent; background-image: none; }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row .container > .video-iframe-container { display: none; }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row > .video-iframe-container { display: none; }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .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); }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row .container { border-width: 0; border-radius: 0; }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row .container { width:75rem;height:600.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#l5PLiI8M4tiRxRifdI0AhRQydlh9KKSU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:4.4375rem;left:0rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a12xiXLJeItTlBbpNm8uDrawTGbvW4fk { color:#0f0f10;display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.875rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TxhdewSDS9cQoXkAvcJEpcNhcagyCGr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:7.5rem;left:0rem;height:3.0244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PXOqiWZdWU24xUNXgFu7woduKvDgsGMw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#PXOqiWZdWU24xUNXgFu7woduKvDgsGMw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PXOqiWZdWU24xUNXgFu7woduKvDgsGMw li:before{  }
#x9ozGdtecveotvb8TxT5b71Izf99TWep { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.64990234375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gG3gh3vnrvQCDaRGmtV0DRAHTBf140hH { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:17.33740234375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UIS21RCTloWKXAOQwx5IuwSsWi5vcWBK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:19.25rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#UIS21RCTloWKXAOQwx5IuwSsWi5vcWBK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UIS21RCTloWKXAOQwx5IuwSsWi5vcWBK li:before{  }
#p6qebu3DWKtNcGDhSTMyo4yUtcpeMRop { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:31.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FgHV0I4eMMvP9adLlml2Qyd5aO4du1vN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:33.3125rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FgHV0I4eMMvP9adLlml2Qyd5aO4du1vN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FgHV0I4eMMvP9adLlml2Qyd5aO4du1vN li:before{  }
#OrCt9vNPvXfgHHum25tyU4laP7gwzBAn { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:42.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MgvTFSzMgUEG7xZcDaxOEu33tfMBqEsb { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:43.7998046875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqzRF2nRrOW5VHiG1CQU54UikcfHWARd { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:45.412109375rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TqzRF2nRrOW5VHiG1CQU54UikcfHWARd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TqzRF2nRrOW5VHiG1CQU54UikcfHWARd li:before{  }
#qT0zWGN3o8QbSmPaWO0zTkaITMCkLApx { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:54.4375rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XPrwbfbcd6IypFey8PlyEip2PTyNsqxz { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:52.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gerFmTUTxWA4I2dXv4WcsAEXq0I90MZP { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:64.0625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gerFmTUTxWA4I2dXv4WcsAEXq0I90MZP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gerFmTUTxWA4I2dXv4WcsAEXq0I90MZP li:before{  }
#CoHSrE8NTz9WBsTPBfIABPQWliNRyLlX { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:62.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jf82s3Gcfbd8gTatxy5x4FTxQct5KrUr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:71.5rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Jf82s3Gcfbd8gTatxy5x4FTxQct5KrUr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jf82s3Gcfbd8gTatxy5x4FTxQct5KrUr li:before{  }
#I9ystTPdTT8kScUfilhIarb9s7cueg7C { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:69.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bpaeb60COMfuqCRze08EF0ptrFXZ5RFO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:124.375rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bpaeb60COMfuqCRze08EF0ptrFXZ5RFO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bpaeb60COMfuqCRze08EF0ptrFXZ5RFO li:before{  }
#wIgG8e2IESyHXuwvmrzenWU8GXQeFrkB { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:122.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxWO4pO1f33CMUgNlpWTQoGHBvxh12V9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:115.1875rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wxWO4pO1f33CMUgNlpWTQoGHBvxh12V9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wxWO4pO1f33CMUgNlpWTQoGHBvxh12V9 li:before{  }
#XGTfRinxrCf46r04DMASemTP1eavH2tv { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:113.25rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I8IWGqgoBULLQcFbb8ZyLLVBQyT5Aby5 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:111.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VeteilCO7oVTpuCyTz0RbkV2ooq2unSN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:104.5rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VeteilCO7oVTpuCyTz0RbkV2ooq2unSN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VeteilCO7oVTpuCyTz0RbkV2ooq2unSN li:before{  }
#Har2TzFuxUxSUUzNeMslrz5L0gicgrtN { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:102.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rzw1yV9OoRZwVh8bDu6dCSvIeAXVL6XK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:91.5rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Rzw1yV9OoRZwVh8bDu6dCSvIeAXVL6XK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rzw1yV9OoRZwVh8bDu6dCSvIeAXVL6XK li:before{  }
#TSSHNt6H48Uad4ByvoHln8OaLc0lMyxd { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:89.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cw86KbBguROGB6fb4MD97O9URfBxGrrs { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:84.375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cw86KbBguROGB6fb4MD97O9URfBxGrrs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cw86KbBguROGB6fb4MD97O9URfBxGrrs li:before{  }
#e7D7fWt9k1Mu0lU34Mq1xSm8MxEWnhSZ { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:82.375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vOAbOSFDEnWIqhUVsT0ng5I24BkH8ECz { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:80.25rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JDdmM1uWg5odummD8LGgCx1JgOL5KrDp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:178.8125rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yGQbnLfn39n4wcuZxwvPa8AVu9Qq52Dq { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:176.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ppnfry8rrWnUAkekpSPablZPDod9T6T2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:169.1875rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZTsp2z9rcMvrRuTGlThJMxtdWB3gFept { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:167.25rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y3RDTNV4crKEEgzVrvghK9s2DBUkdXb6 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:165.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fUZCx0Cg0hBqtPX3oeNJ2eETdRTTnbZc { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:158.5625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fUZCx0Cg0hBqtPX3oeNJ2eETdRTTnbZc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fUZCx0Cg0hBqtPX3oeNJ2eETdRTTnbZc li:before{  }
#duCyk3b4AGBpvNLo4NsfuJX6MfnvzSTX { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:156.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IE3HUN6Qnd8f1XDR33Oqd2DoE2hgkeoA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:145rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IE3HUN6Qnd8f1XDR33Oqd2DoE2hgkeoA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IE3HUN6Qnd8f1XDR33Oqd2DoE2hgkeoA li:before{  }
#crT4JXNWSLxSROvJt6P3Lq19aKOnBdra { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:143rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GshULgHkeMPh4TKUs4GZxP38qvq6qkmJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:137.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GshULgHkeMPh4TKUs4GZxP38qvq6qkmJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GshULgHkeMPh4TKUs4GZxP38qvq6qkmJ li:before{  }
#sPcrLakuhcBGIJgKJ6tLktmV4vFt0gr9 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:135.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nQM0RrTCF52HNdG0lgqFKLqJPR8k3uXV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:133.0625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w8xfWG3NbDzDTUlAKrZTfzCvvFkiABL0 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:223.5625rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rg67bXVi0ODTv1cdQM8nwefO26IJtwgk { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:221.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LVDnscV9B5NwZvNOtmMt9TiBB2THd3SE { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:220.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eGJa8qb6ss7ZOx1dGAWxhbgmUq6zQgEe { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:213.25rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#eGJa8qb6ss7ZOx1dGAWxhbgmUq6zQgEe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eGJa8qb6ss7ZOx1dGAWxhbgmUq6zQgEe li:before{  }
#GtTxoc1ahBA1nh456L7JDAkl5VKy3yC9 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:211.25rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qcpRicGaW97u0NbAKCb8TR1RFoQAZkBI { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:200.4375rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qcpRicGaW97u0NbAKCb8TR1RFoQAZkBI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qcpRicGaW97u0NbAKCb8TR1RFoQAZkBI li:before{  }
#s60Tdz84fXU3gkE0JeSg6gTFggAJlXHF { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:198.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RO6Chm3QGIIIcEZWWoaNurztFt5RithT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:193.125rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RO6Chm3QGIIIcEZWWoaNurztFt5RithT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RO6Chm3QGIIIcEZWWoaNurztFt5RithT li:before{  }
#bfAOawAtAxN433xxDRsGe0fJaJpXKnyK { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:191.125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b08HFDHvDM86WKeVkhIqk9sbkWL5D5c6 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:189rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZMbRcASyTESmXXnxbCtczdZypUwF3ug { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:278.625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TZMbRcASyTESmXXnxbCtczdZypUwF3ug li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TZMbRcASyTESmXXnxbCtczdZypUwF3ug li:before{  }
#LgnqrQODfEu49EvuOIG7KJgV3uFyFFTc { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:276.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Moos7Ls6kfTChQ5RJH7UIl4QOs2PLVmH { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:268.625rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Moos7Ls6kfTChQ5RJH7UIl4QOs2PLVmH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Moos7Ls6kfTChQ5RJH7UIl4QOs2PLVmH li:before{  }
#xMcXcqdZoXDfMtdkgnqxAtgTk0g8hovL { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:266.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ITTnsnvDJDSaZCASkVwEeHBSsy42AEli { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:265.125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eQzxTdzo6rhTyl7MOg7dh4yhNz13JGcu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:258.5rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#eQzxTdzo6rhTyl7MOg7dh4yhNz13JGcu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eQzxTdzo6rhTyl7MOg7dh4yhNz13JGcu li:before{  }
#d0meiVJtHdBmfQGUDNeuVIt98QEM0fNU { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:256.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EXTyVAkB16LG6Dc7DqmXdtq6seBtN0di { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:245.375rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#EXTyVAkB16LG6Dc7DqmXdtq6seBtN0di li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EXTyVAkB16LG6Dc7DqmXdtq6seBtN0di li:before{  }
#rSGTE0XW4XWRAkqcsumMmQ774b2VaIiO { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:243.375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GRbReKt03r6oxH20zAVHw7X4xrGTSUwy { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:238.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GRbReKt03r6oxH20zAVHw7X4xrGTSUwy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GRbReKt03r6oxH20zAVHw7X4xrGTSUwy li:before{  }
#UxJcoyaW156Tod91LyMECCzuXqH42Rt1 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:236.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d02ZGXCfDEG9fHuWTDW5qK4NrAWqgN1y { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:234.0625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wLETXunQPJSsRdbrn6vzuPZAbdLwfVzW { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:318.4375rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wLETXunQPJSsRdbrn6vzuPZAbdLwfVzW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wLETXunQPJSsRdbrn6vzuPZAbdLwfVzW li:before{  }
#x48ZrlZgR75mqhvsO66UOgLQlOZmAFOM { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:316.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Du3Qr0cQmKvFsbT3GrZNLCtgkdNQNxCo { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:314.9375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H3fa9ybxdCIl282JT6v9SsRxvTDxvdUQ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:308.25rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#H3fa9ybxdCIl282JT6v9SsRxvTDxvdUQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H3fa9ybxdCIl282JT6v9SsRxvTDxvdUQ li:before{  }
#UX6G5rr8sueD3cm8bolvbrEtmvy1DsK2 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:306.25rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VtVEHOEkJdDIvxsbidTLXlCgkO21eXNd { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:297.0625rem;left:0rem;height:8.160125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VtVEHOEkJdDIvxsbidTLXlCgkO21eXNd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VtVEHOEkJdDIvxsbidTLXlCgkO21eXNd li:before{  }
#eamUq4TVaMOsmPw28fVGkJ0tzFD5DNyX { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:295.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ehNRVDbwNZ7cOVd4dlxZOf1K21T8q7Qv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:290.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ehNRVDbwNZ7cOVd4dlxZOf1K21T8q7Qv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ehNRVDbwNZ7cOVd4dlxZOf1K21T8q7Qv li:before{  }
#bzZVL1aZPuL5Tkwh7yixLciQcdShXE4w { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:288.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GAtoTdgfmqSdXxH2fX2J48sEHrRkkK1y { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:286.0625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m7NsATwzVlMCEa4HK2HGdHMIkT19bw7Q { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:339.0625rem;left:0rem;height:8.160125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#m7NsATwzVlMCEa4HK2HGdHMIkT19bw7Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m7NsATwzVlMCEa4HK2HGdHMIkT19bw7Q li:before{  }
#VJPwI5XzRvutlxX2Kf3LOzcZt3JClKEx { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:337.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dAlpcTVBpsRm0Ox4Rk7XpevqSuG3WoUq { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:331.9375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dAlpcTVBpsRm0Ox4Rk7XpevqSuG3WoUq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dAlpcTVBpsRm0Ox4Rk7XpevqSuG3WoUq li:before{  }
#IhgmHEuUI36m4fkuevqKUrTWgQKrI0d8 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:329.9375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mZP2UZOAZx91UJnKhvdR9xHJOLBTOS8G { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:327.8125rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VXh9HQZv33lSRKumMkdIqRfMnf57oDko { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:349.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wK6NegbJFotAtPJ9lkq9eIfHd8T4gDHT { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:351.125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G647M9SN4yrKiEi7Q9cK73D1JMpm28bn { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:353.0625rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#G647M9SN4yrKiEi7Q9cK73D1JMpm28bn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G647M9SN4yrKiEi7Q9cK73D1JMpm28bn li:before{  }
#UOQRSdMhUOfZt0G8KTzUuTRv9kmCJlJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:363.1875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cXgkCTTVKEXle6AgpcDHW4wmwBd0aEE4 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:365.3125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ef7lZD4iF7iiHuBApixbLSvBT4I1yMpi { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:367.3125rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ef7lZD4iF7iiHuBApixbLSvBT4I1yMpi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ef7lZD4iF7iiHuBApixbLSvBT4I1yMpi li:before{  }
#lep00Lx4SDJpJw5ORaxv5wM2atrPG3HF { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:373.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uAV0QKZ6RNhbQR0cucihZ8szcg3IH7xJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:375.0625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#uAV0QKZ6RNhbQR0cucihZ8szcg3IH7xJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uAV0QKZ6RNhbQR0cucihZ8szcg3IH7xJ li:before{  }
#Fq2ObsvfVW7AKSaOXPCJQLgP1Vlw399S { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:384.125rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Fq2ObsvfVW7AKSaOXPCJQLgP1Vlw399S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fq2ObsvfVW7AKSaOXPCJQLgP1Vlw399S li:before{  }
#uSM9rCmXRcSlG5f8LX7lyRwXBlLzkVfT { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:382.125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wJAkxn1Z2AnlPFPI0up4ywJmTcq1TXNI { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:392.875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DrxSTPkTfCrVytdm2PdIlTQqPiQnEhnT { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:395rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJ8s7qN4D6hfZ8TkJfSs1OXOWUgUnWgs { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:397rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TJ8s7qN4D6hfZ8TkJfSs1OXOWUgUnWgs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TJ8s7qN4D6hfZ8TkJfSs1OXOWUgUnWgs li:before{  }
#r3LlQsUwsQEnaoZyngbVVzDGNVLDk1g8 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:402.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fkA4EnkHM7akK0BHM9NCZqJnf08hrlRD { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:404.4375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fkA4EnkHM7akK0BHM9NCZqJnf08hrlRD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fkA4EnkHM7akK0BHM9NCZqJnf08hrlRD li:before{  }
#WG8Jlb9gCFtGUhHEMrcdb8ITEzK5KoZK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:412.0625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wl2WRmT4l8kIJtfHBHenKdRvFeLC2Ju1 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:414.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#idWLPFvXisIfLVrxsHKbaPhOO0VSvdrO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:416.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#idWLPFvXisIfLVrxsHKbaPhOO0VSvdrO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#idWLPFvXisIfLVrxsHKbaPhOO0VSvdrO li:before{  }
#AfUq50tDXxrd1s1KG0NRlEGS1KpnFPnp { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:421.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uS1gq9Ja7Am7LOq59crLbTTn0ABAI3Vl { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:423.5rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#uS1gq9Ja7Am7LOq59crLbTTn0ABAI3Vl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uS1gq9Ja7Am7LOq59crLbTTn0ABAI3Vl li:before{  }
#qOgmm3BWN3WoRFvUfqPFLmnVINgEWIEE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:471.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qOgmm3BWN3WoRFvUfqPFLmnVINgEWIEE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qOgmm3BWN3WoRFvUfqPFLmnVINgEWIEE li:before{  }
#PnQMD0JA1kgll82ZSwFwyd9251wEHz3u { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:469.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KJTaFAedgmWyhkXIu4TcOUmvlZp3DRSS { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:465.3125rem;left:0rem;height:2.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KJTaFAedgmWyhkXIu4TcOUmvlZp3DRSS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KJTaFAedgmWyhkXIu4TcOUmvlZp3DRSS li:before{  }
#sn2GySJ1uDoFcKJ5WcyIEviadmET17sU { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:463.3125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ilWxDkb1LCK36Ux2XHTyQsgfuVC2yFmp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:461.1875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VFD2TVWBcv4VyuzbB65tHVb1BBTM7dHl { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:452.625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VFD2TVWBcv4VyuzbB65tHVb1BBTM7dHl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VFD2TVWBcv4VyuzbB65tHVb1BBTM7dHl li:before{  }
#sb2s00k5WaIChpXio26S8KQVNbwnMhku { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:450.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ytfnQ7W9lOwRszDsHR0F6aWmtK6PZult { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:443.4375rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ytfnQ7W9lOwRszDsHR0F6aWmtK6PZult li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ytfnQ7W9lOwRszDsHR0F6aWmtK6PZult li:before{  }
#Ogfq94KlWo21XZMLTy3HlDQxfTU25Ouq { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:441.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KyhW1JdrpimLJP3g3ETGvSONXXJqBuKb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:435.5625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KyhW1JdrpimLJP3g3ETGvSONXXJqBuKb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KyhW1JdrpimLJP3g3ETGvSONXXJqBuKb li:before{  }
#TmahA9PWtsJOwGdl12GcXpAdx2EUqipU { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:433.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zp72ImGF61iGpmZ3R0l8wGVwydwJRTS9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:431.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WbUM3T24pWUJZSW2bikQzInrNTQ6nERT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:478.9375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fC9KWXsehL0ERASvTguTE5aLLwTgrTMu { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:481.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rk9Ky0T1FJ7r5IrsCMJwaRy3XnJa4HPW { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:483.0625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Rk9Ky0T1FJ7r5IrsCMJwaRy3XnJa4HPW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rk9Ky0T1FJ7r5IrsCMJwaRy3XnJa4HPW li:before{  }
#U5heOT74kTHQ7ewedLcrNTdkgxQa4IcT { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:488.9375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FC2TI8OiUvcSsEWekRvzhXbcvp7LvX8V { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:490.9375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FC2TI8OiUvcSsEWekRvzhXbcvp7LvX8V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FC2TI8OiUvcSsEWekRvzhXbcvp7LvX8V li:before{  }
#sO0htHFNJXMulBxOifpSTXEKIF4VTTUu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:518.5625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sO0htHFNJXMulBxOifpSTXEKIF4VTTUu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sO0htHFNJXMulBxOifpSTXEKIF4VTTUu li:before{  }
#brhhiGS7ubsmkzvJn5lHlS3q6OwdoF9E { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:516.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cUIWMOBmOtSu78ZWP12oCqJWXqsWW8vp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:510.9375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cUIWMOBmOtSu78ZWP12oCqJWXqsWW8vp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cUIWMOBmOtSu78ZWP12oCqJWXqsWW8vp li:before{  }
#m1FxoTKx3HLWRWsMnnceEtTa67SNQCiz { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:508.9375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTI59sMqL4Vsiha3O2kJQ3kkZX3VHJES { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:504.0625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FTI59sMqL4Vsiha3O2kJQ3kkZX3VHJES li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FTI59sMqL4Vsiha3O2kJQ3kkZX3VHJES li:before{  }
#dJqERScMzXvWKugFxg03D7Sz9v7kKkZR { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:502.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W866SOormpLo8vaoSef9RyDT9aulJVet { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:499.9375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLloCATBqBwpz4aAAFrImwzcNLMyOx2o { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:549.125rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TLloCATBqBwpz4aAAFrImwzcNLMyOx2o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TLloCATBqBwpz4aAAFrImwzcNLMyOx2o li:before{  }
#blA5usDnHzUvnPgrdI6tgyM63ymHJDIP { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:547.125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rzW0QseeQZLafP7gFTSxTwFTcNOyTVaH { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:538.375rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rzW0QseeQZLafP7gFTSxTwFTcNOyTVaH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rzW0QseeQZLafP7gFTSxTwFTcNOyTVaH li:before{  }
#xaTcBSh76HKgT9WBo0kgNyXCSzPTs0ti { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:536.375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKxtkyMtMsdiIuHB799THLI3m4U0cfsL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:531.375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hKxtkyMtMsdiIuHB799THLI3m4U0cfsL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hKxtkyMtMsdiIuHB799THLI3m4U0cfsL li:before{  }
#pnpT9KRJXy456NHGQ6BiCAfCa3gHAqRl { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:529.375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M8bvvDuoHPLzuJvQvD3lrRwGpoU9PEcA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:527.25rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DftIN5k1PhWSeI1KI1SJWL6BMNP7aFxW { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:589.625rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NkGkB0RtIlGr3DgzCKdLFHe0ueKQUBf4 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:582.625rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#luiU2qg4s9vwVC0e8T5QrUrZtsAIqIBf { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:580.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHC6DzoFeFCtD7GStbV6oF7EITSWrIAm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:572.75rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qkOIRGftDTLeDUqE48uR3wXZSRsrXRLT { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:570.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CMcB3vgStAq610ipzUHQ0wifwQD0qs7L { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:561.5rem;left:0rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LDigGetpWbAVSup0u9THFIVptnSRWpAJ { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:559.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lKJoIBqX6PVLufAKw5Sntclcq5l28hq3 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:557.375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1ffbV6f4/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC.adaptive-delivery-prevent-bg, #mTGRvvS7pfxM4HLL8uksIpTqRVykenkC.lazyload, #mTGRvvS7pfxM4HLL8uksIpTqRVykenkC.lazyloading { background-image: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { background-color: transparent; background-image: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container > .video-iframe-container { display: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row > .video-iframe-container { display: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .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); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { border-width: 0; border-radius: 0; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC::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; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#i15lUnPgcofiG1na36QkkQaRJCkLTssO { color:rgba(var(--color-tertiary-0),1);display:block;width:49.375rem;position:absolute;font-family:"kulim park";font-size:0.75rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:3.03759765625rem;left:12.8125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz { display:block; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAE4RSOHfdIWecWtmtWLeDkFGBkBHI0z { width:21.3125rem;height:6.0625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld9qHTi9ohghSDNSLM9krathPPrqXSy7 { top:1.625rem;left:33.875rem;width:13.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBwTFhVFhTZanUbFP2TOTcS3JhJEeVKh { display:block; }
 }@media only screen and (max-width: 763px) { #n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw { display:block; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFqRVWGnJVZOoAGLc7Zu4T4KgvmSB4GO { top:2.6875rem;left:0rem;width:47.75rem;height:7rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZtqNwNoQM0D1VnWalACPTneTux3e3Wa { top:11.875rem;left:0rem;width:36.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X94g662kgHk5g36Fv0l3ZTvW2GguvJEc { top:7.0625rem;left:41.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPhimTZcPdeIUREqxaMHTyCQ6o8IyBm4 { top:11.875rem;left:41.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { top:10.0625rem;left:0.90625rem;width:45.9375rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { top:2.75rem;left:10.1875rem;width:27.375rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA1fuG8C6kJxwWN1A17JlJniDgbXePMX { top:16.25rem;left:14.3125rem;width:19.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7sNdiwWyVGI7lCV23SJeBT68hGFvnIr { display:block; }
 }@media only screen and (max-width: 763px) { #SQ4kW4sfhObJBaxihJgdXSMEGWmbzn2o { top:17.125rem;left:15.6875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq { display:block; }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4fREO1eOH2kwJ2HmJkfReAeXDb70lRJ { width:47.75rem;height:7.5rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLTc6x1tLMPUpGNLKTq3beMI3hFknTQH { width:46rem;height:1.5625rem;top:9.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NampQOlIaBLsbZGvVqZ2T3voAwNJemgh { width:47.75rem;height:2.1875rem;top:4.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK { display:block; }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3Vy8kZU6N38Vqx8xGsTfWUMh1qeqdvT { width:47.75rem;height:2.1875rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf7eyMmUBo76vt4C5KxFS0KFnxa7TnZG { width:38.4375rem;height:1.5625rem;top:2.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWQRzQiAt6csBmu4OWeOZexOLcxr0RA5 { width:47.75rem;height:4.5rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7VREc4upmfrHrl4rRIHln19Aoc9v51S { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#J7VREc4upmfrHrl4rRIHln19Aoc9v51S li:before{  }
 }@media only screen and (max-width: 763px) { #Qdk4TclKzkK3urR8A7hZruobbKuQ0RC6 { width:47.75rem;height:1.1875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3UUkcgfh63lyHruAT87TuMF3eExiT6U { width:47.75rem;height:1.1875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd0zdcqTpDzrItCJF8rhvw6czNoUVIyM { width:47.75rem;height:;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }#Qd0zdcqTpDzrItCJF8rhvw6czNoUVIyM li:before{  }
 }@media only screen and (max-width: 763px) { #MrObvKlqQ5VO7ZQJ6LgqHJ4osyiZFXlz { width:47.75rem;height:1.1875rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkfhoWNoHarPlyTdFTl2ZTBVA9rmUiPd { width:47.75rem;height:1.1875rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6miFHGKTkWy6ISxL7KM9hKU6nEP1Tq0 { width:47.75rem;height:;top:32.8125rem;left:0rem;font-size:0.875rem;display:block; }#A6miFHGKTkWy6ISxL7KM9hKU6nEP1Tq0 li:before{  }
 }@media only screen and (max-width: 763px) { #aZfuU7lUAogvbTGUgbtZQdAo9NfxLbVy { width:47.75rem;height:1.1875rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEhNHORidxKGRvfhrxLacFHdkgUzwi6F { width:47.75rem;height:7.5rem;top:42.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNC0ryvKDZ0BETUGX5CHlkVii0CIfkhE { width:47.75rem;height:5.3125rem;top:53rem;left:0rem;font-size:0.875rem;display:block; }#HNC0ryvKDZ0BETUGX5CHlkVii0CIfkhE li:before{  }
 }@media only screen and (max-width: 763px) { #W3A7HnP6fZ9f8lPohra3eFRDDAmfJ0l4 { width:47.75rem;height:1.1875rem;top:51.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKJboaoXQVpqSJGgTnoId86ZUFPLBWTf { width:47.75rem;height:3rem;top:61.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtcDBLfuTxOBgFxQ2GnILnvkzvNbUAam { width:47.75rem;height:1.1875rem;top:63.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8eWPbKR7heiRwazV8ndmMZy1qHuux2w { width:47.75rem;height:3.875rem;top:65.875rem;left:0rem;font-size:0.875rem;display:block; }#r8eWPbKR7heiRwazV8ndmMZy1qHuux2w li:before{  }
 }@media only screen and (max-width: 763px) { #LHxXN2tiXeytw9G3z5aacCgFFFrTBttp { width:47.75rem;height:1.1875rem;top:71.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exT8XTX0GgHdteFduXE1GGgCv7Gtz8tN { width:47.75rem;height:6.6875rem;top:73.5rem;left:0rem;font-size:0.875rem;display:block; }#exT8XTX0GgHdteFduXE1GGgCv7Gtz8tN li:before{  }
 }@media only screen and (max-width: 763px) { #xKVS5xrTC5S9TS6R3WpKfUztgl4uV5oy { width:47.75rem;height:1.1875rem;top:81.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z02vh22xtiD8sZWZ7BDillstphsoghQs { width:47.75rem;height:5.3125rem;top:83.8125rem;left:0rem;font-size:0.875rem;display:block; }#z02vh22xtiD8sZWZ7BDillstphsoghQs li:before{  }
 }@media only screen and (max-width: 763px) { #SAezBFuHRgNwJdotwbuaKSK7A7wRivKr { width:47.75rem;height:3.875rem;top:96rem;left:0rem;font-size:0.875rem;display:block; }#SAezBFuHRgNwJdotwbuaKSK7A7wRivKr li:before{  }
 }@media only screen and (max-width: 763px) { #Iw3CceD5oGeg8s7fzlsCBeUv7fzWRd46 { width:47.75rem;height:1.1875rem;top:94rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R034adzz91xahtuf4hfAPOTy1P0x0HMp { width:47.75rem;height:1.5rem;top:91.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab6TiuJbTy2KhchKF4X0fREqn7SupoiU { width:47.75rem;height:1.1875rem;top:101.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGTIhA2t18SzeVhTAMDc4p2WPDCVT6x7 { width:47.75rem;height:5.3125rem;top:103.8125rem;left:0rem;font-size:0.875rem;display:block; }#TGTIhA2t18SzeVhTAMDc4p2WPDCVT6x7 li:before{  }
 }@media only screen and (max-width: 763px) { #rdee9LVQRG1sv0GSe8FnlpEI11uRS8pl { width:47.75rem;height:3.875rem;top:113.25rem;left:0rem;font-size:0.875rem;display:block; }#rdee9LVQRG1sv0GSe8FnlpEI11uRS8pl li:before{  }
 }@media only screen and (max-width: 763px) { #ZeyH59TXnPWu8VsMnhAAvJh3LuvbTP7S { width:47.75rem;height:1.1875rem;top:111.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8gonsIAgLR8QRLVDGIvt6M3TRdMSLR { width:47.75rem;height:3.875rem;top:124.0625rem;left:0rem;font-size:0.875rem;display:block; }#MT8gonsIAgLR8QRLVDGIvt6M3TRdMSLR li:before{  }
 }@media only screen and (max-width: 763px) { #C3qyfT6CqTMSmvZLyutyBeMIMKyqGx0P { width:47.75rem;height:1.1875rem;top:122.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw0nb1SbFauhDS3aM0OWiy2DfIJqCI1q { width:47.75rem;height:1.5rem;top:119.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MruQnIOvF9xlrdEQtKbJebCTeuV61Zdm { width:47.75rem;height:3.875rem;top:131.5rem;left:0rem;font-size:0.875rem;display:block; }#MruQnIOvF9xlrdEQtKbJebCTeuV61Zdm li:before{  }
 }@media only screen and (max-width: 763px) { #KEOKJztVgTkMqws63ryl48F5CHOfLP8d { width:47.75rem;height:1.1875rem;top:129.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdgF3Tts0JpJy5lVCs02zaxbHeFA1v3B { width:47.75rem;height:3.875rem;top:141.75rem;left:0rem;font-size:0.875rem;display:block; }#tdgF3Tts0JpJy5lVCs02zaxbHeFA1v3B li:before{  }
 }@media only screen and (max-width: 763px) { #b5y1J8DTALCTslM8UhG7KLUaRAD9SOoI { width:47.75rem;height:1.1875rem;top:139.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn4p2M0OLEPzJ2dES3axE0hdJF60U7GL { width:47.75rem;height:1.5rem;top:137.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH7QnQ6nOWM0qadDQ5rGvs1EGCn7x8p9 { width:47.75rem;height:1.1875rem;top:148.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0LA70ZrwxS53bVuKQS73z6aR4Sf3WRP { width:47.75rem;height:3.875rem;top:150rem;left:0rem;font-size:0.875rem;display:block; }#h0LA70ZrwxS53bVuKQS73z6aR4Sf3WRP li:before{  }
 }@media only screen and (max-width: 763px) { #pNh6TFoagC08vJN5ALwWLOw9mwyE5Bdr { width:47.75rem;height:3.875rem;top:161.625rem;left:0rem;font-size:0.875rem;display:block; }#pNh6TFoagC08vJN5ALwWLOw9mwyE5Bdr li:before{  }
 }@media only screen and (max-width: 763px) { #lkXKGwwfwln9HgPZyVlEM7u1qEI9enr7 { width:47.75rem;height:1.1875rem;top:159.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6sbHc9XcJTWwQVEu5lkiShtE5Ua5IGT { width:47.75rem;height:1.5rem;top:157.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnqVUCCfh8JsDIotmGKCE7A2pHvTdAe9 { width:47.75rem;height:6.6875rem;top:169.25rem;left:0rem;font-size:0.875rem;display:block; }#vnqVUCCfh8JsDIotmGKCE7A2pHvTdAe9 li:before{  }
 }@media only screen and (max-width: 763px) { #x72kQsy2cGZZcFZRGwVxPy0kvAm4XrEU { width:47.75rem;height:1.1875rem;top:167.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSv7nq0U5WIhMoEH5oUc7J74ztxCpTv8 { width:47.75rem;height:7.5rem;top:180.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttwnyb1JzWZuSbeKgE37O5I41bw4VtTx { width:47.75rem;height:1.1875rem;top:179rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKn7DLT2EssweienbmMJKClh3Zs7t6BU { width:47.75rem;height:1.1875rem;top:177.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swmEaGsdLowu4ZmpW8JwcRh0KTNIRnTu { width:47.75rem;height:5.3125rem;top:191.6875rem;left:0rem;font-size:0.875rem;display:block; }#swmEaGsdLowu4ZmpW8JwcRh0KTNIRnTu li:before{  }
 }@media only screen and (max-width: 763px) { #aEMrPfGGzRLHJH7g5TODVhMXxVw8LHut { width:47.75rem;height:1.1875rem;top:189.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn5akrRdbHhBWDLP8QUBrpZ6Nwe1cUEX { width:47.75rem;height:3.875rem;top:213.1875rem;left:0rem;font-size:0.875rem;display:block; }#qn5akrRdbHhBWDLP8QUBrpZ6Nwe1cUEX li:before{  }
 }@media only screen and (max-width: 763px) { #GCmoqt9neUdMatAx1vXfBhqmP6p5UTE5 { width:47.75rem;height:1.1875rem;top:211.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFTPdIng6CFFOrktzJR82dF6qIZS39Bd { width:47.75rem;height:3.875rem;top:205.75rem;left:0rem;font-size:0.875rem;display:block; }#LFTPdIng6CFFOrktzJR82dF6qIZS39Bd li:before{  }
 }@media only screen and (max-width: 763px) { #pS9mX7LEMNaQqnOQvPBTJSKe2H8uwX76 { width:47.75rem;height:1.1875rem;top:203.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq6QOZD7AoZmyUvmZlFSiBQfNLn8DyGu { width:47.75rem;height:1.5rem;top:201.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0RIeSBWSfupDwqiqyRBCqMkTzdzwCQr { width:47.75rem;height:1.5rem;top:221.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orts5ONFxZsPpHdaSUh3EuJ4JLIMzNyP { width:47.75rem;height:1.1875rem;top:223.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8fZ7uaBtpKcDOzOX6Oir4niVtXcZTTu { width:47.75rem;height:3.875rem;top:225.4375rem;left:0rem;font-size:0.875rem;display:block; }#l8fZ7uaBtpKcDOzOX6Oir4niVtXcZTTu li:before{  }
 }@media only screen and (max-width: 763px) { #HTqDkwST6fXis9BJyVN5nEaoSS9xDLZI { width:47.75rem;height:1.1875rem;top:230.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR1zT5evPG1Mb0gLPodpSRaHqnPqaG0i { width:47.75rem;height:3.875rem;top:232.3125rem;left:0rem;font-size:0.875rem;display:block; }#tR1zT5evPG1Mb0gLPodpSRaHqnPqaG0i li:before{  }
 }@media only screen and (max-width: 763px) { #WD71x7biwyBIxzOwLlc0Giy02TPKPBRs { display:block; }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5PLiI8M4tiRxRifdI0AhRQydlh9KKSU { width:47.75rem;height:1.0625rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a12xiXLJeItTlBbpNm8uDrawTGbvW4fk { width:38.4375rem;height:1.5625rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxhdewSDS9cQoXkAvcJEpcNhcagyCGr9 { width:47.75rem;height:3rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXOqiWZdWU24xUNXgFu7woduKvDgsGMw { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#PXOqiWZdWU24xUNXgFu7woduKvDgsGMw li:before{  }
 }@media only screen and (max-width: 763px) { #x9ozGdtecveotvb8TxT5b71Izf99TWep { width:47.75rem;height:1.1875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG3gh3vnrvQCDaRGmtV0DRAHTBf140hH { width:47.75rem;height:1.1875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIS21RCTloWKXAOQwx5IuwSsWi5vcWBK { width:47.75rem;height:;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }#UIS21RCTloWKXAOQwx5IuwSsWi5vcWBK li:before{  }
 }@media only screen and (max-width: 763px) { #p6qebu3DWKtNcGDhSTMyo4yUtcpeMRop { width:47.75rem;height:1.1875rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgHV0I4eMMvP9adLlml2Qyd5aO4du1vN { width:47.75rem;height:6.6875rem;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }#FgHV0I4eMMvP9adLlml2Qyd5aO4du1vN li:before{  }
 }@media only screen and (max-width: 763px) { #OrCt9vNPvXfgHHum25tyU4laP7gwzBAn { width:47.75rem;height:1.1875rem;top:42.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgvTFSzMgUEG7xZcDaxOEu33tfMBqEsb { width:47.75rem;height:1.1875rem;top:43.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqzRF2nRrOW5VHiG1CQU54UikcfHWARd { width:47.75rem;height:5.3125rem;top:45.375rem;left:0rem;font-size:0.875rem;display:block; }#TqzRF2nRrOW5VHiG1CQU54UikcfHWARd li:before{  }
 }@media only screen and (max-width: 763px) { #qT0zWGN3o8QbSmPaWO0zTkaITMCkLApx { width:47.75rem;height:6rem;top:54.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPrwbfbcd6IypFey8PlyEip2PTyNsqxz { width:47.75rem;height:1.1875rem;top:52.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gerFmTUTxWA4I2dXv4WcsAEXq0I90MZP { width:47.75rem;height:3.875rem;top:64.0625rem;left:0rem;font-size:0.875rem;display:block; }#gerFmTUTxWA4I2dXv4WcsAEXq0I90MZP li:before{  }
 }@media only screen and (max-width: 763px) { #CoHSrE8NTz9WBsTPBfIABPQWliNRyLlX { width:47.75rem;height:1.1875rem;top:62.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf82s3Gcfbd8gTatxy5x4FTxQct5KrUr { width:47.75rem;height:3.875rem;top:71.5rem;left:0rem;font-size:0.875rem;display:block; }#Jf82s3Gcfbd8gTatxy5x4FTxQct5KrUr li:before{  }
 }@media only screen and (max-width: 763px) { #I9ystTPdTT8kScUfilhIarb9s7cueg7C { width:47.75rem;height:1.1875rem;top:69.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpaeb60COMfuqCRze08EF0ptrFXZ5RFO { width:47.75rem;height:5.3125rem;top:124.375rem;left:0rem;font-size:0.875rem;display:block; }#bpaeb60COMfuqCRze08EF0ptrFXZ5RFO li:before{  }
 }@media only screen and (max-width: 763px) { #wIgG8e2IESyHXuwvmrzenWU8GXQeFrkB { width:47.75rem;height:1.1875rem;top:122.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxWO4pO1f33CMUgNlpWTQoGHBvxh12V9 { width:47.75rem;height:5.3125rem;top:115.1875rem;left:0rem;font-size:0.875rem;display:block; }#wxWO4pO1f33CMUgNlpWTQoGHBvxh12V9 li:before{  }
 }@media only screen and (max-width: 763px) { #XGTfRinxrCf46r04DMASemTP1eavH2tv { width:47.75rem;height:1.1875rem;top:113.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8IWGqgoBULLQcFbb8ZyLLVBQyT5Aby5 { width:47.75rem;height:1.1875rem;top:111.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeteilCO7oVTpuCyTz0RbkV2ooq2unSN { width:47.75rem;height:5.3125rem;top:104.5rem;left:0rem;font-size:0.875rem;display:block; }#VeteilCO7oVTpuCyTz0RbkV2ooq2unSN li:before{  }
 }@media only screen and (max-width: 763px) { #Har2TzFuxUxSUUzNeMslrz5L0gicgrtN { width:47.75rem;height:1.1875rem;top:102.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzw1yV9OoRZwVh8bDu6dCSvIeAXVL6XK { width:47.75rem;height:9.5625rem;top:91.5rem;left:0rem;font-size:0.875rem;display:block; }#Rzw1yV9OoRZwVh8bDu6dCSvIeAXVL6XK li:before{  }
 }@media only screen and (max-width: 763px) { #TSSHNt6H48Uad4ByvoHln8OaLc0lMyxd { width:47.75rem;height:1.1875rem;top:89.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw86KbBguROGB6fb4MD97O9URfBxGrrs { width:47.75rem;height:3.875rem;top:84.375rem;left:0rem;font-size:0.875rem;display:block; }#cw86KbBguROGB6fb4MD97O9URfBxGrrs li:before{  }
 }@media only screen and (max-width: 763px) { #e7D7fWt9k1Mu0lU34Mq1xSm8MxEWnhSZ { width:47.75rem;height:1.1875rem;top:82.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOAbOSFDEnWIqhUVsT0ng5I24BkH8ECz { width:47.75rem;height:1.5rem;top:80.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDdmM1uWg5odummD8LGgCx1JgOL5KrDp { width:47.75rem;height:6rem;top:178.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGQbnLfn39n4wcuZxwvPa8AVu9Qq52Dq { width:47.75rem;height:1.1875rem;top:176.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppnfry8rrWnUAkekpSPablZPDod9T6T2 { width:47.75rem;height:6rem;top:169.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTsp2z9rcMvrRuTGlThJMxtdWB3gFept { width:47.75rem;height:1.1875rem;top:167.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3RDTNV4crKEEgzVrvghK9s2DBUkdXb6 { width:47.75rem;height:1.1875rem;top:165.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUZCx0Cg0hBqtPX3oeNJ2eETdRTTnbZc { width:47.75rem;height:5.3125rem;top:158.5625rem;left:0rem;font-size:0.875rem;display:block; }#fUZCx0Cg0hBqtPX3oeNJ2eETdRTTnbZc li:before{  }
 }@media only screen and (max-width: 763px) { #duCyk3b4AGBpvNLo4NsfuJX6MfnvzSTX { width:47.75rem;height:1.1875rem;top:156.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE3HUN6Qnd8f1XDR33Oqd2DoE2hgkeoA { width:47.75rem;height:9.5625rem;top:145rem;left:0rem;font-size:0.875rem;display:block; }#IE3HUN6Qnd8f1XDR33Oqd2DoE2hgkeoA li:before{  }
 }@media only screen and (max-width: 763px) { #crT4JXNWSLxSROvJt6P3Lq19aKOnBdra { width:47.75rem;height:1.1875rem;top:143rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GshULgHkeMPh4TKUs4GZxP38qvq6qkmJ { width:47.75rem;height:3.875rem;top:137.1875rem;left:0rem;font-size:0.875rem;display:block; }#GshULgHkeMPh4TKUs4GZxP38qvq6qkmJ li:before{  }
 }@media only screen and (max-width: 763px) { #sPcrLakuhcBGIJgKJ6tLktmV4vFt0gr9 { width:47.75rem;height:1.1875rem;top:135.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQM0RrTCF52HNdG0lgqFKLqJPR8k3uXV { width:47.75rem;height:1.5rem;top:133.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8xfWG3NbDzDTUlAKrZTfzCvvFkiABL0 { width:47.75rem;height:6rem;top:223.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg67bXVi0ODTv1cdQM8nwefO26IJtwgk { width:47.75rem;height:1.1875rem;top:221.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVDnscV9B5NwZvNOtmMt9TiBB2THd3SE { width:47.75rem;height:1.1875rem;top:220.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGJa8qb6ss7ZOx1dGAWxhbgmUq6zQgEe { width:47.75rem;height:5.3125rem;top:213.25rem;left:0rem;font-size:0.875rem;display:block; }#eGJa8qb6ss7ZOx1dGAWxhbgmUq6zQgEe li:before{  }
 }@media only screen and (max-width: 763px) { #GtTxoc1ahBA1nh456L7JDAkl5VKy3yC9 { width:47.75rem;height:1.1875rem;top:211.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcpRicGaW97u0NbAKCb8TR1RFoQAZkBI { width:47.75rem;height:9.5625rem;top:200.4375rem;left:0rem;font-size:0.875rem;display:block; }#qcpRicGaW97u0NbAKCb8TR1RFoQAZkBI li:before{  }
 }@media only screen and (max-width: 763px) { #s60Tdz84fXU3gkE0JeSg6gTFggAJlXHF { width:47.75rem;height:1.1875rem;top:198.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO6Chm3QGIIIcEZWWoaNurztFt5RithT { width:47.75rem;height:3.875rem;top:193.125rem;left:0rem;font-size:0.875rem;display:block; }#RO6Chm3QGIIIcEZWWoaNurztFt5RithT li:before{  }
 }@media only screen and (max-width: 763px) { #bfAOawAtAxN433xxDRsGe0fJaJpXKnyK { width:47.75rem;height:1.1875rem;top:191.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08HFDHvDM86WKeVkhIqk9sbkWL5D5c6 { width:47.75rem;height:1.5rem;top:189rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZMbRcASyTESmXXnxbCtczdZypUwF3ug { width:47.75rem;height:3.875rem;top:278.625rem;left:0rem;font-size:0.875rem;display:block; }#TZMbRcASyTESmXXnxbCtczdZypUwF3ug li:before{  }
 }@media only screen and (max-width: 763px) { #LgnqrQODfEu49EvuOIG7KJgV3uFyFFTc { width:47.75rem;height:1.1875rem;top:276.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Moos7Ls6kfTChQ5RJH7UIl4QOs2PLVmH { width:47.75rem;height:6.6875rem;top:268.625rem;left:0rem;font-size:0.875rem;display:block; }#Moos7Ls6kfTChQ5RJH7UIl4QOs2PLVmH li:before{  }
 }@media only screen and (max-width: 763px) { #xMcXcqdZoXDfMtdkgnqxAtgTk0g8hovL { width:47.75rem;height:1.1875rem;top:266.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTnsnvDJDSaZCASkVwEeHBSsy42AEli { width:47.75rem;height:1.1875rem;top:265.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQzxTdzo6rhTyl7MOg7dh4yhNz13JGcu { width:47.75rem;height:5.3125rem;top:258.5rem;left:0rem;font-size:0.875rem;display:block; }#eQzxTdzo6rhTyl7MOg7dh4yhNz13JGcu li:before{  }
 }@media only screen and (max-width: 763px) { #d0meiVJtHdBmfQGUDNeuVIt98QEM0fNU { width:47.75rem;height:1.1875rem;top:256.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXTyVAkB16LG6Dc7DqmXdtq6seBtN0di { width:47.75rem;height:9.5625rem;top:245.375rem;left:0rem;font-size:0.875rem;display:block; }#EXTyVAkB16LG6Dc7DqmXdtq6seBtN0di li:before{  }
 }@media only screen and (max-width: 763px) { #rSGTE0XW4XWRAkqcsumMmQ774b2VaIiO { width:47.75rem;height:1.1875rem;top:243.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRbReKt03r6oxH20zAVHw7X4xrGTSUwy { width:47.75rem;height:3.875rem;top:238.1875rem;left:0rem;font-size:0.875rem;display:block; }#GRbReKt03r6oxH20zAVHw7X4xrGTSUwy li:before{  }
 }@media only screen and (max-width: 763px) { #UxJcoyaW156Tod91LyMECCzuXqH42Rt1 { width:47.75rem;height:1.1875rem;top:236.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d02ZGXCfDEG9fHuWTDW5qK4NrAWqgN1y { width:47.75rem;height:1.5rem;top:234.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLETXunQPJSsRdbrn6vzuPZAbdLwfVzW { width:47.75rem;height:5.3125rem;top:318.4375rem;left:0rem;font-size:0.875rem;display:block; }#wLETXunQPJSsRdbrn6vzuPZAbdLwfVzW li:before{  }
 }@media only screen and (max-width: 763px) { #x48ZrlZgR75mqhvsO66UOgLQlOZmAFOM { width:47.75rem;height:1.1875rem;top:316.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du3Qr0cQmKvFsbT3GrZNLCtgkdNQNxCo { width:47.75rem;height:1.1875rem;top:314.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3fa9ybxdCIl282JT6v9SsRxvTDxvdUQ { width:47.75rem;height:5.3125rem;top:308.25rem;left:0rem;font-size:0.875rem;display:block; }#H3fa9ybxdCIl282JT6v9SsRxvTDxvdUQ li:before{  }
 }@media only screen and (max-width: 763px) { #UX6G5rr8sueD3cm8bolvbrEtmvy1DsK2 { width:47.75rem;height:1.1875rem;top:306.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtVEHOEkJdDIvxsbidTLXlCgkO21eXNd { width:47.75rem;height:8.125rem;top:297.0625rem;left:0rem;font-size:0.875rem;display:block; }#VtVEHOEkJdDIvxsbidTLXlCgkO21eXNd li:before{  }
 }@media only screen and (max-width: 763px) { #eamUq4TVaMOsmPw28fVGkJ0tzFD5DNyX { width:47.75rem;height:1.1875rem;top:295.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehNRVDbwNZ7cOVd4dlxZOf1K21T8q7Qv { width:47.75rem;height:3.875rem;top:290.1875rem;left:0rem;font-size:0.875rem;display:block; }#ehNRVDbwNZ7cOVd4dlxZOf1K21T8q7Qv li:before{  }
 }@media only screen and (max-width: 763px) { #bzZVL1aZPuL5Tkwh7yixLciQcdShXE4w { width:47.75rem;height:1.1875rem;top:288.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAtoTdgfmqSdXxH2fX2J48sEHrRkkK1y { width:47.75rem;height:1.5rem;top:286.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7NsATwzVlMCEa4HK2HGdHMIkT19bw7Q { width:47.75rem;height:8.125rem;top:339.0625rem;left:0rem;font-size:0.875rem;display:block; }#m7NsATwzVlMCEa4HK2HGdHMIkT19bw7Q li:before{  }
 }@media only screen and (max-width: 763px) { #VJPwI5XzRvutlxX2Kf3LOzcZt3JClKEx { width:47.75rem;height:1.1875rem;top:337.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAlpcTVBpsRm0Ox4Rk7XpevqSuG3WoUq { width:47.75rem;height:3.875rem;top:331.9375rem;left:0rem;font-size:0.875rem;display:block; }#dAlpcTVBpsRm0Ox4Rk7XpevqSuG3WoUq li:before{  }
 }@media only screen and (max-width: 763px) { #IhgmHEuUI36m4fkuevqKUrTWgQKrI0d8 { width:47.75rem;height:1.1875rem;top:329.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZP2UZOAZx91UJnKhvdR9xHJOLBTOS8G { width:47.75rem;height:1.5rem;top:327.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXh9HQZv33lSRKumMkdIqRfMnf57oDko { width:47.75rem;height:1.1875rem;top:349.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK6NegbJFotAtPJ9lkq9eIfHd8T4gDHT { width:47.75rem;height:1.1875rem;top:351.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G647M9SN4yrKiEi7Q9cK73D1JMpm28bn { width:47.75rem;height:6.6875rem;top:353.0625rem;left:0rem;font-size:0.875rem;display:block; }#G647M9SN4yrKiEi7Q9cK73D1JMpm28bn li:before{  }
 }@media only screen and (max-width: 763px) { #UOQRSdMhUOfZt0G8KTzUuTRv9kmCJlJZ { width:47.75rem;height:1.5rem;top:363.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXgkCTTVKEXle6AgpcDHW4wmwBd0aEE4 { width:47.75rem;height:1.1875rem;top:365.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef7lZD4iF7iiHuBApixbLSvBT4I1yMpi { width:47.75rem;height:3.875rem;top:367.3125rem;left:0rem;font-size:0.875rem;display:block; }#ef7lZD4iF7iiHuBApixbLSvBT4I1yMpi li:before{  }
 }@media only screen and (max-width: 763px) { #lep00Lx4SDJpJw5ORaxv5wM2atrPG3HF { width:47.75rem;height:1.1875rem;top:373.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAV0QKZ6RNhbQR0cucihZ8szcg3IH7xJ { width:47.75rem;height:5.3125rem;top:375.0625rem;left:0rem;font-size:0.875rem;display:block; }#uAV0QKZ6RNhbQR0cucihZ8szcg3IH7xJ li:before{  }
 }@media only screen and (max-width: 763px) { #Fq2ObsvfVW7AKSaOXPCJQLgP1Vlw399S { width:47.75rem;height:3.875rem;top:384.125rem;left:0rem;font-size:0.875rem;display:block; }#Fq2ObsvfVW7AKSaOXPCJQLgP1Vlw399S li:before{  }
 }@media only screen and (max-width: 763px) { #uSM9rCmXRcSlG5f8LX7lyRwXBlLzkVfT { width:47.75rem;height:1.1875rem;top:382.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJAkxn1Z2AnlPFPI0up4ywJmTcq1TXNI { width:47.75rem;height:1.5rem;top:392.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrxSTPkTfCrVytdm2PdIlTQqPiQnEhnT { width:47.75rem;height:1.1875rem;top:395rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ8s7qN4D6hfZ8TkJfSs1OXOWUgUnWgs { width:47.75rem;height:3.875rem;top:397rem;left:0rem;font-size:0.875rem;display:block; }#TJ8s7qN4D6hfZ8TkJfSs1OXOWUgUnWgs li:before{  }
 }@media only screen and (max-width: 763px) { #r3LlQsUwsQEnaoZyngbVVzDGNVLDk1g8 { width:47.75rem;height:1.1875rem;top:402.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkA4EnkHM7akK0BHM9NCZqJnf08hrlRD { width:47.75rem;height:3.875rem;top:404.4375rem;left:0rem;font-size:0.875rem;display:block; }#fkA4EnkHM7akK0BHM9NCZqJnf08hrlRD li:before{  }
 }@media only screen and (max-width: 763px) { #WG8Jlb9gCFtGUhHEMrcdb8ITEzK5KoZK { width:47.75rem;height:1.5rem;top:412.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl2WRmT4l8kIJtfHBHenKdRvFeLC2Ju1 { width:47.75rem;height:1.1875rem;top:414.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idWLPFvXisIfLVrxsHKbaPhOO0VSvdrO { width:47.75rem;height:3.875rem;top:416.1875rem;left:0rem;font-size:0.875rem;display:block; }#idWLPFvXisIfLVrxsHKbaPhOO0VSvdrO li:before{  }
 }@media only screen and (max-width: 763px) { #AfUq50tDXxrd1s1KG0NRlEGS1KpnFPnp { width:47.75rem;height:1.1875rem;top:421.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS1gq9Ja7Am7LOq59crLbTTn0ABAI3Vl { width:47.75rem;height:3.875rem;top:423.5rem;left:0rem;font-size:0.875rem;display:block; }#uS1gq9Ja7Am7LOq59crLbTTn0ABAI3Vl li:before{  }
 }@media only screen and (max-width: 763px) { #qOgmm3BWN3WoRFvUfqPFLmnVINgEWIEE { width:47.75rem;height:3.875rem;top:471.1875rem;left:0rem;font-size:0.875rem;display:block; }#qOgmm3BWN3WoRFvUfqPFLmnVINgEWIEE li:before{  }
 }@media only screen and (max-width: 763px) { #PnQMD0JA1kgll82ZSwFwyd9251wEHz3u { width:47.75rem;height:1.1875rem;top:469.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJTaFAedgmWyhkXIu4TcOUmvlZp3DRSS { width:47.75rem;height:2.5rem;top:465.3125rem;left:0rem;font-size:0.875rem;display:block; }#KJTaFAedgmWyhkXIu4TcOUmvlZp3DRSS li:before{  }
 }@media only screen and (max-width: 763px) { #sn2GySJ1uDoFcKJ5WcyIEviadmET17sU { width:47.75rem;height:1.1875rem;top:463.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilWxDkb1LCK36Ux2XHTyQsgfuVC2yFmp { width:47.75rem;height:1.5rem;top:461.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFD2TVWBcv4VyuzbB65tHVb1BBTM7dHl { width:47.75rem;height:5.3125rem;top:452.625rem;left:0rem;font-size:0.875rem;display:block; }#VFD2TVWBcv4VyuzbB65tHVb1BBTM7dHl li:before{  }
 }@media only screen and (max-width: 763px) { #sb2s00k5WaIChpXio26S8KQVNbwnMhku { width:47.75rem;height:1.1875rem;top:450.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytfnQ7W9lOwRszDsHR0F6aWmtK6PZult { width:47.75rem;height:5.3125rem;top:443.4375rem;left:0rem;font-size:0.875rem;display:block; }#ytfnQ7W9lOwRszDsHR0F6aWmtK6PZult li:before{  }
 }@media only screen and (max-width: 763px) { #Ogfq94KlWo21XZMLTy3HlDQxfTU25Ouq { width:47.75rem;height:1.1875rem;top:441.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyhW1JdrpimLJP3g3ETGvSONXXJqBuKb { width:47.75rem;height:3.875rem;top:435.5625rem;left:0rem;font-size:0.875rem;display:block; }#KyhW1JdrpimLJP3g3ETGvSONXXJqBuKb li:before{  }
 }@media only screen and (max-width: 763px) { #TmahA9PWtsJOwGdl12GcXpAdx2EUqipU { width:47.75rem;height:1.1875rem;top:433.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp72ImGF61iGpmZ3R0l8wGVwydwJRTS9 { width:47.75rem;height:1.5rem;top:431.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbUM3T24pWUJZSW2bikQzInrNTQ6nERT { width:47.75rem;height:1.5rem;top:478.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC9KWXsehL0ERASvTguTE5aLLwTgrTMu { width:47.75rem;height:1.1875rem;top:481.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk9Ky0T1FJ7r5IrsCMJwaRy3XnJa4HPW { width:47.75rem;height:3.875rem;top:483.0625rem;left:0rem;font-size:0.875rem;display:block; }#Rk9Ky0T1FJ7r5IrsCMJwaRy3XnJa4HPW li:before{  }
 }@media only screen and (max-width: 763px) { #U5heOT74kTHQ7ewedLcrNTdkgxQa4IcT { width:47.75rem;height:1.1875rem;top:488.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC2TI8OiUvcSsEWekRvzhXbcvp7LvX8V { width:47.75rem;height:3.875rem;top:490.9375rem;left:0rem;font-size:0.875rem;display:block; }#FC2TI8OiUvcSsEWekRvzhXbcvp7LvX8V li:before{  }
 }@media only screen and (max-width: 763px) { #sO0htHFNJXMulBxOifpSTXEKIF4VTTUu { width:47.75rem;height:5.3125rem;top:518.5625rem;left:0rem;font-size:0.875rem;display:block; }#sO0htHFNJXMulBxOifpSTXEKIF4VTTUu li:before{  }
 }@media only screen and (max-width: 763px) { #brhhiGS7ubsmkzvJn5lHlS3q6OwdoF9E { width:47.75rem;height:1.1875rem;top:516.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUIWMOBmOtSu78ZWP12oCqJWXqsWW8vp { width:47.75rem;height:3.875rem;top:510.9375rem;left:0rem;font-size:0.875rem;display:block; }#cUIWMOBmOtSu78ZWP12oCqJWXqsWW8vp li:before{  }
 }@media only screen and (max-width: 763px) { #m1FxoTKx3HLWRWsMnnceEtTa67SNQCiz { width:47.75rem;height:1.1875rem;top:508.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTI59sMqL4Vsiha3O2kJQ3kkZX3VHJES { width:47.75rem;height:3.875rem;top:504.0625rem;left:0rem;font-size:0.875rem;display:block; }#FTI59sMqL4Vsiha3O2kJQ3kkZX3VHJES li:before{  }
 }@media only screen and (max-width: 763px) { #dJqERScMzXvWKugFxg03D7Sz9v7kKkZR { width:47.75rem;height:1.1875rem;top:502.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W866SOormpLo8vaoSef9RyDT9aulJVet { width:47.75rem;height:1.5rem;top:499.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLloCATBqBwpz4aAAFrImwzcNLMyOx2o { width:47.75rem;height:3.875rem;top:549.125rem;left:0rem;font-size:0.875rem;display:block; }#TLloCATBqBwpz4aAAFrImwzcNLMyOx2o li:before{  }
 }@media only screen and (max-width: 763px) { #blA5usDnHzUvnPgrdI6tgyM63ymHJDIP { width:47.75rem;height:1.1875rem;top:547.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzW0QseeQZLafP7gFTSxTwFTcNOyTVaH { width:47.75rem;height:6.6875rem;top:538.375rem;left:0rem;font-size:0.875rem;display:block; }#rzW0QseeQZLafP7gFTSxTwFTcNOyTVaH li:before{  }
 }@media only screen and (max-width: 763px) { #xaTcBSh76HKgT9WBo0kgNyXCSzPTs0ti { width:47.75rem;height:1.1875rem;top:536.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKxtkyMtMsdiIuHB799THLI3m4U0cfsL { width:47.75rem;height:3.875rem;top:531.375rem;left:0rem;font-size:0.875rem;display:block; }#hKxtkyMtMsdiIuHB799THLI3m4U0cfsL li:before{  }
 }@media only screen and (max-width: 763px) { #pnpT9KRJXy456NHGQ6BiCAfCa3gHAqRl { width:47.75rem;height:1.1875rem;top:529.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8bvvDuoHPLzuJvQvD3lrRwGpoU9PEcA { width:47.75rem;height:1.5rem;top:527.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DftIN5k1PhWSeI1KI1SJWL6BMNP7aFxW { width:47.75rem;height:1.5rem;top:589.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkGkB0RtIlGr3DgzCKdLFHe0ueKQUBf4 { width:47.75rem;height:6rem;top:582.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luiU2qg4s9vwVC0e8T5QrUrZtsAIqIBf { width:47.75rem;height:1.1875rem;top:580.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHC6DzoFeFCtD7GStbV6oF7EITSWrIAm { width:47.75rem;height:6rem;top:572.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkOIRGftDTLeDUqE48uR3wXZSRsrXRLT { width:47.75rem;height:1.1875rem;top:570.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMcB3vgStAq610ipzUHQ0wifwQD0qs7L { width:47.75rem;height:7.5rem;top:561.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDigGetpWbAVSup0u9THFIVptnSRWpAJ { width:47.75rem;height:1.1875rem;top:559.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKJoIBqX6PVLufAKw5Sntclcq5l28hq3 { width:47.75rem;height:1.5rem;top:557.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGRvvS7pfxM4HLL8uksIpTqRVykenkC { display:block; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i15lUnPgcofiG1na36QkkQaRJCkLTssO { width:47.75rem;height:2.25rem;top:3rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz { position:relative;z-index:auto;display:block; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAE4RSOHfdIWecWtmtWLeDkFGBkBHI0z { width:18.75rem;height:4rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld9qHTi9ohghSDNSLM9krathPPrqXSy7 { top:4.875rem;left:4.125rem;width:11.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBwTFhVFhTZanUbFP2TOTcS3JhJEeVKh { display:block; }
 }@media only screen and (max-width: 763px) { #n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw { background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container { background-color: transparent; background-image: none; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container > .video-iframe-container { display: none; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row > .video-iframe-container { display: none; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .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); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFqRVWGnJVZOoAGLc7Zu4T4KgvmSB4GO { width:20rem;height:5.84911875rem;top:0.9375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XZtqNwNoQM0D1VnWalACPTneTux3e3Wa { width:12.8125rem;height:5.8496125rem;top:7.6650390625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#0f0f10;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X94g662kgHk5g36Fv0l3ZTvW2GguvJEc { display:flex;width:3.25rem;height:3.25rem;top:8.2392578125rem;left:13.5rem; }
 }@media only screen and (max-width: 763px) { #NPhimTZcPdeIUREqxaMHTyCQ6o8IyBm4 { display:flex;width:3.25rem;height:3.25rem;top:10.3271484375rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { width:16.375rem;height:3.59911875rem;top:4.869140625rem;left:1.8125rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { width:14.5rem;height:3rem;top:1.0625rem;left:2.75rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QA1fuG8C6kJxwWN1A17JlJniDgbXePMX { top:10.8232421875rem;left:2.25rem;width:15.5rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7sNdiwWyVGI7lCV23SJeBT68hGFvnIr { display:block; }
 }@media only screen and (max-width: 763px) { #SQ4kW4sfhObJBaxihJgdXSMEGWmbzn2o { display:flex;width:2.1875rem;height:2.1875rem;top:11.5107421875rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq { background-color:#ffffff;background-image:none;display:block; }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row .container { background-color: transparent; background-image: none; }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row .container > .video-iframe-container { display: none; }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row > .video-iframe-container { display: none; }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .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); }#iXeC3l5z14rVJ82HJlgHFCRoqE2xhIFq > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4fREO1eOH2kwJ2HmJkfReAeXDb70lRJ { width:20rem;height:13.4707125rem;top:5.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aLTc6x1tLMPUpGNLKTq3beMI3hFknTQH { width:20rem;height:2.88671875rem;top:20.9375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NampQOlIaBLsbZGvVqZ2T3voAwNJemgh { width:20rem;height:3.29980625rem;top:1.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK { background-color:#ffffff;background-image:none;display:block; }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row .container { background-color: transparent; background-image: none; }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row .container > .video-iframe-container { display: none; }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row > .video-iframe-container { display: none; }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .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); }#Ci4QgwWGXBeX552Xxzn0uKozdTQQSHNK > .row .container { width:20rem;height:215.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3Vy8kZU6N38Vqx8xGsTfWUMh1qeqdvT { width:20rem;height:4.19921875rem;top:4.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Cf7eyMmUBo76vt4C5KxFS0KFnxa7TnZG { width:20rem;height:2.8496125rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EWQRzQiAt6csBmu4OWeOZexOLcxr0RA5 { width:20rem;height:4.949225rem;top:9.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #J7VREc4upmfrHrl4rRIHln19Aoc9v51S { width:20rem;height:4.4746125rem;top:14.88671875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#J7VREc4upmfrHrl4rRIHln19Aoc9v51S li:before{  }
 }@media only screen and (max-width: 763px) { #Qdk4TclKzkK3urR8A7hZruobbKuQ0RC6 { width:20rem;height:1.5rem;top:12.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T3UUkcgfh63lyHruAT87TuMF3eExiT6U { width:20rem;height:1.5rem;top:20.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Qd0zdcqTpDzrItCJF8rhvw6czNoUVIyM { width:20rem;height:8.2993125rem;top:21.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#Qd0zdcqTpDzrItCJF8rhvw6czNoUVIyM li:before{  }
 }@media only screen and (max-width: 763px) { #MrObvKlqQ5VO7ZQJ6LgqHJ4osyiZFXlz { width:20rem;height:1.5rem;top:31.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MkfhoWNoHarPlyTdFTl2ZTBVA9rmUiPd { width:20rem;height:1.5rem;top:33.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #A6miFHGKTkWy6ISxL7KM9hKU6nEP1Tq0 { width:20rem;height:6.7119375rem;top:35.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#A6miFHGKTkWy6ISxL7KM9hKU6nEP1Tq0 li:before{  }
 }@media only screen and (max-width: 763px) { #aZfuU7lUAogvbTGUgbtZQdAo9NfxLbVy { width:20rem;height:1.19970625rem;top:43.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wEhNHORidxKGRvfhrxLacFHdkgUzwi6F { width:20rem;height:5.24903125rem;top:44.76171875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HNC0ryvKDZ0BETUGX5CHlkVii0CIfkhE { width:20rem;height:5.3125rem;top:52.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#HNC0ryvKDZ0BETUGX5CHlkVii0CIfkhE li:before{  }
 }@media only screen and (max-width: 763px) { #W3A7HnP6fZ9f8lPohra3eFRDDAmfJ0l4 { width:20rem;height:1.5rem;top:50.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OKJboaoXQVpqSJGgTnoId86ZUFPLBWTf { width:20rem;height:4.04883125rem;top:59.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GtcDBLfuTxOBgFxQ2GnILnvkzvNbUAam { width:20rem;height:1.19970625rem;top:62.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r8eWPbKR7heiRwazV8ndmMZy1qHuux2w { width:20rem;height:3.51220625rem;top:64.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#r8eWPbKR7heiRwazV8ndmMZy1qHuux2w li:before{  }
 }@media only screen and (max-width: 763px) { #LHxXN2tiXeytw9G3z5aacCgFFFrTBttp { width:20rem;height:1.5rem;top:68.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #exT8XTX0GgHdteFduXE1GGgCv7Gtz8tN { width:20rem;height:5.625rem;top:70.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#exT8XTX0GgHdteFduXE1GGgCv7Gtz8tN li:before{  }
 }@media only screen and (max-width: 763px) { #xKVS5xrTC5S9TS6R3WpKfUztgl4uV5oy { width:20rem;height:1.5rem;top:76.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #z02vh22xtiD8sZWZ7BDillstphsoghQs { width:20rem;height:4.7871125rem;top:78.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#z02vh22xtiD8sZWZ7BDillstphsoghQs li:before{  }
 }@media only screen and (max-width: 763px) { #SAezBFuHRgNwJdotwbuaKSK7A7wRivKr { width:20rem;height:4.4746125rem;top:89.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#SAezBFuHRgNwJdotwbuaKSK7A7wRivKr li:before{  }
 }@media only screen and (max-width: 763px) { #Iw3CceD5oGeg8s7fzlsCBeUv7fzWRd46 { width:20rem;height:1.5rem;top:88.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #R034adzz91xahtuf4hfAPOTy1P0x0HMp { width:20rem;height:2.69921875rem;top:85.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ab6TiuJbTy2KhchKF4X0fREqn7SupoiU { width:20rem;height:1.19970625rem;top:95.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TGTIhA2t18SzeVhTAMDc4p2WPDCVT6x7 { width:20rem;height:4.7871125rem;top:96.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#TGTIhA2t18SzeVhTAMDc4p2WPDCVT6x7 li:before{  }
 }@media only screen and (max-width: 763px) { #rdee9LVQRG1sv0GSe8FnlpEI11uRS8pl { width:20rem;height:4.4746125rem;top:103.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#rdee9LVQRG1sv0GSe8FnlpEI11uRS8pl li:before{  }
 }@media only screen and (max-width: 763px) { #ZeyH59TXnPWu8VsMnhAAvJh3LuvbTP7S { width:20rem;height:1.5rem;top:102rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MT8gonsIAgLR8QRLVDGIvt6M3TRdMSLR { width:20rem;height:4.4746125rem;top:114.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#MT8gonsIAgLR8QRLVDGIvt6M3TRdMSLR li:before{  }
 }@media only screen and (max-width: 763px) { #C3qyfT6CqTMSmvZLyutyBeMIMKyqGx0P { width:20rem;height:1.5rem;top:113.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iw0nb1SbFauhDS3aM0OWiy2DfIJqCI1q { width:20rem;height:2.69921875rem;top:109.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MruQnIOvF9xlrdEQtKbJebCTeuV61Zdm { width:20rem;height:3.51220625rem;top:121.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#MruQnIOvF9xlrdEQtKbJebCTeuV61Zdm li:before{  }
 }@media only screen and (max-width: 763px) { #KEOKJztVgTkMqws63ryl48F5CHOfLP8d { width:20rem;height:1.5rem;top:120.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tdgF3Tts0JpJy5lVCs02zaxbHeFA1v3B { width:20rem;height:4.4746125rem;top:131.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#tdgF3Tts0JpJy5lVCs02zaxbHeFA1v3B li:before{  }
 }@media only screen and (max-width: 763px) { #b5y1J8DTALCTslM8UhG7KLUaRAD9SOoI { width:20rem;height:1.5rem;top:130rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xn4p2M0OLEPzJ2dES3axE0hdJF60U7GL { width:20rem;height:2.69921875rem;top:127.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tH7QnQ6nOWM0qadDQ5rGvs1EGCn7x8p9 { width:20rem;height:1.5rem;top:137.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h0LA70ZrwxS53bVuKQS73z6aR4Sf3WRP { width:20rem;height:3.51220625rem;top:138.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#h0LA70ZrwxS53bVuKQS73z6aR4Sf3WRP li:before{  }
 }@media only screen and (max-width: 763px) { #pNh6TFoagC08vJN5ALwWLOw9mwyE5Bdr { width:20rem;height:4.4746125rem;top:148.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#pNh6TFoagC08vJN5ALwWLOw9mwyE5Bdr li:before{  }
 }@media only screen and (max-width: 763px) { #lkXKGwwfwln9HgPZyVlEM7u1qEI9enr7 { width:20rem;height:1.5rem;top:146.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #t6sbHc9XcJTWwQVEu5lkiShtE5Ua5IGT { width:20rem;height:2.92480625rem;top:144rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vnqVUCCfh8JsDIotmGKCE7A2pHvTdAe9 { width:20rem;height:7.9868125rem;top:155.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#vnqVUCCfh8JsDIotmGKCE7A2pHvTdAe9 li:before{  }
 }@media only screen and (max-width: 763px) { #x72kQsy2cGZZcFZRGwVxPy0kvAm4XrEU { width:20rem;height:1.5rem;top:153.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TSv7nq0U5WIhMoEH5oUc7J74ztxCpTv8 { width:20rem;height:4.812rem;top:167rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ttwnyb1JzWZuSbeKgE37O5I41bw4VtTx { width:20rem;height:1.5rem;top:165.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tKn7DLT2EssweienbmMJKClh3Zs7t6BU { width:20rem;height:1.5rem;top:163.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #swmEaGsdLowu4ZmpW8JwcRh0KTNIRnTu { width:20rem;height:4.7871125rem;top:174.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#swmEaGsdLowu4ZmpW8JwcRh0KTNIRnTu li:before{  }
 }@media only screen and (max-width: 763px) { #aEMrPfGGzRLHJH7g5TODVhMXxVw8LHut { width:20rem;height:1.5rem;top:172.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qn5akrRdbHhBWDLP8QUBrpZ6Nwe1cUEX { width:20rem;height:3.7744125rem;top:193.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#qn5akrRdbHhBWDLP8QUBrpZ6Nwe1cUEX li:before{  }
 }@media only screen and (max-width: 763px) { #GCmoqt9neUdMatAx1vXfBhqmP6p5UTE5 { width:20rem;height:1.5rem;top:191.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LFTPdIng6CFFOrktzJR82dF6qIZS39Bd { width:20rem;height:4.82421875rem;top:186.26171875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#LFTPdIng6CFFOrktzJR82dF6qIZS39Bd li:before{  }
 }@media only screen and (max-width: 763px) { #pS9mX7LEMNaQqnOQvPBTJSKe2H8uwX76 { width:20rem;height:1.5rem;top:184.76171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eq6QOZD7AoZmyUvmZlFSiBQfNLn8DyGu { width:20rem;height:2.69921875rem;top:182.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #D0RIeSBWSfupDwqiqyRBCqMkTzdzwCQr { width:20rem;height:1.6875rem;top:199.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #orts5ONFxZsPpHdaSUh3EuJ4JLIMzNyP { width:20rem;height:1.5rem;top:201.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #l8fZ7uaBtpKcDOzOX6Oir4niVtXcZTTu { width:20rem;height:4.4746125rem;top:202.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#l8fZ7uaBtpKcDOzOX6Oir4niVtXcZTTu li:before{  }
 }@media only screen and (max-width: 763px) { #HTqDkwST6fXis9BJyVN5nEaoSS9xDLZI { width:20rem;height:1.5rem;top:208.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tR1zT5evPG1Mb0gLPodpSRaHqnPqaG0i { width:20rem;height:3.7744125rem;top:209.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#tR1zT5evPG1Mb0gLPodpSRaHqnPqaG0i li:before{  }
 }@media only screen and (max-width: 763px) { #WD71x7biwyBIxzOwLlc0Giy02TPKPBRs { background-color:#ffffff;background-image:none;display:block; }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row .container { background-color: transparent; background-image: none; }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row .container > .video-iframe-container { display: none; }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row > .video-iframe-container { display: none; }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .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); }#WD71x7biwyBIxzOwLlc0Giy02TPKPBRs > .row .container { width:20rem;height:501.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5PLiI8M4tiRxRifdI0AhRQydlh9KKSU { width:20rem;height:3.1494125rem;top:4.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a12xiXLJeItTlBbpNm8uDrawTGbvW4fk { width:20rem;height:2.61230625rem;top:1.01220703125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TxhdewSDS9cQoXkAvcJEpcNhcagyCGr9 { width:20rem;height:2.699225rem;top:8.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PXOqiWZdWU24xUNXgFu7woduKvDgsGMw { width:20rem;height:3.51220625rem;top:11.44921875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#PXOqiWZdWU24xUNXgFu7woduKvDgsGMw li:before{  }
 }@media only screen and (max-width: 763px) { #x9ozGdtecveotvb8TxT5b71Izf99TWep { width:20rem;height:1.5rem;top:9.88671875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gG3gh3vnrvQCDaRGmtV0DRAHTBf140hH { width:20rem;height:1.5rem;top:15.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UIS21RCTloWKXAOQwx5IuwSsWi5vcWBK { width:20rem;height:10.2734375rem;top:17.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#UIS21RCTloWKXAOQwx5IuwSsWi5vcWBK li:before{  }
 }@media only screen and (max-width: 763px) { #p6qebu3DWKtNcGDhSTMyo4yUtcpeMRop { width:20rem;height:1.19970625rem;top:28.17578125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FgHV0I4eMMvP9adLlml2Qyd5aO4du1vN { width:20rem;height:6.0620125rem;top:29.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#FgHV0I4eMMvP9adLlml2Qyd5aO4du1vN li:before{  }
 }@media only screen and (max-width: 763px) { #OrCt9vNPvXfgHHum25tyU4laP7gwzBAn { width:20rem;height:1.5rem;top:36.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MgvTFSzMgUEG7xZcDaxOEu33tfMBqEsb { width:20rem;height:1.3125rem;top:38.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TqzRF2nRrOW5VHiG1CQU54UikcfHWARd { width:20rem;height:6.1875rem;top:39.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#TqzRF2nRrOW5VHiG1CQU54UikcfHWARd li:before{  }
 }@media only screen and (max-width: 763px) { #qT0zWGN3o8QbSmPaWO0zTkaITMCkLApx { width:20rem;height:4.199225rem;top:48.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XPrwbfbcd6IypFey8PlyEip2PTyNsqxz { width:20rem;height:1.5rem;top:46.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gerFmTUTxWA4I2dXv4WcsAEXq0I90MZP { width:20rem;height:4.4746125rem;top:54.82421875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#gerFmTUTxWA4I2dXv4WcsAEXq0I90MZP li:before{  }
 }@media only screen and (max-width: 763px) { #CoHSrE8NTz9WBsTPBfIABPQWliNRyLlX { width:20rem;height:1.19970625rem;top:53.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Jf82s3Gcfbd8gTatxy5x4FTxQct5KrUr { width:20rem;height:4.4746125rem;top:61.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#Jf82s3Gcfbd8gTatxy5x4FTxQct5KrUr li:before{  }
 }@media only screen and (max-width: 763px) { #I9ystTPdTT8kScUfilhIarb9s7cueg7C { width:20rem;height:1.5rem;top:60.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bpaeb60COMfuqCRze08EF0ptrFXZ5RFO { width:20rem;height:4.4375rem;top:103.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#bpaeb60COMfuqCRze08EF0ptrFXZ5RFO li:before{  }
 }@media only screen and (max-width: 763px) { #wIgG8e2IESyHXuwvmrzenWU8GXQeFrkB { width:20rem;height:1.5rem;top:102.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wxWO4pO1f33CMUgNlpWTQoGHBvxh12V9 { width:20rem;height:4.4375rem;top:96.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#wxWO4pO1f33CMUgNlpWTQoGHBvxh12V9 li:before{  }
 }@media only screen and (max-width: 763px) { #XGTfRinxrCf46r04DMASemTP1eavH2tv { width:20rem;height:1.5rem;top:95.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I8IWGqgoBULLQcFbb8ZyLLVBQyT5Aby5 { width:20rem;height:1.5rem;top:93.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VeteilCO7oVTpuCyTz0RbkV2ooq2unSN { width:20rem;height:4.4375rem;top:88.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#VeteilCO7oVTpuCyTz0RbkV2ooq2unSN li:before{  }
 }@media only screen and (max-width: 763px) { #Har2TzFuxUxSUUzNeMslrz5L0gicgrtN { width:20rem;height:1.5rem;top:86.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Rzw1yV9OoRZwVh8bDu6dCSvIeAXVL6XK { width:20rem;height:8.875rem;top:76.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#Rzw1yV9OoRZwVh8bDu6dCSvIeAXVL6XK li:before{  }
 }@media only screen and (max-width: 763px) { #TSSHNt6H48Uad4ByvoHln8OaLc0lMyxd { width:20rem;height:1.29980625rem;top:75.2001953125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cw86KbBguROGB6fb4MD97O9URfBxGrrs { width:20rem;height:3.25rem;top:70.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#cw86KbBguROGB6fb4MD97O9URfBxGrrs li:before{  }
 }@media only screen and (max-width: 763px) { #e7D7fWt9k1Mu0lU34Mq1xSm8MxEWnhSZ { width:20rem;height:1.5rem;top:69.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vOAbOSFDEnWIqhUVsT0ng5I24BkH8ECz { width:20rem;height:1.6875rem;top:67.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JDdmM1uWg5odummD8LGgCx1JgOL5KrDp { width:20rem;height:4.199225rem;top:147.537109375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yGQbnLfn39n4wcuZxwvPa8AVu9Qq52Dq { width:20rem;height:1.5rem;top:145.849609375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ppnfry8rrWnUAkekpSPablZPDod9T6T2 { width:20rem;height:5.24903125rem;top:139.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZTsp2z9rcMvrRuTGlThJMxtdWB3gFept { width:20rem;height:1.5rem;top:138.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #y3RDTNV4crKEEgzVrvghK9s2DBUkdXb6 { width:20rem;height:1.5rem;top:136.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fUZCx0Cg0hBqtPX3oeNJ2eETdRTTnbZc { width:20rem;height:5.3125rem;top:130.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#fUZCx0Cg0hBqtPX3oeNJ2eETdRTTnbZc li:before{  }
 }@media only screen and (max-width: 763px) { #duCyk3b4AGBpvNLo4NsfuJX6MfnvzSTX { width:20rem;height:1.0996125rem;top:129.025390625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IE3HUN6Qnd8f1XDR33Oqd2DoE2hgkeoA { width:20rem;height:8.875rem;top:119.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#IE3HUN6Qnd8f1XDR33Oqd2DoE2hgkeoA li:before{  }
 }@media only screen and (max-width: 763px) { #crT4JXNWSLxSROvJt6P3Lq19aKOnBdra { width:20rem;height:1.5rem;top:117.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GshULgHkeMPh4TKUs4GZxP38qvq6qkmJ { width:20rem;height:3.25rem;top:113.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#GshULgHkeMPh4TKUs4GZxP38qvq6qkmJ li:before{  }
 }@media only screen and (max-width: 763px) { #sPcrLakuhcBGIJgKJ6tLktmV4vFt0gr9 { width:20rem;height:1.5rem;top:112.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nQM0RrTCF52HNdG0lgqFKLqJPR8k3uXV { width:20rem;height:1.6875rem;top:110.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w8xfWG3NbDzDTUlAKrZTfzCvvFkiABL0 { width:20rem;height:4.199225rem;top:183.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rg67bXVi0ODTv1cdQM8nwefO26IJtwgk { width:20rem;height:1.3125rem;top:181.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LVDnscV9B5NwZvNOtmMt9TiBB2THd3SE { width:20rem;height:1.5rem;top:180.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eGJa8qb6ss7ZOx1dGAWxhbgmUq6zQgEe { width:20rem;height:5.3125rem;top:174.34375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#eGJa8qb6ss7ZOx1dGAWxhbgmUq6zQgEe li:before{  }
 }@media only screen and (max-width: 763px) { #GtTxoc1ahBA1nh456L7JDAkl5VKy3yC9 { width:20rem;height:1.59375rem;top:172.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qcpRicGaW97u0NbAKCb8TR1RFoQAZkBI { width:20rem;height:8rem;top:163.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#qcpRicGaW97u0NbAKCb8TR1RFoQAZkBI li:before{  }
 }@media only screen and (max-width: 763px) { #s60Tdz84fXU3gkE0JeSg6gTFggAJlXHF { width:20rem;height:1.5rem;top:162rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RO6Chm3QGIIIcEZWWoaNurztFt5RithT { width:20rem;height:4.4746125rem;top:156.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#RO6Chm3QGIIIcEZWWoaNurztFt5RithT li:before{  }
 }@media only screen and (max-width: 763px) { #bfAOawAtAxN433xxDRsGe0fJaJpXKnyK { width:20rem;height:1.5rem;top:155.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #b08HFDHvDM86WKeVkhIqk9sbkWL5D5c6 { width:20rem;height:1.6875rem;top:153.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TZMbRcASyTESmXXnxbCtczdZypUwF3ug { width:20rem;height:3.25rem;top:227.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#TZMbRcASyTESmXXnxbCtczdZypUwF3ug li:before{  }
 }@media only screen and (max-width: 763px) { #LgnqrQODfEu49EvuOIG7KJgV3uFyFFTc { width:20rem;height:1.5rem;top:225.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Moos7Ls6kfTChQ5RJH7UIl4QOs2PLVmH { width:20rem;height:5.625rem;top:219.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#Moos7Ls6kfTChQ5RJH7UIl4QOs2PLVmH li:before{  }
 }@media only screen and (max-width: 763px) { #xMcXcqdZoXDfMtdkgnqxAtgTk0g8hovL { width:20rem;height:1.5rem;top:218rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ITTnsnvDJDSaZCASkVwEeHBSsy42AEli { width:20rem;height:1.5rem;top:216.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eQzxTdzo6rhTyl7MOg7dh4yhNz13JGcu { width:20rem;height:4.4375rem;top:211.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#eQzxTdzo6rhTyl7MOg7dh4yhNz13JGcu li:before{  }
 }@media only screen and (max-width: 763px) { #d0meiVJtHdBmfQGUDNeuVIt98QEM0fNU { width:20rem;height:1.5rem;top:209.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EXTyVAkB16LG6Dc7DqmXdtq6seBtN0di { width:20rem;height:8.875rem;top:199.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#EXTyVAkB16LG6Dc7DqmXdtq6seBtN0di li:before{  }
 }@media only screen and (max-width: 763px) { #rSGTE0XW4XWRAkqcsumMmQ774b2VaIiO { width:20rem;height:1.5rem;top:198.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GRbReKt03r6oxH20zAVHw7X4xrGTSUwy { width:20rem;height:4.4746125rem;top:192.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#GRbReKt03r6oxH20zAVHw7X4xrGTSUwy li:before{  }
 }@media only screen and (max-width: 763px) { #UxJcoyaW156Tod91LyMECCzuXqH42Rt1 { width:20rem;height:1.5rem;top:191rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d02ZGXCfDEG9fHuWTDW5qK4NrAWqgN1y { width:20rem;height:1.6875rem;top:189.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wLETXunQPJSsRdbrn6vzuPZAbdLwfVzW { width:20rem;height:4.4375rem;top:261.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#wLETXunQPJSsRdbrn6vzuPZAbdLwfVzW li:before{  }
 }@media only screen and (max-width: 763px) { #x48ZrlZgR75mqhvsO66UOgLQlOZmAFOM { width:20rem;height:1.5rem;top:259.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Du3Qr0cQmKvFsbT3GrZNLCtgkdNQNxCo { width:20rem;height:1.5rem;top:258.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #H3fa9ybxdCIl282JT6v9SsRxvTDxvdUQ { width:20rem;height:4.4375rem;top:253.28125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#H3fa9ybxdCIl282JT6v9SsRxvTDxvdUQ li:before{  }
 }@media only screen and (max-width: 763px) { #UX6G5rr8sueD3cm8bolvbrEtmvy1DsK2 { width:20rem;height:1.59375rem;top:251.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VtVEHOEkJdDIvxsbidTLXlCgkO21eXNd { width:20rem;height:7.6875rem;top:243.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#VtVEHOEkJdDIvxsbidTLXlCgkO21eXNd li:before{  }
 }@media only screen and (max-width: 763px) { #eamUq4TVaMOsmPw28fVGkJ0tzFD5DNyX { width:20rem;height:1.5rem;top:241.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ehNRVDbwNZ7cOVd4dlxZOf1K21T8q7Qv { width:20rem;height:4.4746125rem;top:236.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#ehNRVDbwNZ7cOVd4dlxZOf1K21T8q7Qv li:before{  }
 }@media only screen and (max-width: 763px) { #bzZVL1aZPuL5Tkwh7yixLciQcdShXE4w { width:20rem;height:1.5rem;top:235rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GAtoTdgfmqSdXxH2fX2J48sEHrRkkK1y { width:20rem;height:1.6875rem;top:233.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #m7NsATwzVlMCEa4HK2HGdHMIkT19bw7Q { width:20rem;height:7.6875rem;top:278.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#m7NsATwzVlMCEa4HK2HGdHMIkT19bw7Q li:before{  }
 }@media only screen and (max-width: 763px) { #VJPwI5XzRvutlxX2Kf3LOzcZt3JClKEx { width:20rem;height:1.5rem;top:276.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dAlpcTVBpsRm0Ox4Rk7XpevqSuG3WoUq { width:20rem;height:3.25rem;top:272.63671875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#dAlpcTVBpsRm0Ox4Rk7XpevqSuG3WoUq li:before{  }
 }@media only screen and (max-width: 763px) { #IhgmHEuUI36m4fkuevqKUrTWgQKrI0d8 { width:20rem;height:1.5rem;top:270.94921875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mZP2UZOAZx91UJnKhvdR9xHJOLBTOS8G { width:20rem;height:2.69921875rem;top:268.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VXh9HQZv33lSRKumMkdIqRfMnf57oDko { width:20rem;height:1.5rem;top:286.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wK6NegbJFotAtPJ9lkq9eIfHd8T4gDHT { width:20rem;height:1.5rem;top:288.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #G647M9SN4yrKiEi7Q9cK73D1JMpm28bn { width:17.625rem;height:5.625rem;top:289.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#G647M9SN4yrKiEi7Q9cK73D1JMpm28bn li:before{  }
 }@media only screen and (max-width: 763px) { #UOQRSdMhUOfZt0G8KTzUuTRv9kmCJlJZ { width:20rem;height:1.6875rem;top:297.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cXgkCTTVKEXle6AgpcDHW4wmwBd0aEE4 { width:20rem;height:1.5rem;top:299.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ef7lZD4iF7iiHuBApixbLSvBT4I1yMpi { width:20rem;height:4.4746125rem;top:301.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#ef7lZD4iF7iiHuBApixbLSvBT4I1yMpi li:before{  }
 }@media only screen and (max-width: 763px) { #lep00Lx4SDJpJw5ORaxv5wM2atrPG3HF { width:20rem;height:1.5rem;top:306.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uAV0QKZ6RNhbQR0cucihZ8szcg3IH7xJ { width:20rem;height:4.4375rem;top:308.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#uAV0QKZ6RNhbQR0cucihZ8szcg3IH7xJ li:before{  }
 }@media only screen and (max-width: 763px) { #Fq2ObsvfVW7AKSaOXPCJQLgP1Vlw399S { width:20rem;height:3.25rem;top:314.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#Fq2ObsvfVW7AKSaOXPCJQLgP1Vlw399S li:before{  }
 }@media only screen and (max-width: 763px) { #uSM9rCmXRcSlG5f8LX7lyRwXBlLzkVfT { width:20rem;height:1.5rem;top:313.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wJAkxn1Z2AnlPFPI0up4ywJmTcq1TXNI { width:20rem;height:2.69921875rem;top:321.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DrxSTPkTfCrVytdm2PdIlTQqPiQnEhnT { width:20rem;height:1.5rem;top:324.01171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TJ8s7qN4D6hfZ8TkJfSs1OXOWUgUnWgs { width:20rem;height:4.4746125rem;top:325.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#TJ8s7qN4D6hfZ8TkJfSs1OXOWUgUnWgs li:before{  }
 }@media only screen and (max-width: 763px) { #r3LlQsUwsQEnaoZyngbVVzDGNVLDk1g8 { width:20rem;height:1.5rem;top:330.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fkA4EnkHM7akK0BHM9NCZqJnf08hrlRD { width:20rem;height:4.4746125rem;top:332.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#fkA4EnkHM7akK0BHM9NCZqJnf08hrlRD li:before{  }
 }@media only screen and (max-width: 763px) { #WG8Jlb9gCFtGUhHEMrcdb8ITEzK5KoZK { width:20rem;height:2.92480625rem;top:339.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wl2WRmT4l8kIJtfHBHenKdRvFeLC2Ju1 { width:20rem;height:1.5rem;top:343.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #idWLPFvXisIfLVrxsHKbaPhOO0VSvdrO { width:20rem;height:3.51220625rem;top:344.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#idWLPFvXisIfLVrxsHKbaPhOO0VSvdrO li:before{  }
 }@media only screen and (max-width: 763px) { #AfUq50tDXxrd1s1KG0NRlEGS1KpnFPnp { width:20rem;height:1.5rem;top:349.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uS1gq9Ja7Am7LOq59crLbTTn0ABAI3Vl { width:20rem;height:3.51220625rem;top:350.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#uS1gq9Ja7Am7LOq59crLbTTn0ABAI3Vl li:before{  }
 }@media only screen and (max-width: 763px) { #qOgmm3BWN3WoRFvUfqPFLmnVINgEWIEE { width:20rem;height:3.51220625rem;top:389rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#qOgmm3BWN3WoRFvUfqPFLmnVINgEWIEE li:before{  }
 }@media only screen and (max-width: 763px) { #PnQMD0JA1kgll82ZSwFwyd9251wEHz3u { width:20rem;height:1.5rem;top:387.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KJTaFAedgmWyhkXIu4TcOUmvlZp3DRSS { width:20rem;height:2.0625rem;top:384.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#KJTaFAedgmWyhkXIu4TcOUmvlZp3DRSS li:before{  }
 }@media only screen and (max-width: 763px) { #sn2GySJ1uDoFcKJ5WcyIEviadmET17sU { width:20rem;height:1.5rem;top:382.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ilWxDkb1LCK36Ux2XHTyQsgfuVC2yFmp { width:20rem;height:1.6875rem;top:380.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VFD2TVWBcv4VyuzbB65tHVb1BBTM7dHl { width:20rem;height:4.4375rem;top:374.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#VFD2TVWBcv4VyuzbB65tHVb1BBTM7dHl li:before{  }
 }@media only screen and (max-width: 763px) { #sb2s00k5WaIChpXio26S8KQVNbwnMhku { width:20rem;height:1.5rem;top:372.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ytfnQ7W9lOwRszDsHR0F6aWmtK6PZult { width:20rem;height:4.7871125rem;top:367.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#ytfnQ7W9lOwRszDsHR0F6aWmtK6PZult li:before{  }
 }@media only screen and (max-width: 763px) { #Ogfq94KlWo21XZMLTy3HlDQxfTU25Ouq { width:20rem;height:1.5rem;top:365.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KyhW1JdrpimLJP3g3ETGvSONXXJqBuKb { width:20rem;height:4.4746125rem;top:360.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#KyhW1JdrpimLJP3g3ETGvSONXXJqBuKb li:before{  }
 }@media only screen and (max-width: 763px) { #TmahA9PWtsJOwGdl12GcXpAdx2EUqipU { width:20rem;height:1.5rem;top:358.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Zp72ImGF61iGpmZ3R0l8wGVwydwJRTS9 { width:20rem;height:1.6875rem;top:356.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WbUM3T24pWUJZSW2bikQzInrNTQ6nERT { width:20rem;height:2.69921875rem;top:394.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fC9KWXsehL0ERASvTguTE5aLLwTgrTMu { width:20rem;height:1.5rem;top:397.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Rk9Ky0T1FJ7r5IrsCMJwaRy3XnJa4HPW { width:20rem;height:3.51220625rem;top:399.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#Rk9Ky0T1FJ7r5IrsCMJwaRy3XnJa4HPW li:before{  }
 }@media only screen and (max-width: 763px) { #U5heOT74kTHQ7ewedLcrNTdkgxQa4IcT { width:20rem;height:1.5rem;top:404.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FC2TI8OiUvcSsEWekRvzhXbcvp7LvX8V { width:20rem;height:3.51220625rem;top:406rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#FC2TI8OiUvcSsEWekRvzhXbcvp7LvX8V li:before{  }
 }@media only screen and (max-width: 763px) { #sO0htHFNJXMulBxOifpSTXEKIF4VTTUu { width:20rem;height:4.4375rem;top:430.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#sO0htHFNJXMulBxOifpSTXEKIF4VTTUu li:before{  }
 }@media only screen and (max-width: 763px) { #brhhiGS7ubsmkzvJn5lHlS3q6OwdoF9E { width:20rem;height:1.5rem;top:428.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cUIWMOBmOtSu78ZWP12oCqJWXqsWW8vp { width:20rem;height:3.51220625rem;top:424.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#cUIWMOBmOtSu78ZWP12oCqJWXqsWW8vp li:before{  }
 }@media only screen and (max-width: 763px) { #m1FxoTKx3HLWRWsMnnceEtTa67SNQCiz { width:20rem;height:1.5rem;top:423.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FTI59sMqL4Vsiha3O2kJQ3kkZX3VHJES { width:20rem;height:5.4370125rem;top:416.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#FTI59sMqL4Vsiha3O2kJQ3kkZX3VHJES li:before{  }
 }@media only screen and (max-width: 763px) { #dJqERScMzXvWKugFxg03D7Sz9v7kKkZR { width:20rem;height:1.5rem;top:415.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W866SOormpLo8vaoSef9RyDT9aulJVet { width:20rem;height:2.69921875rem;top:412.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TLloCATBqBwpz4aAAFrImwzcNLMyOx2o { width:20rem;height:5.4370125rem;top:456.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#TLloCATBqBwpz4aAAFrImwzcNLMyOx2o li:before{  }
 }@media only screen and (max-width: 763px) { #blA5usDnHzUvnPgrdI6tgyM63ymHJDIP { width:20rem;height:1.5rem;top:454.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rzW0QseeQZLafP7gFTSxTwFTcNOyTVaH { width:20rem;height:7.0244375rem;top:446.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#rzW0QseeQZLafP7gFTSxTwFTcNOyTVaH li:before{  }
 }@media only screen and (max-width: 763px) { #xaTcBSh76HKgT9WBo0kgNyXCSzPTs0ti { width:20rem;height:1.5rem;top:445.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hKxtkyMtMsdiIuHB799THLI3m4U0cfsL { width:20rem;height:3.25rem;top:441rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#hKxtkyMtMsdiIuHB799THLI3m4U0cfsL li:before{  }
 }@media only screen and (max-width: 763px) { #pnpT9KRJXy456NHGQ6BiCAfCa3gHAqRl { width:20rem;height:1.5rem;top:439.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #M8bvvDuoHPLzuJvQvD3lrRwGpoU9PEcA { width:20rem;height:1.6875rem;top:437.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DftIN5k1PhWSeI1KI1SJWL6BMNP7aFxW { width:20rem;height:3.41161875rem;top:492.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NkGkB0RtIlGr3DgzCKdLFHe0ueKQUBf4 { width:20rem;height:5.68603125rem;top:484.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #luiU2qg4s9vwVC0e8T5QrUrZtsAIqIBf { width:20rem;height:1.5rem;top:482.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XHC6DzoFeFCtD7GStbV6oF7EITSWrIAm { width:20rem;height:4.548825rem;top:476.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qkOIRGftDTLeDUqE48uR3wXZSRsrXRLT { width:20rem;height:1.5rem;top:475rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CMcB3vgStAq610ipzUHQ0wifwQD0qs7L { width:20rem;height:6.8232375rem;top:466.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LDigGetpWbAVSup0u9THFIVptnSRWpAJ { width:20rem;height:1.5rem;top:465.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lKJoIBqX6PVLufAKw5Sntclcq5l28hq3 { width:20rem;height:1.6875rem;top:463.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mTGRvvS7pfxM4HLL8uksIpTqRVykenkC { background-color:#4d4d4d;background-image:none;display:block; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { background-color: transparent; background-image: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container > .video-iframe-container { display: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row > .video-iframe-container { display: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .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); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i15lUnPgcofiG1na36QkkQaRJCkLTssO { width:20rem;height:3.75rem;top:1.92578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#ffffff;display:block; }
 }