.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w { position:relative;display:block; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w { background-color: transparent; background-image: none; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row .container > .video-iframe-container { display: none; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row > .video-iframe-container { display: none; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .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); }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w { border-width: 0; border-radius: 0; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wUXWb5JhHTH508qKeekAzRND21WWzwsN { z-index:15003;top:1.34375rem;left:43.6875rem;background-color:#7d5694;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#smcieW0sL7rPLwgv3b5nTdBOve5wItse { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgIZDAaeAX6dBAqfyQgi2uhZSgHm62To { 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:29.5rem;top:1.96875rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.46);background-image:url("https://images.assets-landingi.com/uc/08ec4389-e3f8-432b-a5ae-326ad7b05d3e/studiobackgroundconceptabstractemptylightgradientpurplestudioroombackgroundproduct.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:32.125rem;width:60rem;overflow:visible;position:relative;display:block; }#T5kzhyEraWOCPDpK2rXFXwvuO8SDWCCd { color:#0f0f10;display:block;width:29.375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:17rem;left:0rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QEzgv3NragpIHQp0i5xNo7FpU5H5pbbq { color:#7d5694;display:block;width:41.6875rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:3.125rem;left:0rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bbQU4J87usEwtlVtTPSCnpsVNMRwoEan { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.4375rem;width:11.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.0625rem;left:46.75rem; }
#wxwzZD7hLdTOvcl6V2CoimLRPshdkKL3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.4375rem;width:11.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:6.125rem;left:48.5625rem; }
#S8i5QANWiTJOkubmE34uSzLAK4yEoqvI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.9375rem;width:9.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11.09375rem;left:41.0625rem; }
#PwAQ8bpwkf9SITzm16ALGONkDbt6RJq7 { box-sizing:content-box;height:11.5rem;width:11.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:10.3125rem;left:40.25rem;display:block; }
#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { position:relative;display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { 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 { border-width: 0; border-radius: 0; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:9.875rem;left:7.6875rem;height:4.0244125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx2SCryEB8c7RGmMEdwmiIeXiByLSv0Z { z-index:15004;top:16.0625rem;left:17.25rem;background-color:#ff6e6e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:5.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r5dQecSHELVfhB9hWtMyVkPDq9gHGQla { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGUSxnKoSSg0nAyT7Q09srUK5Hv4ZVXF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:17.375rem;left:19.875rem; }
#T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { color:#7d5694;display:block;width:41.8125rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:2.0625rem;left:9.0625rem;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;font-style:normal;display:block; }
#uTBv6Xdh9iT3cL29gMFiGW0Ee0JtD8T3 { z-index:;position:relative;display:block; }#uTBv6Xdh9iT3cL29gMFiGW0Ee0JtD8T3 { background-color: transparent; background-image: none; }#uTBv6Xdh9iT3cL29gMFiGW0Ee0JtD8T3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTBv6Xdh9iT3cL29gMFiGW0Ee0JtD8T3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTBv6Xdh9iT3cL29gMFiGW0Ee0JtD8T3 > .row .container > .video-iframe-container { display: none; }#uTBv6Xdh9iT3cL29gMFiGW0Ee0JtD8T3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTBv6Xdh9iT3cL29gMFiGW0Ee0JtD8T3 > .row > .video-iframe-container { display: none; }#uTBv6Xdh9iT3cL29gMFiGW0Ee0JtD8T3 > .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); }#uTBv6Xdh9iT3cL29gMFiGW0Ee0JtD8T3 { border-width: 0; border-radius: 0; }#uTBv6Xdh9iT3cL29gMFiGW0Ee0JtD8T3 > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#y6SD2Oz42fzPElK3UTwM9PTuDZt75J9A { color:#55be5a;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.125rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT { background-color:#ffffff;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; }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row .container { background-color: transparent; background-image: none; }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row .container > .video-iframe-container { display: none; }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row > .video-iframe-container { display: none; }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .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); }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row .container { border-width: 0; border-radius: 0; }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row .container { width:60rem;height:12.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yPLrDtgDSRfDuORcT6T4CgeGOIpErB3Q { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5rem;left:0rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BlduwCMJgOnO3BfwHtVI34R1zH7HWRFW { color:#0f0f10;display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e { background-color:#ffffff;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; }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row .container { background-color: transparent; background-image: none; }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row .container > .video-iframe-container { display: none; }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row > .video-iframe-container { display: none; }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .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); }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row .container { border-width: 0; border-radius: 0; }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row .container { width:60rem;height:199.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#qG2CcsW3t9mSuvGbTVAAVeI0ShyGmkhu { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#qq4MdVg9G6D3Rzq7Esgi9mZ9zxZvw9uc { color:#0f0f10;display:block;width:38.4375rem;position:absolute;font-family:roboto;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; }
#K9CqWTu20wt2KFSLsUfAGDfuVLZvPdoS { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#S18aTKyTXoSCWxrtilNxdoP120eiC4u2 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#S18aTKyTXoSCWxrtilNxdoP120eiC4u2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S18aTKyTXoSCWxrtilNxdoP120eiC4u2 li:before{  }
#nBdrst2bNPJ8gVD9IdmdctlkIwMTLf0L { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#tH04gcbnd07cK1eVegROwKeD8kyOaTXG { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#ipOy32z6ZATh59DsF23zUe2lEwc6aJd4 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#ipOy32z6ZATh59DsF23zUe2lEwc6aJd4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ipOy32z6ZATh59DsF23zUe2lEwc6aJd4 li:before{  }
#Trt93ETTEXUT0mf4oZQOWfnLV5vqfKor { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#hxLAOCDed3UcFLoh5AK06QVgZcm7VbQZ { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#kbKHTlwxkutViUzvPkGkkLQcrIIw00E8 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#kbKHTlwxkutViUzvPkGkkLQcrIIw00E8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kbKHTlwxkutViUzvPkGkkLQcrIIw00E8 li:before{  }
#mxvcHJUgqENqkgbpZZGtQQUoDTLineN1 { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#sEoTVxFNnEn5KuFUWTRHTDFXKPfnpIrr { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#HBLOysUohrTQMU4HBrX30QylGPqz7LPd { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#HBLOysUohrTQMU4HBrX30QylGPqz7LPd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HBLOysUohrTQMU4HBrX30QylGPqz7LPd li:before{  }
#ocJOqI3Tu81oLIw2h1dJIBW09koecrWX { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#QbUOOd8t9s6hoFU5EcKPlOCoKXxZXyQN { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#ZopgirbIwP1ehnxAEuXNn9FHXmOVgiI4 { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#c1EqSPRM6krqfQMeCS4VrAxoWGtIDepx { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#c1EqSPRM6krqfQMeCS4VrAxoWGtIDepx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c1EqSPRM6krqfQMeCS4VrAxoWGtIDepx li:before{  }
#P3G8RPWVOu3Kz7ewTNbsL9R6f741ZE2l { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#opeTQXV6UWJTMVqrOokt3TKxUgc6hk1I { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#opeTQXV6UWJTMVqrOokt3TKxUgc6hk1I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#opeTQXV6UWJTMVqrOokt3TKxUgc6hk1I li:before{  }
#eeWkbJ3ZPrTLT6Smx5PTAkTTRGHClFfC { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#DdbIvQ30FHCqdBZI111iZ4306SxbTa2O { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#DdbIvQ30FHCqdBZI111iZ4306SxbTa2O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DdbIvQ30FHCqdBZI111iZ4306SxbTa2O li:before{  }
#rc6BNtfybfAgcG9pZivLRkhRzz9GyNLH { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#rc6BNtfybfAgcG9pZivLRkhRzz9GyNLH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rc6BNtfybfAgcG9pZivLRkhRzz9GyNLH li:before{  }
#NdWPyXQhJBzyXVgROfSEsKLqOSIRQTSd { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#H6hSUoQ2Re6dJf5v14GQGMaCkSdL3p2Z { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#lnq8ToWcJkbK4Szeq3dIh8vzbvhy6lEa { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#cD0hSsQypnf4USZHNXq9LFq4n52BN6qq { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#cD0hSsQypnf4USZHNXq9LFq4n52BN6qq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cD0hSsQypnf4USZHNXq9LFq4n52BN6qq li:before{  }
#mW8K5KKMrcbnhf4NtlzdKPlF94gXxn2w { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#mW8K5KKMrcbnhf4NtlzdKPlF94gXxn2w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mW8K5KKMrcbnhf4NtlzdKPlF94gXxn2w li:before{  }
#WAkvdctPWJFLweAnbocP2fBLqR8LfbVn { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#fZf3iwzRneT9VbxFefHJ9R4AT3QUiT5A { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#fZf3iwzRneT9VbxFefHJ9R4AT3QUiT5A li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fZf3iwzRneT9VbxFefHJ9R4AT3QUiT5A li:before{  }
#lPtWTt9WLMqNZUV5rPrTC02BxH63wvFn { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#C9yHQKWTsJtALlItOPo5LBkrJaBTm0iJ { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#e4NC3zraAUG65Zkk6iXhNcakOuXolOyT { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#e4NC3zraAUG65Zkk6iXhNcakOuXolOyT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e4NC3zraAUG65Zkk6iXhNcakOuXolOyT li:before{  }
#pbV6RggygMIK8k96d0I3NC4p35pdctpc { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#UpgxUM70ppiafJAOteM9BHOVKC0Tc95X { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#UpgxUM70ppiafJAOteM9BHOVKC0Tc95X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UpgxUM70ppiafJAOteM9BHOVKC0Tc95X li:before{  }
#kbmHcgFkVumlirhKsf9BmoTv3AR90s2R { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#pOLlbT0BJU4xBF1neHnTWNMrXrnasFTQ { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#ypf5ezyaAAGZXbiQBVqxmtzJ80VAPTEn { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#iJ5Kx5FV2WfweRy63UUPizwtaxBS1Aq5 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#iJ5Kx5FV2WfweRy63UUPizwtaxBS1Aq5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iJ5Kx5FV2WfweRy63UUPizwtaxBS1Aq5 li:before{  }
#NRmRGgnlKAQCLUty19LktI0dh4Tqc4Mv { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#NRmRGgnlKAQCLUty19LktI0dh4Tqc4Mv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NRmRGgnlKAQCLUty19LktI0dh4Tqc4Mv li:before{  }
#S6DKOM13dfN9pEuka3WDJWuHoxI3e4Ty { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#HOEy1K5P3HsKZznFRiSWWgispSxuZBcP { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#qZJBhAmhkqhfiF4Kl2gOFMTglKHCy74k { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#qZJBhAmhkqhfiF4Kl2gOFMTglKHCy74k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qZJBhAmhkqhfiF4Kl2gOFMTglKHCy74k li:before{  }
#uRe3G0ehPALpEa7qIxbPvT95JvTWfrJa { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#qUX5xoGuP0doMg5puWeW0rsCzloU6dai { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#XyUUi64AeNsfURLqwXKkQyICinvbgTLs { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#TH0XaTVwTs6M0pSBKT45ANpIvR37J5uu { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#hopL23HDWWmn77OGr4akaJduDkBPXIoB { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#hopL23HDWWmn77OGr4akaJduDkBPXIoB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hopL23HDWWmn77OGr4akaJduDkBPXIoB li:before{  }
#KMpoFo0IbKq7sH8MpgpgKcvZ6VmTgJd9 { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S { background-color:#ffffff;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; }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row .container { background-color: transparent; background-image: none; }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row .container > .video-iframe-container { display: none; }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row > .video-iframe-container { display: none; }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .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); }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row .container { border-width: 0; border-radius: 0; }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row .container { width:60rem;height:37.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ASMsIfUOH7kb8mI7GGzHW2XscS597TVZ { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NClxSzPOdqabIcIAkqzXObhSWNgrR8xI { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#NClxSzPOdqabIcIAkqzXObhSWNgrR8xI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NClxSzPOdqabIcIAkqzXObhSWNgrR8xI li:before{  }
#lUMrSsd9G6Wf3BlLoUCp6G2RpgcVgX6G { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RuAnEMEyWac4Itcxbq1aIyXN9HzpCuFK { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:12rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RuAnEMEyWac4Itcxbq1aIyXN9HzpCuFK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RuAnEMEyWac4Itcxbq1aIyXN9HzpCuFK li:before{  }
#uB5mAfGGICZTF7xiNqAN6GsMWmJBwIED { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:10.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qwi8bahqxmqUECSPVcaFwu3KNrIBJu7R { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:20.0625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eslVzxi0HhSLCazLwwOBmPc9HXOp72mM { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:22.07421875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VcPTpJ9Wl3emTELIdrxQO5yf3rgZ2pPp { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:23.8125rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VcPTpJ9Wl3emTELIdrxQO5yf3rgZ2pPp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VcPTpJ9Wl3emTELIdrxQO5yf3rgZ2pPp li:before{  }
#Atnd2HfkxKusadAQixXAZChSLbWDnTAc { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:28.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tH5wwP1ZfO3LqdIlerQz2pT0kWGeSwTD { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:30.6875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#tH5wwP1ZfO3LqdIlerQz2pT0kWGeSwTD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tH5wwP1ZfO3LqdIlerQz2pT0kWGeSwTD li:before{  }
#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV { background-color:#ffffff;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; }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row .container { background-color: transparent; background-image: none; }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row .container > .video-iframe-container { display: none; }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row > .video-iframe-container { display: none; }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .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); }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row .container { border-width: 0; border-radius: 0; }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row .container { width:60rem;height:78.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#wFtc8dEl8XnwTzGufM3C5s1Pg2p8lN4T { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#quQR9E6drIhysxTcNmkfu8OTLVa3QB8O { color:#0f0f10;display:block;width:38.4375rem;position:absolute;font-family:roboto;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; }
#IhWKlqpI0ZfyvvqqhCh494o0JLHGywkJ { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#T9GV5q1hvnN5uIzBSFAcc7BnvkgaXfZT { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#T9GV5q1hvnN5uIzBSFAcc7BnvkgaXfZT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T9GV5q1hvnN5uIzBSFAcc7BnvkgaXfZT li:before{  }
#xmnKp02ZBpDH0NJ6wm8cfFm3vCaknkxM { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#e9mALemlD9vT2d1LQfZiXlg48UBOrStE { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#TRlIPmdkQR75Z2ozkNc28T3TSAC9gghf { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#TRlIPmdkQR75Z2ozkNc28T3TSAC9gghf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TRlIPmdkQR75Z2ozkNc28T3TSAC9gghf li:before{  }
#Sro0u4e46UTdLho4UQzcvSBo4iXaxeyK { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#clVCwyUNhm3b1tZ5oRgT7eDIfkiusH27 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#clVCwyUNhm3b1tZ5oRgT7eDIfkiusH27 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#clVCwyUNhm3b1tZ5oRgT7eDIfkiusH27 li:before{  }
#vsUbPcLmoNZLi4UUKxg0Qvs0U6Gffe9y { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#oOAr8gv8PhvwNyQDeqvkeFfshWMODIgP { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#HUyThGp7ttSwQmI6csdgcl2FsDA7tuOW { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#HUyThGp7ttSwQmI6csdgcl2FsDA7tuOW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HUyThGp7ttSwQmI6csdgcl2FsDA7tuOW li:before{  }
#AcXLtaRdxl2BXoEzETKhueWvnSGLhGcP { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#XKSU1hVBcceiN20wVvw4MVaA85mvQunq { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#smK9Ho3CsxZW0U8eno6C0AAckAJ5ObqB { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#smK9Ho3CsxZW0U8eno6C0AAckAJ5ObqB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#smK9Ho3CsxZW0U8eno6C0AAckAJ5ObqB li:before{  }
#VgV5B7R9y9H3GNvD18q4Ub0a6ikC67Mx { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#CEgf97sb9moBFoU0uRyq7uVW5mbXgzs2 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;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; }#CEgf97sb9moBFoU0uRyq7uVW5mbXgzs2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CEgf97sb9moBFoU0uRyq7uVW5mbXgzs2 li:before{  }
#KshTu2tTaX2yMKaKVKINg8cPRTTaxV4i { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;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; }
#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 { background-color:#ffffff;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; }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row .container { background-color: transparent; background-image: none; }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row .container > .video-iframe-container { display: none; }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row > .video-iframe-container { display: none; }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .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); }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row .container { border-width: 0; border-radius: 0; }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row .container { width:60rem;height:54.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#cgzkRJtRg27OTdQyyPvhLWaCtPhFayq2 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gCJZDz5nQeex9SQOo6Qni4vK6sf8RWiy { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#gCJZDz5nQeex9SQOo6Qni4vK6sf8RWiy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gCJZDz5nQeex9SQOo6Qni4vK6sf8RWiy li:before{  }
#dLDkUTpqcSn3JeEqcT8ClxEITl6CKZgm { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QI8HEDLVuO8sVVcZC6Rdn10lDtVa5Po6 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:11.6875rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QI8HEDLVuO8sVVcZC6Rdn10lDtVa5Po6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QI8HEDLVuO8sVVcZC6Rdn10lDtVa5Po6 li:before{  }
#gr5vU3lztu1X5Sc7GPK32Vlrt158KuT3 { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:9.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#skTqpcLFDtCg2zS9hOpp1IEvrSb7NbCE { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:24.6875rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#skTqpcLFDtCg2zS9hOpp1IEvrSb7NbCE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#skTqpcLFDtCg2zS9hOpp1IEvrSb7NbCE li:before{  }
#hZn7TJ4TIKp8OAUcIL8BtRGTrOMOSNgh { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:22.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RJL8x2lhZSiehyeW1gJfvpB27rafr5SQ { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:35.375rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RJL8x2lhZSiehyeW1gJfvpB27rafr5SQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RJL8x2lhZSiehyeW1gJfvpB27rafr5SQ li:before{  }
#oN03hZneE5DanQJOq1tT8xgRQ2iTTWoM { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:33.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hQrJyaFgTcSuXR6vFLSIFJPqdnE8O727 { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:31.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cFDydKgXy6OtpydvuLekbxRP4KcySm0b { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:44.5625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cFDydKgXy6OtpydvuLekbxRP4KcySm0b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cFDydKgXy6OtpydvuLekbxRP4KcySm0b li:before{  }
#Cfc6Fp4HNus2nlMRCX3I2yGLUBXgqZSG { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:42.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo { background-color:#ffffff;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; }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row .container { background-color: transparent; background-image: none; }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row .container > .video-iframe-container { display: none; }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row > .video-iframe-container { display: none; }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .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); }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row .container { border-width: 0; border-radius: 0; }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row .container { width:60rem;height:57.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#vUQOI9zNbpGHDe7d34NeWCK3Nc79sQRs { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nm4MaNzrrbULsdoqob24kk8wnQambFDO { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#nm4MaNzrrbULsdoqob24kk8wnQambFDO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nm4MaNzrrbULsdoqob24kk8wnQambFDO li:before{  }
#knVSQr2U9PNtTqVPKkUkl9R4zwSDV6O7 { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TK6KTALx4wxsIZiQekg91USwnr6yTUEM { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:12.375rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TK6KTALx4wxsIZiQekg91USwnr6yTUEM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TK6KTALx4wxsIZiQekg91USwnr6yTUEM li:before{  }
#ifBOwzTnNQNyVuqMSQ5ouEUiT0ID4Lv4 { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:10.375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IKULO8LdLIo7nbLPUM7h9e3avgqmBlT8 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:25.9375rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IKULO8LdLIo7nbLPUM7h9e3avgqmBlT8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IKULO8LdLIo7nbLPUM7h9e3avgqmBlT8 li:before{  }
#vZBTHfPCioymaNGRyB4SlnRBvpb48rob { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:23.9375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BS18hCHpzexeP2Qxt0HIxTPmh7awPHVS { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:36.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; }
#NTyWg2NRsdoMEmZ2NVXvMpyqaXp1lSGS { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:34.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZwmbqD4b8Fl9v5rVhB8shTeDdRIpnEC { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:33.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#noPHLroXyDGKACw7QxIkhAL95hTzyUCW { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:46.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; }
#qShTtKMkITwPy8NTX3vs3hdUfD0IzphB { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:44.25rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU { background-color:#ffffff;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; }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row .container { background-color: transparent; background-image: none; }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row .container > .video-iframe-container { display: none; }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row > .video-iframe-container { display: none; }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .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); }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row .container { border-width: 0; border-radius: 0; }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row .container { width:60rem;height:42.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#RT8oUJ4FBJxQrAwIQZ2H11a4idqsKw2T { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lRM7eUdX3dRzgnIoqQEF7OOZlKdS5lbO { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#lRM7eUdX3dRzgnIoqQEF7OOZlKdS5lbO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lRM7eUdX3dRzgnIoqQEF7OOZlKdS5lbO li:before{  }
#wT68pqQTVNCZ3AEvDv8yZqUPid9qBVsM { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KynNTKLIucG9LiVPTmTVfB16G2yE73T3 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.875rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KynNTKLIucG9LiVPTmTVfB16G2yE73T3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KynNTKLIucG9LiVPTmTVfB16G2yE73T3 li:before{  }
#pGQab4gSAtp3D7DWbrLP3XUNAKFFI4r0 { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WixddwuXyZ9K3awwEhxROyKnnyBTxb7a { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:24.6875rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WixddwuXyZ9K3awwEhxROyKnnyBTxb7a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WixddwuXyZ9K3awwEhxROyKnnyBTxb7a li:before{  }
#ZQKXXnSb6r2zUqAtx1OcoQ9ZokDVXX97 { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:22.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g5mcByKtFgfVtJrGWV4iiD96CSacPdXo { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:35rem;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; }
#mqnLU9TFduOBO5C8wTAH61DefwBaH9ii { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:33.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NEhH78vJeVMq6FSINKeTiz6qLMe5NECV { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:31.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qHMSckgkNhpZVUox6iWyodygtGTF1G5S { background-color:#ffffff;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; }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row .container { background-color: transparent; background-image: none; }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row .container > .video-iframe-container { display: none; }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row > .video-iframe-container { display: none; }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .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); }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row .container { border-width: 0; border-radius: 0; }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row .container { width:60rem;height:51.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#d5DU6JRtlQvZQb72IWKHE7O009RkMXWp { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W1s6cLMU807iXzPRfvnU91lZPQpyHlKU { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#W1s6cLMU807iXzPRfvnU91lZPQpyHlKU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W1s6cLMU807iXzPRfvnU91lZPQpyHlKU li:before{  }
#HBgAiXeMVgcshuUnFeFWiSzQt1nu8aXk { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBX3PIBo73XMsmpZPq342l5QlcChCfK7 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.75rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TBX3PIBo73XMsmpZPq342l5QlcChCfK7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TBX3PIBo73XMsmpZPq342l5QlcChCfK7 li:before{  }
#N3I0HUlQQ6Ok2aO9PIR3TUQUTpAPSHg3 { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ChPfgUrTsBkuMn6IlJ6kr08J0ETD7b8C { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:24.875rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ChPfgUrTsBkuMn6IlJ6kr08J0ETD7b8C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ChPfgUrTsBkuMn6IlJ6kr08J0ETD7b8C li:before{  }
#NwcNRtUgNdser0zeFVTghHMUkhsC5cX9 { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:22.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d6oIzaOoRqcOXVsXrfTXNBkMkcCEy3bZ { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:35rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#d6oIzaOoRqcOXVsXrfTXNBkMkcCEy3bZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d6oIzaOoRqcOXVsXrfTXNBkMkcCEy3bZ li:before{  }
#pFh2f5g6bKNaFSKGSLbmCB889PHF8UQS { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:33.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKEABdeg4UoPt4PcHTIOUicnu2kF3VdR { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:31.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vs3UOUenRQmpqB1FGkOVruUoPdpIGypC { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:45rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vs3UOUenRQmpqB1FGkOVruUoPdpIGypC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vs3UOUenRQmpqB1FGkOVruUoPdpIGypC li:before{  }
#Qu8e9AFk96FqypuginBcmuiNOD2AeVR5 { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:43.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv { background-color:#ffffff;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; }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row .container { background-color: transparent; background-image: none; }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row .container > .video-iframe-container { display: none; }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row > .video-iframe-container { display: none; }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .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); }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row .container { border-width: 0; border-radius: 0; }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row .container { width:60rem;height:40.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#vBQUJNK1FOiBnzh5VB6MfBdAJcnmDUvT { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hf575foIau4rXlBJ2FW5WrUvzpGGkHAz { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hf575foIau4rXlBJ2FW5WrUvzpGGkHAz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hf575foIau4rXlBJ2FW5WrUvzpGGkHAz li:before{  }
#PSAqeiVFPOtP3RFqgn1ZOgD3CvNFCkfL { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t5lAix51X5mpvv1OFmxutsgTkifgmax0 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.4375rem;left:0rem;height:8.160125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#t5lAix51X5mpvv1OFmxutsgTkifgmax0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t5lAix51X5mpvv1OFmxutsgTkifgmax0 li:before{  }
#G5UBgoqVSs4QxI0rwgtwUULpCt6IHJIt { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oHipvB1hUzfmSl3E5EaI07CktL92e6kh { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:22.625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oHipvB1hUzfmSl3E5EaI07CktL92e6kh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oHipvB1hUzfmSl3E5EaI07CktL92e6kh li:before{  }
#nbiUWqKhDcvgFHPPBsXlNeGZ50CoZNRH { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:20.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MK1q0LefMQubkiTEZkEqzvh14sq9oJy6 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;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; }#MK1q0LefMQubkiTEZkEqzvh14sq9oJy6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MK1q0LefMQubkiTEZkEqzvh14sq9oJy6 li:before{  }
#MZqbceMxaO6EBeio7wz95znUnxR61M9a { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:30.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vMf7uLdZaGBwc6Tisbawd7E8GPAdVoyu { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:29.3125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ { background-color:#ffffff;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; }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row .container { background-color: transparent; background-image: none; }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row .container > .video-iframe-container { display: none; }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row > .video-iframe-container { display: none; }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .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); }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row .container { border-width: 0; border-radius: 0; }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row .container { width:60rem;height:100.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#VgJHJEMfG3duQNiAfsiukmVJVLu3adtr { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QyxebHSsk5z1u4GW9b62ycJ9xZqFaBN9 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#QyxebHSsk5z1u4GW9b62ycJ9xZqFaBN9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QyxebHSsk5z1u4GW9b62ycJ9xZqFaBN9 li:before{  }
#Ll7RtJkakfXsmN3fBuxpAO0xxnPMTskC { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sgnRv9HU0P9Tqksp4RDO8WFPnVRxZs59 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.6875rem;left:0rem;height:8.160125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sgnRv9HU0P9Tqksp4RDO8WFPnVRxZs59 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sgnRv9HU0P9Tqksp4RDO8WFPnVRxZs59 li:before{  }
#a1lZBVKJeFBSpfkqxk3punwpLfDl3e7u { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kLpWIaD421UJOabepqKDSZUPiMbBafJO { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:24.625rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kLpWIaD421UJOabepqKDSZUPiMbBafJO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kLpWIaD421UJOabepqKDSZUPiMbBafJO li:before{  }
#yI1eqOyvz8iWJIwCOXsDaOybUX57vNPS { color:#0f0f10;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:22.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SNnQEhpxRMJDMmSvz7I795DWHUL6BOdg { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:21.125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kezSktCmVaI9J11kzRqLlgXbEv1DMBhe { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:38.875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kezSktCmVaI9J11kzRqLlgXbEv1DMBhe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kezSktCmVaI9J11kzRqLlgXbEv1DMBhe li:before{  }
#kXrImmWvUtCZFZwm01mtUopA9c7A36Os { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:36.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F4ASA7oe1b479mgTTilhKcFheGMVqyVT { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:34.75rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gqnoo9kmGh3EPbR12hEPAZ7pwotiaVhB { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:46.625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Gqnoo9kmGh3EPbR12hEPAZ7pwotiaVhB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gqnoo9kmGh3EPbR12hEPAZ7pwotiaVhB li:before{  }
#F2NxeUKcSI7h0FnrSSJWi4wwrTJHGKM3 { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:44.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UvDPozGd4bpkbsbbHD2Rk5EwpfOaDiud { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:55.625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UvDPozGd4bpkbsbbHD2Rk5EwpfOaDiud li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UvDPozGd4bpkbsbbHD2Rk5EwpfOaDiud li:before{  }
#R2wx4Xu8dZJVoTlQ3GqJxIm0k9VArX7W { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:53.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MyLRzOpaHvnGkZzbWlbv9wy0ATsqoWqB { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:66.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MyLRzOpaHvnGkZzbWlbv9wy0ATsqoWqB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MyLRzOpaHvnGkZzbWlbv9wy0ATsqoWqB li:before{  }
#ITKEKsITLgD3M1QCVWADtRwSeXK4lw6r { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:64.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WO6hrnEtoTB8TCCKeQL073oPfWTuT7qf { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:62.0625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HpPm5GQEGxDR7z38k9PTOgW5azScyF4n { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:73.625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HpPm5GQEGxDR7z38k9PTOgW5azScyF4n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HpPm5GQEGxDR7z38k9PTOgW5azScyF4n li:before{  }
#VS4yRANWtu9MkBnHxcLXQFOoKOPTCL3X { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:71.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#THH3kOvqZsXse9PqwoRgxTgIoAsPIE8f { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:85.375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#THH3kOvqZsXse9PqwoRgxTgIoAsPIE8f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#THH3kOvqZsXse9PqwoRgxTgIoAsPIE8f li:before{  }
#DRqEzPhb6mG4LHP1fiJkJaqgnbf8rOOo { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:83.375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qA8qSCwcBxCPwP5rbTf48QkoRhsBvXOL { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:81.25rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qrcZOWDW1gWbfedqZOlqBvCF6C53f2qk { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:92.6875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qrcZOWDW1gWbfedqZOlqBvCF6C53f2qk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qrcZOWDW1gWbfedqZOlqBvCF6C53f2qk li:before{  }
#rI0mN0zcefbMoFHNgmftifkgprkcvNVR { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:90.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 { background-color:#ffffff;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; }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row .container { background-color: transparent; background-image: none; }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row .container > .video-iframe-container { display: none; }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row > .video-iframe-container { display: none; }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .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); }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row .container { border-width: 0; border-radius: 0; }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row .container { width:60rem;height:69.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#cC8bFSCSC4L85FlGN25UurDTTVP49QXF { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBISXDO1nJkrQdEVTV5156wUK6XGo5lL { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TBISXDO1nJkrQdEVTV5156wUK6XGo5lL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TBISXDO1nJkrQdEVTV5156wUK6XGo5lL li:before{  }
#D7JUautmmCLhpWJyJ7mMDv5gBikT7nSJ { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IixeqIKKb80poXatB7MXFE1UbeuQsxG2 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:12.4375rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IixeqIKKb80poXatB7MXFE1UbeuQsxG2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IixeqIKKb80poXatB7MXFE1UbeuQsxG2 li:before{  }
#entR50hh5Ci3t3WNqz4mWzlPwWG2k0qN { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:10.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gUMdAtBcAKv5w8mg2z57qJULJwkh0TtO { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:21.625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gUMdAtBcAKv5w8mg2z57qJULJwkh0TtO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gUMdAtBcAKv5w8mg2z57qJULJwkh0TtO li:before{  }
#Z8XccL0CXOoyIAdKTIKXP4ssG9CFevTd { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:19.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4xKlxsktC9URhABNGA3xnNzCu3P144z { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:34.3125rem;left:0rem;height:2.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#U4xKlxsktC9URhABNGA3xnNzCu3P144z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U4xKlxsktC9URhABNGA3xnNzCu3P144z li:before{  }
#MZf3UqeoyofVtOrdRsJaBRto17WChFob { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:32.3125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LnKFQPZ1xA23nnT1xHQMW2Z80hy127wW { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:30.1875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hiGDEgDe8HKvc727BxqTiAXZlRuAifRt { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:40.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hiGDEgDe8HKvc727BxqTiAXZlRuAifRt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hiGDEgDe8HKvc727BxqTiAXZlRuAifRt li:before{  }
#FqBE9PuU9PVBbbdoxLdO7oiTGVPi4c5V { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:38.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIqV2UbPtdPHL4exi8MD5NFQEt4iR3b7 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:52rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TIqV2UbPtdPHL4exi8MD5NFQEt4iR3b7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TIqV2UbPtdPHL4exi8MD5NFQEt4iR3b7 li:before{  }
#ZhP75HzlIRolQvTb8h2rAAHGOHiSXFRc { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:50rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xLc1i12lMXwTTHTkJOSkefHinS99u7gH { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:47.875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xe8TgEEbIHuDSQZG77dcqn0lNhPhAN4m { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:59.875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#xe8TgEEbIHuDSQZG77dcqn0lNhPhAN4m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xe8TgEEbIHuDSQZG77dcqn0lNhPhAN4m li:before{  }
#Kd4Aywyd12MdiNTpWC26pT036TkMPwfn { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:57.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o { background-color:#ffffff;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; }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row .container { background-color: transparent; background-image: none; }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row .container > .video-iframe-container { display: none; }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row > .video-iframe-container { display: none; }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .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); }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row .container { border-width: 0; border-radius: 0; }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row .container { width:60rem;height:28.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#r4C2zmq39W1ZNBCkgul5vcknqVJK96F9 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZdGvT7W52RXhVDOdlgZhS0iUXnFuvuoX { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZdGvT7W52RXhVDOdlgZhS0iUXnFuvuoX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZdGvT7W52RXhVDOdlgZhS0iUXnFuvuoX li:before{  }
#hEmMGuyhJ1IFRsTTFekG78D7DGTeSi5z { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#afbVazaxy4yO6OpS66kGMmWrNRwwpDzn { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.4375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#afbVazaxy4yO6OpS66kGMmWrNRwwpDzn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#afbVazaxy4yO6OpS66kGMmWrNRwwpDzn li:before{  }
#Er3cTTK0TD52FoJOVg2Ggv2sefDZzgEC { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTCu7tWOVcgELXBsS9AtOCDcQTxdIH9q { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:19.0625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sTCu7tWOVcgELXBsS9AtOCDcQTxdIH9q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sTCu7tWOVcgELXBsS9AtOCDcQTxdIH9q li:before{  }
#KpqGs007DzwLaDqKBei4Z0bdp8fOgBTT { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:17.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap { background-color:#ffffff;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; }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row .container { background-color: transparent; background-image: none; }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row .container > .video-iframe-container { display: none; }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row > .video-iframe-container { display: none; }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .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); }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row .container { border-width: 0; border-radius: 0; }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row .container { width:60rem;height:29.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#GcsqP6vyyTAJAvAx6JZA8DyTKkyD5rT0 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CQgBpn06RMzexqT0Dp7M3PKKgydQACo5 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#CQgBpn06RMzexqT0Dp7M3PKKgydQACo5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CQgBpn06RMzexqT0Dp7M3PKKgydQACo5 li:before{  }
#PzgUArJ44Co83poWiCA446dWr4UMQVz2 { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kZmZ6pLkfmUcGUTRGacK46N64Mpr0NBL { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.5625rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kZmZ6pLkfmUcGUTRGacK46N64Mpr0NBL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kZmZ6pLkfmUcGUTRGacK46N64Mpr0NBL li:before{  }
#lowikgUErJfhxHE2Ta1S28LvOLO5F4K2 { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z7qHZyI4AQPTIkutvD0S5LTA1zprhaBo { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:22.3125rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Z7qHZyI4AQPTIkutvD0S5LTA1zprhaBo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z7qHZyI4AQPTIkutvD0S5LTA1zprhaBo li:before{  }
#evlO78TSdK3aLNIwpPu1H8IZCaLWuJOQ { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:20.3125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc { background-color:#ffffff;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; }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row .container { background-color: transparent; background-image: none; }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row .container > .video-iframe-container { display: none; }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row > .video-iframe-container { display: none; }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .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); }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row .container { border-width: 0; border-radius: 0; }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row .container { width:60rem;height:42.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#e8ppgtRnZCAiUOem6Pb2WGhWKiBqN7xQ { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BznXfkPLC1pmMZsxT0TpfRqZ2v1wD1i0 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:4.5625rem;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; }
#TqCi4sQIryBlIETALaB1RvCOgHbSwihT { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SxUpWME1q0oN9SDZUtRuQNKX6SoqiHyH { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:32.6875rem;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; }
#yo5TlgOJqv3IWpePDixobG4tLyTdcX7s { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:25.6875rem;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; }
#hTdAJwwcNifSfK9lJTv22RLztZt8Dudn { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:23.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cnlE0rbtfQA3ug4huVTHm9DyGfJnCtp9 { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.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; }
#b772KTo14Kg59rrEksPknMFO3FhH2CnS { color:#31b46d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:13.8125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 { 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; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2.adaptive-delivery-prevent-bg, #Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2.lazyload, #Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2.lazyloading { background-image: none; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container { background-color: transparent; background-image: none; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #463574; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container > .video-iframe-container { display: none; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #463574; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row > .video-iframe-container { display: none; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .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); }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container { border-width: 0; border-radius: 0; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2::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; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#t1vOG7ADnNdQfmIgKhRTSOQhUH7RTsWf { color:#ffffff;display:block;width:60rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:3.037109375rem;left:0rem;height:2.0625rem;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) { #t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w { display:block; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUXWb5JhHTH508qKeekAzRND21WWzwsN { top:1.3125rem;left:31.4375rem;width:16.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smcieW0sL7rPLwgv3b5nTdBOve5wItse { display:block; }
 }@media only screen and (max-width: 763px) { #VgIZDAaeAX6dBAqfyQgi2uhZSgHm62To { width:29.5rem;height:3.5625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5kzhyEraWOCPDpK2rXFXwvuO8SDWCCd { top:17rem;left:0rem;width:29.375rem;height:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEzgv3NragpIHQp0i5xNo7FpU5H5pbbq { top:3.125rem;left:0rem;width:41.6875rem;height:10.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbQU4J87usEwtlVtTPSCnpsVNMRwoEan { top:1.0625rem;left:36.3125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxwzZD7hLdTOvcl6V2CoimLRPshdkKL3 { top:6.125rem;left:36.3125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8i5QANWiTJOkubmE34uSzLAK4yEoqvI { top:11.0625rem;left:34.9375rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwAQ8bpwkf9SITzm16ALGONkDbt6RJq7 { top:10.3125rem;left:34.125rem;width:11.5rem;height:11.5rem;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:9.875rem;left:1.5625rem;width:44.6875rem;height:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx2SCryEB8c7RGmMEdwmiIeXiByLSv0Z { top:16.0625rem;left:11.125rem;width:25.5rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5dQecSHELVfhB9hWtMyVkPDq9gHGQla { display:block; }
 }@media only screen and (max-width: 763px) { #DGUSxnKoSSg0nAyT7Q09srUK5Hv4ZVXF { top:17.375rem;left:13.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { top:2.0625rem;left:2.9375rem;width:41.8125rem;height:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTBv6Xdh9iT3cL29gMFiGW0Ee0JtD8T3 { display:block; }#uTBv6Xdh9iT3cL29gMFiGW0Ee0JtD8T3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6SD2Oz42fzPElK3UTwM9PTuDZt75J9A { width:47.75rem;height:3.1875rem;top:2.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT { display:block; }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPLrDtgDSRfDuORcT6T4CgeGOIpErB3Q { width:47.75rem;height:7.5rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlduwCMJgOnO3BfwHtVI34R1zH7HWRFW { width:38.4375rem;height:1.5625rem;top:1rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmHd4LPmlgzwI7wmcccsofJb58mT4b8e { display:block; }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qG2CcsW3t9mSuvGbTVAAVeI0ShyGmkhu { width:47.75rem;height:2.1875rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq4MdVg9G6D3Rzq7Esgi9mZ9zxZvw9uc { width:38.4375rem;height:1.5625rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9CqWTu20wt2KFSLsUfAGDfuVLZvPdoS { width:47.75rem;height:4.5rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S18aTKyTXoSCWxrtilNxdoP120eiC4u2 { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#S18aTKyTXoSCWxrtilNxdoP120eiC4u2 li:before{  }
 }@media only screen and (max-width: 763px) { #nBdrst2bNPJ8gVD9IdmdctlkIwMTLf0L { width:47.75rem;height:1.1875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH04gcbnd07cK1eVegROwKeD8kyOaTXG { width:47.75rem;height:1.1875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipOy32z6ZATh59DsF23zUe2lEwc6aJd4 { width:47.75rem;height:;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }#ipOy32z6ZATh59DsF23zUe2lEwc6aJd4 li:before{  }
 }@media only screen and (max-width: 763px) { #Trt93ETTEXUT0mf4oZQOWfnLV5vqfKor { width:47.75rem;height:1.1875rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxLAOCDed3UcFLoh5AK06QVgZcm7VbQZ { width:47.75rem;height:1.1875rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbKHTlwxkutViUzvPkGkkLQcrIIw00E8 { width:47.75rem;height:;top:32.8125rem;left:0rem;font-size:0.875rem;display:block; }#kbKHTlwxkutViUzvPkGkkLQcrIIw00E8 li:before{  }
 }@media only screen and (max-width: 763px) { #mxvcHJUgqENqkgbpZZGtQQUoDTLineN1 { width:47.75rem;height:1.1875rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEoTVxFNnEn5KuFUWTRHTDFXKPfnpIrr { width:47.75rem;height:7.5rem;top:42.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBLOysUohrTQMU4HBrX30QylGPqz7LPd { width:47.75rem;height:5.3125rem;top:53rem;left:0rem;font-size:0.875rem;display:block; }#HBLOysUohrTQMU4HBrX30QylGPqz7LPd li:before{  }
 }@media only screen and (max-width: 763px) { #ocJOqI3Tu81oLIw2h1dJIBW09koecrWX { width:47.75rem;height:1.1875rem;top:51.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbUOOd8t9s6hoFU5EcKPlOCoKXxZXyQN { width:47.75rem;height:3rem;top:61.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZopgirbIwP1ehnxAEuXNn9FHXmOVgiI4 { width:47.75rem;height:1.1875rem;top:63.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1EqSPRM6krqfQMeCS4VrAxoWGtIDepx { width:47.75rem;height:3.875rem;top:65.875rem;left:0rem;font-size:0.875rem;display:block; }#c1EqSPRM6krqfQMeCS4VrAxoWGtIDepx li:before{  }
 }@media only screen and (max-width: 763px) { #P3G8RPWVOu3Kz7ewTNbsL9R6f741ZE2l { width:47.75rem;height:1.1875rem;top:71.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opeTQXV6UWJTMVqrOokt3TKxUgc6hk1I { width:47.75rem;height:6.6875rem;top:73.5rem;left:0rem;font-size:0.875rem;display:block; }#opeTQXV6UWJTMVqrOokt3TKxUgc6hk1I li:before{  }
 }@media only screen and (max-width: 763px) { #eeWkbJ3ZPrTLT6Smx5PTAkTTRGHClFfC { width:47.75rem;height:1.1875rem;top:81.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdbIvQ30FHCqdBZI111iZ4306SxbTa2O { width:47.75rem;height:5.3125rem;top:83.8125rem;left:0rem;font-size:0.875rem;display:block; }#DdbIvQ30FHCqdBZI111iZ4306SxbTa2O li:before{  }
 }@media only screen and (max-width: 763px) { #rc6BNtfybfAgcG9pZivLRkhRzz9GyNLH { width:47.75rem;height:3.875rem;top:96rem;left:0rem;font-size:0.875rem;display:block; }#rc6BNtfybfAgcG9pZivLRkhRzz9GyNLH li:before{  }
 }@media only screen and (max-width: 763px) { #NdWPyXQhJBzyXVgROfSEsKLqOSIRQTSd { width:47.75rem;height:1.1875rem;top:94rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6hSUoQ2Re6dJf5v14GQGMaCkSdL3p2Z { width:47.75rem;height:1.5rem;top:91.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnq8ToWcJkbK4Szeq3dIh8vzbvhy6lEa { width:47.75rem;height:1.1875rem;top:101.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD0hSsQypnf4USZHNXq9LFq4n52BN6qq { width:47.75rem;height:5.3125rem;top:103.8125rem;left:0rem;font-size:0.875rem;display:block; }#cD0hSsQypnf4USZHNXq9LFq4n52BN6qq li:before{  }
 }@media only screen and (max-width: 763px) { #mW8K5KKMrcbnhf4NtlzdKPlF94gXxn2w { width:47.75rem;height:3.875rem;top:113.25rem;left:0rem;font-size:0.875rem;display:block; }#mW8K5KKMrcbnhf4NtlzdKPlF94gXxn2w li:before{  }
 }@media only screen and (max-width: 763px) { #WAkvdctPWJFLweAnbocP2fBLqR8LfbVn { width:47.75rem;height:1.1875rem;top:111.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZf3iwzRneT9VbxFefHJ9R4AT3QUiT5A { width:47.75rem;height:3.875rem;top:124.0625rem;left:0rem;font-size:0.875rem;display:block; }#fZf3iwzRneT9VbxFefHJ9R4AT3QUiT5A li:before{  }
 }@media only screen and (max-width: 763px) { #lPtWTt9WLMqNZUV5rPrTC02BxH63wvFn { width:47.75rem;height:1.1875rem;top:122.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9yHQKWTsJtALlItOPo5LBkrJaBTm0iJ { width:47.75rem;height:1.5rem;top:119.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4NC3zraAUG65Zkk6iXhNcakOuXolOyT { width:47.75rem;height:3.875rem;top:131.5rem;left:0rem;font-size:0.875rem;display:block; }#e4NC3zraAUG65Zkk6iXhNcakOuXolOyT li:before{  }
 }@media only screen and (max-width: 763px) { #pbV6RggygMIK8k96d0I3NC4p35pdctpc { width:47.75rem;height:1.1875rem;top:129.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpgxUM70ppiafJAOteM9BHOVKC0Tc95X { width:47.75rem;height:3.875rem;top:141.75rem;left:0rem;font-size:0.875rem;display:block; }#UpgxUM70ppiafJAOteM9BHOVKC0Tc95X li:before{  }
 }@media only screen and (max-width: 763px) { #kbmHcgFkVumlirhKsf9BmoTv3AR90s2R { width:47.75rem;height:1.1875rem;top:139.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOLlbT0BJU4xBF1neHnTWNMrXrnasFTQ { width:47.75rem;height:1.5rem;top:137.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypf5ezyaAAGZXbiQBVqxmtzJ80VAPTEn { width:47.75rem;height:1.1875rem;top:148.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ5Kx5FV2WfweRy63UUPizwtaxBS1Aq5 { width:47.75rem;height:3.875rem;top:150rem;left:0rem;font-size:0.875rem;display:block; }#iJ5Kx5FV2WfweRy63UUPizwtaxBS1Aq5 li:before{  }
 }@media only screen and (max-width: 763px) { #NRmRGgnlKAQCLUty19LktI0dh4Tqc4Mv { width:47.75rem;height:3.875rem;top:161.625rem;left:0rem;font-size:0.875rem;display:block; }#NRmRGgnlKAQCLUty19LktI0dh4Tqc4Mv li:before{  }
 }@media only screen and (max-width: 763px) { #S6DKOM13dfN9pEuka3WDJWuHoxI3e4Ty { width:47.75rem;height:1.1875rem;top:159.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOEy1K5P3HsKZznFRiSWWgispSxuZBcP { width:47.75rem;height:1.5rem;top:157.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZJBhAmhkqhfiF4Kl2gOFMTglKHCy74k { width:47.75rem;height:6.6875rem;top:169.25rem;left:0rem;font-size:0.875rem;display:block; }#qZJBhAmhkqhfiF4Kl2gOFMTglKHCy74k li:before{  }
 }@media only screen and (max-width: 763px) { #uRe3G0ehPALpEa7qIxbPvT95JvTWfrJa { width:47.75rem;height:1.1875rem;top:167.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUX5xoGuP0doMg5puWeW0rsCzloU6dai { width:47.75rem;height:7.5rem;top:180.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyUUi64AeNsfURLqwXKkQyICinvbgTLs { width:47.75rem;height:1.1875rem;top:179rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH0XaTVwTs6M0pSBKT45ANpIvR37J5uu { width:47.75rem;height:1.1875rem;top:177.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hopL23HDWWmn77OGr4akaJduDkBPXIoB { width:47.75rem;height:5.3125rem;top:191.6875rem;left:0rem;font-size:0.875rem;display:block; }#hopL23HDWWmn77OGr4akaJduDkBPXIoB li:before{  }
 }@media only screen and (max-width: 763px) { #KMpoFo0IbKq7sH8MpgpgKcvZ6VmTgJd9 { width:47.75rem;height:1.1875rem;top:189.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S { display:block; }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASMsIfUOH7kb8mI7GGzHW2XscS597TVZ { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NClxSzPOdqabIcIAkqzXObhSWNgrR8xI { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#NClxSzPOdqabIcIAkqzXObhSWNgrR8xI li:before{  }
 }@media only screen and (max-width: 763px) { #lUMrSsd9G6Wf3BlLoUCp6G2RpgcVgX6G { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuAnEMEyWac4Itcxbq1aIyXN9HzpCuFK { width:47.75rem;height:3.875rem;top:12rem;left:0rem;font-size:0.875rem;display:block; }#RuAnEMEyWac4Itcxbq1aIyXN9HzpCuFK li:before{  }
 }@media only screen and (max-width: 763px) { #uB5mAfGGICZTF7xiNqAN6GsMWmJBwIED { width:47.75rem;height:1.1875rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwi8bahqxmqUECSPVcaFwu3KNrIBJu7R { width:47.75rem;height:1.5rem;top:20.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eslVzxi0HhSLCazLwwOBmPc9HXOp72mM { width:47.75rem;height:1.1875rem;top:22.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcPTpJ9Wl3emTELIdrxQO5yf3rgZ2pPp { width:47.75rem;height:3.875rem;top:23.8125rem;left:0rem;font-size:0.875rem;display:block; }#VcPTpJ9Wl3emTELIdrxQO5yf3rgZ2pPp li:before{  }
 }@media only screen and (max-width: 763px) { #Atnd2HfkxKusadAQixXAZChSLbWDnTAc { width:47.75rem;height:1.1875rem;top:28.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH5wwP1ZfO3LqdIlerQz2pT0kWGeSwTD { width:47.75rem;height:3.875rem;top:30.6875rem;left:0rem;font-size:0.875rem;display:block; }#tH5wwP1ZfO3LqdIlerQz2pT0kWGeSwTD li:before{  }
 }@media only screen and (max-width: 763px) { #lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV { display:block; }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFtc8dEl8XnwTzGufM3C5s1Pg2p8lN4T { width:47.75rem;height:1.0625rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quQR9E6drIhysxTcNmkfu8OTLVa3QB8O { width:38.4375rem;height:1.5625rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhWKlqpI0ZfyvvqqhCh494o0JLHGywkJ { width:47.75rem;height:3rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9GV5q1hvnN5uIzBSFAcc7BnvkgaXfZT { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#T9GV5q1hvnN5uIzBSFAcc7BnvkgaXfZT li:before{  }
 }@media only screen and (max-width: 763px) { #xmnKp02ZBpDH0NJ6wm8cfFm3vCaknkxM { width:47.75rem;height:1.1875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9mALemlD9vT2d1LQfZiXlg48UBOrStE { width:47.75rem;height:1.1875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRlIPmdkQR75Z2ozkNc28T3TSAC9gghf { width:47.75rem;height:;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }#TRlIPmdkQR75Z2ozkNc28T3TSAC9gghf li:before{  }
 }@media only screen and (max-width: 763px) { #Sro0u4e46UTdLho4UQzcvSBo4iXaxeyK { width:47.75rem;height:1.1875rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clVCwyUNhm3b1tZ5oRgT7eDIfkiusH27 { width:47.75rem;height:6.6875rem;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }#clVCwyUNhm3b1tZ5oRgT7eDIfkiusH27 li:before{  }
 }@media only screen and (max-width: 763px) { #vsUbPcLmoNZLi4UUKxg0Qvs0U6Gffe9y { width:47.75rem;height:1.1875rem;top:42.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOAr8gv8PhvwNyQDeqvkeFfshWMODIgP { width:47.75rem;height:1.1875rem;top:43.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUyThGp7ttSwQmI6csdgcl2FsDA7tuOW { width:47.75rem;height:5.3125rem;top:45.375rem;left:0rem;font-size:0.875rem;display:block; }#HUyThGp7ttSwQmI6csdgcl2FsDA7tuOW li:before{  }
 }@media only screen and (max-width: 763px) { #AcXLtaRdxl2BXoEzETKhueWvnSGLhGcP { width:47.75rem;height:6rem;top:54.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKSU1hVBcceiN20wVvw4MVaA85mvQunq { width:47.75rem;height:1.1875rem;top:52.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #smK9Ho3CsxZW0U8eno6C0AAckAJ5ObqB { width:47.75rem;height:3.875rem;top:64.0625rem;left:0rem;font-size:0.875rem;display:block; }#smK9Ho3CsxZW0U8eno6C0AAckAJ5ObqB li:before{  }
 }@media only screen and (max-width: 763px) { #VgV5B7R9y9H3GNvD18q4Ub0a6ikC67Mx { width:47.75rem;height:1.1875rem;top:62.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEgf97sb9moBFoU0uRyq7uVW5mbXgzs2 { width:47.75rem;height:3.875rem;top:71.5rem;left:0rem;font-size:0.875rem;display:block; }#CEgf97sb9moBFoU0uRyq7uVW5mbXgzs2 li:before{  }
 }@media only screen and (max-width: 763px) { #KshTu2tTaX2yMKaKVKINg8cPRTTaxV4i { width:47.75rem;height:1.1875rem;top:69.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 { display:block; }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgzkRJtRg27OTdQyyPvhLWaCtPhFayq2 { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCJZDz5nQeex9SQOo6Qni4vK6sf8RWiy { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#gCJZDz5nQeex9SQOo6Qni4vK6sf8RWiy li:before{  }
 }@media only screen and (max-width: 763px) { #dLDkUTpqcSn3JeEqcT8ClxEITl6CKZgm { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI8HEDLVuO8sVVcZC6Rdn10lDtVa5Po6 { width:47.75rem;height:9.5625rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }#QI8HEDLVuO8sVVcZC6Rdn10lDtVa5Po6 li:before{  }
 }@media only screen and (max-width: 763px) { #gr5vU3lztu1X5Sc7GPK32Vlrt158KuT3 { width:47.75rem;height:1.1875rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skTqpcLFDtCg2zS9hOpp1IEvrSb7NbCE { width:47.75rem;height:5.3125rem;top:24.6875rem;left:0rem;font-size:0.875rem;display:block; }#skTqpcLFDtCg2zS9hOpp1IEvrSb7NbCE li:before{  }
 }@media only screen and (max-width: 763px) { #hZn7TJ4TIKp8OAUcIL8BtRGTrOMOSNgh { width:47.75rem;height:1.1875rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJL8x2lhZSiehyeW1gJfvpB27rafr5SQ { width:47.75rem;height:5.3125rem;top:35.375rem;left:0rem;font-size:0.875rem;display:block; }#RJL8x2lhZSiehyeW1gJfvpB27rafr5SQ li:before{  }
 }@media only screen and (max-width: 763px) { #oN03hZneE5DanQJOq1tT8xgRQ2iTTWoM { width:47.75rem;height:1.1875rem;top:33.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQrJyaFgTcSuXR6vFLSIFJPqdnE8O727 { width:47.75rem;height:1.1875rem;top:31.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFDydKgXy6OtpydvuLekbxRP4KcySm0b { width:47.75rem;height:5.3125rem;top:44.5625rem;left:0rem;font-size:0.875rem;display:block; }#cFDydKgXy6OtpydvuLekbxRP4KcySm0b li:before{  }
 }@media only screen and (max-width: 763px) { #Cfc6Fp4HNus2nlMRCX3I2yGLUBXgqZSG { width:47.75rem;height:1.1875rem;top:42.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo { display:block; }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUQOI9zNbpGHDe7d34NeWCK3Nc79sQRs { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm4MaNzrrbULsdoqob24kk8wnQambFDO { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#nm4MaNzrrbULsdoqob24kk8wnQambFDO li:before{  }
 }@media only screen and (max-width: 763px) { #knVSQr2U9PNtTqVPKkUkl9R4zwSDV6O7 { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK6KTALx4wxsIZiQekg91USwnr6yTUEM { width:47.75rem;height:9.5625rem;top:12.375rem;left:0rem;font-size:0.875rem;display:block; }#TK6KTALx4wxsIZiQekg91USwnr6yTUEM li:before{  }
 }@media only screen and (max-width: 763px) { #ifBOwzTnNQNyVuqMSQ5ouEUiT0ID4Lv4 { width:47.75rem;height:1.1875rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKULO8LdLIo7nbLPUM7h9e3avgqmBlT8 { width:47.75rem;height:5.3125rem;top:25.9375rem;left:0rem;font-size:0.875rem;display:block; }#IKULO8LdLIo7nbLPUM7h9e3avgqmBlT8 li:before{  }
 }@media only screen and (max-width: 763px) { #vZBTHfPCioymaNGRyB4SlnRBvpb48rob { width:47.75rem;height:1.1875rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS18hCHpzexeP2Qxt0HIxTPmh7awPHVS { width:47.75rem;height:6rem;top:36.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTyWg2NRsdoMEmZ2NVXvMpyqaXp1lSGS { width:47.75rem;height:1.1875rem;top:34.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZwmbqD4b8Fl9v5rVhB8shTeDdRIpnEC { width:47.75rem;height:1.1875rem;top:33.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noPHLroXyDGKACw7QxIkhAL95hTzyUCW { width:47.75rem;height:6rem;top:46.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qShTtKMkITwPy8NTX3vs3hdUfD0IzphB { width:47.75rem;height:1.1875rem;top:44.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU { display:block; }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT8oUJ4FBJxQrAwIQZ2H11a4idqsKw2T { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRM7eUdX3dRzgnIoqQEF7OOZlKdS5lbO { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#lRM7eUdX3dRzgnIoqQEF7OOZlKdS5lbO li:before{  }
 }@media only screen and (max-width: 763px) { #wT68pqQTVNCZ3AEvDv8yZqUPid9qBVsM { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KynNTKLIucG9LiVPTmTVfB16G2yE73T3 { width:47.75rem;height:9.5625rem;top:11.875rem;left:0rem;font-size:0.875rem;display:block; }#KynNTKLIucG9LiVPTmTVfB16G2yE73T3 li:before{  }
 }@media only screen and (max-width: 763px) { #pGQab4gSAtp3D7DWbrLP3XUNAKFFI4r0 { width:47.75rem;height:1.1875rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WixddwuXyZ9K3awwEhxROyKnnyBTxb7a { width:47.75rem;height:5.3125rem;top:24.6875rem;left:0rem;font-size:0.875rem;display:block; }#WixddwuXyZ9K3awwEhxROyKnnyBTxb7a li:before{  }
 }@media only screen and (max-width: 763px) { #ZQKXXnSb6r2zUqAtx1OcoQ9ZokDVXX97 { width:47.75rem;height:1.1875rem;top:22.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5mcByKtFgfVtJrGWV4iiD96CSacPdXo { width:47.75rem;height:6rem;top:35rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqnLU9TFduOBO5C8wTAH61DefwBaH9ii { width:47.75rem;height:1.1875rem;top:33.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEhH78vJeVMq6FSINKeTiz6qLMe5NECV { width:47.75rem;height:1.1875rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHMSckgkNhpZVUox6iWyodygtGTF1G5S { display:block; }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5DU6JRtlQvZQb72IWKHE7O009RkMXWp { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1s6cLMU807iXzPRfvnU91lZPQpyHlKU { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#W1s6cLMU807iXzPRfvnU91lZPQpyHlKU li:before{  }
 }@media only screen and (max-width: 763px) { #HBgAiXeMVgcshuUnFeFWiSzQt1nu8aXk { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBX3PIBo73XMsmpZPq342l5QlcChCfK7 { width:47.75rem;height:9.5625rem;top:11.75rem;left:0rem;font-size:0.875rem;display:block; }#TBX3PIBo73XMsmpZPq342l5QlcChCfK7 li:before{  }
 }@media only screen and (max-width: 763px) { #N3I0HUlQQ6Ok2aO9PIR3TUQUTpAPSHg3 { width:47.75rem;height:1.1875rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChPfgUrTsBkuMn6IlJ6kr08J0ETD7b8C { width:47.75rem;height:5.3125rem;top:24.875rem;left:0rem;font-size:0.875rem;display:block; }#ChPfgUrTsBkuMn6IlJ6kr08J0ETD7b8C li:before{  }
 }@media only screen and (max-width: 763px) { #NwcNRtUgNdser0zeFVTghHMUkhsC5cX9 { width:47.75rem;height:1.1875rem;top:22.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6oIzaOoRqcOXVsXrfTXNBkMkcCEy3bZ { width:47.75rem;height:6.6875rem;top:35rem;left:0rem;font-size:0.875rem;display:block; }#d6oIzaOoRqcOXVsXrfTXNBkMkcCEy3bZ li:before{  }
 }@media only screen and (max-width: 763px) { #pFh2f5g6bKNaFSKGSLbmCB889PHF8UQS { width:47.75rem;height:1.1875rem;top:33.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKEABdeg4UoPt4PcHTIOUicnu2kF3VdR { width:47.75rem;height:1.1875rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs3UOUenRQmpqB1FGkOVruUoPdpIGypC { width:47.75rem;height:3.875rem;top:45rem;left:0rem;font-size:0.875rem;display:block; }#vs3UOUenRQmpqB1FGkOVruUoPdpIGypC li:before{  }
 }@media only screen and (max-width: 763px) { #Qu8e9AFk96FqypuginBcmuiNOD2AeVR5 { width:47.75rem;height:1.1875rem;top:43.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv { display:block; }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBQUJNK1FOiBnzh5VB6MfBdAJcnmDUvT { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf575foIau4rXlBJ2FW5WrUvzpGGkHAz { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#hf575foIau4rXlBJ2FW5WrUvzpGGkHAz li:before{  }
 }@media only screen and (max-width: 763px) { #PSAqeiVFPOtP3RFqgn1ZOgD3CvNFCkfL { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5lAix51X5mpvv1OFmxutsgTkifgmax0 { width:47.75rem;height:8.125rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }#t5lAix51X5mpvv1OFmxutsgTkifgmax0 li:before{  }
 }@media only screen and (max-width: 763px) { #G5UBgoqVSs4QxI0rwgtwUULpCt6IHJIt { width:47.75rem;height:1.1875rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHipvB1hUzfmSl3E5EaI07CktL92e6kh { width:47.75rem;height:5.3125rem;top:22.625rem;left:0rem;font-size:0.875rem;display:block; }#oHipvB1hUzfmSl3E5EaI07CktL92e6kh li:before{  }
 }@media only screen and (max-width: 763px) { #nbiUWqKhDcvgFHPPBsXlNeGZ50CoZNRH { width:47.75rem;height:1.1875rem;top:20.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK1q0LefMQubkiTEZkEqzvh14sq9oJy6 { width:47.75rem;height:5.3125rem;top:32.8125rem;left:0rem;font-size:0.875rem;display:block; }#MK1q0LefMQubkiTEZkEqzvh14sq9oJy6 li:before{  }
 }@media only screen and (max-width: 763px) { #MZqbceMxaO6EBeio7wz95znUnxR61M9a { width:47.75rem;height:1.1875rem;top:30.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMf7uLdZaGBwc6Tisbawd7E8GPAdVoyu { width:47.75rem;height:1.1875rem;top:29.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ { display:block; }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgJHJEMfG3duQNiAfsiukmVJVLu3adtr { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyxebHSsk5z1u4GW9b62ycJ9xZqFaBN9 { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#QyxebHSsk5z1u4GW9b62ycJ9xZqFaBN9 li:before{  }
 }@media only screen and (max-width: 763px) { #Ll7RtJkakfXsmN3fBuxpAO0xxnPMTskC { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgnRv9HU0P9Tqksp4RDO8WFPnVRxZs59 { width:47.75rem;height:8.125rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }#sgnRv9HU0P9Tqksp4RDO8WFPnVRxZs59 li:before{  }
 }@media only screen and (max-width: 763px) { #a1lZBVKJeFBSpfkqxk3punwpLfDl3e7u { width:47.75rem;height:1.1875rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLpWIaD421UJOabepqKDSZUPiMbBafJO { width:47.75rem;height:6.6875rem;top:24.625rem;left:0rem;font-size:0.875rem;display:block; }#kLpWIaD421UJOabepqKDSZUPiMbBafJO li:before{  }
 }@media only screen and (max-width: 763px) { #yI1eqOyvz8iWJIwCOXsDaOybUX57vNPS { width:47.75rem;height:1.1875rem;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNnQEhpxRMJDMmSvz7I795DWHUL6BOdg { width:47.75rem;height:1.1875rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kezSktCmVaI9J11kzRqLlgXbEv1DMBhe { width:47.75rem;height:3.875rem;top:38.875rem;left:0rem;font-size:0.875rem;display:block; }#kezSktCmVaI9J11kzRqLlgXbEv1DMBhe li:before{  }
 }@media only screen and (max-width: 763px) { #kXrImmWvUtCZFZwm01mtUopA9c7A36Os { width:47.75rem;height:1.1875rem;top:36.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ASA7oe1b479mgTTilhKcFheGMVqyVT { width:47.75rem;height:1.5rem;top:34.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqnoo9kmGh3EPbR12hEPAZ7pwotiaVhB { width:47.75rem;height:5.3125rem;top:46.625rem;left:0rem;font-size:0.875rem;display:block; }#Gqnoo9kmGh3EPbR12hEPAZ7pwotiaVhB li:before{  }
 }@media only screen and (max-width: 763px) { #F2NxeUKcSI7h0FnrSSJWi4wwrTJHGKM3 { width:47.75rem;height:1.1875rem;top:44.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvDPozGd4bpkbsbbHD2Rk5EwpfOaDiud { width:47.75rem;height:3.875rem;top:55.625rem;left:0rem;font-size:0.875rem;display:block; }#UvDPozGd4bpkbsbbHD2Rk5EwpfOaDiud li:before{  }
 }@media only screen and (max-width: 763px) { #R2wx4Xu8dZJVoTlQ3GqJxIm0k9VArX7W { width:47.75rem;height:1.1875rem;top:53.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyLRzOpaHvnGkZzbWlbv9wy0ATsqoWqB { width:47.75rem;height:3.875rem;top:66.1875rem;left:0rem;font-size:0.875rem;display:block; }#MyLRzOpaHvnGkZzbWlbv9wy0ATsqoWqB li:before{  }
 }@media only screen and (max-width: 763px) { #ITKEKsITLgD3M1QCVWADtRwSeXK4lw6r { width:47.75rem;height:1.1875rem;top:64.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO6hrnEtoTB8TCCKeQL073oPfWTuT7qf { width:47.75rem;height:1.5rem;top:62.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpPm5GQEGxDR7z38k9PTOgW5azScyF4n { width:47.75rem;height:3.875rem;top:73.625rem;left:0rem;font-size:0.875rem;display:block; }#HpPm5GQEGxDR7z38k9PTOgW5azScyF4n li:before{  }
 }@media only screen and (max-width: 763px) { #VS4yRANWtu9MkBnHxcLXQFOoKOPTCL3X { width:47.75rem;height:1.1875rem;top:71.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THH3kOvqZsXse9PqwoRgxTgIoAsPIE8f { width:47.75rem;height:3.875rem;top:85.375rem;left:0rem;font-size:0.875rem;display:block; }#THH3kOvqZsXse9PqwoRgxTgIoAsPIE8f li:before{  }
 }@media only screen and (max-width: 763px) { #DRqEzPhb6mG4LHP1fiJkJaqgnbf8rOOo { width:47.75rem;height:1.1875rem;top:83.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA8qSCwcBxCPwP5rbTf48QkoRhsBvXOL { width:47.75rem;height:1.5rem;top:81.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrcZOWDW1gWbfedqZOlqBvCF6C53f2qk { width:47.75rem;height:3.875rem;top:92.6875rem;left:0rem;font-size:0.875rem;display:block; }#qrcZOWDW1gWbfedqZOlqBvCF6C53f2qk li:before{  }
 }@media only screen and (max-width: 763px) { #rI0mN0zcefbMoFHNgmftifkgprkcvNVR { width:47.75rem;height:1.1875rem;top:90.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 { display:block; }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cC8bFSCSC4L85FlGN25UurDTTVP49QXF { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBISXDO1nJkrQdEVTV5156wUK6XGo5lL { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#TBISXDO1nJkrQdEVTV5156wUK6XGo5lL li:before{  }
 }@media only screen and (max-width: 763px) { #D7JUautmmCLhpWJyJ7mMDv5gBikT7nSJ { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IixeqIKKb80poXatB7MXFE1UbeuQsxG2 { width:47.75rem;height:5.3125rem;top:12.4375rem;left:0rem;font-size:0.875rem;display:block; }#IixeqIKKb80poXatB7MXFE1UbeuQsxG2 li:before{  }
 }@media only screen and (max-width: 763px) { #entR50hh5Ci3t3WNqz4mWzlPwWG2k0qN { width:47.75rem;height:1.1875rem;top:10.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUMdAtBcAKv5w8mg2z57qJULJwkh0TtO { width:47.75rem;height:5.3125rem;top:21.625rem;left:0rem;font-size:0.875rem;display:block; }#gUMdAtBcAKv5w8mg2z57qJULJwkh0TtO li:before{  }
 }@media only screen and (max-width: 763px) { #Z8XccL0CXOoyIAdKTIKXP4ssG9CFevTd { width:47.75rem;height:1.1875rem;top:19.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4xKlxsktC9URhABNGA3xnNzCu3P144z { width:47.75rem;height:2.5rem;top:34.3125rem;left:0rem;font-size:0.875rem;display:block; }#U4xKlxsktC9URhABNGA3xnNzCu3P144z li:before{  }
 }@media only screen and (max-width: 763px) { #MZf3UqeoyofVtOrdRsJaBRto17WChFob { width:47.75rem;height:1.1875rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnKFQPZ1xA23nnT1xHQMW2Z80hy127wW { width:47.75rem;height:1.5rem;top:30.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiGDEgDe8HKvc727BxqTiAXZlRuAifRt { width:47.75rem;height:3.875rem;top:40.1875rem;left:0rem;font-size:0.875rem;display:block; }#hiGDEgDe8HKvc727BxqTiAXZlRuAifRt li:before{  }
 }@media only screen and (max-width: 763px) { #FqBE9PuU9PVBbbdoxLdO7oiTGVPi4c5V { width:47.75rem;height:1.1875rem;top:38.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqV2UbPtdPHL4exi8MD5NFQEt4iR3b7 { width:47.75rem;height:3.875rem;top:52rem;left:0rem;font-size:0.875rem;display:block; }#TIqV2UbPtdPHL4exi8MD5NFQEt4iR3b7 li:before{  }
 }@media only screen and (max-width: 763px) { #ZhP75HzlIRolQvTb8h2rAAHGOHiSXFRc { width:47.75rem;height:1.1875rem;top:50rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLc1i12lMXwTTHTkJOSkefHinS99u7gH { width:47.75rem;height:1.5rem;top:47.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe8TgEEbIHuDSQZG77dcqn0lNhPhAN4m { width:47.75rem;height:3.875rem;top:59.875rem;left:0rem;font-size:0.875rem;display:block; }#xe8TgEEbIHuDSQZG77dcqn0lNhPhAN4m li:before{  }
 }@media only screen and (max-width: 763px) { #Kd4Aywyd12MdiNTpWC26pT036TkMPwfn { width:47.75rem;height:1.1875rem;top:57.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o { display:block; }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4C2zmq39W1ZNBCkgul5vcknqVJK96F9 { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdGvT7W52RXhVDOdlgZhS0iUXnFuvuoX { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#ZdGvT7W52RXhVDOdlgZhS0iUXnFuvuoX li:before{  }
 }@media only screen and (max-width: 763px) { #hEmMGuyhJ1IFRsTTFekG78D7DGTeSi5z { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afbVazaxy4yO6OpS66kGMmWrNRwwpDzn { width:47.75rem;height:3.875rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }#afbVazaxy4yO6OpS66kGMmWrNRwwpDzn li:before{  }
 }@media only screen and (max-width: 763px) { #Er3cTTK0TD52FoJOVg2Ggv2sefDZzgEC { width:47.75rem;height:1.1875rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTCu7tWOVcgELXBsS9AtOCDcQTxdIH9q { width:47.75rem;height:5.3125rem;top:19.0625rem;left:0rem;font-size:0.875rem;display:block; }#sTCu7tWOVcgELXBsS9AtOCDcQTxdIH9q li:before{  }
 }@media only screen and (max-width: 763px) { #KpqGs007DzwLaDqKBei4Z0bdp8fOgBTT { width:47.75rem;height:1.1875rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap { display:block; }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcsqP6vyyTAJAvAx6JZA8DyTKkyD5rT0 { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQgBpn06RMzexqT0Dp7M3PKKgydQACo5 { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#CQgBpn06RMzexqT0Dp7M3PKKgydQACo5 li:before{  }
 }@media only screen and (max-width: 763px) { #PzgUArJ44Co83poWiCA446dWr4UMQVz2 { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZmZ6pLkfmUcGUTRGacK46N64Mpr0NBL { width:47.75rem;height:6.6875rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:block; }#kZmZ6pLkfmUcGUTRGacK46N64Mpr0NBL li:before{  }
 }@media only screen and (max-width: 763px) { #lowikgUErJfhxHE2Ta1S28LvOLO5F4K2 { width:47.75rem;height:1.1875rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7qHZyI4AQPTIkutvD0S5LTA1zprhaBo { width:47.75rem;height:3.875rem;top:22.3125rem;left:0rem;font-size:0.875rem;display:block; }#Z7qHZyI4AQPTIkutvD0S5LTA1zprhaBo li:before{  }
 }@media only screen and (max-width: 763px) { #evlO78TSdK3aLNIwpPu1H8IZCaLWuJOQ { width:47.75rem;height:1.1875rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc { display:block; }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8ppgtRnZCAiUOem6Pb2WGhWKiBqN7xQ { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BznXfkPLC1pmMZsxT0TpfRqZ2v1wD1i0 { width:47.75rem;height:7.5rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqCi4sQIryBlIETALaB1RvCOgHbSwihT { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxUpWME1q0oN9SDZUtRuQNKX6SoqiHyH { width:47.75rem;height:1.5rem;top:32.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo5TlgOJqv3IWpePDixobG4tLyTdcX7s { width:47.75rem;height:6rem;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTdAJwwcNifSfK9lJTv22RLztZt8Dudn { width:47.75rem;height:1.1875rem;top:23.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnlE0rbtfQA3ug4huVTHm9DyGfJnCtp9 { width:47.75rem;height:6rem;top:15.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b772KTo14Kg59rrEksPknMFO3FhH2CnS { width:47.75rem;height:1.1875rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 { display:block; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1vOG7ADnNdQfmIgKhRTSOQhUH7RTsWf { width:47.75rem;height:2.0625rem;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) { #t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w { display:block; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUXWb5JhHTH508qKeekAzRND21WWzwsN { top:0.09375rem;left:11.125rem;width:8.875rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smcieW0sL7rPLwgv3b5nTdBOve5wItse { display:block; }
 }@media only screen and (max-width: 763px) { #VgIZDAaeAX6dBAqfyQgi2uhZSgHm62To { width:10.1875rem;height:1.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/08ec4389-e3f8-432b-a5ae-326ad7b05d3e/studiobackgroundconceptabstractemptylightgradientpurplestudioroombackgroundproduct.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0rem solid #6e7074;border-left:0rem solid #6e7074;border-right:0rem solid #6e7074;border-bottom:0.0625rem solid #6e7074;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.41); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.41); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5kzhyEraWOCPDpK2rXFXwvuO8SDWCCd { width:20rem;height:4.875rem;top:10.693359375rem;left:0rem;font-size:1.25rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QEzgv3NragpIHQp0i5xNo7FpU5H5pbbq { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bbQU4J87usEwtlVtTPSCnpsVNMRwoEan { display:flex;width:6.25rem;height:6.25rem;top:14.1875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #wxwzZD7hLdTOvcl6V2CoimLRPshdkKL3 { display:flex;width:5.75rem;height:5.75rem;top:17.4375rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #S8i5QANWiTJOkubmE34uSzLAK4yEoqvI { display:flex;width:7.1875rem;height:7.1875rem;top:17.375rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #PwAQ8bpwkf9SITzm16ALGONkDbt6RJq7 { width:8.8125rem;height:8.8125rem;top:16.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { width:20rem;height:4.63036875rem;top:6.3125rem;left:0rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gx2SCryEB8c7RGmMEdwmiIeXiByLSv0Z { top:12.75rem;left:0rem;width:20rem;height:4.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5dQecSHELVfhB9hWtMyVkPDq9gHGQla { display:block; }
 }@media only screen and (max-width: 763px) { #DGUSxnKoSSg0nAyT7Q09srUK5Hv4ZVXF { display:flex;width:2.5625rem;height:2.5625rem;top:13.875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { width:20rem;height:4.19921875rem;top:1.125rem;left:0rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uTBv6Xdh9iT3cL29gMFiGW0Ee0JtD8T3 { display:block; }#uTBv6Xdh9iT3cL29gMFiGW0Ee0JtD8T3 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6SD2Oz42fzPElK3UTwM9PTuDZt75J9A { width:20rem;height:3.8994125rem;top:0.494140625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT { background-color:#ffffff;background-image:none;display:block; }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row .container { background-color: transparent; background-image: none; }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row .container > .video-iframe-container { display: none; }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row > .video-iframe-container { display: none; }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .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); }#iWBoUyNdMA8zsZi14iAqES0TX4UAG1eT > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPLrDtgDSRfDuORcT6T4CgeGOIpErB3Q { width:20rem;height:14.4375rem;top:1.0625rem;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) { #BlduwCMJgOnO3BfwHtVI34R1zH7HWRFW { width:20rem;height:3.4375rem;top:16.75rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TmHd4LPmlgzwI7wmcccsofJb58mT4b8e { background-color:#ffffff;background-image:none;display:block; }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row .container { background-color: transparent; background-image: none; }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row .container > .video-iframe-container { display: none; }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row > .video-iframe-container { display: none; }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .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); }#TmHd4LPmlgzwI7wmcccsofJb58mT4b8e > .row .container { width:20rem;height:177.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qG2CcsW3t9mSuvGbTVAAVeI0ShyGmkhu { width:20rem;height:4.19921875rem;top:3.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) { #qq4MdVg9G6D3Rzq7Esgi9mZ9zxZvw9uc { width:20rem;height:1.42480625rem;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) { #K9CqWTu20wt2KFSLsUfAGDfuVLZvPdoS { width:20rem;height:4.949225rem;top:8.32421875rem;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) { #S18aTKyTXoSCWxrtilNxdoP120eiC4u2 { width:20rem;height:4.4746125rem;top:13.2109375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#S18aTKyTXoSCWxrtilNxdoP120eiC4u2 li:before{  }
 }@media only screen and (max-width: 763px) { #nBdrst2bNPJ8gVD9IdmdctlkIwMTLf0L { width:20rem;height:1.5rem;top:11.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) { #tH04gcbnd07cK1eVegROwKeD8kyOaTXG { width:20rem;height:1.5rem;top:18.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) { #ipOy32z6ZATh59DsF23zUe2lEwc6aJd4 { width:20rem;height:8.2993125rem;top:20rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#ipOy32z6ZATh59DsF23zUe2lEwc6aJd4 li:before{  }
 }@media only screen and (max-width: 763px) { #Trt93ETTEXUT0mf4oZQOWfnLV5vqfKor { width:20rem;height:1.5rem;top:29rem;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) { #hxLAOCDed3UcFLoh5AK06QVgZcm7VbQZ { width:20rem;height:1.5rem;top:30.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) { #kbKHTlwxkutViUzvPkGkkLQcrIIw00E8 { width:20rem;height:6.7119375rem;top:32.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#kbKHTlwxkutViUzvPkGkkLQcrIIw00E8 li:before{  }
 }@media only screen and (max-width: 763px) { #mxvcHJUgqENqkgbpZZGtQQUoDTLineN1 { width:20rem;height:1.19970625rem;top:39.8125rem;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) { #sEoTVxFNnEn5KuFUWTRHTDFXKPfnpIrr { width:20rem;height:6.2988375rem;top:41.3125rem;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) { #HBLOysUohrTQMU4HBrX30QylGPqz7LPd { width:20rem;height:5.7495125rem;top:49.87548828125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#HBLOysUohrTQMU4HBrX30QylGPqz7LPd li:before{  }
 }@media only screen and (max-width: 763px) { #ocJOqI3Tu81oLIw2h1dJIBW09koecrWX { width:20rem;height:1.5rem;top:48.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) { #QbUOOd8t9s6hoFU5EcKPlOCoKXxZXyQN { width:20rem;height:4.04883125rem;top:57.625rem;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) { #ZopgirbIwP1ehnxAEuXNn9FHXmOVgiI4 { width:20rem;height:1.19970625rem;top:60.54833984375rem;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) { #c1EqSPRM6krqfQMeCS4VrAxoWGtIDepx { width:20rem;height:3.51220625rem;top:62.12255859375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#c1EqSPRM6krqfQMeCS4VrAxoWGtIDepx li:before{  }
 }@media only screen and (max-width: 763px) { #P3G8RPWVOu3Kz7ewTNbsL9R6f741ZE2l { width:20rem;height:1.5rem;top:66.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) { #opeTQXV6UWJTMVqrOokt3TKxUgc6hk1I { width:20rem;height:5.625rem;top:67.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#opeTQXV6UWJTMVqrOokt3TKxUgc6hk1I li:before{  }
 }@media only screen and (max-width: 763px) { #eeWkbJ3ZPrTLT6Smx5PTAkTTRGHClFfC { width:20rem;height:1.5rem;top:74.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) { #DdbIvQ30FHCqdBZI111iZ4306SxbTa2O { width:20rem;height:4.7871125rem;top:76rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#DdbIvQ30FHCqdBZI111iZ4306SxbTa2O li:before{  }
 }@media only screen and (max-width: 763px) { #rc6BNtfybfAgcG9pZivLRkhRzz9GyNLH { width:20rem;height:4.4746125rem;top:87.63671875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#rc6BNtfybfAgcG9pZivLRkhRzz9GyNLH li:before{  }
 }@media only screen and (max-width: 763px) { #NdWPyXQhJBzyXVgROfSEsKLqOSIRQTSd { width:20rem;height:1.5rem;top:86.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) { #H6hSUoQ2Re6dJf5v14GQGMaCkSdL3p2Z { width:20rem;height:2.69921875rem;top:83.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) { #lnq8ToWcJkbK4Szeq3dIh8vzbvhy6lEa { width:20rem;height:1.19970625rem;top:92.9375rem;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) { #cD0hSsQypnf4USZHNXq9LFq4n52BN6qq { width:20rem;height:4.7871125rem;top:94.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#cD0hSsQypnf4USZHNXq9LFq4n52BN6qq li:before{  }
 }@media only screen and (max-width: 763px) { #mW8K5KKMrcbnhf4NtlzdKPlF94gXxn2w { width:20rem;height:4.4746125rem;top:101.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#mW8K5KKMrcbnhf4NtlzdKPlF94gXxn2w li:before{  }
 }@media only screen and (max-width: 763px) { #WAkvdctPWJFLweAnbocP2fBLqR8LfbVn { width:20rem;height:1.5rem;top:99.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) { #fZf3iwzRneT9VbxFefHJ9R4AT3QUiT5A { width:20rem;height:4.4746125rem;top:113.07421875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#fZf3iwzRneT9VbxFefHJ9R4AT3QUiT5A li:before{  }
 }@media only screen and (max-width: 763px) { #lPtWTt9WLMqNZUV5rPrTC02BxH63wvFn { width:20rem;height:1.5rem;top:111.38671875rem;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) { #C9yHQKWTsJtALlItOPo5LBkrJaBTm0iJ { width:20rem;height:2.69921875rem;top:108.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) { #e4NC3zraAUG65Zkk6iXhNcakOuXolOyT { width:20rem;height:3.51220625rem;top:120rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#e4NC3zraAUG65Zkk6iXhNcakOuXolOyT li:before{  }
 }@media only screen and (max-width: 763px) { #pbV6RggygMIK8k96d0I3NC4p35pdctpc { width:20rem;height:1.5rem;top:118.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) { #UpgxUM70ppiafJAOteM9BHOVKC0Tc95X { width:20rem;height:4.4746125rem;top:130.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#UpgxUM70ppiafJAOteM9BHOVKC0Tc95X li:before{  }
 }@media only screen and (max-width: 763px) { #kbmHcgFkVumlirhKsf9BmoTv3AR90s2R { width:20rem;height:1.5rem;top:128.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) { #pOLlbT0BJU4xBF1neHnTWNMrXrnasFTQ { width:20rem;height:2.69921875rem;top:126.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) { #ypf5ezyaAAGZXbiQBVqxmtzJ80VAPTEn { width:20rem;height:1.5rem;top:135.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) { #iJ5Kx5FV2WfweRy63UUPizwtaxBS1Aq5 { width:20rem;height:3.51220625rem;top:137.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#iJ5Kx5FV2WfweRy63UUPizwtaxBS1Aq5 li:before{  }
 }@media only screen and (max-width: 763px) { #NRmRGgnlKAQCLUty19LktI0dh4Tqc4Mv { width:20rem;height:4.4746125rem;top:146.24951171875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#NRmRGgnlKAQCLUty19LktI0dh4Tqc4Mv li:before{  }
 }@media only screen and (max-width: 763px) { #S6DKOM13dfN9pEuka3WDJWuHoxI3e4Ty { width:20rem;height:1.5rem;top:144.43701171875rem;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) { #HOEy1K5P3HsKZznFRiSWWgispSxuZBcP { width:20rem;height:1.4624rem;top:142.78759765625rem;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) { #qZJBhAmhkqhfiF4Kl2gOFMTglKHCy74k { width:20rem;height:7.9868125rem;top:152.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#qZJBhAmhkqhfiF4Kl2gOFMTglKHCy74k li:before{  }
 }@media only screen and (max-width: 763px) { #uRe3G0ehPALpEa7qIxbPvT95JvTWfrJa { width:20rem;height:1.5rem;top:151.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) { #qUX5xoGuP0doMg5puWeW0rsCzloU6dai { width:20rem;height:4.812rem;top:164.53125rem;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) { #XyUUi64AeNsfURLqwXKkQyICinvbgTLs { width:20rem;height:1.5rem;top:162.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) { #TH0XaTVwTs6M0pSBKT45ANpIvR37J5uu { width:20rem;height:1.5rem;top:161.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) { #hopL23HDWWmn77OGr4akaJduDkBPXIoB { width:20rem;height:4.7871125rem;top:171.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#hopL23HDWWmn77OGr4akaJduDkBPXIoB li:before{  }
 }@media only screen and (max-width: 763px) { #KMpoFo0IbKq7sH8MpgpgKcvZ6VmTgJd9 { width:20rem;height:1.5rem;top:170.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) { #T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S { background-color:#ffffff;background-image:none;display:block; }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row .container { background-color: transparent; background-image: none; }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row .container > .video-iframe-container { display: none; }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row > .video-iframe-container { display: none; }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .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); }#T9zlwZS2NH4dJrooAOpQsauCQB0SJz8S > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASMsIfUOH7kb8mI7GGzHW2XscS597TVZ { width:20rem;height:2.69921875rem;top:1.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) { #NClxSzPOdqabIcIAkqzXObhSWNgrR8xI { width:20rem;height:4.82421875rem;top:5.44921875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#NClxSzPOdqabIcIAkqzXObhSWNgrR8xI li:before{  }
 }@media only screen and (max-width: 763px) { #lUMrSsd9G6Wf3BlLoUCp6G2RpgcVgX6G { width:20rem;height:1.5rem;top:3.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) { #RuAnEMEyWac4Itcxbq1aIyXN9HzpCuFK { width:20rem;height:3.7744125rem;top:12.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#RuAnEMEyWac4Itcxbq1aIyXN9HzpCuFK li:before{  }
 }@media only screen and (max-width: 763px) { #uB5mAfGGICZTF7xiNqAN6GsMWmJBwIED { width:20rem;height:1.5rem;top:11.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) { #Qwi8bahqxmqUECSPVcaFwu3KNrIBJu7R { width:20rem;height:1.6875rem;top:19.375rem;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) { #eslVzxi0HhSLCazLwwOBmPc9HXOp72mM { width:20rem;height:1.5rem;top:21.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) { #VcPTpJ9Wl3emTELIdrxQO5yf3rgZ2pPp { width:20rem;height:4.4746125rem;top:22.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#VcPTpJ9Wl3emTELIdrxQO5yf3rgZ2pPp li:before{  }
 }@media only screen and (max-width: 763px) { #Atnd2HfkxKusadAQixXAZChSLbWDnTAc { width:20rem;height:1.5rem;top:28.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) { #tH5wwP1ZfO3LqdIlerQz2pT0kWGeSwTD { width:20rem;height:3.7744125rem;top:29.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#tH5wwP1ZfO3LqdIlerQz2pT0kWGeSwTD li:before{  }
 }@media only screen and (max-width: 763px) { #lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV { background-color:#ffffff;background-image:none;display:block; }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row .container { background-color: transparent; background-image: none; }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row .container > .video-iframe-container { display: none; }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row > .video-iframe-container { display: none; }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .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); }#lTmh2ZyuWPva56b51EfJbFR0zKtkRwGV > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFtc8dEl8XnwTzGufM3C5s1Pg2p8lN4T { width:20rem;height:3.1494125rem;top:4.46875rem;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) { #quQR9E6drIhysxTcNmkfu8OTLVa3QB8O { width:20rem;height:2.61230625rem;top:1.25rem;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) { #IhWKlqpI0ZfyvvqqhCh494o0JLHGywkJ { width:20rem;height:2.699225rem;top:8.46875rem;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) { #T9GV5q1hvnN5uIzBSFAcc7BnvkgaXfZT { width:20rem;height:3.51220625rem;top:11.41796875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#T9GV5q1hvnN5uIzBSFAcc7BnvkgaXfZT li:before{  }
 }@media only screen and (max-width: 763px) { #xmnKp02ZBpDH0NJ6wm8cfFm3vCaknkxM { width:20rem;height:1.5rem;top:9.73046875rem;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) { #e9mALemlD9vT2d1LQfZiXlg48UBOrStE { width:20rem;height:1.5rem;top:16rem;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) { #TRlIPmdkQR75Z2ozkNc28T3TSAC9gghf { width:20rem;height:10.2734375rem;top:17.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#TRlIPmdkQR75Z2ozkNc28T3TSAC9gghf li:before{  }
 }@media only screen and (max-width: 763px) { #Sro0u4e46UTdLho4UQzcvSBo4iXaxeyK { width:20rem;height:1.19970625rem;top:29.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) { #clVCwyUNhm3b1tZ5oRgT7eDIfkiusH27 { width:20rem;height:6.0620125rem;top:30.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#clVCwyUNhm3b1tZ5oRgT7eDIfkiusH27 li:before{  }
 }@media only screen and (max-width: 763px) { #vsUbPcLmoNZLi4UUKxg0Qvs0U6Gffe9y { width:20rem;height:1.5rem;top:37.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) { #oOAr8gv8PhvwNyQDeqvkeFfshWMODIgP { width:20rem;height:1.3125rem;top:39.1875rem;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) { #HUyThGp7ttSwQmI6csdgcl2FsDA7tuOW { width:20rem;height:6.7119375rem;top:40.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#HUyThGp7ttSwQmI6csdgcl2FsDA7tuOW li:before{  }
 }@media only screen and (max-width: 763px) { #AcXLtaRdxl2BXoEzETKhueWvnSGLhGcP { width:20rem;height:4.199225rem;top:50.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) { #XKSU1hVBcceiN20wVvw4MVaA85mvQunq { width:20rem;height:1.5rem;top:48.625rem;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) { #smK9Ho3CsxZW0U8eno6C0AAckAJ5ObqB { width:20rem;height:4.4746125rem;top:56.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#smK9Ho3CsxZW0U8eno6C0AAckAJ5ObqB li:before{  }
 }@media only screen and (max-width: 763px) { #VgV5B7R9y9H3GNvD18q4Ub0a6ikC67Mx { width:20rem;height:1.19970625rem;top:55.5rem;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) { #CEgf97sb9moBFoU0uRyq7uVW5mbXgzs2 { width:20rem;height:4.4746125rem;top:64rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#CEgf97sb9moBFoU0uRyq7uVW5mbXgzs2 li:before{  }
 }@media only screen and (max-width: 763px) { #KshTu2tTaX2yMKaKVKINg8cPRTTaxV4i { width:20rem;height:1.5rem;top:62.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) { #ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 { background-color:#ffffff;background-image:none;display:block; }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row .container { background-color: transparent; background-image: none; }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row .container > .video-iframe-container { display: none; }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row > .video-iframe-container { display: none; }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .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); }#ygAB4VbUPKcWMS63Mxu56rMuT1AD4Jm2 > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgzkRJtRg27OTdQyyPvhLWaCtPhFayq2 { width:20rem;height:1.6875rem;top:1.25rem;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) { #gCJZDz5nQeex9SQOo6Qni4vK6sf8RWiy { width:20rem;height:3.51220625rem;top:4.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#gCJZDz5nQeex9SQOo6Qni4vK6sf8RWiy li:before{  }
 }@media only screen and (max-width: 763px) { #dLDkUTpqcSn3JeEqcT8ClxEITl6CKZgm { width:20rem;height:1.5rem;top:3.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) { #QI8HEDLVuO8sVVcZC6Rdn10lDtVa5Po6 { width:20rem;height:9.57425rem;top:10.5498046875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#QI8HEDLVuO8sVVcZC6Rdn10lDtVa5Po6 li:before{  }
 }@media only screen and (max-width: 763px) { #gr5vU3lztu1X5Sc7GPK32Vlrt158KuT3 { width:20rem;height:1.29980625rem;top:9.25rem;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) { #skTqpcLFDtCg2zS9hOpp1IEvrSb7NbCE { width:20rem;height:4.7871125rem;top:22.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#skTqpcLFDtCg2zS9hOpp1IEvrSb7NbCE li:before{  }
 }@media only screen and (max-width: 763px) { #hZn7TJ4TIKp8OAUcIL8BtRGTrOMOSNgh { width:20rem;height:1.5rem;top:21.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) { #RJL8x2lhZSiehyeW1gJfvpB27rafr5SQ { width:20rem;height:4.7871125rem;top:31.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#RJL8x2lhZSiehyeW1gJfvpB27rafr5SQ li:before{  }
 }@media only screen and (max-width: 763px) { #oN03hZneE5DanQJOq1tT8xgRQ2iTTWoM { width:20rem;height:1.5rem;top:30rem;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) { #hQrJyaFgTcSuXR6vFLSIFJPqdnE8O727 { width:20rem;height:1.5rem;top:28.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) { #cFDydKgXy6OtpydvuLekbxRP4KcySm0b { width:20rem;height:4.7871125rem;top:38.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#cFDydKgXy6OtpydvuLekbxRP4KcySm0b li:before{  }
 }@media only screen and (max-width: 763px) { #Cfc6Fp4HNus2nlMRCX3I2yGLUBXgqZSG { width:20rem;height:1.5rem;top:37.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) { #zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo { background-color:#ffffff;background-image:none;display:block; }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row .container { background-color: transparent; background-image: none; }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row .container > .video-iframe-container { display: none; }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row > .video-iframe-container { display: none; }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .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); }#zSQbUn41RvwRDOhZQuoZcMTbX36d8DOo > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUQOI9zNbpGHDe7d34NeWCK3Nc79sQRs { width:20rem;height:1.6875rem;top:1.25rem;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) { #nm4MaNzrrbULsdoqob24kk8wnQambFDO { width:20rem;height:3.51220625rem;top:4.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#nm4MaNzrrbULsdoqob24kk8wnQambFDO li:before{  }
 }@media only screen and (max-width: 763px) { #knVSQr2U9PNtTqVPKkUkl9R4zwSDV6O7 { width:20rem;height:1.5rem;top:2.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) { #TK6KTALx4wxsIZiQekg91USwnr6yTUEM { width:20rem;height:9.57425rem;top:10.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#TK6KTALx4wxsIZiQekg91USwnr6yTUEM li:before{  }
 }@media only screen and (max-width: 763px) { #ifBOwzTnNQNyVuqMSQ5ouEUiT0ID4Lv4 { width:20rem;height:1.5rem;top:9rem;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) { #IKULO8LdLIo7nbLPUM7h9e3avgqmBlT8 { width:20rem;height:5.7495125rem;top:23.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#IKULO8LdLIo7nbLPUM7h9e3avgqmBlT8 li:before{  }
 }@media only screen and (max-width: 763px) { #vZBTHfPCioymaNGRyB4SlnRBvpb48rob { width:20rem;height:1.0996125rem;top:21.75rem;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) { #BS18hCHpzexeP2Qxt0HIxTPmh7awPHVS { width:20rem;height:5.24903125rem;top:32.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) { #NTyWg2NRsdoMEmZ2NVXvMpyqaXp1lSGS { width:20rem;height:1.5rem;top:31.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) { #CZwmbqD4b8Fl9v5rVhB8shTeDdRIpnEC { width:20rem;height:1.5rem;top:29.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) { #noPHLroXyDGKACw7QxIkhAL95hTzyUCW { width:20rem;height:4.199225rem;top:40.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) { #qShTtKMkITwPy8NTX3vs3hdUfD0IzphB { width:20rem;height:1.5rem;top:38.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) { #lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU { background-color:#ffffff;background-image:none;display:block; }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row .container { background-color: transparent; background-image: none; }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row .container > .video-iframe-container { display: none; }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row > .video-iframe-container { display: none; }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .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); }#lvTZ9Jku8paGTB0v4N34lvC0KIpvK3NU > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT8oUJ4FBJxQrAwIQZ2H11a4idqsKw2T { width:20rem;height:1.6875rem;top:1.25rem;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) { #lRM7eUdX3dRzgnIoqQEF7OOZlKdS5lbO { width:20rem;height:4.4746125rem;top:4.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#lRM7eUdX3dRzgnIoqQEF7OOZlKdS5lbO li:before{  }
 }@media only screen and (max-width: 763px) { #wT68pqQTVNCZ3AEvDv8yZqUPid9qBVsM { width:20rem;height:1.5rem;top:2.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) { #KynNTKLIucG9LiVPTmTVfB16G2yE73T3 { width:20rem;height:8.6118125rem;top:11.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#KynNTKLIucG9LiVPTmTVfB16G2yE73T3 li:before{  }
 }@media only screen and (max-width: 763px) { #pGQab4gSAtp3D7DWbrLP3XUNAKFFI4r0 { width:20rem;height:1.5rem;top:10rem;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) { #WixddwuXyZ9K3awwEhxROyKnnyBTxb7a { width:20rem;height:5.7495125rem;top:22.78125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#WixddwuXyZ9K3awwEhxROyKnnyBTxb7a li:before{  }
 }@media only screen and (max-width: 763px) { #ZQKXXnSb6r2zUqAtx1OcoQ9ZokDVXX97 { width:20rem;height:1.59375rem;top:21.1875rem;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) { #g5mcByKtFgfVtJrGWV4iiD96CSacPdXo { width:20rem;height:4.199225rem;top:32.15625rem;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) { #mqnLU9TFduOBO5C8wTAH61DefwBaH9ii { width:20rem;height:1.3125rem;top:30.84375rem;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) { #NEhH78vJeVMq6FSINKeTiz6qLMe5NECV { width:20rem;height:1.5rem;top:29.34375rem;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) { #qHMSckgkNhpZVUox6iWyodygtGTF1G5S { background-color:#ffffff;background-image:none;display:block; }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row .container { background-color: transparent; background-image: none; }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row .container > .video-iframe-container { display: none; }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row > .video-iframe-container { display: none; }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .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); }#qHMSckgkNhpZVUox6iWyodygtGTF1G5S > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5DU6JRtlQvZQb72IWKHE7O009RkMXWp { width:20rem;height:1.6875rem;top:1.25rem;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) { #W1s6cLMU807iXzPRfvnU91lZPQpyHlKU { width:20rem;height:4.4746125rem;top:4.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#W1s6cLMU807iXzPRfvnU91lZPQpyHlKU li:before{  }
 }@media only screen and (max-width: 763px) { #HBgAiXeMVgcshuUnFeFWiSzQt1nu8aXk { width:20rem;height:1.5rem;top:2.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) { #TBX3PIBo73XMsmpZPq342l5QlcChCfK7 { width:20rem;height:9.57425rem;top:11.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#TBX3PIBo73XMsmpZPq342l5QlcChCfK7 li:before{  }
 }@media only screen and (max-width: 763px) { #N3I0HUlQQ6Ok2aO9PIR3TUQUTpAPSHg3 { width:20rem;height:1.5rem;top:10.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) { #ChPfgUrTsBkuMn6IlJ6kr08J0ETD7b8C { width:20rem;height:4.7871125rem;top:24.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#ChPfgUrTsBkuMn6IlJ6kr08J0ETD7b8C li:before{  }
 }@media only screen and (max-width: 763px) { #NwcNRtUgNdser0zeFVTghHMUkhsC5cX9 { width:20rem;height:1.5rem;top:22.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) { #d6oIzaOoRqcOXVsXrfTXNBkMkcCEy3bZ { width:20rem;height:6.0620125rem;top:33.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#d6oIzaOoRqcOXVsXrfTXNBkMkcCEy3bZ li:before{  }
 }@media only screen and (max-width: 763px) { #pFh2f5g6bKNaFSKGSLbmCB889PHF8UQS { width:20rem;height:1.5rem;top:31.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) { #xKEABdeg4UoPt4PcHTIOUicnu2kF3VdR { width:20rem;height:1.5rem;top:30.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) { #vs3UOUenRQmpqB1FGkOVruUoPdpIGypC { width:20rem;height:3.51220625rem;top:42.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#vs3UOUenRQmpqB1FGkOVruUoPdpIGypC li:before{  }
 }@media only screen and (max-width: 763px) { #Qu8e9AFk96FqypuginBcmuiNOD2AeVR5 { width:20rem;height:1.5rem;top:40.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) { #NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv { background-color:#ffffff;background-image:none;display:block; }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row .container { background-color: transparent; background-image: none; }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row .container > .video-iframe-container { display: none; }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row > .video-iframe-container { display: none; }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .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); }#NAVcvw0FCKhmGXTKOSn9vs7v8hD5fJnv > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBQUJNK1FOiBnzh5VB6MfBdAJcnmDUvT { width:20rem;height:1.6875rem;top:1.25rem;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) { #hf575foIau4rXlBJ2FW5WrUvzpGGkHAz { width:20rem;height:3.51220625rem;top:4.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#hf575foIau4rXlBJ2FW5WrUvzpGGkHAz li:before{  }
 }@media only screen and (max-width: 763px) { #PSAqeiVFPOtP3RFqgn1ZOgD3CvNFCkfL { width:20rem;height:1.5rem;top:2.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) { #t5lAix51X5mpvv1OFmxutsgTkifgmax0 { width:20rem;height:8.2993125rem;top:10.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#t5lAix51X5mpvv1OFmxutsgTkifgmax0 li:before{  }
 }@media only screen and (max-width: 763px) { #G5UBgoqVSs4QxI0rwgtwUULpCt6IHJIt { width:20rem;height:1.5rem;top:8.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) { #oHipvB1hUzfmSl3E5EaI07CktL92e6kh { width:20rem;height:4.7871125rem;top:20.65625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#oHipvB1hUzfmSl3E5EaI07CktL92e6kh li:before{  }
 }@media only screen and (max-width: 763px) { #nbiUWqKhDcvgFHPPBsXlNeGZ50CoZNRH { width:20rem;height:1.59375rem;top:19.0625rem;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) { #MK1q0LefMQubkiTEZkEqzvh14sq9oJy6 { width:20rem;height:4.7871125rem;top:29.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#MK1q0LefMQubkiTEZkEqzvh14sq9oJy6 li:before{  }
 }@media only screen and (max-width: 763px) { #MZqbceMxaO6EBeio7wz95znUnxR61M9a { width:20rem;height:1.5rem;top:27.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) { #vMf7uLdZaGBwc6Tisbawd7E8GPAdVoyu { width:20rem;height:1.5rem;top:26.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) { #t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ { background-color:#ffffff;background-image:none;display:block; }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row .container { background-color: transparent; background-image: none; }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row .container > .video-iframe-container { display: none; }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row > .video-iframe-container { display: none; }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .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); }#t9ud7EMvMfJgxJeFcvQVlKEwrSIgRllZ > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgJHJEMfG3duQNiAfsiukmVJVLu3adtr { width:20rem;height:1.6875rem;top:1.25rem;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) { #QyxebHSsk5z1u4GW9b62ycJ9xZqFaBN9 { width:20rem;height:3.51220625rem;top:4.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#QyxebHSsk5z1u4GW9b62ycJ9xZqFaBN9 li:before{  }
 }@media only screen and (max-width: 763px) { #Ll7RtJkakfXsmN3fBuxpAO0xxnPMTskC { width:20rem;height:1.5rem;top:2.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) { #sgnRv9HU0P9Tqksp4RDO8WFPnVRxZs59 { width:20rem;height:8.2993125rem;top:10.294921875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#sgnRv9HU0P9Tqksp4RDO8WFPnVRxZs59 li:before{  }
 }@media only screen and (max-width: 763px) { #a1lZBVKJeFBSpfkqxk3punwpLfDl3e7u { width:20rem;height:1.5rem;top:8.625rem;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) { #kLpWIaD421UJOabepqKDSZUPiMbBafJO { width:17.625rem;height:6.0620125rem;top:21.90625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#kLpWIaD421UJOabepqKDSZUPiMbBafJO li:before{  }
 }@media only screen and (max-width: 763px) { #yI1eqOyvz8iWJIwCOXsDaOybUX57vNPS { width:20rem;height:1.5rem;top:20.40625rem;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) { #SNnQEhpxRMJDMmSvz7I795DWHUL6BOdg { width:20rem;height:1.5rem;top:19.21875rem;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) { #kezSktCmVaI9J11kzRqLlgXbEv1DMBhe { width:20rem;height:4.4746125rem;top:33.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#kezSktCmVaI9J11kzRqLlgXbEv1DMBhe li:before{  }
 }@media only screen and (max-width: 763px) { #kXrImmWvUtCZFZwm01mtUopA9c7A36Os { width:20rem;height:1.5rem;top:32.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) { #F4ASA7oe1b479mgTTilhKcFheGMVqyVT { width:20rem;height:1.6875rem;top:30.625rem;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) { #Gqnoo9kmGh3EPbR12hEPAZ7pwotiaVhB { width:20rem;height:4.7871125rem;top:40.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#Gqnoo9kmGh3EPbR12hEPAZ7pwotiaVhB li:before{  }
 }@media only screen and (max-width: 763px) { #F2NxeUKcSI7h0FnrSSJWi4wwrTJHGKM3 { width:20rem;height:1.5rem;top:39.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) { #UvDPozGd4bpkbsbbHD2Rk5EwpfOaDiud { width:20rem;height:3.51220625rem;top:48.099609375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#UvDPozGd4bpkbsbbHD2Rk5EwpfOaDiud li:before{  }
 }@media only screen and (max-width: 763px) { #R2wx4Xu8dZJVoTlQ3GqJxIm0k9VArX7W { width:20rem;height:1.5rem;top:46.599609375rem;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) { #MyLRzOpaHvnGkZzbWlbv9wy0ATsqoWqB { width:20rem;height:4.4746125rem;top:59.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#MyLRzOpaHvnGkZzbWlbv9wy0ATsqoWqB li:before{  }
 }@media only screen and (max-width: 763px) { #ITKEKsITLgD3M1QCVWADtRwSeXK4lw6r { width:20rem;height:1.5rem;top:57.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) { #WO6hrnEtoTB8TCCKeQL073oPfWTuT7qf { width:20rem;height:2.69921875rem;top:55.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) { #HpPm5GQEGxDR7z38k9PTOgW5azScyF4n { width:20rem;height:4.4746125rem;top:66.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#HpPm5GQEGxDR7z38k9PTOgW5azScyF4n li:before{  }
 }@media only screen and (max-width: 763px) { #VS4yRANWtu9MkBnHxcLXQFOoKOPTCL3X { width:20rem;height:1.5rem;top:64.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) { #THH3kOvqZsXse9PqwoRgxTgIoAsPIE8f { width:20rem;height:3.51220625rem;top:77.34375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#THH3kOvqZsXse9PqwoRgxTgIoAsPIE8f li:before{  }
 }@media only screen and (max-width: 763px) { #DRqEzPhb6mG4LHP1fiJkJaqgnbf8rOOo { width:20rem;height:1.5rem;top:75.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) { #qA8qSCwcBxCPwP5rbTf48QkoRhsBvXOL { width:20rem;height:1.6875rem;top:73.8125rem;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) { #qrcZOWDW1gWbfedqZOlqBvCF6C53f2qk { width:20rem;height:3.51220625rem;top:83.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#qrcZOWDW1gWbfedqZOlqBvCF6C53f2qk li:before{  }
 }@media only screen and (max-width: 763px) { #rI0mN0zcefbMoFHNgmftifkgprkcvNVR { width:20rem;height:1.5rem;top:81.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) { #IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 { background-color:#ffffff;background-image:none;display:block; }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row .container { background-color: transparent; background-image: none; }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row .container > .video-iframe-container { display: none; }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row > .video-iframe-container { display: none; }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .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); }#IZ9tB2d69bJyu24xqzdeq9FgPuMiipK2 > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cC8bFSCSC4L85FlGN25UurDTTVP49QXF { width:20rem;height:1.6875rem;top:1.25rem;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) { #TBISXDO1nJkrQdEVTV5156wUK6XGo5lL { width:20rem;height:3.51220625rem;top:4.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#TBISXDO1nJkrQdEVTV5156wUK6XGo5lL li:before{  }
 }@media only screen and (max-width: 763px) { #D7JUautmmCLhpWJyJ7mMDv5gBikT7nSJ { width:20rem;height:1.5rem;top:2.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) { #IixeqIKKb80poXatB7MXFE1UbeuQsxG2 { width:20rem;height:4.7871125rem;top:10.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#IixeqIKKb80poXatB7MXFE1UbeuQsxG2 li:before{  }
 }@media only screen and (max-width: 763px) { #entR50hh5Ci3t3WNqz4mWzlPwWG2k0qN { width:20rem;height:1.5rem;top:8.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) { #gUMdAtBcAKv5w8mg2z57qJULJwkh0TtO { width:20rem;height:4.7871125rem;top:17.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#gUMdAtBcAKv5w8mg2z57qJULJwkh0TtO li:before{  }
 }@media only screen and (max-width: 763px) { #Z8XccL0CXOoyIAdKTIKXP4ssG9CFevTd { width:20rem;height:1.5rem;top:16.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) { #U4xKlxsktC9URhABNGA3xnNzCu3P144z { width:20rem;height:2.23730625rem;top:29rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#U4xKlxsktC9URhABNGA3xnNzCu3P144z li:before{  }
 }@media only screen and (max-width: 763px) { #MZf3UqeoyofVtOrdRsJaBRto17WChFob { width:20rem;height:1.5rem;top:27.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) { #LnKFQPZ1xA23nnT1xHQMW2Z80hy127wW { width:20rem;height:1.6875rem;top:25.8125rem;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) { #hiGDEgDe8HKvc727BxqTiAXZlRuAifRt { width:20rem;height:3.51220625rem;top:33.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#hiGDEgDe8HKvc727BxqTiAXZlRuAifRt li:before{  }
 }@media only screen and (max-width: 763px) { #FqBE9PuU9PVBbbdoxLdO7oiTGVPi4c5V { width:20rem;height:1.5rem;top:31.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) { #TIqV2UbPtdPHL4exi8MD5NFQEt4iR3b7 { width:20rem;height:3.51220625rem;top:44.94921875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#TIqV2UbPtdPHL4exi8MD5NFQEt4iR3b7 li:before{  }
 }@media only screen and (max-width: 763px) { #ZhP75HzlIRolQvTb8h2rAAHGOHiSXFRc { width:20rem;height:1.5rem;top:43.19921875rem;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) { #xLc1i12lMXwTTHTkJOSkefHinS99u7gH { width:20rem;height:2.69921875rem;top:40.5rem;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) { #xe8TgEEbIHuDSQZG77dcqn0lNhPhAN4m { width:20rem;height:3.51220625rem;top:51.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#xe8TgEEbIHuDSQZG77dcqn0lNhPhAN4m li:before{  }
 }@media only screen and (max-width: 763px) { #Kd4Aywyd12MdiNTpWC26pT036TkMPwfn { width:20rem;height:1.5rem;top:49.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) { #pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o { background-color:#ffffff;background-image:none;display:block; }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row .container { background-color: transparent; background-image: none; }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row .container > .video-iframe-container { display: none; }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row > .video-iframe-container { display: none; }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .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); }#pJBe5mTlp1kQdR9DOt4TO0DJTrqFtL4o > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4C2zmq39W1ZNBCkgul5vcknqVJK96F9 { width:20rem;height:2.69921875rem;top:1.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) { #ZdGvT7W52RXhVDOdlgZhS0iUXnFuvuoX { width:20rem;height:5.4370125rem;top:6.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#ZdGvT7W52RXhVDOdlgZhS0iUXnFuvuoX li:before{  }
 }@media only screen and (max-width: 763px) { #hEmMGuyhJ1IFRsTTFekG78D7DGTeSi5z { width:20rem;height:1.5rem;top:4.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) { #afbVazaxy4yO6OpS66kGMmWrNRwwpDzn { width:20rem;height:3.51220625rem;top:14.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#afbVazaxy4yO6OpS66kGMmWrNRwwpDzn li:before{  }
 }@media only screen and (max-width: 763px) { #Er3cTTK0TD52FoJOVg2Ggv2sefDZzgEC { width:20rem;height:1.5rem;top:12.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) { #sTCu7tWOVcgELXBsS9AtOCDcQTxdIH9q { width:20rem;height:4.7871125rem;top:20.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#sTCu7tWOVcgELXBsS9AtOCDcQTxdIH9q li:before{  }
 }@media only screen and (max-width: 763px) { #KpqGs007DzwLaDqKBei4Z0bdp8fOgBTT { width:20rem;height:1.5rem;top:18.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) { #KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap { background-color:#ffffff;background-image:none;display:block; }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row .container { background-color: transparent; background-image: none; }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row .container > .video-iframe-container { display: none; }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row > .video-iframe-container { display: none; }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .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); }#KRQ1s5Mxnkp6Odyi95lkM5xm68toC3Ap > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcsqP6vyyTAJAvAx6JZA8DyTKkyD5rT0 { width:20rem;height:1.6875rem;top:1.25rem;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) { #CQgBpn06RMzexqT0Dp7M3PKKgydQACo5 { width:20rem;height:3.51220625rem;top:4.5498046875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#CQgBpn06RMzexqT0Dp7M3PKKgydQACo5 li:before{  }
 }@media only screen and (max-width: 763px) { #PzgUArJ44Co83poWiCA446dWr4UMQVz2 { width:20rem;height:1.5rem;top:2.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) { #kZmZ6pLkfmUcGUTRGacK46N64Mpr0NBL { width:20rem;height:7.0244375rem;top:10.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#kZmZ6pLkfmUcGUTRGacK46N64Mpr0NBL li:before{  }
 }@media only screen and (max-width: 763px) { #lowikgUErJfhxHE2Ta1S28LvOLO5F4K2 { width:20rem;height:1.5rem;top:9rem;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) { #Z7qHZyI4AQPTIkutvD0S5LTA1zprhaBo { width:20rem;height:4.82421875rem;top:21.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#Z7qHZyI4AQPTIkutvD0S5LTA1zprhaBo li:before{  }
 }@media only screen and (max-width: 763px) { #evlO78TSdK3aLNIwpPu1H8IZCaLWuJOQ { width:20rem;height:1.5rem;top:19.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) { #Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc { background-color:#ffffff;background-image:none;display:block; }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row .container { background-color: transparent; background-image: none; }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row .container > .video-iframe-container { display: none; }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row > .video-iframe-container { display: none; }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .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); }#Fbp7FfhDIaRrD2ZNaII6nafgseE7dyZc > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8ppgtRnZCAiUOem6Pb2WGhWKiBqN7xQ { width:20rem;height:1.6875rem;top:1.25rem;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) { #BznXfkPLC1pmMZsxT0TpfRqZ2v1wD1i0 { width:20rem;height:5.77440625rem;top:4.6875rem;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) { #TqCi4sQIryBlIETALaB1RvCOgHbSwihT { width:20rem;height:1.5rem;top:2.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) { #SxUpWME1q0oN9SDZUtRuQNKX6SoqiHyH { width:20rem;height:3.1494125rem;top:26rem;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) { #yo5TlgOJqv3IWpePDixobG4tLyTdcX7s { width:20rem;height:5.24903125rem;top:19.375rem;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) { #hTdAJwwcNifSfK9lJTv22RLztZt8Dudn { width:20rem;height:1.5rem;top:17.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) { #cnlE0rbtfQA3ug4huVTHm9DyGfJnCtp9 { width:20rem;height:4.199225rem;top:12.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) { #b772KTo14Kg59rrEksPknMFO3FhH2CnS { width:20rem;height:1.5rem;top:11.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) { #Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 { background-color:#7d5694;background-image:none;display:block; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container { background-color: transparent; background-image: none; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container > .video-iframe-container { display: none; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row > .video-iframe-container { display: none; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .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); }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1vOG7ADnNdQfmIgKhRTSOQhUH7RTsWf { width:20rem;height:3.375rem;top:1.92578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;color:#ffffff;display:block; }
 }