.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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:8.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:3.5625rem;width:21.375rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#pwKHskMoAO2Cmyq3tT9T6RqeevwJUvX0 { z-index:15009;top:1.4375rem;left:55.8125rem;background-color:#006080;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;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; }
#HdsCg8beOSb3DJ0ek28LsKmhGPS9xbEK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wbGLu0SnC8sgkTC0RX84CnAOoxqndyuN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:2.5rem;left:57.5625rem; }
#TOHAy1b9JBsQxLXDtNHm0vTklWTwhc1u { color:rgba(var(--color-tertiary-3),1);display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:5.9375rem;left:56.5rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff4687;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:21.8125rem;width:75rem;position:relative;display:block; }#zFqRVWGnJVZOoAGLc7Zu4T4KgvmSB4GO { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:rubik;font-size:4.6875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2rem;left:0rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XZtqNwNoQM0D1VnWalACPTneTux3e3Wa { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:13.25rem;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; }
#CTsPkNSyiPVnPFrsChyr8ygqg8Laoyow { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13.375rem;width:13.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.625rem;left:58.8125rem; }
#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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-tertiary-4),1);display:block;width:45.9375rem;position:absolute;font-family:inter;font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:10.5rem;left:14.5625rem;height:4.3125rem;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:#0e3f3c;display:block;width:27.9375rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.75rem;left:23.53125rem;height:6.17480625rem;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; }
#EDfPuiwKL00kKnDIt6vKiZSkTenflsJL { z-index:15007;top:17.4375rem;left:27.9375rem;background-color:#006080;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;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; }
#BgLIEiNSpcb9EZTatEDfAczH947110ir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QluIbJ4Nw9ZMNJkB2Efc0envIG1vdREg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:18.375rem;left:29.25rem; }
#LRH4ncCzxLfzv1AORf5qR8KwktAT617F { 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; }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row .container { background-color: transparent; background-image: none; }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row .container > .video-iframe-container { display: none; }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row > .video-iframe-container { display: none; }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .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); }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row .container { border-width: 0; border-radius: 0; }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row .container { width:75rem;height:19.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#PLt3g6CADE0OUDKDuNqhcHwVPvpFts78 { 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:9.75rem;left:0.0625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RQp69TZPxDMLuNFnSC3oEbUGbb1DsmT5 { 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:7.25rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f3MiMZt4sNOzS0IpivXpoQqcTPXuhySP { 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:2.625rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN { 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; }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row .container { background-color: transparent; background-image: none; }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row .container > .video-iframe-container { display: none; }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row > .video-iframe-container { display: none; }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .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); }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row .container { border-width: 0; border-radius: 0; }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row .container { width:75rem;height:240.5625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ykCMG5M41Zm6ahLiGvn6UEedl4KHWDsK { 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; }
#a2Efzk44bADnqgqz4dK1nETBkkSUyJog { 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; }
#EBsaB2IdsQPVHRl8VhTyUBmN8bLNHMcf { 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; }
#DesbIEHwRQagWtqRL9h6CXaDgfAXz852 { 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; }#DesbIEHwRQagWtqRL9h6CXaDgfAXz852 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DesbIEHwRQagWtqRL9h6CXaDgfAXz852 li:before{  }
#ierAmpvTo2pVX3VU7VLs9n8kqLTxlTgH { 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; }
#wTi39CCLPP1vTagI6409dCG2cctO15U3 { 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; }
#WsTySxVfWenKXkOISxD1umcAXdPxONEJ { 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; }#WsTySxVfWenKXkOISxD1umcAXdPxONEJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WsTySxVfWenKXkOISxD1umcAXdPxONEJ li:before{  }
#QMZkzeqzPUHVcehyocDgTAtliscZ87zB { 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; }
#rlObzohhLns4A6a6HdUX7BCNOkiIQ7kU { 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; }
#oWtZGCadFsJHysFtemgsn4dQzCdvvb4D { 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; }#oWtZGCadFsJHysFtemgsn4dQzCdvvb4D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oWtZGCadFsJHysFtemgsn4dQzCdvvb4D li:before{  }
#UWoKsOwPfntOdZXTbeT3GQu7egIvffRv { 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; }
#tHyhIT0GzXoFUPgUnUeS3Tg7yITdZ5fF { 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; }
#PVesGvA1gutHV22cDJXfuKyqUnJUHhl8 { 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; }#PVesGvA1gutHV22cDJXfuKyqUnJUHhl8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PVesGvA1gutHV22cDJXfuKyqUnJUHhl8 li:before{  }
#SQnpxRFPxQ7NuObJprtUlW8ZUNRFBCCG { 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; }
#cnDyeZsKCE9gu3q2E8kgbvhXVkD5a0LK { 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; }
#iq3TZqclPksZa5WHm46ORA4U0z2Xek8x { 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; }
#rpvt7ey31TTE7IBqCoM5XAbcqKpb8Hia { 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; }#rpvt7ey31TTE7IBqCoM5XAbcqKpb8Hia li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rpvt7ey31TTE7IBqCoM5XAbcqKpb8Hia li:before{  }
#z0tsQcxpAflrglcQcNl70i98wvQq5bKl { 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; }
#tuIHdcXpNTuK01tTDDaGvkguei6OtqOf { 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; }#tuIHdcXpNTuK01tTDDaGvkguei6OtqOf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tuIHdcXpNTuK01tTDDaGvkguei6OtqOf li:before{  }
#SFHaQmiJindflaBCU9ECBpRx4x07TyRs { 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; }
#AfJWM7oQvlfG0nZRD8fP4kEdLheT6Zvn { 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; }#AfJWM7oQvlfG0nZRD8fP4kEdLheT6Zvn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AfJWM7oQvlfG0nZRD8fP4kEdLheT6Zvn li:before{  }
#AhRs5Psu4telxzKVQrA51Zn7nBaTz9VZ { 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; }#AhRs5Psu4telxzKVQrA51Zn7nBaTz9VZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AhRs5Psu4telxzKVQrA51Zn7nBaTz9VZ li:before{  }
#CrIZeVncefbK0O9PaHTrNH58cgvn80pi { 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; }
#oT2TlKHD0xp3uJzJ6UNPnZzNvQXBoJC6 { 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; }
#kFDFOJiZglvk2nm4uHt4Zl8eT0nXD2I8 { 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; }
#vGpmatLC8BFepQ8VpsANWbwyFqH49DJp { 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; }#vGpmatLC8BFepQ8VpsANWbwyFqH49DJp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vGpmatLC8BFepQ8VpsANWbwyFqH49DJp li:before{  }
#TZkHw7gIyQFuGDPt755zTQIipn4LEgVM { 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; }#TZkHw7gIyQFuGDPt755zTQIipn4LEgVM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TZkHw7gIyQFuGDPt755zTQIipn4LEgVM li:before{  }
#Moh9dC6wqdT8bDWqNu4IEQTUPK8ZI3SP { 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; }
#E3m0PhRN1ndkTPhcEnTMdLdSm2ywtA3p { 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; }#E3m0PhRN1ndkTPhcEnTMdLdSm2ywtA3p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E3m0PhRN1ndkTPhcEnTMdLdSm2ywtA3p li:before{  }
#LUNGOifzHWuMpbFXrOCFquUTdtgEAOJS { 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; }
#aoLn0d4sS19sKEl2Phl7KwP0Mnsi4MEf { 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; }
#OfnktixKgTVnXUWXIDEAOQuyHynfmA8q { 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; }#OfnktixKgTVnXUWXIDEAOQuyHynfmA8q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OfnktixKgTVnXUWXIDEAOQuyHynfmA8q li:before{  }
#MzIm8Ok9QL0onZwSdCyrX4PwG4qcO3Te { 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; }
#KFDZAtVgV94TWbh4xfzsTQpHKtfZw4py { 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; }#KFDZAtVgV94TWbh4xfzsTQpHKtfZw4py li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KFDZAtVgV94TWbh4xfzsTQpHKtfZw4py li:before{  }
#mGRtELQ114pJQJzMgqxwyzUrSegyxBUV { 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; }
#BhzMfTQhwGeWLq8AmMkV4GvGuVg8EmNk { 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; }
#ctZwsn0IvAm1UFMOOTl9TF5dLrS55H3k { 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; }
#H76EWAGRAR8AORUtqEraQFKdZksOdNVh { 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; }#H76EWAGRAR8AORUtqEraQFKdZksOdNVh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H76EWAGRAR8AORUtqEraQFKdZksOdNVh li:before{  }
#RdampMCem7pNg7U4uo2dT9iJa5Sqttsl { 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; }#RdampMCem7pNg7U4uo2dT9iJa5Sqttsl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RdampMCem7pNg7U4uo2dT9iJa5Sqttsl li:before{  }
#HfyRUDC26xPt3W6ps9PfJa1eosLQTQCf { 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; }
#sKvfR9v7L8kElKIsG92wm8GETXuWUwBw { 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; }
#oyidvNzykUP5qflmVJ3nkDyJd2zU1RPh { 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; }#oyidvNzykUP5qflmVJ3nkDyJd2zU1RPh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oyidvNzykUP5qflmVJ3nkDyJd2zU1RPh li:before{  }
#lZ35UIq9hBeWc0Jn6rTNkkSChS11nlka { 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; }
#ZoySOMQBmouTUfcXxgf1xXViMeF6PMmf { 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; }
#rcqKUHayFy37aAC39hvRNS9beHLUVnTp { 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; }
#GJxEBJfnCM587lxTiwTwCuWq3RXv90XA { 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; }
#GuDC0dqI8JT7D9UeU93wH0aGQp4mDQbU { 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; }#GuDC0dqI8JT7D9UeU93wH0aGQp4mDQbU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GuDC0dqI8JT7D9UeU93wH0aGQp4mDQbU li:before{  }
#SRZydUoMJmJ1yVUTGaQCd4x8H5TJveK7 { 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; }
#CWLeBOUHrMrtwnsAHaFCfzPEkHRevylC { 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; }#CWLeBOUHrMrtwnsAHaFCfzPEkHRevylC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CWLeBOUHrMrtwnsAHaFCfzPEkHRevylC li:before{  }
#ltakmDPT5ZCLKI8EZa4Pn3SJJcDJto0p { 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; }
#PMXXT39yP41ZO9G3WJqfnFXtzhGByw1n { 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; }#PMXXT39yP41ZO9G3WJqfnFXtzhGByw1n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PMXXT39yP41ZO9G3WJqfnFXtzhGByw1n li:before{  }
#TbK0VuV1FBPbWXHmcLnabh9LL8tsaaok { 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; }
#tqxblDCRTfk0wB4Trm5n5FfR7NhNg7l6 { 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; }
#KNbAgd1foBVlrswaHcSk6rD3yRfEd2Sm { 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; }
#K1SeaqRSkRWFTfZrgzvXST2FdBgOmPgJ { 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; }
#UECX9ZX9wxsHKAIakLvCk6aBghiICI02 { 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; }#UECX9ZX9wxsHKAIakLvCk6aBghiICI02 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UECX9ZX9wxsHKAIakLvCk6aBghiICI02 li:before{  }
#EXtLAyUhBrosToT0oJoWblRTpn6TrrUw { 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; }
#AQdm3pbTEQv5xvTuHlZTLuFBOeeUsZoJ { 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; }#AQdm3pbTEQv5xvTuHlZTLuFBOeeUsZoJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AQdm3pbTEQv5xvTuHlZTLuFBOeeUsZoJ li:before{  }
#vr3leUh2otX23JoOShMHsESJFr5uFe9E { 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; }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row .container { background-color: transparent; background-image: none; }#vr3leUh2otX23JoOShMHsESJFr5uFe9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row .container > .video-iframe-container { display: none; }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row > .video-iframe-container { display: none; }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .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); }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row .container { border-width: 0; border-radius: 0; }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row .container { width:75rem;height:600.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#EisHySh27DcIKbJZPOo8sfkZInVidFQu { 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; }
#H7aehKOuQ7LMJ3y3NBNpU3BdRmgqqsBf { 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; }
#aazFVegDv5iFDiKuCSxHL0etvT1190zR { 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; }
#e96nnT1hJ37fzRbozyV4QC3wP5uZhbHy { 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; }#e96nnT1hJ37fzRbozyV4QC3wP5uZhbHy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e96nnT1hJ37fzRbozyV4QC3wP5uZhbHy li:before{  }
#mRvgThJNk4bHIn0i9g05K1DWv30VdTBe { 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; }
#FMFOFIq0gt4uqTn4wUhRwuIlBOPyn4rc { 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; }
#bnG1LedQh6D3r7mAlktfbOXwCsCRfT4g { 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; }#bnG1LedQh6D3r7mAlktfbOXwCsCRfT4g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bnG1LedQh6D3r7mAlktfbOXwCsCRfT4g li:before{  }
#uT3OQWdCTLdgdMofNItklC7ASH6wX718 { 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; }
#LH6hioT1xDV3Tq2eHTFRxUZhJVaCDfAV { 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; }#LH6hioT1xDV3Tq2eHTFRxUZhJVaCDfAV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LH6hioT1xDV3Tq2eHTFRxUZhJVaCDfAV li:before{  }
#reDAf0GJ9TUQB6qiLReusP4LU13ymuvc { 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; }
#dI8w8psEdRk8LzPFJJQHFsoCBP8E22Kd { 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; }
#t8tu2RVX86qEwJS35iiWJ3GFMzOK4L3h { 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; }#t8tu2RVX86qEwJS35iiWJ3GFMzOK4L3h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t8tu2RVX86qEwJS35iiWJ3GFMzOK4L3h li:before{  }
#sgtCdrC19OoJXFrBdFxr8xC8NaIdnDBc { 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; }
#Q9OTMUERHWyR7d5AgRDhGBBaHNGpGRf6 { 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; }
#bWfvheb7f9UA5qiIkraUoT4apSRaJknr { 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; }#bWfvheb7f9UA5qiIkraUoT4apSRaJknr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bWfvheb7f9UA5qiIkraUoT4apSRaJknr li:before{  }
#mlFApdFkW7qOPZh749xna6zbNpVvo0Lr { 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; }
#B0X20puLrugZbLOz2pWsUt1L31wGqS91 { 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; }#B0X20puLrugZbLOz2pWsUt1L31wGqS91 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B0X20puLrugZbLOz2pWsUt1L31wGqS91 li:before{  }
#wn2MSybMnhBJm20c7dSDuUNvZxMf9ffG { 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; }
#mzPL3eal5OQFauuLOTK9zLsN6vUNHZuO { 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; }#mzPL3eal5OQFauuLOTK9zLsN6vUNHZuO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mzPL3eal5OQFauuLOTK9zLsN6vUNHZuO li:before{  }
#JhuLAJDyDq0vcKh8kXT26fwVgtnL2Lrk { 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; }
#MvmUvcByDtawJbWsIJTFi1ININ7Di1FP { 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; }#MvmUvcByDtawJbWsIJTFi1ININ7Di1FP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MvmUvcByDtawJbWsIJTFi1ININ7Di1FP li:before{  }
#FfGmPTvFFLH6odq3e5bOTq5mx4logCQQ { 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; }
#LJTRVy83x3POZLkvZqeyPG5K73xdLTvG { 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; }
#OlBudPlwGI5azT6cNd2yBDsxVd9mHdQZ { 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; }#OlBudPlwGI5azT6cNd2yBDsxVd9mHdQZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OlBudPlwGI5azT6cNd2yBDsxVd9mHdQZ li:before{  }
#mP2kUZTfnICh5cM2E2vUXiFpRWyeOpTU { 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; }
#xVpN41gWZ4mqygCpcw9opA6dUITd7WLM { 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; }#xVpN41gWZ4mqygCpcw9opA6dUITd7WLM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xVpN41gWZ4mqygCpcw9opA6dUITd7WLM li:before{  }
#fT8TT1bG2D07HCI6pJDLh6MrS6zWb3s3 { 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; }
#u9xJWiD8gHyWGnXXO7CrAwEXeFNJScRX { 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; }#u9xJWiD8gHyWGnXXO7CrAwEXeFNJScRX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u9xJWiD8gHyWGnXXO7CrAwEXeFNJScRX li:before{  }
#wT4TTIC3H70iReT8c95PK1bh83idGcmW { 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; }
#GO4cnhm3JTBivbIuhTinMNUw180LZMSR { 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; }
#ipWliifQRuog4i3Cspr7e25OJk6HobZb { 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; }
#b9I9SdUNOC1sT3TDbuUT4AWA448K7OUO { 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; }
#eC3T4XUlDrs0lbyBa78W3vabfSh3V7Sw { 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; }
#Ks1sqdv4UgtzvUT604aC27hAdd9bKXfq { 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; }
#TpOpeyFHNQm4fATODu4q8TWTLOocasZz { 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; }
#UnBxD6FOKGVh5mtZI4Gbwlek7TCS6lCa { 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; }#UnBxD6FOKGVh5mtZI4Gbwlek7TCS6lCa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UnBxD6FOKGVh5mtZI4Gbwlek7TCS6lCa li:before{  }
#cT0as2WQ3CMDFP5Tqc4m57hLI3b3ON10 { 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; }
#HzJH5iTVeUFMhiwBUQeACTc70rvzezs0 { 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; }#HzJH5iTVeUFMhiwBUQeACTc70rvzezs0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HzJH5iTVeUFMhiwBUQeACTc70rvzezs0 li:before{  }
#va7LHQWDeQieo4KsaZhpVqq8cX5xzds1 { 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; }
#WgJ71cLDbfB603MKndXv8gulVpyqSTzc { 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; }#WgJ71cLDbfB603MKndXv8gulVpyqSTzc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WgJ71cLDbfB603MKndXv8gulVpyqSTzc li:before{  }
#cW88Hab5CBhtfyT1gakM2pv9V79z31KZ { 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; }
#DXQPiMXXvbphvw0BA0vFbrvGqC4PniUF { 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; }
#DOORKia0qAWlWhzVKsfARLhF3Xc1VmKU { 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; }
#Vfad4BO9avZlTbJpRLFizm7TKaU7dxXv { 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; }
#xBTIRPTUWX5mngwLL4tPJtuCX4iMaqui { 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; }
#sZ1cAygsZvKiPqffZxJsD3Tk7S83rDCh { 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; }#sZ1cAygsZvKiPqffZxJsD3Tk7S83rDCh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sZ1cAygsZvKiPqffZxJsD3Tk7S83rDCh li:before{  }
#WyWkPQ3MEz9OQOTl1uWHVTdo8VwQJMa8 { 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; }
#WhBbbkTnPxRMJJTS865U7t6xrwKDh7LD { 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; }#WhBbbkTnPxRMJJTS865U7t6xrwKDh7LD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WhBbbkTnPxRMJJTS865U7t6xrwKDh7LD li:before{  }
#koS8DykanCVeUNUdFkDARZhEq4cpwQa3 { 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; }
#IJCGduOUlqyewpdiech5bkJtzv5amITW { 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; }#IJCGduOUlqyewpdiech5bkJtzv5amITW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IJCGduOUlqyewpdiech5bkJtzv5amITW li:before{  }
#vab1MlTse7SKKaWdpR3x6fTN65yUlAXI { 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; }
#Us2mquZbV577Dz4x8RTbxJS71Xl7gR3q { 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; }
#aTyOisBfLrX4u18KuEa7TycPbi6mIryJ { 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; }#aTyOisBfLrX4u18KuEa7TycPbi6mIryJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aTyOisBfLrX4u18KuEa7TycPbi6mIryJ li:before{  }
#aXgaCpgG6O7d5JxOgv9TZAt9LTOW2XWr { 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; }
#RUeyAfK9hKvqqm7v826Oocq7cv59iVkz { 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; }#RUeyAfK9hKvqqm7v826Oocq7cv59iVkz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RUeyAfK9hKvqqm7v826Oocq7cv59iVkz li:before{  }
#BiGlE7MIoJpx6N1Z3UCoaECRBqddTEnc { 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; }
#QgiCl1EBcNecqlcEciC1xfvgb4vpgKv0 { 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; }
#sOMnukBqcyvD0rNv1sXi3OM4PUKbGGWh { 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; }#sOMnukBqcyvD0rNv1sXi3OM4PUKbGGWh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sOMnukBqcyvD0rNv1sXi3OM4PUKbGGWh li:before{  }
#yD6Q7WJKMohJ5wDQwp6KTP8ozbCPyDPK { 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; }
#uilASP9R27LJpKTAkGu3AR5M5cRDz6gv { 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; }#uilASP9R27LJpKTAkGu3AR5M5cRDz6gv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uilASP9R27LJpKTAkGu3AR5M5cRDz6gv li:before{  }
#Tp6cTNo7zHbhB47uGMvX9524t6JyWuTK { 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; }
#giXnTrkgWWaCFzrWOUiplkkKfiEVLqDH { 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; }#giXnTrkgWWaCFzrWOUiplkkKfiEVLqDH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#giXnTrkgWWaCFzrWOUiplkkKfiEVLqDH li:before{  }
#L80ftgmJzHlIoark7DxDL2RVfq7n5UOL { 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; }
#ySMQZRFZgCMGcGfGZ5u2EyNQQD6aFMhX { 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; }
#WUcviuoee7D6vodGFGBs4DE3bOsNJNJX { 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; }#WUcviuoee7D6vodGFGBs4DE3bOsNJNJX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WUcviuoee7D6vodGFGBs4DE3bOsNJNJX li:before{  }
#Cdl8DvptvAtlQRgK60546GN9EZDUoHAR { 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; }
#qC4J8MSiqVKeN2Scrut21hdoaGLvw9EL { 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; }
#OJ8HRS0kOdLGbOiuHS0AB34EcdDs5apq { 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; }#OJ8HRS0kOdLGbOiuHS0AB34EcdDs5apq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OJ8HRS0kOdLGbOiuHS0AB34EcdDs5apq li:before{  }
#JqI9PFNzGqgUgE95NOGvckOVQZmn7nQJ { 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; }
#sHeE2By7fxBwWSadtTbodEPCTRqg8D3b { 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; }#sHeE2By7fxBwWSadtTbodEPCTRqg8D3b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sHeE2By7fxBwWSadtTbodEPCTRqg8D3b li:before{  }
#R9D1U76f8vI0kUyWIrna5ubPlorZNDCF { 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; }
#Ks5S0FkP3irFIbdTLtUJcPlTXF5Tymh9 { 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; }#Ks5S0FkP3irFIbdTLtUJcPlTXF5Tymh9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ks5S0FkP3irFIbdTLtUJcPlTXF5Tymh9 li:before{  }
#l06w7CWGFU5oobh9tDCdt7zoTxG5KFPG { 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; }
#V9F6rJe8RO5LAm8fuVDlexnTUn4ITLnM { 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; }
#nHbFrz5vPAahJTax0XA2wftzdqSXTJSO { 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; }#nHbFrz5vPAahJTax0XA2wftzdqSXTJSO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nHbFrz5vPAahJTax0XA2wftzdqSXTJSO li:before{  }
#r2XUMBcrJJaMIPg95lOLlsITaiR6Q4MN { 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; }
#RKQKg6ksB2hZRNWspdsRLXIDH3cd69Tm { 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; }#RKQKg6ksB2hZRNWspdsRLXIDH3cd69Tm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RKQKg6ksB2hZRNWspdsRLXIDH3cd69Tm li:before{  }
#oLHaKXsTlZE5aS7Oc3hVviH2DRyhk7QZ { 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; }
#DR2Lt1ZwPhfScZMscZQnKxJe8KhxordD { 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; }
#PK99xPg4lAgoUcata30tcZV4uABqOlZW { 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; }
#q8tM3JLCLdvbS2TdmKKtEeTtdwGC4v8r { 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; }
#zvDfUy2sJSec4r584nXmad1SX9T64DeB { 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; }#zvDfUy2sJSec4r584nXmad1SX9T64DeB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zvDfUy2sJSec4r584nXmad1SX9T64DeB li:before{  }
#lyaEEcSJcouoLlqadkbSdXS8DBtqDzrO { 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; }
#rIKGV1LDCLl3r1SyxyXZ5vftE5aHkT9O { 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; }
#JqfeWAQp0lzZrGSk58S4Jkxn7JW21Ba6 { 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; }#JqfeWAQp0lzZrGSk58S4Jkxn7JW21Ba6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JqfeWAQp0lzZrGSk58S4Jkxn7JW21Ba6 li:before{  }
#LFP07sPBi8kT5iIDNoGspb7tUgqEa1nI { 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; }
#ukk31XhXIXx5l6U42LLuwlfI1s0CDKnN { 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; }#ukk31XhXIXx5l6U42LLuwlfI1s0CDKnN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ukk31XhXIXx5l6U42LLuwlfI1s0CDKnN li:before{  }
#WlTgKLr61qBUCqKDoSJvlxHUA952U2WF { 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; }#WlTgKLr61qBUCqKDoSJvlxHUA952U2WF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WlTgKLr61qBUCqKDoSJvlxHUA952U2WF li:before{  }
#Eklnle6O3Lowk3Fzw4cgvNr5UD5TU4Jv { 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; }
#P14tNUoOvAPHt2xnKaPmvdCNcFKQvqKh { 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; }
#aqnKPVaiS9CZxaqCdINWkTZyQv8lyo45 { 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; }
#JqZuqdKcuQnmDdlHi4hKy83n6B4bkVRS { 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; }#JqZuqdKcuQnmDdlHi4hKy83n6B4bkVRS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JqZuqdKcuQnmDdlHi4hKy83n6B4bkVRS li:before{  }
#RImdDu175NLZhTxliIvo7emlmS2aP2TV { 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; }
#hP31rncV32v2bour9qLxETJJLTqnkiiy { 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; }#hP31rncV32v2bour9qLxETJJLTqnkiiy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hP31rncV32v2bour9qLxETJJLTqnkiiy li:before{  }
#a1TBuJJfWCEhKDlmzxluXuaQt18Bmqsx { 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; }
#iSoL8RIelJK5PNe7W0CT7AxDG50eX3Tp { 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; }
#TySEuCCcDet9ipFWS0qu3myDZnqTX7Tz { 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; }#TySEuCCcDet9ipFWS0qu3myDZnqTX7Tz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TySEuCCcDet9ipFWS0qu3myDZnqTX7Tz li:before{  }
#mxO4p5bCKkH3t1SoBwl4FpAcV013hDZP { 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; }
#kGgtHegvdfEkeyCFQyZtDEUFSxF2fTSp { 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; }#kGgtHegvdfEkeyCFQyZtDEUFSxF2fTSp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kGgtHegvdfEkeyCFQyZtDEUFSxF2fTSp li:before{  }
#XWtTQrWXekbEEs3MpKz90eJOP3Ib1c1u { 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; }#XWtTQrWXekbEEs3MpKz90eJOP3Ib1c1u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XWtTQrWXekbEEs3MpKz90eJOP3Ib1c1u li:before{  }
#WE4eG1VwI5fOT7cACglrLDZT4naslZFm { 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; }
#C5wsob7X5bP3QZObF7nVKvHtNA9nmDnd { 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; }#C5wsob7X5bP3QZObF7nVKvHtNA9nmDnd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C5wsob7X5bP3QZObF7nVKvHtNA9nmDnd li:before{  }
#lT4NUAKtEVJAZhosvl4XSM0bDgrQV2dS { 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; }
#py6WWddhMCJSVmbLuAeZ4Cmyh9SAPxx1 { 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; }
#XwfpXABP7WTFl4PApT4v215maaA6BSaJ { 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; }#XwfpXABP7WTFl4PApT4v215maaA6BSaJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XwfpXABP7WTFl4PApT4v215maaA6BSaJ li:before{  }
#hMISCEVQb2mB7fbX6y8cZEpuVPfZKmkh { 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; }
#swThEhJCqoC6gV6pvwp7dpNCVpmpvoHM { 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; }#swThEhJCqoC6gV6pvwp7dpNCVpmpvoHM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#swThEhJCqoC6gV6pvwp7dpNCVpmpvoHM li:before{  }
#c6G9eoz9XQAAtoWedn4FOa59GDzQwWdv { 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; }
#A8EySOcP3sLDblFiV2A8if2MXmua6Ict { 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; }#A8EySOcP3sLDblFiV2A8if2MXmua6Ict li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A8EySOcP3sLDblFiV2A8if2MXmua6Ict li:before{  }
#haIp2bkxvKVADzM7iwTg8aFem0Ffy1tB { 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; }
#QkVdH014BLJqKCJtC0cwCnXzVrbO5TfV { 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; }
#deT1NR8TEV9RB8Vdqa28zRF3TiwJbNrr { 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; }
#XD16inpWTdGlFgJ3GtqbdG5OPT1wd3ry { 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; }
#keXOP3dFCkUwLpHoLiTD9Q0rD311T5DA { 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; }#keXOP3dFCkUwLpHoLiTD9Q0rD311T5DA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#keXOP3dFCkUwLpHoLiTD9Q0rD311T5DA li:before{  }
#D8xOtBeAwU88dfE1qSETa3O74cBgdywy { 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; }
#drwMCmBaovdpiq7I3l2Kb6XPXZzt7CTB { 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; }#drwMCmBaovdpiq7I3l2Kb6XPXZzt7CTB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#drwMCmBaovdpiq7I3l2Kb6XPXZzt7CTB li:before{  }
#ZrvxOu8DuCf1vHXyOy1yuC0cCXsafJ1T { 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; }#ZrvxOu8DuCf1vHXyOy1yuC0cCXsafJ1T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZrvxOu8DuCf1vHXyOy1yuC0cCXsafJ1T li:before{  }
#ENywTwTPxMUrQceEWWAySlLFVy0ru2o7 { 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; }
#iITTUP32DWcZeqTC2ltavr8rgwFdDrlM { 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; }#iITTUP32DWcZeqTC2ltavr8rgwFdDrlM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iITTUP32DWcZeqTC2ltavr8rgwFdDrlM li:before{  }
#O3KLTfrBd8t7sezDyOLqJtbIR9OmgF2W { 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; }
#UFP6DFcfOXcBhQ6itpUXcAUZuNEz8STl { 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; }#UFP6DFcfOXcBhQ6itpUXcAUZuNEz8STl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UFP6DFcfOXcBhQ6itpUXcAUZuNEz8STl li:before{  }
#M7CeVMzCM2gB56ZtutHTNaZUye7B2ThI { 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; }
#NE7JCKDUznM2OyFD0AFZZJpT4Pzq6N70 { 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; }
#opvVKqUJ3Qsgwg808U050yLzLbqgfGEh { 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; }#opvVKqUJ3Qsgwg808U050yLzLbqgfGEh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#opvVKqUJ3Qsgwg808U050yLzLbqgfGEh li:before{  }
#nhDRBO4Fu7vnAw0g6SyIaKHUTPUg3tOa { 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; }
#ZIIrheUbFQS9Hu6Muk2Zdd3D5sea6gKK { 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; }#ZIIrheUbFQS9Hu6Muk2Zdd3D5sea6gKK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZIIrheUbFQS9Hu6Muk2Zdd3D5sea6gKK li:before{  }
#XdDVdEDsiq7IMMdqvGfBJkHtLFboeam3 { 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; }
#dxsIhXc0B1SzIyPuhhq8DJS4ctkF3mNI { 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; }#dxsIhXc0B1SzIyPuhhq8DJS4ctkF3mNI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dxsIhXc0B1SzIyPuhhq8DJS4ctkF3mNI li:before{  }
#hOu8NqUtKAAeBKcxG6Acqf76MdhL3U9u { 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; }
#AZMTkx9cz1KQC98UoMXOkpasP4cdtH2y { 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; }
#QeLwkpBhtJWkH1fRKdk7tCXsldCR8pnr { 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; }
#dtbKLTTwMKTT3IdilNPeNzruA3M1e9Eo { 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; }
#BVQTUtZ1JFg2QpuJe4yoJssqmuqofiN7 { 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; }
#z5EAATt77t54gxByutLJLvV1EDT6ToAz { 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; }
#T1fDeO3fCFlJ2nm54EgL6D7eS7wTDWFc { 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; }
#XnTWceiftc4SGFgTo2LtcNnl1v7K7d4h { 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; }
#g8luvUTTwhO8rP6tT4snHqOFFmgWTI4r { 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; }
#dhD6wPJ4QEyANdJhA0RVmPAcHdndetJC { 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:inter;font-size:0.6875rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:3.03759765625rem;left:12.8125rem;height:1.9248rem;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.375rem;height:3.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwKHskMoAO2Cmyq3tT9T6RqeevwJUvX0 { top:1.4375rem;left:28.5625rem;width:19.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdsCg8beOSb3DJ0ek28LsKmhGPS9xbEK { display:block; }
 }@media only screen and (max-width: 763px) { #wbGLu0SnC8sgkTC0RX84CnAOoxqndyuN { top:2.5rem;left:43.9375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOHAy1b9JBsQxLXDtNHm0vTklWTwhc1u { top:5.9375rem;left:29.9375rem;width:17.8125rem;height:1.3125rem;font-size:0.8125rem;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:2rem;left:0rem;width:47.75rem;height:9.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZtqNwNoQM0D1VnWalACPTneTux3e3Wa { top:13.25rem;left:0rem;width:36.1875rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTsPkNSyiPVnPFrsChyr8ygqg8Laoyow { top:0.625rem;left:34.375rem;width:13.375rem;height:13.375rem;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.5rem;left:0.9375rem;width:45.9375rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { top:2.75rem;left:9.90625rem;width:27.9375rem;height:6.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDfPuiwKL00kKnDIt6vKiZSkTenflsJL { top:17.4375rem;left:14.3125rem;width:19.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgLIEiNSpcb9EZTatEDfAczH947110ir { display:block; }
 }@media only screen and (max-width: 763px) { #QluIbJ4Nw9ZMNJkB2Efc0envIG1vdREg { top:18.375rem;left:15.625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRH4ncCzxLfzv1AORf5qR8KwktAT617F { display:block; }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLt3g6CADE0OUDKDuNqhcHwVPvpFts78 { width:47.75rem;height:7.5rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQp69TZPxDMLuNFnSC3oEbUGbb1DsmT5 { width:46rem;height:1.5625rem;top:7.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3MiMZt4sNOzS0IpivXpoQqcTPXuhySP { width:47.75rem;height:2.1875rem;top:2.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN { display:block; }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykCMG5M41Zm6ahLiGvn6UEedl4KHWDsK { width:47.75rem;height:2.1875rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2Efzk44bADnqgqz4dK1nETBkkSUyJog { width:38.4375rem;height:1.5625rem;top:2.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBsaB2IdsQPVHRl8VhTyUBmN8bLNHMcf { width:47.75rem;height:4.5rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DesbIEHwRQagWtqRL9h6CXaDgfAXz852 { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#DesbIEHwRQagWtqRL9h6CXaDgfAXz852 li:before{  }
 }@media only screen and (max-width: 763px) { #ierAmpvTo2pVX3VU7VLs9n8kqLTxlTgH { width:47.75rem;height:1.1875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTi39CCLPP1vTagI6409dCG2cctO15U3 { width:47.75rem;height:1.1875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsTySxVfWenKXkOISxD1umcAXdPxONEJ { width:47.75rem;height:;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }#WsTySxVfWenKXkOISxD1umcAXdPxONEJ li:before{  }
 }@media only screen and (max-width: 763px) { #QMZkzeqzPUHVcehyocDgTAtliscZ87zB { width:47.75rem;height:1.1875rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlObzohhLns4A6a6HdUX7BCNOkiIQ7kU { width:47.75rem;height:1.1875rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWtZGCadFsJHysFtemgsn4dQzCdvvb4D { width:47.75rem;height:;top:32.8125rem;left:0rem;font-size:0.875rem;display:block; }#oWtZGCadFsJHysFtemgsn4dQzCdvvb4D li:before{  }
 }@media only screen and (max-width: 763px) { #UWoKsOwPfntOdZXTbeT3GQu7egIvffRv { width:47.75rem;height:1.1875rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHyhIT0GzXoFUPgUnUeS3Tg7yITdZ5fF { width:47.75rem;height:7.5rem;top:42.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVesGvA1gutHV22cDJXfuKyqUnJUHhl8 { width:47.75rem;height:5.3125rem;top:53rem;left:0rem;font-size:0.875rem;display:block; }#PVesGvA1gutHV22cDJXfuKyqUnJUHhl8 li:before{  }
 }@media only screen and (max-width: 763px) { #SQnpxRFPxQ7NuObJprtUlW8ZUNRFBCCG { width:47.75rem;height:1.1875rem;top:51.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnDyeZsKCE9gu3q2E8kgbvhXVkD5a0LK { width:47.75rem;height:3rem;top:61.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq3TZqclPksZa5WHm46ORA4U0z2Xek8x { width:47.75rem;height:1.1875rem;top:63.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpvt7ey31TTE7IBqCoM5XAbcqKpb8Hia { width:47.75rem;height:3.875rem;top:65.875rem;left:0rem;font-size:0.875rem;display:block; }#rpvt7ey31TTE7IBqCoM5XAbcqKpb8Hia li:before{  }
 }@media only screen and (max-width: 763px) { #z0tsQcxpAflrglcQcNl70i98wvQq5bKl { width:47.75rem;height:1.1875rem;top:71.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuIHdcXpNTuK01tTDDaGvkguei6OtqOf { width:47.75rem;height:6.6875rem;top:73.5rem;left:0rem;font-size:0.875rem;display:block; }#tuIHdcXpNTuK01tTDDaGvkguei6OtqOf li:before{  }
 }@media only screen and (max-width: 763px) { #SFHaQmiJindflaBCU9ECBpRx4x07TyRs { width:47.75rem;height:1.1875rem;top:81.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfJWM7oQvlfG0nZRD8fP4kEdLheT6Zvn { width:47.75rem;height:5.3125rem;top:83.8125rem;left:0rem;font-size:0.875rem;display:block; }#AfJWM7oQvlfG0nZRD8fP4kEdLheT6Zvn li:before{  }
 }@media only screen and (max-width: 763px) { #AhRs5Psu4telxzKVQrA51Zn7nBaTz9VZ { width:47.75rem;height:3.875rem;top:96rem;left:0rem;font-size:0.875rem;display:block; }#AhRs5Psu4telxzKVQrA51Zn7nBaTz9VZ li:before{  }
 }@media only screen and (max-width: 763px) { #CrIZeVncefbK0O9PaHTrNH58cgvn80pi { width:47.75rem;height:1.1875rem;top:94rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT2TlKHD0xp3uJzJ6UNPnZzNvQXBoJC6 { width:47.75rem;height:1.5rem;top:91.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFDFOJiZglvk2nm4uHt4Zl8eT0nXD2I8 { width:47.75rem;height:1.1875rem;top:101.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGpmatLC8BFepQ8VpsANWbwyFqH49DJp { width:47.75rem;height:5.3125rem;top:103.8125rem;left:0rem;font-size:0.875rem;display:block; }#vGpmatLC8BFepQ8VpsANWbwyFqH49DJp li:before{  }
 }@media only screen and (max-width: 763px) { #TZkHw7gIyQFuGDPt755zTQIipn4LEgVM { width:47.75rem;height:3.875rem;top:113.25rem;left:0rem;font-size:0.875rem;display:block; }#TZkHw7gIyQFuGDPt755zTQIipn4LEgVM li:before{  }
 }@media only screen and (max-width: 763px) { #Moh9dC6wqdT8bDWqNu4IEQTUPK8ZI3SP { width:47.75rem;height:1.1875rem;top:111.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3m0PhRN1ndkTPhcEnTMdLdSm2ywtA3p { width:47.75rem;height:3.875rem;top:124.0625rem;left:0rem;font-size:0.875rem;display:block; }#E3m0PhRN1ndkTPhcEnTMdLdSm2ywtA3p li:before{  }
 }@media only screen and (max-width: 763px) { #LUNGOifzHWuMpbFXrOCFquUTdtgEAOJS { width:47.75rem;height:1.1875rem;top:122.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoLn0d4sS19sKEl2Phl7KwP0Mnsi4MEf { width:47.75rem;height:1.5rem;top:119.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfnktixKgTVnXUWXIDEAOQuyHynfmA8q { width:47.75rem;height:3.875rem;top:131.5rem;left:0rem;font-size:0.875rem;display:block; }#OfnktixKgTVnXUWXIDEAOQuyHynfmA8q li:before{  }
 }@media only screen and (max-width: 763px) { #MzIm8Ok9QL0onZwSdCyrX4PwG4qcO3Te { width:47.75rem;height:1.1875rem;top:129.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFDZAtVgV94TWbh4xfzsTQpHKtfZw4py { width:47.75rem;height:3.875rem;top:141.75rem;left:0rem;font-size:0.875rem;display:block; }#KFDZAtVgV94TWbh4xfzsTQpHKtfZw4py li:before{  }
 }@media only screen and (max-width: 763px) { #mGRtELQ114pJQJzMgqxwyzUrSegyxBUV { width:47.75rem;height:1.1875rem;top:139.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhzMfTQhwGeWLq8AmMkV4GvGuVg8EmNk { width:47.75rem;height:1.5rem;top:137.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctZwsn0IvAm1UFMOOTl9TF5dLrS55H3k { width:47.75rem;height:1.1875rem;top:148.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H76EWAGRAR8AORUtqEraQFKdZksOdNVh { width:47.75rem;height:3.875rem;top:150rem;left:0rem;font-size:0.875rem;display:block; }#H76EWAGRAR8AORUtqEraQFKdZksOdNVh li:before{  }
 }@media only screen and (max-width: 763px) { #RdampMCem7pNg7U4uo2dT9iJa5Sqttsl { width:47.75rem;height:3.875rem;top:161.625rem;left:0rem;font-size:0.875rem;display:block; }#RdampMCem7pNg7U4uo2dT9iJa5Sqttsl li:before{  }
 }@media only screen and (max-width: 763px) { #HfyRUDC26xPt3W6ps9PfJa1eosLQTQCf { width:47.75rem;height:1.1875rem;top:159.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKvfR9v7L8kElKIsG92wm8GETXuWUwBw { width:47.75rem;height:1.5rem;top:157.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyidvNzykUP5qflmVJ3nkDyJd2zU1RPh { width:47.75rem;height:6.6875rem;top:169.25rem;left:0rem;font-size:0.875rem;display:block; }#oyidvNzykUP5qflmVJ3nkDyJd2zU1RPh li:before{  }
 }@media only screen and (max-width: 763px) { #lZ35UIq9hBeWc0Jn6rTNkkSChS11nlka { width:47.75rem;height:1.1875rem;top:167.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoySOMQBmouTUfcXxgf1xXViMeF6PMmf { width:47.75rem;height:7.5rem;top:180.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcqKUHayFy37aAC39hvRNS9beHLUVnTp { width:47.75rem;height:1.1875rem;top:179rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJxEBJfnCM587lxTiwTwCuWq3RXv90XA { width:47.75rem;height:1.1875rem;top:177.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuDC0dqI8JT7D9UeU93wH0aGQp4mDQbU { width:47.75rem;height:5.3125rem;top:191.6875rem;left:0rem;font-size:0.875rem;display:block; }#GuDC0dqI8JT7D9UeU93wH0aGQp4mDQbU li:before{  }
 }@media only screen and (max-width: 763px) { #SRZydUoMJmJ1yVUTGaQCd4x8H5TJveK7 { width:47.75rem;height:1.1875rem;top:189.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWLeBOUHrMrtwnsAHaFCfzPEkHRevylC { width:47.75rem;height:3.875rem;top:213.1875rem;left:0rem;font-size:0.875rem;display:block; }#CWLeBOUHrMrtwnsAHaFCfzPEkHRevylC li:before{  }
 }@media only screen and (max-width: 763px) { #ltakmDPT5ZCLKI8EZa4Pn3SJJcDJto0p { width:47.75rem;height:1.1875rem;top:211.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMXXT39yP41ZO9G3WJqfnFXtzhGByw1n { width:47.75rem;height:3.875rem;top:205.75rem;left:0rem;font-size:0.875rem;display:block; }#PMXXT39yP41ZO9G3WJqfnFXtzhGByw1n li:before{  }
 }@media only screen and (max-width: 763px) { #TbK0VuV1FBPbWXHmcLnabh9LL8tsaaok { width:47.75rem;height:1.1875rem;top:203.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqxblDCRTfk0wB4Trm5n5FfR7NhNg7l6 { width:47.75rem;height:1.5rem;top:201.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNbAgd1foBVlrswaHcSk6rD3yRfEd2Sm { width:47.75rem;height:1.5rem;top:221.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1SeaqRSkRWFTfZrgzvXST2FdBgOmPgJ { width:47.75rem;height:1.1875rem;top:223.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UECX9ZX9wxsHKAIakLvCk6aBghiICI02 { width:47.75rem;height:3.875rem;top:225.4375rem;left:0rem;font-size:0.875rem;display:block; }#UECX9ZX9wxsHKAIakLvCk6aBghiICI02 li:before{  }
 }@media only screen and (max-width: 763px) { #EXtLAyUhBrosToT0oJoWblRTpn6TrrUw { width:47.75rem;height:1.1875rem;top:230.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQdm3pbTEQv5xvTuHlZTLuFBOeeUsZoJ { width:47.75rem;height:3.875rem;top:232.3125rem;left:0rem;font-size:0.875rem;display:block; }#AQdm3pbTEQv5xvTuHlZTLuFBOeeUsZoJ li:before{  }
 }@media only screen and (max-width: 763px) { #vr3leUh2otX23JoOShMHsESJFr5uFe9E { display:block; }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EisHySh27DcIKbJZPOo8sfkZInVidFQu { width:47.75rem;height:1.0625rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7aehKOuQ7LMJ3y3NBNpU3BdRmgqqsBf { width:38.4375rem;height:1.5625rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aazFVegDv5iFDiKuCSxHL0etvT1190zR { width:47.75rem;height:3rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e96nnT1hJ37fzRbozyV4QC3wP5uZhbHy { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#e96nnT1hJ37fzRbozyV4QC3wP5uZhbHy li:before{  }
 }@media only screen and (max-width: 763px) { #mRvgThJNk4bHIn0i9g05K1DWv30VdTBe { width:47.75rem;height:1.1875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMFOFIq0gt4uqTn4wUhRwuIlBOPyn4rc { width:47.75rem;height:1.1875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnG1LedQh6D3r7mAlktfbOXwCsCRfT4g { width:47.75rem;height:;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }#bnG1LedQh6D3r7mAlktfbOXwCsCRfT4g li:before{  }
 }@media only screen and (max-width: 763px) { #uT3OQWdCTLdgdMofNItklC7ASH6wX718 { width:47.75rem;height:1.1875rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH6hioT1xDV3Tq2eHTFRxUZhJVaCDfAV { width:47.75rem;height:6.6875rem;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }#LH6hioT1xDV3Tq2eHTFRxUZhJVaCDfAV li:before{  }
 }@media only screen and (max-width: 763px) { #reDAf0GJ9TUQB6qiLReusP4LU13ymuvc { width:47.75rem;height:1.1875rem;top:42.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI8w8psEdRk8LzPFJJQHFsoCBP8E22Kd { width:47.75rem;height:1.1875rem;top:43.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8tu2RVX86qEwJS35iiWJ3GFMzOK4L3h { width:47.75rem;height:5.3125rem;top:45.375rem;left:0rem;font-size:0.875rem;display:block; }#t8tu2RVX86qEwJS35iiWJ3GFMzOK4L3h li:before{  }
 }@media only screen and (max-width: 763px) { #sgtCdrC19OoJXFrBdFxr8xC8NaIdnDBc { width:47.75rem;height:6rem;top:54.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9OTMUERHWyR7d5AgRDhGBBaHNGpGRf6 { width:47.75rem;height:1.1875rem;top:52.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWfvheb7f9UA5qiIkraUoT4apSRaJknr { width:47.75rem;height:3.875rem;top:64.0625rem;left:0rem;font-size:0.875rem;display:block; }#bWfvheb7f9UA5qiIkraUoT4apSRaJknr li:before{  }
 }@media only screen and (max-width: 763px) { #mlFApdFkW7qOPZh749xna6zbNpVvo0Lr { width:47.75rem;height:1.1875rem;top:62.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0X20puLrugZbLOz2pWsUt1L31wGqS91 { width:47.75rem;height:3.875rem;top:71.5rem;left:0rem;font-size:0.875rem;display:block; }#B0X20puLrugZbLOz2pWsUt1L31wGqS91 li:before{  }
 }@media only screen and (max-width: 763px) { #wn2MSybMnhBJm20c7dSDuUNvZxMf9ffG { width:47.75rem;height:1.1875rem;top:69.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzPL3eal5OQFauuLOTK9zLsN6vUNHZuO { width:47.75rem;height:5.3125rem;top:124.375rem;left:0rem;font-size:0.875rem;display:block; }#mzPL3eal5OQFauuLOTK9zLsN6vUNHZuO li:before{  }
 }@media only screen and (max-width: 763px) { #JhuLAJDyDq0vcKh8kXT26fwVgtnL2Lrk { width:47.75rem;height:1.1875rem;top:122.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvmUvcByDtawJbWsIJTFi1ININ7Di1FP { width:47.75rem;height:5.3125rem;top:115.1875rem;left:0rem;font-size:0.875rem;display:block; }#MvmUvcByDtawJbWsIJTFi1ININ7Di1FP li:before{  }
 }@media only screen and (max-width: 763px) { #FfGmPTvFFLH6odq3e5bOTq5mx4logCQQ { width:47.75rem;height:1.1875rem;top:113.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJTRVy83x3POZLkvZqeyPG5K73xdLTvG { width:47.75rem;height:1.1875rem;top:111.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlBudPlwGI5azT6cNd2yBDsxVd9mHdQZ { width:47.75rem;height:5.3125rem;top:104.5rem;left:0rem;font-size:0.875rem;display:block; }#OlBudPlwGI5azT6cNd2yBDsxVd9mHdQZ li:before{  }
 }@media only screen and (max-width: 763px) { #mP2kUZTfnICh5cM2E2vUXiFpRWyeOpTU { width:47.75rem;height:1.1875rem;top:102.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVpN41gWZ4mqygCpcw9opA6dUITd7WLM { width:47.75rem;height:9.5625rem;top:91.5rem;left:0rem;font-size:0.875rem;display:block; }#xVpN41gWZ4mqygCpcw9opA6dUITd7WLM li:before{  }
 }@media only screen and (max-width: 763px) { #fT8TT1bG2D07HCI6pJDLh6MrS6zWb3s3 { width:47.75rem;height:1.1875rem;top:89.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9xJWiD8gHyWGnXXO7CrAwEXeFNJScRX { width:47.75rem;height:3.875rem;top:84.375rem;left:0rem;font-size:0.875rem;display:block; }#u9xJWiD8gHyWGnXXO7CrAwEXeFNJScRX li:before{  }
 }@media only screen and (max-width: 763px) { #wT4TTIC3H70iReT8c95PK1bh83idGcmW { width:47.75rem;height:1.1875rem;top:82.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO4cnhm3JTBivbIuhTinMNUw180LZMSR { width:47.75rem;height:1.5rem;top:80.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipWliifQRuog4i3Cspr7e25OJk6HobZb { width:47.75rem;height:6rem;top:178.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9I9SdUNOC1sT3TDbuUT4AWA448K7OUO { width:47.75rem;height:1.1875rem;top:176.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC3T4XUlDrs0lbyBa78W3vabfSh3V7Sw { width:47.75rem;height:6rem;top:169.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks1sqdv4UgtzvUT604aC27hAdd9bKXfq { width:47.75rem;height:1.1875rem;top:167.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpOpeyFHNQm4fATODu4q8TWTLOocasZz { width:47.75rem;height:1.1875rem;top:165.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnBxD6FOKGVh5mtZI4Gbwlek7TCS6lCa { width:47.75rem;height:5.3125rem;top:158.5625rem;left:0rem;font-size:0.875rem;display:block; }#UnBxD6FOKGVh5mtZI4Gbwlek7TCS6lCa li:before{  }
 }@media only screen and (max-width: 763px) { #cT0as2WQ3CMDFP5Tqc4m57hLI3b3ON10 { width:47.75rem;height:1.1875rem;top:156.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzJH5iTVeUFMhiwBUQeACTc70rvzezs0 { width:47.75rem;height:9.5625rem;top:145rem;left:0rem;font-size:0.875rem;display:block; }#HzJH5iTVeUFMhiwBUQeACTc70rvzezs0 li:before{  }
 }@media only screen and (max-width: 763px) { #va7LHQWDeQieo4KsaZhpVqq8cX5xzds1 { width:47.75rem;height:1.1875rem;top:143rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgJ71cLDbfB603MKndXv8gulVpyqSTzc { width:47.75rem;height:3.875rem;top:137.1875rem;left:0rem;font-size:0.875rem;display:block; }#WgJ71cLDbfB603MKndXv8gulVpyqSTzc li:before{  }
 }@media only screen and (max-width: 763px) { #cW88Hab5CBhtfyT1gakM2pv9V79z31KZ { width:47.75rem;height:1.1875rem;top:135.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXQPiMXXvbphvw0BA0vFbrvGqC4PniUF { width:47.75rem;height:1.5rem;top:133.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOORKia0qAWlWhzVKsfARLhF3Xc1VmKU { width:47.75rem;height:6rem;top:223.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfad4BO9avZlTbJpRLFizm7TKaU7dxXv { width:47.75rem;height:1.1875rem;top:221.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBTIRPTUWX5mngwLL4tPJtuCX4iMaqui { width:47.75rem;height:1.1875rem;top:220.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1cAygsZvKiPqffZxJsD3Tk7S83rDCh { width:47.75rem;height:5.3125rem;top:213.25rem;left:0rem;font-size:0.875rem;display:block; }#sZ1cAygsZvKiPqffZxJsD3Tk7S83rDCh li:before{  }
 }@media only screen and (max-width: 763px) { #WyWkPQ3MEz9OQOTl1uWHVTdo8VwQJMa8 { width:47.75rem;height:1.1875rem;top:211.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhBbbkTnPxRMJJTS865U7t6xrwKDh7LD { width:47.75rem;height:9.5625rem;top:200.4375rem;left:0rem;font-size:0.875rem;display:block; }#WhBbbkTnPxRMJJTS865U7t6xrwKDh7LD li:before{  }
 }@media only screen and (max-width: 763px) { #koS8DykanCVeUNUdFkDARZhEq4cpwQa3 { width:47.75rem;height:1.1875rem;top:198.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJCGduOUlqyewpdiech5bkJtzv5amITW { width:47.75rem;height:3.875rem;top:193.125rem;left:0rem;font-size:0.875rem;display:block; }#IJCGduOUlqyewpdiech5bkJtzv5amITW li:before{  }
 }@media only screen and (max-width: 763px) { #vab1MlTse7SKKaWdpR3x6fTN65yUlAXI { width:47.75rem;height:1.1875rem;top:191.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us2mquZbV577Dz4x8RTbxJS71Xl7gR3q { width:47.75rem;height:1.5rem;top:189rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTyOisBfLrX4u18KuEa7TycPbi6mIryJ { width:47.75rem;height:3.875rem;top:278.625rem;left:0rem;font-size:0.875rem;display:block; }#aTyOisBfLrX4u18KuEa7TycPbi6mIryJ li:before{  }
 }@media only screen and (max-width: 763px) { #aXgaCpgG6O7d5JxOgv9TZAt9LTOW2XWr { width:47.75rem;height:1.1875rem;top:276.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUeyAfK9hKvqqm7v826Oocq7cv59iVkz { width:47.75rem;height:6.6875rem;top:268.625rem;left:0rem;font-size:0.875rem;display:block; }#RUeyAfK9hKvqqm7v826Oocq7cv59iVkz li:before{  }
 }@media only screen and (max-width: 763px) { #BiGlE7MIoJpx6N1Z3UCoaECRBqddTEnc { width:47.75rem;height:1.1875rem;top:266.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgiCl1EBcNecqlcEciC1xfvgb4vpgKv0 { width:47.75rem;height:1.1875rem;top:265.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOMnukBqcyvD0rNv1sXi3OM4PUKbGGWh { width:47.75rem;height:5.3125rem;top:258.5rem;left:0rem;font-size:0.875rem;display:block; }#sOMnukBqcyvD0rNv1sXi3OM4PUKbGGWh li:before{  }
 }@media only screen and (max-width: 763px) { #yD6Q7WJKMohJ5wDQwp6KTP8ozbCPyDPK { width:47.75rem;height:1.1875rem;top:256.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uilASP9R27LJpKTAkGu3AR5M5cRDz6gv { width:47.75rem;height:9.5625rem;top:245.375rem;left:0rem;font-size:0.875rem;display:block; }#uilASP9R27LJpKTAkGu3AR5M5cRDz6gv li:before{  }
 }@media only screen and (max-width: 763px) { #Tp6cTNo7zHbhB47uGMvX9524t6JyWuTK { width:47.75rem;height:1.1875rem;top:243.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #giXnTrkgWWaCFzrWOUiplkkKfiEVLqDH { width:47.75rem;height:3.875rem;top:238.1875rem;left:0rem;font-size:0.875rem;display:block; }#giXnTrkgWWaCFzrWOUiplkkKfiEVLqDH li:before{  }
 }@media only screen and (max-width: 763px) { #L80ftgmJzHlIoark7DxDL2RVfq7n5UOL { width:47.75rem;height:1.1875rem;top:236.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySMQZRFZgCMGcGfGZ5u2EyNQQD6aFMhX { width:47.75rem;height:1.5rem;top:234.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUcviuoee7D6vodGFGBs4DE3bOsNJNJX { width:47.75rem;height:5.3125rem;top:318.4375rem;left:0rem;font-size:0.875rem;display:block; }#WUcviuoee7D6vodGFGBs4DE3bOsNJNJX li:before{  }
 }@media only screen and (max-width: 763px) { #Cdl8DvptvAtlQRgK60546GN9EZDUoHAR { width:47.75rem;height:1.1875rem;top:316.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC4J8MSiqVKeN2Scrut21hdoaGLvw9EL { width:47.75rem;height:1.1875rem;top:314.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ8HRS0kOdLGbOiuHS0AB34EcdDs5apq { width:47.75rem;height:5.3125rem;top:308.25rem;left:0rem;font-size:0.875rem;display:block; }#OJ8HRS0kOdLGbOiuHS0AB34EcdDs5apq li:before{  }
 }@media only screen and (max-width: 763px) { #JqI9PFNzGqgUgE95NOGvckOVQZmn7nQJ { width:47.75rem;height:1.1875rem;top:306.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHeE2By7fxBwWSadtTbodEPCTRqg8D3b { width:47.75rem;height:8.125rem;top:297.0625rem;left:0rem;font-size:0.875rem;display:block; }#sHeE2By7fxBwWSadtTbodEPCTRqg8D3b li:before{  }
 }@media only screen and (max-width: 763px) { #R9D1U76f8vI0kUyWIrna5ubPlorZNDCF { width:47.75rem;height:1.1875rem;top:295.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks5S0FkP3irFIbdTLtUJcPlTXF5Tymh9 { width:47.75rem;height:3.875rem;top:290.1875rem;left:0rem;font-size:0.875rem;display:block; }#Ks5S0FkP3irFIbdTLtUJcPlTXF5Tymh9 li:before{  }
 }@media only screen and (max-width: 763px) { #l06w7CWGFU5oobh9tDCdt7zoTxG5KFPG { width:47.75rem;height:1.1875rem;top:288.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9F6rJe8RO5LAm8fuVDlexnTUn4ITLnM { width:47.75rem;height:1.5rem;top:286.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHbFrz5vPAahJTax0XA2wftzdqSXTJSO { width:47.75rem;height:8.125rem;top:339.0625rem;left:0rem;font-size:0.875rem;display:block; }#nHbFrz5vPAahJTax0XA2wftzdqSXTJSO li:before{  }
 }@media only screen and (max-width: 763px) { #r2XUMBcrJJaMIPg95lOLlsITaiR6Q4MN { width:47.75rem;height:1.1875rem;top:337.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKQKg6ksB2hZRNWspdsRLXIDH3cd69Tm { width:47.75rem;height:3.875rem;top:331.9375rem;left:0rem;font-size:0.875rem;display:block; }#RKQKg6ksB2hZRNWspdsRLXIDH3cd69Tm li:before{  }
 }@media only screen and (max-width: 763px) { #oLHaKXsTlZE5aS7Oc3hVviH2DRyhk7QZ { width:47.75rem;height:1.1875rem;top:329.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR2Lt1ZwPhfScZMscZQnKxJe8KhxordD { width:47.75rem;height:1.5rem;top:327.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK99xPg4lAgoUcata30tcZV4uABqOlZW { width:47.75rem;height:1.1875rem;top:349.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8tM3JLCLdvbS2TdmKKtEeTtdwGC4v8r { width:47.75rem;height:1.1875rem;top:351.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvDfUy2sJSec4r584nXmad1SX9T64DeB { width:47.75rem;height:6.6875rem;top:353.0625rem;left:0rem;font-size:0.875rem;display:block; }#zvDfUy2sJSec4r584nXmad1SX9T64DeB li:before{  }
 }@media only screen and (max-width: 763px) { #lyaEEcSJcouoLlqadkbSdXS8DBtqDzrO { width:47.75rem;height:1.5rem;top:363.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIKGV1LDCLl3r1SyxyXZ5vftE5aHkT9O { width:47.75rem;height:1.1875rem;top:365.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqfeWAQp0lzZrGSk58S4Jkxn7JW21Ba6 { width:47.75rem;height:3.875rem;top:367.3125rem;left:0rem;font-size:0.875rem;display:block; }#JqfeWAQp0lzZrGSk58S4Jkxn7JW21Ba6 li:before{  }
 }@media only screen and (max-width: 763px) { #LFP07sPBi8kT5iIDNoGspb7tUgqEa1nI { width:47.75rem;height:1.1875rem;top:373.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukk31XhXIXx5l6U42LLuwlfI1s0CDKnN { width:47.75rem;height:5.3125rem;top:375.0625rem;left:0rem;font-size:0.875rem;display:block; }#ukk31XhXIXx5l6U42LLuwlfI1s0CDKnN li:before{  }
 }@media only screen and (max-width: 763px) { #WlTgKLr61qBUCqKDoSJvlxHUA952U2WF { width:47.75rem;height:3.875rem;top:384.125rem;left:0rem;font-size:0.875rem;display:block; }#WlTgKLr61qBUCqKDoSJvlxHUA952U2WF li:before{  }
 }@media only screen and (max-width: 763px) { #Eklnle6O3Lowk3Fzw4cgvNr5UD5TU4Jv { width:47.75rem;height:1.1875rem;top:382.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P14tNUoOvAPHt2xnKaPmvdCNcFKQvqKh { width:47.75rem;height:1.5rem;top:392.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqnKPVaiS9CZxaqCdINWkTZyQv8lyo45 { width:47.75rem;height:1.1875rem;top:395rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqZuqdKcuQnmDdlHi4hKy83n6B4bkVRS { width:47.75rem;height:3.875rem;top:397rem;left:0rem;font-size:0.875rem;display:block; }#JqZuqdKcuQnmDdlHi4hKy83n6B4bkVRS li:before{  }
 }@media only screen and (max-width: 763px) { #RImdDu175NLZhTxliIvo7emlmS2aP2TV { width:47.75rem;height:1.1875rem;top:402.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP31rncV32v2bour9qLxETJJLTqnkiiy { width:47.75rem;height:3.875rem;top:404.4375rem;left:0rem;font-size:0.875rem;display:block; }#hP31rncV32v2bour9qLxETJJLTqnkiiy li:before{  }
 }@media only screen and (max-width: 763px) { #a1TBuJJfWCEhKDlmzxluXuaQt18Bmqsx { width:47.75rem;height:1.5rem;top:412.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSoL8RIelJK5PNe7W0CT7AxDG50eX3Tp { width:47.75rem;height:1.1875rem;top:414.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TySEuCCcDet9ipFWS0qu3myDZnqTX7Tz { width:47.75rem;height:3.875rem;top:416.1875rem;left:0rem;font-size:0.875rem;display:block; }#TySEuCCcDet9ipFWS0qu3myDZnqTX7Tz li:before{  }
 }@media only screen and (max-width: 763px) { #mxO4p5bCKkH3t1SoBwl4FpAcV013hDZP { width:47.75rem;height:1.1875rem;top:421.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGgtHegvdfEkeyCFQyZtDEUFSxF2fTSp { width:47.75rem;height:3.875rem;top:423.5rem;left:0rem;font-size:0.875rem;display:block; }#kGgtHegvdfEkeyCFQyZtDEUFSxF2fTSp li:before{  }
 }@media only screen and (max-width: 763px) { #XWtTQrWXekbEEs3MpKz90eJOP3Ib1c1u { width:47.75rem;height:3.875rem;top:471.1875rem;left:0rem;font-size:0.875rem;display:block; }#XWtTQrWXekbEEs3MpKz90eJOP3Ib1c1u li:before{  }
 }@media only screen and (max-width: 763px) { #WE4eG1VwI5fOT7cACglrLDZT4naslZFm { width:47.75rem;height:1.1875rem;top:469.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5wsob7X5bP3QZObF7nVKvHtNA9nmDnd { width:47.75rem;height:2.5rem;top:465.3125rem;left:0rem;font-size:0.875rem;display:block; }#C5wsob7X5bP3QZObF7nVKvHtNA9nmDnd li:before{  }
 }@media only screen and (max-width: 763px) { #lT4NUAKtEVJAZhosvl4XSM0bDgrQV2dS { width:47.75rem;height:1.1875rem;top:463.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #py6WWddhMCJSVmbLuAeZ4Cmyh9SAPxx1 { width:47.75rem;height:1.5rem;top:461.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwfpXABP7WTFl4PApT4v215maaA6BSaJ { width:47.75rem;height:5.3125rem;top:452.625rem;left:0rem;font-size:0.875rem;display:block; }#XwfpXABP7WTFl4PApT4v215maaA6BSaJ li:before{  }
 }@media only screen and (max-width: 763px) { #hMISCEVQb2mB7fbX6y8cZEpuVPfZKmkh { width:47.75rem;height:1.1875rem;top:450.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swThEhJCqoC6gV6pvwp7dpNCVpmpvoHM { width:47.75rem;height:5.3125rem;top:443.4375rem;left:0rem;font-size:0.875rem;display:block; }#swThEhJCqoC6gV6pvwp7dpNCVpmpvoHM li:before{  }
 }@media only screen and (max-width: 763px) { #c6G9eoz9XQAAtoWedn4FOa59GDzQwWdv { width:47.75rem;height:1.1875rem;top:441.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8EySOcP3sLDblFiV2A8if2MXmua6Ict { width:47.75rem;height:3.875rem;top:435.5625rem;left:0rem;font-size:0.875rem;display:block; }#A8EySOcP3sLDblFiV2A8if2MXmua6Ict li:before{  }
 }@media only screen and (max-width: 763px) { #haIp2bkxvKVADzM7iwTg8aFem0Ffy1tB { width:47.75rem;height:1.1875rem;top:433.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkVdH014BLJqKCJtC0cwCnXzVrbO5TfV { width:47.75rem;height:1.5rem;top:431.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deT1NR8TEV9RB8Vdqa28zRF3TiwJbNrr { width:47.75rem;height:1.5rem;top:478.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD16inpWTdGlFgJ3GtqbdG5OPT1wd3ry { width:47.75rem;height:1.1875rem;top:481.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keXOP3dFCkUwLpHoLiTD9Q0rD311T5DA { width:47.75rem;height:3.875rem;top:483.0625rem;left:0rem;font-size:0.875rem;display:block; }#keXOP3dFCkUwLpHoLiTD9Q0rD311T5DA li:before{  }
 }@media only screen and (max-width: 763px) { #D8xOtBeAwU88dfE1qSETa3O74cBgdywy { width:47.75rem;height:1.1875rem;top:488.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drwMCmBaovdpiq7I3l2Kb6XPXZzt7CTB { width:47.75rem;height:3.875rem;top:490.9375rem;left:0rem;font-size:0.875rem;display:block; }#drwMCmBaovdpiq7I3l2Kb6XPXZzt7CTB li:before{  }
 }@media only screen and (max-width: 763px) { #ZrvxOu8DuCf1vHXyOy1yuC0cCXsafJ1T { width:47.75rem;height:5.3125rem;top:518.5625rem;left:0rem;font-size:0.875rem;display:block; }#ZrvxOu8DuCf1vHXyOy1yuC0cCXsafJ1T li:before{  }
 }@media only screen and (max-width: 763px) { #ENywTwTPxMUrQceEWWAySlLFVy0ru2o7 { width:47.75rem;height:1.1875rem;top:516.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITTUP32DWcZeqTC2ltavr8rgwFdDrlM { width:47.75rem;height:3.875rem;top:510.9375rem;left:0rem;font-size:0.875rem;display:block; }#iITTUP32DWcZeqTC2ltavr8rgwFdDrlM li:before{  }
 }@media only screen and (max-width: 763px) { #O3KLTfrBd8t7sezDyOLqJtbIR9OmgF2W { width:47.75rem;height:1.1875rem;top:508.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFP6DFcfOXcBhQ6itpUXcAUZuNEz8STl { width:47.75rem;height:3.875rem;top:504.0625rem;left:0rem;font-size:0.875rem;display:block; }#UFP6DFcfOXcBhQ6itpUXcAUZuNEz8STl li:before{  }
 }@media only screen and (max-width: 763px) { #M7CeVMzCM2gB56ZtutHTNaZUye7B2ThI { width:47.75rem;height:1.1875rem;top:502.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE7JCKDUznM2OyFD0AFZZJpT4Pzq6N70 { width:47.75rem;height:1.5rem;top:499.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opvVKqUJ3Qsgwg808U050yLzLbqgfGEh { width:47.75rem;height:3.875rem;top:549.125rem;left:0rem;font-size:0.875rem;display:block; }#opvVKqUJ3Qsgwg808U050yLzLbqgfGEh li:before{  }
 }@media only screen and (max-width: 763px) { #nhDRBO4Fu7vnAw0g6SyIaKHUTPUg3tOa { width:47.75rem;height:1.1875rem;top:547.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIIrheUbFQS9Hu6Muk2Zdd3D5sea6gKK { width:47.75rem;height:6.6875rem;top:538.375rem;left:0rem;font-size:0.875rem;display:block; }#ZIIrheUbFQS9Hu6Muk2Zdd3D5sea6gKK li:before{  }
 }@media only screen and (max-width: 763px) { #XdDVdEDsiq7IMMdqvGfBJkHtLFboeam3 { width:47.75rem;height:1.1875rem;top:536.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxsIhXc0B1SzIyPuhhq8DJS4ctkF3mNI { width:47.75rem;height:3.875rem;top:531.375rem;left:0rem;font-size:0.875rem;display:block; }#dxsIhXc0B1SzIyPuhhq8DJS4ctkF3mNI li:before{  }
 }@media only screen and (max-width: 763px) { #hOu8NqUtKAAeBKcxG6Acqf76MdhL3U9u { width:47.75rem;height:1.1875rem;top:529.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZMTkx9cz1KQC98UoMXOkpasP4cdtH2y { width:47.75rem;height:1.5rem;top:527.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeLwkpBhtJWkH1fRKdk7tCXsldCR8pnr { width:47.75rem;height:1.5rem;top:589.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtbKLTTwMKTT3IdilNPeNzruA3M1e9Eo { width:47.75rem;height:6rem;top:582.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVQTUtZ1JFg2QpuJe4yoJssqmuqofiN7 { width:47.75rem;height:1.1875rem;top:580.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5EAATt77t54gxByutLJLvV1EDT6ToAz { width:47.75rem;height:6rem;top:572.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1fDeO3fCFlJ2nm54EgL6D7eS7wTDWFc { width:47.75rem;height:1.1875rem;top:570.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnTWceiftc4SGFgTo2LtcNnl1v7K7d4h { width:47.75rem;height:7.5rem;top:561.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8luvUTTwhO8rP6tT4snHqOFFmgWTI4r { width:47.75rem;height:1.1875rem;top:559.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhD6wPJ4QEyANdJhA0RVmPAcHdndetJC { 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:1.875rem;top:3rem;left:0rem;font-size:0.6875rem;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:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAE4RSOHfdIWecWtmtWLeDkFGBkBHI0z { width:17.9375rem;height:2.75rem;top:0.875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwKHskMoAO2Cmyq3tT9T6RqeevwJUvX0 { top:5rem;left:2.625rem;width:14.8125rem;height:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdsCg8beOSb3DJ0ek28LsKmhGPS9xbEK { display:block; }
 }@media only screen and (max-width: 763px) { #wbGLu0SnC8sgkTC0RX84CnAOoxqndyuN { display:flex;width:1.875rem;height:1.875rem;top:6.0625rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #TOHAy1b9JBsQxLXDtNHm0vTklWTwhc1u { width:17.8125rem;height:1.05615rem;top:9rem;left:1.09375rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#0e3f3c;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw { background-color:#ff4687;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:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFqRVWGnJVZOoAGLc7Zu4T4KgvmSB4GO { width:18.3125rem;height:8.7744375rem;top:0.75rem;left:0rem;font-size:2.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XZtqNwNoQM0D1VnWalACPTneTux3e3Wa { width:20rem;height:4.875rem;top:10.7900390625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#f5f4f2;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CTsPkNSyiPVnPFrsChyr8ygqg8Laoyow { display:flex;width:4.375rem;height:4.375rem;top:0rem;left:15.625rem; }
 }@media only screen and (max-width: 763px) { #LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { width:20rem;height:5.199225rem;top:6.1875rem;left:0rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { width:18.1875rem;height:4.0625rem;top:1.3125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EDfPuiwKL00kKnDIt6vKiZSkTenflsJL { top:12.98046875rem;left:1.34375rem;width:17.3125rem;height:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgLIEiNSpcb9EZTatEDfAczH947110ir { display:block; }
 }@media only screen and (max-width: 763px) { #QluIbJ4Nw9ZMNJkB2Efc0envIG1vdREg { display:flex;width:2.1875rem;height:2.1875rem;top:13.73046875rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #LRH4ncCzxLfzv1AORf5qR8KwktAT617F { background-color:#ffffff;background-image:none;display:block; }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row .container { background-color: transparent; background-image: none; }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row .container > .video-iframe-container { display: none; }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row > .video-iframe-container { display: none; }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .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); }#LRH4ncCzxLfzv1AORf5qR8KwktAT617F > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLt3g6CADE0OUDKDuNqhcHwVPvpFts78 { width:20rem;height:13.4707125rem;top:4.6875rem;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) { #RQp69TZPxDMLuNFnSC3oEbUGbb1DsmT5 { width:20rem;height:3.0244125rem;top:19.3125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #f3MiMZt4sNOzS0IpivXpoQqcTPXuhySP { width:20rem;height:3.29980625rem;top:0.494140625rem;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) { #B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN { background-color:#ffffff;background-image:none;display:block; }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row .container { background-color: transparent; background-image: none; }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row .container > .video-iframe-container { display: none; }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row > .video-iframe-container { display: none; }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .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); }#B00Bqi2U86JhsT7ZcLLuXT54QJbnWfUN > .row .container { width:20rem;height:215.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykCMG5M41Zm6ahLiGvn6UEedl4KHWDsK { 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) { #a2Efzk44bADnqgqz4dK1nETBkkSUyJog { 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) { #EBsaB2IdsQPVHRl8VhTyUBmN8bLNHMcf { 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) { #DesbIEHwRQagWtqRL9h6CXaDgfAXz852 { 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; }#DesbIEHwRQagWtqRL9h6CXaDgfAXz852 li:before{  }
 }@media only screen and (max-width: 763px) { #ierAmpvTo2pVX3VU7VLs9n8kqLTxlTgH { 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) { #wTi39CCLPP1vTagI6409dCG2cctO15U3 { 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) { #WsTySxVfWenKXkOISxD1umcAXdPxONEJ { 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; }#WsTySxVfWenKXkOISxD1umcAXdPxONEJ li:before{  }
 }@media only screen and (max-width: 763px) { #QMZkzeqzPUHVcehyocDgTAtliscZ87zB { 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) { #rlObzohhLns4A6a6HdUX7BCNOkiIQ7kU { 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) { #oWtZGCadFsJHysFtemgsn4dQzCdvvb4D { 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; }#oWtZGCadFsJHysFtemgsn4dQzCdvvb4D li:before{  }
 }@media only screen and (max-width: 763px) { #UWoKsOwPfntOdZXTbeT3GQu7egIvffRv { 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) { #tHyhIT0GzXoFUPgUnUeS3Tg7yITdZ5fF { 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) { #PVesGvA1gutHV22cDJXfuKyqUnJUHhl8 { 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; }#PVesGvA1gutHV22cDJXfuKyqUnJUHhl8 li:before{  }
 }@media only screen and (max-width: 763px) { #SQnpxRFPxQ7NuObJprtUlW8ZUNRFBCCG { 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) { #cnDyeZsKCE9gu3q2E8kgbvhXVkD5a0LK { 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) { #iq3TZqclPksZa5WHm46ORA4U0z2Xek8x { 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) { #rpvt7ey31TTE7IBqCoM5XAbcqKpb8Hia { 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; }#rpvt7ey31TTE7IBqCoM5XAbcqKpb8Hia li:before{  }
 }@media only screen and (max-width: 763px) { #z0tsQcxpAflrglcQcNl70i98wvQq5bKl { 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) { #tuIHdcXpNTuK01tTDDaGvkguei6OtqOf { 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; }#tuIHdcXpNTuK01tTDDaGvkguei6OtqOf li:before{  }
 }@media only screen and (max-width: 763px) { #SFHaQmiJindflaBCU9ECBpRx4x07TyRs { 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) { #AfJWM7oQvlfG0nZRD8fP4kEdLheT6Zvn { 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; }#AfJWM7oQvlfG0nZRD8fP4kEdLheT6Zvn li:before{  }
 }@media only screen and (max-width: 763px) { #AhRs5Psu4telxzKVQrA51Zn7nBaTz9VZ { 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; }#AhRs5Psu4telxzKVQrA51Zn7nBaTz9VZ li:before{  }
 }@media only screen and (max-width: 763px) { #CrIZeVncefbK0O9PaHTrNH58cgvn80pi { 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) { #oT2TlKHD0xp3uJzJ6UNPnZzNvQXBoJC6 { 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) { #kFDFOJiZglvk2nm4uHt4Zl8eT0nXD2I8 { 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) { #vGpmatLC8BFepQ8VpsANWbwyFqH49DJp { 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; }#vGpmatLC8BFepQ8VpsANWbwyFqH49DJp li:before{  }
 }@media only screen and (max-width: 763px) { #TZkHw7gIyQFuGDPt755zTQIipn4LEgVM { 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; }#TZkHw7gIyQFuGDPt755zTQIipn4LEgVM li:before{  }
 }@media only screen and (max-width: 763px) { #Moh9dC6wqdT8bDWqNu4IEQTUPK8ZI3SP { 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) { #E3m0PhRN1ndkTPhcEnTMdLdSm2ywtA3p { 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; }#E3m0PhRN1ndkTPhcEnTMdLdSm2ywtA3p li:before{  }
 }@media only screen and (max-width: 763px) { #LUNGOifzHWuMpbFXrOCFquUTdtgEAOJS { 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) { #aoLn0d4sS19sKEl2Phl7KwP0Mnsi4MEf { 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) { #OfnktixKgTVnXUWXIDEAOQuyHynfmA8q { 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; }#OfnktixKgTVnXUWXIDEAOQuyHynfmA8q li:before{  }
 }@media only screen and (max-width: 763px) { #MzIm8Ok9QL0onZwSdCyrX4PwG4qcO3Te { 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) { #KFDZAtVgV94TWbh4xfzsTQpHKtfZw4py { 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; }#KFDZAtVgV94TWbh4xfzsTQpHKtfZw4py li:before{  }
 }@media only screen and (max-width: 763px) { #mGRtELQ114pJQJzMgqxwyzUrSegyxBUV { 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) { #BhzMfTQhwGeWLq8AmMkV4GvGuVg8EmNk { 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) { #ctZwsn0IvAm1UFMOOTl9TF5dLrS55H3k { 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) { #H76EWAGRAR8AORUtqEraQFKdZksOdNVh { 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; }#H76EWAGRAR8AORUtqEraQFKdZksOdNVh li:before{  }
 }@media only screen and (max-width: 763px) { #RdampMCem7pNg7U4uo2dT9iJa5Sqttsl { 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; }#RdampMCem7pNg7U4uo2dT9iJa5Sqttsl li:before{  }
 }@media only screen and (max-width: 763px) { #HfyRUDC26xPt3W6ps9PfJa1eosLQTQCf { 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) { #sKvfR9v7L8kElKIsG92wm8GETXuWUwBw { 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) { #oyidvNzykUP5qflmVJ3nkDyJd2zU1RPh { 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; }#oyidvNzykUP5qflmVJ3nkDyJd2zU1RPh li:before{  }
 }@media only screen and (max-width: 763px) { #lZ35UIq9hBeWc0Jn6rTNkkSChS11nlka { 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) { #ZoySOMQBmouTUfcXxgf1xXViMeF6PMmf { 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) { #rcqKUHayFy37aAC39hvRNS9beHLUVnTp { 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) { #GJxEBJfnCM587lxTiwTwCuWq3RXv90XA { 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) { #GuDC0dqI8JT7D9UeU93wH0aGQp4mDQbU { 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; }#GuDC0dqI8JT7D9UeU93wH0aGQp4mDQbU li:before{  }
 }@media only screen and (max-width: 763px) { #SRZydUoMJmJ1yVUTGaQCd4x8H5TJveK7 { 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) { #CWLeBOUHrMrtwnsAHaFCfzPEkHRevylC { 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; }#CWLeBOUHrMrtwnsAHaFCfzPEkHRevylC li:before{  }
 }@media only screen and (max-width: 763px) { #ltakmDPT5ZCLKI8EZa4Pn3SJJcDJto0p { 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) { #PMXXT39yP41ZO9G3WJqfnFXtzhGByw1n { 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; }#PMXXT39yP41ZO9G3WJqfnFXtzhGByw1n li:before{  }
 }@media only screen and (max-width: 763px) { #TbK0VuV1FBPbWXHmcLnabh9LL8tsaaok { 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) { #tqxblDCRTfk0wB4Trm5n5FfR7NhNg7l6 { 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) { #KNbAgd1foBVlrswaHcSk6rD3yRfEd2Sm { 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) { #K1SeaqRSkRWFTfZrgzvXST2FdBgOmPgJ { 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) { #UECX9ZX9wxsHKAIakLvCk6aBghiICI02 { 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; }#UECX9ZX9wxsHKAIakLvCk6aBghiICI02 li:before{  }
 }@media only screen and (max-width: 763px) { #EXtLAyUhBrosToT0oJoWblRTpn6TrrUw { 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) { #AQdm3pbTEQv5xvTuHlZTLuFBOeeUsZoJ { 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; }#AQdm3pbTEQv5xvTuHlZTLuFBOeeUsZoJ li:before{  }
 }@media only screen and (max-width: 763px) { #vr3leUh2otX23JoOShMHsESJFr5uFe9E { background-color:#ffffff;background-image:none;display:block; }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row .container { background-color: transparent; background-image: none; }#vr3leUh2otX23JoOShMHsESJFr5uFe9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row .container > .video-iframe-container { display: none; }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row > .video-iframe-container { display: none; }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .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); }#vr3leUh2otX23JoOShMHsESJFr5uFe9E > .row .container { width:20rem;height:495.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EisHySh27DcIKbJZPOo8sfkZInVidFQu { 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) { #H7aehKOuQ7LMJ3y3NBNpU3BdRmgqqsBf { 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) { #aazFVegDv5iFDiKuCSxHL0etvT1190zR { 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) { #e96nnT1hJ37fzRbozyV4QC3wP5uZhbHy { 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; }#e96nnT1hJ37fzRbozyV4QC3wP5uZhbHy li:before{  }
 }@media only screen and (max-width: 763px) { #mRvgThJNk4bHIn0i9g05K1DWv30VdTBe { 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) { #FMFOFIq0gt4uqTn4wUhRwuIlBOPyn4rc { 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) { #bnG1LedQh6D3r7mAlktfbOXwCsCRfT4g { 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; }#bnG1LedQh6D3r7mAlktfbOXwCsCRfT4g li:before{  }
 }@media only screen and (max-width: 763px) { #uT3OQWdCTLdgdMofNItklC7ASH6wX718 { 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) { #LH6hioT1xDV3Tq2eHTFRxUZhJVaCDfAV { 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; }#LH6hioT1xDV3Tq2eHTFRxUZhJVaCDfAV li:before{  }
 }@media only screen and (max-width: 763px) { #reDAf0GJ9TUQB6qiLReusP4LU13ymuvc { 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) { #dI8w8psEdRk8LzPFJJQHFsoCBP8E22Kd { 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) { #t8tu2RVX86qEwJS35iiWJ3GFMzOK4L3h { 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; }#t8tu2RVX86qEwJS35iiWJ3GFMzOK4L3h li:before{  }
 }@media only screen and (max-width: 763px) { #sgtCdrC19OoJXFrBdFxr8xC8NaIdnDBc { 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) { #Q9OTMUERHWyR7d5AgRDhGBBaHNGpGRf6 { 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) { #bWfvheb7f9UA5qiIkraUoT4apSRaJknr { 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; }#bWfvheb7f9UA5qiIkraUoT4apSRaJknr li:before{  }
 }@media only screen and (max-width: 763px) { #mlFApdFkW7qOPZh749xna6zbNpVvo0Lr { 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) { #B0X20puLrugZbLOz2pWsUt1L31wGqS91 { 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; }#B0X20puLrugZbLOz2pWsUt1L31wGqS91 li:before{  }
 }@media only screen and (max-width: 763px) { #wn2MSybMnhBJm20c7dSDuUNvZxMf9ffG { 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) { #mzPL3eal5OQFauuLOTK9zLsN6vUNHZuO { 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; }#mzPL3eal5OQFauuLOTK9zLsN6vUNHZuO li:before{  }
 }@media only screen and (max-width: 763px) { #JhuLAJDyDq0vcKh8kXT26fwVgtnL2Lrk { 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) { #MvmUvcByDtawJbWsIJTFi1ININ7Di1FP { 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; }#MvmUvcByDtawJbWsIJTFi1ININ7Di1FP li:before{  }
 }@media only screen and (max-width: 763px) { #FfGmPTvFFLH6odq3e5bOTq5mx4logCQQ { 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) { #LJTRVy83x3POZLkvZqeyPG5K73xdLTvG { 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) { #OlBudPlwGI5azT6cNd2yBDsxVd9mHdQZ { 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; }#OlBudPlwGI5azT6cNd2yBDsxVd9mHdQZ li:before{  }
 }@media only screen and (max-width: 763px) { #mP2kUZTfnICh5cM2E2vUXiFpRWyeOpTU { 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) { #xVpN41gWZ4mqygCpcw9opA6dUITd7WLM { 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; }#xVpN41gWZ4mqygCpcw9opA6dUITd7WLM li:before{  }
 }@media only screen and (max-width: 763px) { #fT8TT1bG2D07HCI6pJDLh6MrS6zWb3s3 { 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) { #u9xJWiD8gHyWGnXXO7CrAwEXeFNJScRX { 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; }#u9xJWiD8gHyWGnXXO7CrAwEXeFNJScRX li:before{  }
 }@media only screen and (max-width: 763px) { #wT4TTIC3H70iReT8c95PK1bh83idGcmW { 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) { #GO4cnhm3JTBivbIuhTinMNUw180LZMSR { 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) { #ipWliifQRuog4i3Cspr7e25OJk6HobZb { 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) { #b9I9SdUNOC1sT3TDbuUT4AWA448K7OUO { 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) { #eC3T4XUlDrs0lbyBa78W3vabfSh3V7Sw { 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) { #Ks1sqdv4UgtzvUT604aC27hAdd9bKXfq { 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) { #TpOpeyFHNQm4fATODu4q8TWTLOocasZz { 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) { #UnBxD6FOKGVh5mtZI4Gbwlek7TCS6lCa { 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; }#UnBxD6FOKGVh5mtZI4Gbwlek7TCS6lCa li:before{  }
 }@media only screen and (max-width: 763px) { #cT0as2WQ3CMDFP5Tqc4m57hLI3b3ON10 { 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) { #HzJH5iTVeUFMhiwBUQeACTc70rvzezs0 { 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; }#HzJH5iTVeUFMhiwBUQeACTc70rvzezs0 li:before{  }
 }@media only screen and (max-width: 763px) { #va7LHQWDeQieo4KsaZhpVqq8cX5xzds1 { 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) { #WgJ71cLDbfB603MKndXv8gulVpyqSTzc { 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; }#WgJ71cLDbfB603MKndXv8gulVpyqSTzc li:before{  }
 }@media only screen and (max-width: 763px) { #cW88Hab5CBhtfyT1gakM2pv9V79z31KZ { 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) { #DXQPiMXXvbphvw0BA0vFbrvGqC4PniUF { 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) { #DOORKia0qAWlWhzVKsfARLhF3Xc1VmKU { 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) { #Vfad4BO9avZlTbJpRLFizm7TKaU7dxXv { 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) { #xBTIRPTUWX5mngwLL4tPJtuCX4iMaqui { 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) { #sZ1cAygsZvKiPqffZxJsD3Tk7S83rDCh { 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; }#sZ1cAygsZvKiPqffZxJsD3Tk7S83rDCh li:before{  }
 }@media only screen and (max-width: 763px) { #WyWkPQ3MEz9OQOTl1uWHVTdo8VwQJMa8 { 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) { #WhBbbkTnPxRMJJTS865U7t6xrwKDh7LD { 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; }#WhBbbkTnPxRMJJTS865U7t6xrwKDh7LD li:before{  }
 }@media only screen and (max-width: 763px) { #koS8DykanCVeUNUdFkDARZhEq4cpwQa3 { 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) { #IJCGduOUlqyewpdiech5bkJtzv5amITW { 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; }#IJCGduOUlqyewpdiech5bkJtzv5amITW li:before{  }
 }@media only screen and (max-width: 763px) { #vab1MlTse7SKKaWdpR3x6fTN65yUlAXI { 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) { #Us2mquZbV577Dz4x8RTbxJS71Xl7gR3q { 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) { #aTyOisBfLrX4u18KuEa7TycPbi6mIryJ { 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; }#aTyOisBfLrX4u18KuEa7TycPbi6mIryJ li:before{  }
 }@media only screen and (max-width: 763px) { #aXgaCpgG6O7d5JxOgv9TZAt9LTOW2XWr { 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) { #RUeyAfK9hKvqqm7v826Oocq7cv59iVkz { 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; }#RUeyAfK9hKvqqm7v826Oocq7cv59iVkz li:before{  }
 }@media only screen and (max-width: 763px) { #BiGlE7MIoJpx6N1Z3UCoaECRBqddTEnc { 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) { #QgiCl1EBcNecqlcEciC1xfvgb4vpgKv0 { 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) { #sOMnukBqcyvD0rNv1sXi3OM4PUKbGGWh { 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; }#sOMnukBqcyvD0rNv1sXi3OM4PUKbGGWh li:before{  }
 }@media only screen and (max-width: 763px) { #yD6Q7WJKMohJ5wDQwp6KTP8ozbCPyDPK { 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) { #uilASP9R27LJpKTAkGu3AR5M5cRDz6gv { 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; }#uilASP9R27LJpKTAkGu3AR5M5cRDz6gv li:before{  }
 }@media only screen and (max-width: 763px) { #Tp6cTNo7zHbhB47uGMvX9524t6JyWuTK { 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) { #giXnTrkgWWaCFzrWOUiplkkKfiEVLqDH { 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; }#giXnTrkgWWaCFzrWOUiplkkKfiEVLqDH li:before{  }
 }@media only screen and (max-width: 763px) { #L80ftgmJzHlIoark7DxDL2RVfq7n5UOL { 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) { #ySMQZRFZgCMGcGfGZ5u2EyNQQD6aFMhX { 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) { #WUcviuoee7D6vodGFGBs4DE3bOsNJNJX { 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; }#WUcviuoee7D6vodGFGBs4DE3bOsNJNJX li:before{  }
 }@media only screen and (max-width: 763px) { #Cdl8DvptvAtlQRgK60546GN9EZDUoHAR { 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) { #qC4J8MSiqVKeN2Scrut21hdoaGLvw9EL { 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) { #OJ8HRS0kOdLGbOiuHS0AB34EcdDs5apq { 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; }#OJ8HRS0kOdLGbOiuHS0AB34EcdDs5apq li:before{  }
 }@media only screen and (max-width: 763px) { #JqI9PFNzGqgUgE95NOGvckOVQZmn7nQJ { 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) { #sHeE2By7fxBwWSadtTbodEPCTRqg8D3b { 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; }#sHeE2By7fxBwWSadtTbodEPCTRqg8D3b li:before{  }
 }@media only screen and (max-width: 763px) { #R9D1U76f8vI0kUyWIrna5ubPlorZNDCF { 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) { #Ks5S0FkP3irFIbdTLtUJcPlTXF5Tymh9 { 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; }#Ks5S0FkP3irFIbdTLtUJcPlTXF5Tymh9 li:before{  }
 }@media only screen and (max-width: 763px) { #l06w7CWGFU5oobh9tDCdt7zoTxG5KFPG { 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) { #V9F6rJe8RO5LAm8fuVDlexnTUn4ITLnM { 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) { #nHbFrz5vPAahJTax0XA2wftzdqSXTJSO { 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; }#nHbFrz5vPAahJTax0XA2wftzdqSXTJSO li:before{  }
 }@media only screen and (max-width: 763px) { #r2XUMBcrJJaMIPg95lOLlsITaiR6Q4MN { 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) { #RKQKg6ksB2hZRNWspdsRLXIDH3cd69Tm { 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; }#RKQKg6ksB2hZRNWspdsRLXIDH3cd69Tm li:before{  }
 }@media only screen and (max-width: 763px) { #oLHaKXsTlZE5aS7Oc3hVviH2DRyhk7QZ { 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) { #DR2Lt1ZwPhfScZMscZQnKxJe8KhxordD { 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) { #PK99xPg4lAgoUcata30tcZV4uABqOlZW { 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) { #q8tM3JLCLdvbS2TdmKKtEeTtdwGC4v8r { 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) { #zvDfUy2sJSec4r584nXmad1SX9T64DeB { 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; }#zvDfUy2sJSec4r584nXmad1SX9T64DeB li:before{  }
 }@media only screen and (max-width: 763px) { #lyaEEcSJcouoLlqadkbSdXS8DBtqDzrO { 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) { #rIKGV1LDCLl3r1SyxyXZ5vftE5aHkT9O { 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) { #JqfeWAQp0lzZrGSk58S4Jkxn7JW21Ba6 { 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; }#JqfeWAQp0lzZrGSk58S4Jkxn7JW21Ba6 li:before{  }
 }@media only screen and (max-width: 763px) { #LFP07sPBi8kT5iIDNoGspb7tUgqEa1nI { 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) { #ukk31XhXIXx5l6U42LLuwlfI1s0CDKnN { 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; }#ukk31XhXIXx5l6U42LLuwlfI1s0CDKnN li:before{  }
 }@media only screen and (max-width: 763px) { #WlTgKLr61qBUCqKDoSJvlxHUA952U2WF { 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; }#WlTgKLr61qBUCqKDoSJvlxHUA952U2WF li:before{  }
 }@media only screen and (max-width: 763px) { #Eklnle6O3Lowk3Fzw4cgvNr5UD5TU4Jv { 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) { #P14tNUoOvAPHt2xnKaPmvdCNcFKQvqKh { 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) { #aqnKPVaiS9CZxaqCdINWkTZyQv8lyo45 { 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) { #JqZuqdKcuQnmDdlHi4hKy83n6B4bkVRS { 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; }#JqZuqdKcuQnmDdlHi4hKy83n6B4bkVRS li:before{  }
 }@media only screen and (max-width: 763px) { #RImdDu175NLZhTxliIvo7emlmS2aP2TV { 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) { #hP31rncV32v2bour9qLxETJJLTqnkiiy { 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; }#hP31rncV32v2bour9qLxETJJLTqnkiiy li:before{  }
 }@media only screen and (max-width: 763px) { #a1TBuJJfWCEhKDlmzxluXuaQt18Bmqsx { 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) { #iSoL8RIelJK5PNe7W0CT7AxDG50eX3Tp { 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) { #TySEuCCcDet9ipFWS0qu3myDZnqTX7Tz { 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; }#TySEuCCcDet9ipFWS0qu3myDZnqTX7Tz li:before{  }
 }@media only screen and (max-width: 763px) { #mxO4p5bCKkH3t1SoBwl4FpAcV013hDZP { 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) { #kGgtHegvdfEkeyCFQyZtDEUFSxF2fTSp { 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; }#kGgtHegvdfEkeyCFQyZtDEUFSxF2fTSp li:before{  }
 }@media only screen and (max-width: 763px) { #XWtTQrWXekbEEs3MpKz90eJOP3Ib1c1u { 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; }#XWtTQrWXekbEEs3MpKz90eJOP3Ib1c1u li:before{  }
 }@media only screen and (max-width: 763px) { #WE4eG1VwI5fOT7cACglrLDZT4naslZFm { 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) { #C5wsob7X5bP3QZObF7nVKvHtNA9nmDnd { 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; }#C5wsob7X5bP3QZObF7nVKvHtNA9nmDnd li:before{  }
 }@media only screen and (max-width: 763px) { #lT4NUAKtEVJAZhosvl4XSM0bDgrQV2dS { 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) { #py6WWddhMCJSVmbLuAeZ4Cmyh9SAPxx1 { 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) { #XwfpXABP7WTFl4PApT4v215maaA6BSaJ { 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; }#XwfpXABP7WTFl4PApT4v215maaA6BSaJ li:before{  }
 }@media only screen and (max-width: 763px) { #hMISCEVQb2mB7fbX6y8cZEpuVPfZKmkh { 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) { #swThEhJCqoC6gV6pvwp7dpNCVpmpvoHM { 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; }#swThEhJCqoC6gV6pvwp7dpNCVpmpvoHM li:before{  }
 }@media only screen and (max-width: 763px) { #c6G9eoz9XQAAtoWedn4FOa59GDzQwWdv { 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) { #A8EySOcP3sLDblFiV2A8if2MXmua6Ict { 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; }#A8EySOcP3sLDblFiV2A8if2MXmua6Ict li:before{  }
 }@media only screen and (max-width: 763px) { #haIp2bkxvKVADzM7iwTg8aFem0Ffy1tB { 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) { #QkVdH014BLJqKCJtC0cwCnXzVrbO5TfV { 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) { #deT1NR8TEV9RB8Vdqa28zRF3TiwJbNrr { 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) { #XD16inpWTdGlFgJ3GtqbdG5OPT1wd3ry { 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) { #keXOP3dFCkUwLpHoLiTD9Q0rD311T5DA { 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; }#keXOP3dFCkUwLpHoLiTD9Q0rD311T5DA li:before{  }
 }@media only screen and (max-width: 763px) { #D8xOtBeAwU88dfE1qSETa3O74cBgdywy { 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) { #drwMCmBaovdpiq7I3l2Kb6XPXZzt7CTB { 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; }#drwMCmBaovdpiq7I3l2Kb6XPXZzt7CTB li:before{  }
 }@media only screen and (max-width: 763px) { #ZrvxOu8DuCf1vHXyOy1yuC0cCXsafJ1T { 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; }#ZrvxOu8DuCf1vHXyOy1yuC0cCXsafJ1T li:before{  }
 }@media only screen and (max-width: 763px) { #ENywTwTPxMUrQceEWWAySlLFVy0ru2o7 { 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) { #iITTUP32DWcZeqTC2ltavr8rgwFdDrlM { 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; }#iITTUP32DWcZeqTC2ltavr8rgwFdDrlM li:before{  }
 }@media only screen and (max-width: 763px) { #O3KLTfrBd8t7sezDyOLqJtbIR9OmgF2W { 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) { #UFP6DFcfOXcBhQ6itpUXcAUZuNEz8STl { 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; }#UFP6DFcfOXcBhQ6itpUXcAUZuNEz8STl li:before{  }
 }@media only screen and (max-width: 763px) { #M7CeVMzCM2gB56ZtutHTNaZUye7B2ThI { 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) { #NE7JCKDUznM2OyFD0AFZZJpT4Pzq6N70 { 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) { #opvVKqUJ3Qsgwg808U050yLzLbqgfGEh { 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; }#opvVKqUJ3Qsgwg808U050yLzLbqgfGEh li:before{  }
 }@media only screen and (max-width: 763px) { #nhDRBO4Fu7vnAw0g6SyIaKHUTPUg3tOa { 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) { #ZIIrheUbFQS9Hu6Muk2Zdd3D5sea6gKK { 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; }#ZIIrheUbFQS9Hu6Muk2Zdd3D5sea6gKK li:before{  }
 }@media only screen and (max-width: 763px) { #XdDVdEDsiq7IMMdqvGfBJkHtLFboeam3 { 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) { #dxsIhXc0B1SzIyPuhhq8DJS4ctkF3mNI { 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; }#dxsIhXc0B1SzIyPuhhq8DJS4ctkF3mNI li:before{  }
 }@media only screen and (max-width: 763px) { #hOu8NqUtKAAeBKcxG6Acqf76MdhL3U9u { 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) { #AZMTkx9cz1KQC98UoMXOkpasP4cdtH2y { 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) { #QeLwkpBhtJWkH1fRKdk7tCXsldCR8pnr { width:20rem;height:3.1494125rem;top:488.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) { #dtbKLTTwMKTT3IdilNPeNzruA3M1e9Eo { width:20rem;height:5.24903125rem;top:482rem;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) { #BVQTUtZ1JFg2QpuJe4yoJssqmuqofiN7 { width:20rem;height:1.5rem;top:480.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) { #z5EAATt77t54gxByutLJLvV1EDT6ToAz { width:20rem;height:4.199225rem;top:475.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) { #T1fDeO3fCFlJ2nm54EgL6D7eS7wTDWFc { width:20rem;height:1.5rem;top:473.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) { #XnTWceiftc4SGFgTo2LtcNnl1v7K7d4h { width:20rem;height:6.2988375rem;top:466.8125rem;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) { #g8luvUTTwhO8rP6tT4snHqOFFmgWTI4r { 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) { #dhD6wPJ4QEyANdJhA0RVmPAcHdndetJC { 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.1484375rem;top:1.92578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;color:#ffffff;display:block; }
 }