.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: 1199px) {
    html {
        width: 1200px;
    }
}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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hvEMEhs9guPQ7ngyKQIaeSW3IwxfpKom { position:absolute;display:block;z-index:15045;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:4.3125rem;width:16.6875rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#wUXWb5JhHTH508qKeekAzRND21WWzwsN { z-index:15003;top:1.34375rem;left:58.6875rem;background-color:#41b9e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(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; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/822ebaba-9104-41eb-a37a-b24cb1d3bbc4/gas.png");background-position:center left !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(77,145,187,0.47); }#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(77,145,187,0.47); }#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 { font-size:0.875rem;font-family:"open sans";height:21.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#U3ZFCB6smJTfwUfVGesGqzBo1KMWQc3W { color:#ffffff;display:block;width:45.75rem;position:absolute;font-family:play;font-size:3.125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.3125rem;left:16.125rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5kzhyEraWOCPDpK2rXFXwvuO8SDWCCd { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:play;font-size:2.1875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.75rem;left:18.40625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:play;font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.875rem;left:15.1875rem;height:3.73730625rem;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:15.9375rem;left:24.5rem;background-color:#ff9c01;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(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:26rem;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.1875rem;left:27.3125rem; }
#T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { color:#41b9e6;display:block;width:43.5625rem;position:absolute;font-family:play;font-size:2.375rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:2.4375rem;left:15.75rem;height:5.699225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ITqQf0AIDQ5fE6PVWbBEDRZaTWoHJa17 { z-index:;position:relative;display:block; }#ITqQf0AIDQ5fE6PVWbBEDRZaTWoHJa17 { background-color: transparent; background-image: none; }#ITqQf0AIDQ5fE6PVWbBEDRZaTWoHJa17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITqQf0AIDQ5fE6PVWbBEDRZaTWoHJa17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITqQf0AIDQ5fE6PVWbBEDRZaTWoHJa17 > .row .container > .video-iframe-container { display: none; }#ITqQf0AIDQ5fE6PVWbBEDRZaTWoHJa17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITqQf0AIDQ5fE6PVWbBEDRZaTWoHJa17 > .row > .video-iframe-container { display: none; }#ITqQf0AIDQ5fE6PVWbBEDRZaTWoHJa17 > .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); }#ITqQf0AIDQ5fE6PVWbBEDRZaTWoHJa17 { border-width: 0; border-radius: 0; }#ITqQf0AIDQ5fE6PVWbBEDRZaTWoHJa17 > .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:18.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#eln54ZSoCpovDGsfo3h1wkbEG55hU6Jf { color:#55be5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.125rem;left:0rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RUdwF2fvTBTroE4EhvmbADniWwLLTOAM { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:9.4375rem;left:0rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WD9lu9I46JDplcT2VqNTRiwHUSJGyGze { 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:6.9375rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 { 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; }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row .container { background-color: transparent; background-image: none; }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row .container > .video-iframe-container { display: none; }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row > .video-iframe-container { display: none; }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .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); }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row .container { border-width: 0; border-radius: 0; }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row .container { width:75rem;height:200.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#gyPA4kWQcPffL4xDFXb0DJnw9lPWyEPD { color:#000000;display:block;width:75rem;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; }
#lpms3XtqAfgyTIWl9kVeP7UCUIZ7BWmk { 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:2rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tmcrf6PQcnKdhmZd9kzm4hhJdbCOSbW6 { color:#000000;display:block;width:75rem;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; }
#OSSfbTuz6eMiFxwJ6f3fICHPThhZCihD { color:#000000;display:block;width:75rem;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; }#OSSfbTuz6eMiFxwJ6f3fICHPThhZCihD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OSSfbTuz6eMiFxwJ6f3fICHPThhZCihD li:before{  }
#xEqW5Q1yTWyFxeBoXnhwoxEzmw3a0pAA { color:#31b46d;display:block;width:75rem;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; }
#xgQqH3d8sDC8WvrAaKpH2xOyWfEenmgR { color:#31b46d;display:block;width:75rem;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; }
#RSpLC0ds1ooyyUDUz30CkHzu6TTiwKHp { color:#000000;display:block;width:75rem;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; }#RSpLC0ds1ooyyUDUz30CkHzu6TTiwKHp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RSpLC0ds1ooyyUDUz30CkHzu6TTiwKHp li:before{  }
#N6HIUyTxLaI6klO3um3odkLWQC8ufLUw { color:#31b46d;display:block;width:75rem;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; }
#ZcT62R8ysQkV3pI5f7OKHqHnRoed375h { color:#0f0f10;display:block;width:75rem;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; }
#IyTMpBDJn6knFerZASIRltHunzGpFcvL { color:#000000;display:block;width:75rem;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; }#IyTMpBDJn6knFerZASIRltHunzGpFcvL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IyTMpBDJn6knFerZASIRltHunzGpFcvL li:before{  }
#BIXF36rAfLSTghIf5Ci6W4qkvi854EUq { color:#0f0f10;display:block;width:75rem;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; }
#IOxNlhpEyhUHUTIqSN5U03W1I61hrWsW { color:#000000;display:block;width:75rem;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; }
#AIhn40TzRVo16rLkhRIIGXr5LF52HsKG { color:#000000;display:block;width:75rem;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; }#AIhn40TzRVo16rLkhRIIGXr5LF52HsKG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AIhn40TzRVo16rLkhRIIGXr5LF52HsKG li:before{  }
#Hln17KxDNfuIq9WnbgEQD68i4HiLlO63 { color:#0f0f10;display:block;width:75rem;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; }
#cTMXhKsX9Jp2rxiho36ZgygqG4VKSJGW { color:#000000;display:block;width:75rem;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; }
#VQ1TLvxq4KfSwkGd3EuA9Qr84cqMTUtX { color:#31b46d;display:block;width:75rem;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; }
#qxW122Buo7GB07TQz8RU0SlatXtOgrGl { color:#000000;display:block;width:75rem;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; }#qxW122Buo7GB07TQz8RU0SlatXtOgrGl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qxW122Buo7GB07TQz8RU0SlatXtOgrGl li:before{  }
#T0Uxg9uAB5FNHHOA8hpGvIR1FcIR1lGX { color:#31b46d;display:block;width:75rem;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; }
#oHp8GmR46o2kzGw7WuCRQT3Hc7wmXXmn { color:#000000;display:block;width:75rem;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; }#oHp8GmR46o2kzGw7WuCRQT3Hc7wmXXmn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oHp8GmR46o2kzGw7WuCRQT3Hc7wmXXmn li:before{  }
#mOiLFndkudGrIiV5MqVzkrQfutQitxe2 { color:#31b46d;display:block;width:75rem;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; }
#Nb0ddddoAFURixoqcTd0HkiByioddK0d { color:#000000;display:block;width:75rem;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; }#Nb0ddddoAFURixoqcTd0HkiByioddK0d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nb0ddddoAFURixoqcTd0HkiByioddK0d li:before{  }
#pVfa6grVlfKASGrI6iVemZ18Wza6uUfM { color:#000000;display:block;width:75rem;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; }#pVfa6grVlfKASGrI6iVemZ18Wza6uUfM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pVfa6grVlfKASGrI6iVemZ18Wza6uUfM li:before{  }
#RgJv4cKfGBCttmJyp0nFi1cMGz3H7ir8 { color:#31b46d;display:block;width:75rem;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; }
#OOSm3DApTG9lywJoXTTBI7gQafeJ8Zps { color:#000000;display:block;width:75rem;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; }
#Ek14FJHOVrP4zFfJWtdSnEPTWTcI8u9c { color:#31b46d;display:block;width:75rem;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; }
#S1KQTm7XxcWnSpCZHUaTrpSbJ49HwLC8 { color:#000000;display:block;width:75rem;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; }#S1KQTm7XxcWnSpCZHUaTrpSbJ49HwLC8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S1KQTm7XxcWnSpCZHUaTrpSbJ49HwLC8 li:before{  }
#G8JgWJ0svG3N8RAXVuuRNr9SuAHUTUVW { color:#000000;display:block;width:75rem;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; }#G8JgWJ0svG3N8RAXVuuRNr9SuAHUTUVW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G8JgWJ0svG3N8RAXVuuRNr9SuAHUTUVW li:before{  }
#OrwCUn7g0Mqb9pB7mEUfAemU0afvxCOr { color:#31b46d;display:block;width:75rem;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; }
#dIKByLQTyMPSA7AS2zVv6v9QKEnTOg1A { color:#000000;display:block;width:75rem;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; }#dIKByLQTyMPSA7AS2zVv6v9QKEnTOg1A li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dIKByLQTyMPSA7AS2zVv6v9QKEnTOg1A li:before{  }
#ibims9APUVh5BWfFa6ZPcJ464ncACgbF { color:#31b46d;display:block;width:75rem;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; }
#FWEu6sQSRahwHHuyzN4gCrzuPwz8ylZy { color:#000000;display:block;width:75rem;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; }
#COsq0Wl1Roy9NiJrE9kyQPxB3dPiG8qM { color:#000000;display:block;width:75rem;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; }#COsq0Wl1Roy9NiJrE9kyQPxB3dPiG8qM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#COsq0Wl1Roy9NiJrE9kyQPxB3dPiG8qM li:before{  }
#Dmmw9fWSMf39gdeEfNbDyUhuysuQT9DJ { color:#31b46d;display:block;width:75rem;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; }
#FZ4ozO3JFP00NfUEZBvlobzl4dlQydox { color:#000000;display:block;width:75rem;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; }#FZ4ozO3JFP00NfUEZBvlobzl4dlQydox li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FZ4ozO3JFP00NfUEZBvlobzl4dlQydox li:before{  }
#nfRJakAP6AZMsDhEJ55MoqrGytTZ86lg { color:#31b46d;display:block;width:75rem;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; }
#TxHH8PX9CAaVRoDn4mDWSpkAQ7XUnEA2 { color:#000000;display:block;width:75rem;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; }
#GbIr6ZpObbsTaTWgp1rOxGZUKabvfHSu { color:#31b46d;display:block;width:75rem;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; }
#Ah8gLTa6GMCaQg3D1fuuCtp1vfB9ibxB { color:#000000;display:block;width:75rem;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; }#Ah8gLTa6GMCaQg3D1fuuCtp1vfB9ibxB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ah8gLTa6GMCaQg3D1fuuCtp1vfB9ibxB li:before{  }
#uuotnBAGA4nDMN7H5T0KJtDXVb2REiAC { color:#000000;display:block;width:75rem;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; }#uuotnBAGA4nDMN7H5T0KJtDXVb2REiAC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uuotnBAGA4nDMN7H5T0KJtDXVb2REiAC li:before{  }
#DV9oK8cIHtmi2yT1p20G1f68ulpmPdPU { color:#31b46d;display:block;width:75rem;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; }
#t44IhoSkAWlKFfTOCIHkXOA7ez3K0aMe { color:#000000;display:block;width:75rem;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; }
#k1xpS0UaAm7lrZIxsA7QiKodrmxwowGQ { color:#000000;display:block;width:75rem;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; }#k1xpS0UaAm7lrZIxsA7QiKodrmxwowGQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k1xpS0UaAm7lrZIxsA7QiKodrmxwowGQ li:before{  }
#wsXhmvpMkihaG2dTAZFQR2Tsvan2Aetb { color:#31b46d;display:block;width:75rem;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; }
#BiJzo1EWT5xvPcDzgVI3QhrnvQXMdi4q { color:#000000;display:block;width:75rem;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; }
#OfsTiTMnsxnqhywsWecDvF2dcALAsqSL { color:#0f0f10;display:block;width:75rem;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; }
#zb2FNnt7RUOZBuni3NkvminZdGiCkw5v { color:#31b46d;display:block;width:75rem;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; }
#FNgK9Jinp7tZ6U42U2lUOBgTtUF1Bzcx { color:#000000;display:block;width:75rem;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; }#FNgK9Jinp7tZ6U42U2lUOBgTtUF1Bzcx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FNgK9Jinp7tZ6U42U2lUOBgTtUF1Bzcx li:before{  }
#MKwRVE6NRTUK2Bk7bVWLJ9AmxmZq0Jih { color:#0f0f10;display:block;width:75rem;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; }
#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU { 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; }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row .container { background-color: transparent; background-image: none; }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row .container > .video-iframe-container { display: none; }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row > .video-iframe-container { display: none; }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .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); }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row .container { border-width: 0; border-radius: 0; }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row .container { width:75rem;height:37.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#vI4HmU5aGpLHhzesOTeJOOhAbk3U5NdR { color:#000000;display:block;width:75rem;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; }
#qnxP4sk57yVC4MXGpepitEaqF5R2npag { color:#000000;display:block;width:75rem;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; }#qnxP4sk57yVC4MXGpepitEaqF5R2npag li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qnxP4sk57yVC4MXGpepitEaqF5R2npag li:before{  }
#uinJ1dmhv8eTtJa0mdf1ZxC4DPaIrTtD { color:#31b46d;display:block;width:75rem;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; }
#wgCid8NScNKeXTxcBaF2bGEz9xqgAMP5 { color:#000000;display:block;width:75rem;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; }#wgCid8NScNKeXTxcBaF2bGEz9xqgAMP5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wgCid8NScNKeXTxcBaF2bGEz9xqgAMP5 li:before{  }
#Vf8lHVyuV8QhwUrvz456frNO7bsZ3132 { color:#31b46d;display:block;width:75rem;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; }
#aaZcTL5xpuJlKNg0ubbVL10ZrVW8X6tv { color:#000000;display:block;width:75rem;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; }
#z6Xf82kXJk0l3M6zwd8KJ4JJZ6TbhiWI { color:#31b46d;display:block;width:75rem;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; }
#O2FMEuq3SCf6zwwih60zicXKpDtOkloK { color:#000000;display:block;width:75rem;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; }#O2FMEuq3SCf6zwwih60zicXKpDtOkloK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O2FMEuq3SCf6zwwih60zicXKpDtOkloK li:before{  }
#ieInDowo5AT67Iz9bHdWwhq4aMbi4pni { color:#31b46d;display:block;width:75rem;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; }
#aaHrAfGootr8fFtJlFLW5H31ivH5D4WE { color:#000000;display:block;width:75rem;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; }#aaHrAfGootr8fFtJlFLW5H31ivH5D4WE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aaHrAfGootr8fFtJlFLW5H31ivH5D4WE li:before{  }
#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm { 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; }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row .container { background-color: transparent; background-image: none; }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row .container > .video-iframe-container { display: none; }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row > .video-iframe-container { display: none; }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .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); }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row .container { border-width: 0; border-radius: 0; }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row .container { width:75rem;height:78.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#aAGMpHVrXomWRQQ6FFN4tsOf5McmzSna { color:#000000;display:block;width:75rem;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; }
#gEW2RF2Ak2GhRUh0JWslAgbvkMzcHtGE { 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:2.375rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QT28aLhtUCs8rnba2yFdyxzlENtqOZXR { color:#000000;display:block;width:75rem;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; }
#TAsG1CsgGsIB2o0GTvm3NRH2yJ6uC25S { color:#000000;display:block;width:75rem;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; }#TAsG1CsgGsIB2o0GTvm3NRH2yJ6uC25S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TAsG1CsgGsIB2o0GTvm3NRH2yJ6uC25S li:before{  }
#FrIPToMwq5mJ76sPhENUkZ7uoToOS9Ma { color:#31b46d;display:block;width:75rem;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; }
#qoW4J5JWbKfTE2c8qsUVN0kBnNNulAJ5 { color:#31b46d;display:block;width:75rem;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; }
#hbQwbSUqtVEWJmQTIxcTAJ4b3CkUxekX { color:#000000;display:block;width:75rem;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; }#hbQwbSUqtVEWJmQTIxcTAJ4b3CkUxekX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hbQwbSUqtVEWJmQTIxcTAJ4b3CkUxekX li:before{  }
#K0MhlW4t2VTAJXaaAV1zt5kXg1utIOtI { color:#31b46d;display:block;width:75rem;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; }
#ReHmmrowIEhlo4GMRNH6b9VpWEeiREog { color:#000000;display:block;width:75rem;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; }#ReHmmrowIEhlo4GMRNH6b9VpWEeiREog li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ReHmmrowIEhlo4GMRNH6b9VpWEeiREog li:before{  }
#TLxIdICi9Daf1zTVp0nunfX0mScGQSb1 { color:#31b46d;display:block;width:75rem;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; }
#ThanguQvf2yaN2r1sBnJthUG5LhlwddZ { color:#0f0f10;display:block;width:75rem;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; }
#uDfFDn61METQOLOHQ8TsLZTRlnVkJ3zt { color:#000000;display:block;width:75rem;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; }#uDfFDn61METQOLOHQ8TsLZTRlnVkJ3zt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uDfFDn61METQOLOHQ8TsLZTRlnVkJ3zt li:before{  }
#TfrlfrT0nbvSX98XObXsc6Ap04sOm3HR { color:#000000;display:block;width:75rem;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; }
#KoecVbSlD9zRmNZy6cbEP3Fnpb5sLpZ4 { color:#0f0f10;display:block;width:75rem;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; }
#aUG3PCWSVCQKwSPBOx1CROOl11chSB83 { color:#000000;display:block;width:75rem;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; }#aUG3PCWSVCQKwSPBOx1CROOl11chSB83 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aUG3PCWSVCQKwSPBOx1CROOl11chSB83 li:before{  }
#ywx1QVpyLoMihZIuPsISmOZO9V17ScIw { color:#0f0f10;display:block;width:75rem;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; }
#u4oAmdXqH96PxGNzf1GkyJPPRTqiq8cy { color:#000000;display:block;width:75rem;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; }#u4oAmdXqH96PxGNzf1GkyJPPRTqiq8cy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u4oAmdXqH96PxGNzf1GkyJPPRTqiq8cy li:before{  }
#mF48dK0IGfz8eQihF9Rx2753nnsufwla { color:#0f0f10;display:block;width:75rem;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; }
#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ { 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; }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row .container { background-color: transparent; background-image: none; }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row .container > .video-iframe-container { display: none; }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row > .video-iframe-container { display: none; }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .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); }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row .container { border-width: 0; border-radius: 0; }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row .container { width:75rem;height:52.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UR1TocH68xGQscfLbNRq7TmrAITNLv58 { color:#000000;display:block;width:75rem;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; }
#rOcdqRVEoL3nVW2XRsMd43kKwqIseffB { color:#000000;display:block;width:75rem;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; }#rOcdqRVEoL3nVW2XRsMd43kKwqIseffB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rOcdqRVEoL3nVW2XRsMd43kKwqIseffB li:before{  }
#pop2qQEKTlmBMroTlSSASq3qzOum47D1 { color:#31b46d;display:block;width:75rem;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; }
#eLOy9lZfQOOe2ng4EWl2TIPhd8SwKlPl { color:#000000;display:block;width:75rem;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; }#eLOy9lZfQOOe2ng4EWl2TIPhd8SwKlPl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eLOy9lZfQOOe2ng4EWl2TIPhd8SwKlPl li:before{  }
#gSuVb64EUSNTx797wo69drt8bH39HCQk { color:#31b46d;display:block;width:75rem;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; }
#LiyBkJvsaQLSi06vF6VywpCC3lkWP6Ke { color:#000000;display:block;width:75rem;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; }#LiyBkJvsaQLSi06vF6VywpCC3lkWP6Ke li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LiyBkJvsaQLSi06vF6VywpCC3lkWP6Ke li:before{  }
#okz8hWFsSff01pfzP1tcvf6lBTXeTpoe { color:#31b46d;display:block;width:75rem;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; }
#lCXh7h0QP5v3f6upRlePW7ETViFTBR7K { color:#000000;display:block;width:75rem;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; }#lCXh7h0QP5v3f6upRlePW7ETViFTBR7K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lCXh7h0QP5v3f6upRlePW7ETViFTBR7K li:before{  }
#rNggnCQmXNGXAWVpIiraSMbTomobosoz { color:#0f0f10;display:block;width:75rem;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; }
#w7IbpZAHkQv4vGGE0s2QBaWHgoNTHvOt { color:#31b46d;display:block;width:75rem;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; }
#rKBrAupCKDU41l3zxqhgi4Efo5bn0sBD { color:#000000;display:block;width:75rem;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; }#rKBrAupCKDU41l3zxqhgi4Efo5bn0sBD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rKBrAupCKDU41l3zxqhgi4Efo5bn0sBD li:before{  }
#dXqdh1nkNCb43HDIhvL0r3HJy8X0fWnt { color:#0f0f10;display:block;width:75rem;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; }
#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg { 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; }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row .container { background-color: transparent; background-image: none; }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row .container > .video-iframe-container { display: none; }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row > .video-iframe-container { display: none; }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .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); }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row .container { border-width: 0; border-radius: 0; }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row .container { width:75rem;height:54.5625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#kOTQyWCzGrHaQ3ylaBL8DJPkOZmwLgJW { color:#000000;display:block;width:75rem;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; }
#LzT08BHv6PeiKNS4x2eMLxcFTcc1MedP { color:#000000;display:block;width:75rem;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; }#LzT08BHv6PeiKNS4x2eMLxcFTcc1MedP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LzT08BHv6PeiKNS4x2eMLxcFTcc1MedP li:before{  }
#IJQnXFuGHhpDPElL6oNzkzr2xQbsSUTJ { color:#31b46d;display:block;width:75rem;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; }
#rR36EzCs247bbzfqvhD3EoioOfszRUOW { color:#000000;display:block;width:75rem;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; }#rR36EzCs247bbzfqvhD3EoioOfszRUOW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rR36EzCs247bbzfqvhD3EoioOfszRUOW li:before{  }
#A1RAE4pZir825IEKuphsArBTxOWD2pwf { color:#31b46d;display:block;width:75rem;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; }
#bZcVGOmmIKfTRRaAXNUG52rT2ZBmVXbs { color:#000000;display:block;width:75rem;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; }#bZcVGOmmIKfTRRaAXNUG52rT2ZBmVXbs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bZcVGOmmIKfTRRaAXNUG52rT2ZBmVXbs li:before{  }
#qGSQR7ty5PZhZmH4CroMk4ZMleS4vocg { color:#31b46d;display:block;width:75rem;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; }
#snpB9UScMBwXQmKl2BnJpCeKeKhCqVRx { color:#000000;display:block;width:75rem;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; }
#xPBoKnKXvkto0nUmZtAtpqKPpcP0A0SH { color:#0f0f10;display:block;width:75rem;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; }
#zXOAmgyPalBHGcTarqG1fcIaKc1aIzyK { color:#31b46d;display:block;width:75rem;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; }
#cO8JcDe9hV4NKgedBfcpmnKFBCJAyqiD { color:#000000;display:block;width:75rem;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; }
#uMPfGNhPCq00Zd1WlMWBNl02h4i89el4 { color:#0f0f10;display:block;width:75rem;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; }
#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld { 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; }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row .container { background-color: transparent; background-image: none; }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row .container > .video-iframe-container { display: none; }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row > .video-iframe-container { display: none; }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .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); }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row .container { border-width: 0; border-radius: 0; }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row .container { width:75rem;height:42.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#xuNQTpT6LJ6c3WWMJqaqT8IQ8qzh157h { color:#000000;display:block;width:75rem;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; }
#HTJqg78hSCDz6He4FsuoMvV1WCJmHPfh { color:#000000;display:block;width:75rem;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; }#HTJqg78hSCDz6He4FsuoMvV1WCJmHPfh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HTJqg78hSCDz6He4FsuoMvV1WCJmHPfh li:before{  }
#cCiQM8Nx97nfL3qczm9DB4liq4eraTpl { color:#31b46d;display:block;width:75rem;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; }
#krAock4es484tqRC2E4mCOmDZ6PTDbWX { color:#000000;display:block;width:75rem;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; }#krAock4es484tqRC2E4mCOmDZ6PTDbWX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#krAock4es484tqRC2E4mCOmDZ6PTDbWX li:before{  }
#e2KV8OzX8hK8BZxSs50JO8F7xpg2s3dv { color:#31b46d;display:block;width:75rem;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; }
#QTObK9JTlPGHUpTw5JeQniZeGmpoa8ar { color:#000000;display:block;width:75rem;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; }#QTObK9JTlPGHUpTw5JeQniZeGmpoa8ar li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QTObK9JTlPGHUpTw5JeQniZeGmpoa8ar li:before{  }
#Flc0VVfTQxTi5sbilMV8bhVhyNJEphXE { color:#31b46d;display:block;width:75rem;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; }
#XrvWy9uw8TXezGfu6nfLD2S2DvdsTdTV { color:#000000;display:block;width:75rem;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; }
#kgc3KGsikhkUg6c7TeSQqcvF27q7SptL { color:#0f0f10;display:block;width:75rem;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; }
#pq2MzgBODmzcyGWImwd6cHLZfpymGApW { color:#31b46d;display:block;width:75rem;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; }
#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 { 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; }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row .container { background-color: transparent; background-image: none; }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row .container > .video-iframe-container { display: none; }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row > .video-iframe-container { display: none; }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .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); }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row .container { border-width: 0; border-radius: 0; }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row .container { width:75rem;height:51.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#hZPktm6dkhDOFexaoMsiTkIcFL94gRaA { color:#000000;display:block;width:75rem;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; }
#lXUk1zeksHBLT8R3ERezdc2Z3h76C1bg { color:#000000;display:block;width:75rem;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; }#lXUk1zeksHBLT8R3ERezdc2Z3h76C1bg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lXUk1zeksHBLT8R3ERezdc2Z3h76C1bg li:before{  }
#aKfBNPNnRPmUs7C9AczedPJCEOiDlKAc { color:#31b46d;display:block;width:75rem;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; }
#hcnFgpek7CATbwy8HfgP9yOrpWLHcCzQ { color:#000000;display:block;width:75rem;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; }#hcnFgpek7CATbwy8HfgP9yOrpWLHcCzQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hcnFgpek7CATbwy8HfgP9yOrpWLHcCzQ li:before{  }
#FS7lVFAXAUUDWIUPMdI2vmTvupnwgWSq { color:#31b46d;display:block;width:75rem;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; }
#ZootX2d5R7kxbDrGzcTJp4tcNOuaor9n { color:#000000;display:block;width:75rem;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; }#ZootX2d5R7kxbDrGzcTJp4tcNOuaor9n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZootX2d5R7kxbDrGzcTJp4tcNOuaor9n li:before{  }
#qe0nKM9ZoPDri2kBB4WGgSy3O1DUcu0N { color:#31b46d;display:block;width:75rem;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; }
#Ec8RKPuw7GM7nzmLqFwGJH5kTpHf9q8z { color:#000000;display:block;width:75rem;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; }#Ec8RKPuw7GM7nzmLqFwGJH5kTpHf9q8z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ec8RKPuw7GM7nzmLqFwGJH5kTpHf9q8z li:before{  }
#aD5aNyTqOUe6FcbPMMUO1RmAh7AqETeh { color:#0f0f10;display:block;width:75rem;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; }
#d5nciJ1XehNUFVWErpi9cz3SCz7rJahR { color:#31b46d;display:block;width:75rem;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; }
#ZcmZRKndtvZ9d4FGq3J4fGVN5tlTOERH { color:#000000;display:block;width:75rem;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; }#ZcmZRKndtvZ9d4FGq3J4fGVN5tlTOERH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZcmZRKndtvZ9d4FGq3J4fGVN5tlTOERH li:before{  }
#UOcqQMo4BHFEDf7Twags8UmaBXtJhDsI { color:#0f0f10;display:block;width:75rem;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; }
#va25s2l9cQ2dcTLHqn68BurteVtr0ych { 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; }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row .container { background-color: transparent; background-image: none; }#va25s2l9cQ2dcTLHqn68BurteVtr0ych::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row .container > .video-iframe-container { display: none; }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row > .video-iframe-container { display: none; }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .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); }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row .container { border-width: 0; border-radius: 0; }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row .container { width:75rem;height:40.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#LXS7sFCI0JoW3sizdsLFGg8Dr87iPpea { color:#000000;display:block;width:75rem;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; }
#vqUQuFdNiAoVVl60CycQlfDMwVOnT03P { color:#000000;display:block;width:75rem;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; }#vqUQuFdNiAoVVl60CycQlfDMwVOnT03P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vqUQuFdNiAoVVl60CycQlfDMwVOnT03P li:before{  }
#kgRB9CrTCylQnecBKXCT2GF3bzn56DO3 { color:#31b46d;display:block;width:75rem;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; }
#SS9eTClpud06E6JV3HHEIuhNxpebZz7a { color:#000000;display:block;width:75rem;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; }#SS9eTClpud06E6JV3HHEIuhNxpebZz7a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SS9eTClpud06E6JV3HHEIuhNxpebZz7a li:before{  }
#v2MDMMEm8aRJGb2X8J2U3bS4gvfMHaQN { color:#31b46d;display:block;width:75rem;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; }
#ebNmMQs9PerCV9GZrxdlvNhJOnrPS5D6 { color:#000000;display:block;width:75rem;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; }#ebNmMQs9PerCV9GZrxdlvNhJOnrPS5D6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ebNmMQs9PerCV9GZrxdlvNhJOnrPS5D6 li:before{  }
#ddCMcTq2VyfqiQKsF2N6InuZu7OQbus9 { color:#31b46d;display:block;width:75rem;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; }
#Tlhg0NAiZ5hMiioUsnFxnidmxy8Gk5ui { color:#000000;display:block;width:75rem;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; }#Tlhg0NAiZ5hMiioUsnFxnidmxy8Gk5ui li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tlhg0NAiZ5hMiioUsnFxnidmxy8Gk5ui li:before{  }
#gTLGplMhecMzO3U82qR7DAoePgCi6ax8 { color:#0f0f10;display:block;width:75rem;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; }
#SA8gCOAciNqSaCvmn5ULV47wEpbgykdT { color:#31b46d;display:block;width:75rem;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; }
#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 { 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; }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row .container { background-color: transparent; background-image: none; }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row .container > .video-iframe-container { display: none; }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row > .video-iframe-container { display: none; }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .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); }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row .container { border-width: 0; border-radius: 0; }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row .container { width:75rem;height:100.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#XqTTf93J0dZrZRvTFFAbTQtNVhGFPlxx { color:#000000;display:block;width:75rem;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; }
#zrHhHEHKvgw4oHaImvxQTEhp6hTRmqHf { color:#000000;display:block;width:75rem;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; }#zrHhHEHKvgw4oHaImvxQTEhp6hTRmqHf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zrHhHEHKvgw4oHaImvxQTEhp6hTRmqHf li:before{  }
#rh8zmVsnmG7J7fhbJNd8xTFmTB5GFiqt { color:#31b46d;display:block;width:75rem;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; }
#f8tiMJsm6T3lcnd8NQkTKMZm7ZB18hea { color:#000000;display:block;width:75rem;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; }#f8tiMJsm6T3lcnd8NQkTKMZm7ZB18hea li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f8tiMJsm6T3lcnd8NQkTKMZm7ZB18hea li:before{  }
#QVTc2rai5dn19p96JTwWJaazpBqTF5A9 { color:#31b46d;display:block;width:75rem;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; }
#OPL6hVb5n6hNTsJc2l0A2uEFJdRk3Thc { color:#000000;display:block;width:75rem;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; }#OPL6hVb5n6hNTsJc2l0A2uEFJdRk3Thc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OPL6hVb5n6hNTsJc2l0A2uEFJdRk3Thc li:before{  }
#Sa4ZixzRLo6goDFzTy9rzPrdEqdNWZOQ { color:#0f0f10;display:block;width:75rem;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; }
#pzIwqHmW4wtum3nnvtTnnfRLlJRwLztx { color:#31b46d;display:block;width:75rem;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; }
#ehmJJi1tBRhBWVGBTbDqxbn52Xgo6ROk { color:#000000;display:block;width:75rem;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; }#ehmJJi1tBRhBWVGBTbDqxbn52Xgo6ROk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ehmJJi1tBRhBWVGBTbDqxbn52Xgo6ROk li:before{  }
#O499KSo38II6s8UQF020k4cOOEDnMTlX { color:#31b46d;display:block;width:75rem;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; }
#FTpNxzXv5mLV2TtXIyUckF01ZqLDOJiz { color:#000000;display:block;width:75rem;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; }
#EveXGc5X7GEEtMqhc7cX0m3v79UzTsN0 { color:#000000;display:block;width:75rem;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; }#EveXGc5X7GEEtMqhc7cX0m3v79UzTsN0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EveXGc5X7GEEtMqhc7cX0m3v79UzTsN0 li:before{  }
#expMz84LB7kl85WQhhNduZOSdnHT0Hz6 { color:#31b46d;display:block;width:75rem;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; }
#cRDhI7pSblsNM5Fqe9RTwii2ylNiGddJ { color:#000000;display:block;width:75rem;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; }#cRDhI7pSblsNM5Fqe9RTwii2ylNiGddJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cRDhI7pSblsNM5Fqe9RTwii2ylNiGddJ li:before{  }
#SeE8ekLx1kQcWap6K6IaFZOuEokny1Oe { color:#31b46d;display:block;width:75rem;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; }
#hHTUnW7SyAeWkbnKL1gdomuuO6QgevBh { color:#000000;display:block;width:75rem;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; }#hHTUnW7SyAeWkbnKL1gdomuuO6QgevBh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hHTUnW7SyAeWkbnKL1gdomuuO6QgevBh li:before{  }
#b0fyFewqIavQrWG8upACBoXICHJDumJ6 { color:#31b46d;display:block;width:75rem;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; }
#CcO6LqNq2fBFHxbEaR4GRsh4Uqk1TT7M { color:#000000;display:block;width:75rem;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; }
#FVT2EstV77RzKPmPMhPzRsOfoXsJ1wm7 { color:#000000;display:block;width:75rem;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; }#FVT2EstV77RzKPmPMhPzRsOfoXsJ1wm7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FVT2EstV77RzKPmPMhPzRsOfoXsJ1wm7 li:before{  }
#XKEngpxu6ohQEoPDxoeeUxlD7E9caTxC { color:#31b46d;display:block;width:75rem;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; }
#heEE2529Bsd139ICVINGoLJghC5TLsJ7 { color:#000000;display:block;width:75rem;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; }#heEE2529Bsd139ICVINGoLJghC5TLsJ7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#heEE2529Bsd139ICVINGoLJghC5TLsJ7 li:before{  }
#bWuGKip1uHbQpulvx6z3gzgWX4u2aRNv { color:#31b46d;display:block;width:75rem;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; }
#zRyEwKnJNy9A8s7fWMc9wOKCFCLfaL5A { color:#000000;display:block;width:75rem;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; }
#OhZsAkTBAqhezpb5k6EUnyodya25i5i1 { color:#000000;display:block;width:75rem;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; }#OhZsAkTBAqhezpb5k6EUnyodya25i5i1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OhZsAkTBAqhezpb5k6EUnyodya25i5i1 li:before{  }
#VqmvxcTZ4zL17qWlhIpNLJJBHGEuCLVh { color:#31b46d;display:block;width:75rem;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; }
#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx { 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; }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row .container { background-color: transparent; background-image: none; }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row .container > .video-iframe-container { display: none; }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row > .video-iframe-container { display: none; }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .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); }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row .container { border-width: 0; border-radius: 0; }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row .container { width:75rem;height:69.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#makTTdlXU1okmqtR94hQpaOPaUtCJ0dI { color:#000000;display:block;width:75rem;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; }
#QWVJZLpP559zmuzoo2sOgyFZGD31ENtf { color:#000000;display:block;width:75rem;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; }#QWVJZLpP559zmuzoo2sOgyFZGD31ENtf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QWVJZLpP559zmuzoo2sOgyFZGD31ENtf li:before{  }
#dxzglbIlKhlbKuTBZkCI8NvXrCNKmbyz { color:#31b46d;display:block;width:75rem;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; }
#RH7oXJ52gueQX23v8o10AR2lfgQ7pyRQ { color:#000000;display:block;width:75rem;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; }#RH7oXJ52gueQX23v8o10AR2lfgQ7pyRQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RH7oXJ52gueQX23v8o10AR2lfgQ7pyRQ li:before{  }
#T9IM83d7OWc4X6hHoLweO6fRG8CUIBW2 { color:#31b46d;display:block;width:75rem;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; }
#ZzvWsZVVqJfGTNCHSGXrv4AHbi17ueu5 { color:#000000;display:block;width:75rem;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; }#ZzvWsZVVqJfGTNCHSGXrv4AHbi17ueu5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZzvWsZVVqJfGTNCHSGXrv4AHbi17ueu5 li:before{  }
#vdwT0UDfgXZ2ncA0cgLPx22akHm3UHhn { color:#31b46d;display:block;width:75rem;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; }
#tkroZzTZUyPIuGundixpL6Ur5BSF5Dqo { color:#000000;display:block;width:75rem;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; }#tkroZzTZUyPIuGundixpL6Ur5BSF5Dqo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tkroZzTZUyPIuGundixpL6Ur5BSF5Dqo li:before{  }
#w6To11ebm4qyDqeQrZkJqeyAJ0NfdT2c { color:#31b46d;display:block;width:75rem;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; }
#wU8Ri3U6LFnmUI7QCRibmkirPWcly4WA { color:#000000;display:block;width:75rem;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; }
#iFfdZc1izth2CfpVxw9fZya9ivUhbmW5 { color:#000000;display:block;width:75rem;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; }#iFfdZc1izth2CfpVxw9fZya9ivUhbmW5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iFfdZc1izth2CfpVxw9fZya9ivUhbmW5 li:before{  }
#dea2R6gNqReMPV6yRxa9Kh50ygXhxuPx { color:#31b46d;display:block;width:75rem;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; }
#ediFBi80ba77Ni7SqIooXxluQTmt8ker { color:#000000;display:block;width:75rem;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; }#ediFBi80ba77Ni7SqIooXxluQTmt8ker li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ediFBi80ba77Ni7SqIooXxluQTmt8ker li:before{  }
#qSSuJcW0msO3OL0921CBT8zitG07WQ70 { color:#31b46d;display:block;width:75rem;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; }
#U6lpIeOFyqAh50fVf0STKe8WrT2ZtPr0 { color:#000000;display:block;width:75rem;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; }
#t8786UwH8QNAvWXRTnD3c1iNbAPolI8l { color:#000000;display:block;width:75rem;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; }#t8786UwH8QNAvWXRTnD3c1iNbAPolI8l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t8786UwH8QNAvWXRTnD3c1iNbAPolI8l li:before{  }
#VMggtcAfVLXimyswFAUl8uQCCz5ncDAc { color:#31b46d;display:block;width:75rem;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; }
#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ { 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; }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row .container { background-color: transparent; background-image: none; }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row .container > .video-iframe-container { display: none; }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row > .video-iframe-container { display: none; }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .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); }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row .container { border-width: 0; border-radius: 0; }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row .container { width:75rem;height:28.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#znohTktFaPQNn8H7V5P5Rh2h3QmcN1BC { color:#000000;display:block;width:75rem;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; }
#qktEuRfm3wCvh8puKOMRQ1FzJWplMtpR { color:#000000;display:block;width:75rem;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; }#qktEuRfm3wCvh8puKOMRQ1FzJWplMtpR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qktEuRfm3wCvh8puKOMRQ1FzJWplMtpR li:before{  }
#nqOtB9naCPhSaQ3PhitiqSUNPrtv3GKs { color:#31b46d;display:block;width:75rem;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; }
#wetDroAxPtL9pvl4NBurFqJw6A69xQ3N { color:#000000;display:block;width:75rem;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; }#wetDroAxPtL9pvl4NBurFqJw6A69xQ3N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wetDroAxPtL9pvl4NBurFqJw6A69xQ3N li:before{  }
#UD5igrpp1Rm44CqEfVz4os66ZSFZ4tbe { color:#31b46d;display:block;width:75rem;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; }
#bCSooaT4HL1TbESR5gHGn5zE14NOJTTH { color:#000000;display:block;width:75rem;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; }#bCSooaT4HL1TbESR5gHGn5zE14NOJTTH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bCSooaT4HL1TbESR5gHGn5zE14NOJTTH li:before{  }
#WE0NNfd7vaLt220zwFT0fnFdPS3cFoe7 { color:#31b46d;display:block;width:75rem;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; }
#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 { 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; }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row .container { background-color: transparent; background-image: none; }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row .container > .video-iframe-container { display: none; }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row > .video-iframe-container { display: none; }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .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); }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row .container { border-width: 0; border-radius: 0; }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row .container { width:75rem;height:29.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#GA23kikW4T9STVlzMlpLnma1BAOsppov { color:#000000;display:block;width:75rem;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; }
#MZSaPTGxrLzJww2lTdtg0gNTT9oG5uht { color:#000000;display:block;width:75rem;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; }#MZSaPTGxrLzJww2lTdtg0gNTT9oG5uht li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MZSaPTGxrLzJww2lTdtg0gNTT9oG5uht li:before{  }
#ULF05izvaRTCGFHAaPK1HVZ3MP0stqxX { color:#31b46d;display:block;width:75rem;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; }
#MhHRXS6bgVpTrzJlo5tdxzvWssQ42JFi { color:#000000;display:block;width:75rem;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; }#MhHRXS6bgVpTrzJlo5tdxzvWssQ42JFi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MhHRXS6bgVpTrzJlo5tdxzvWssQ42JFi li:before{  }
#QxWu4ktnbgAo1MCK04V8L5KOhPWyPwJk { color:#31b46d;display:block;width:75rem;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; }
#aLzTM8UE7TFEkVElOlqS1Td2TH85u9wM { color:#000000;display:block;width:75rem;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; }#aLzTM8UE7TFEkVElOlqS1Td2TH85u9wM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aLzTM8UE7TFEkVElOlqS1Td2TH85u9wM li:before{  }
#NMTMsyAPiBActyUL8PL9VsGZlstPhnf8 { color:#31b46d;display:block;width:75rem;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; }
#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe { 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; }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row .container { background-color: transparent; background-image: none; }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row .container > .video-iframe-container { display: none; }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row > .video-iframe-container { display: none; }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .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); }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row .container { border-width: 0; border-radius: 0; }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row .container { width:75rem;height:42.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#cKXtKyAsCCHRAGrTPffDor9E9EPkPsX9 { color:#000000;display:block;width:75rem;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; }
#yp1ruvGXm9dlFOi0hoNMQA99M8C73e2g { color:#000000;display:block;width:75rem;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; }
#OZAUrzvNCDWEo96Nfe9ysJQFedLiF11F { color:#31b46d;display:block;width:75rem;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; }
#yI11tcH1SEfof7TGLFwoe32xtnrcy1oU { color:#000000;display:block;width:75rem;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; }
#MF6PqTViOHLktUh2dnrKfRTnLIycMrdz { color:#000000;display:block;width:75rem;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; }
#Tbh93CJabPvkSh2XnTg32R9x7EQ2DbDA { color:#31b46d;display:block;width:75rem;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; }
#wGazJhHbFT76GxfXwOHRM9K3cQAi0HHT { color:#000000;display:block;width:75rem;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; }
#kWTuhCmUvgFEBQTUPpeFeMEmVNu0KnaM { color:#31b46d;display:block;width:75rem;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; }
#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq { 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; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq.adaptive-delivery-prevent-bg, #eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq.lazyload, #eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq.lazyloading { background-image: none; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container { background-color: transparent; background-image: none; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #253045; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container > .video-iframe-container { display: none; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #253045; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row > .video-iframe-container { display: none; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .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); }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container { border-width: 0; border-radius: 0; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq::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; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#xPmZSHpPkH2QqvxZT2CyZdq2VdctuasJ { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:play;font-size:0.6875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:3.10595703125rem;left:12.8125rem;height:3.8496rem;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) { #hvEMEhs9guPQ7ngyKQIaeSW3IwxfpKom { top:1.6875rem;left:0rem;width:16.6875rem;height:4.3125rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3ZFCB6smJTfwUfVGesGqzBo1KMWQc3W { top:3.3125rem;left:2rem;width:45.75rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5kzhyEraWOCPDpK2rXFXwvuO8SDWCCd { top:12.75rem;left:4.78125rem;width:38.1875rem;height:5.6875rem;font-size:2.1875rem;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:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx2SCryEB8c7RGmMEdwmiIeXiByLSv0Z { top:15.9375rem;left:10.875rem;width:26rem;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.1875rem;left:13.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { top:2.4375rem;left:2.125rem;width:43.5625rem;height:5.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITqQf0AIDQ5fE6PVWbBEDRZaTWoHJa17 { display:block; }#ITqQf0AIDQ5fE6PVWbBEDRZaTWoHJa17 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eln54ZSoCpovDGsfo3h1wkbEG55hU6Jf { width:47.75rem;height:3.1875rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUdwF2fvTBTroE4EhvmbADniWwLLTOAM { width:47.75rem;height:7.5rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD9lu9I46JDplcT2VqNTRiwHUSJGyGze { width:38.4375rem;height:1.5625rem;top:6.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 { display:block; }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyPA4kWQcPffL4xDFXb0DJnw9lPWyEPD { width:47.75rem;height:2.1875rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpms3XtqAfgyTIWl9kVeP7UCUIZ7BWmk { width:38.4375rem;height:1.5625rem;top:2rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmcrf6PQcnKdhmZd9kzm4hhJdbCOSbW6 { width:47.75rem;height:4.5rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSSfbTuz6eMiFxwJ6f3fICHPThhZCihD { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#OSSfbTuz6eMiFxwJ6f3fICHPThhZCihD li:before{  }
 }@media only screen and (max-width: 763px) { #xEqW5Q1yTWyFxeBoXnhwoxEzmw3a0pAA { width:47.75rem;height:1.1875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgQqH3d8sDC8WvrAaKpH2xOyWfEenmgR { width:47.75rem;height:1.1875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSpLC0ds1ooyyUDUz30CkHzu6TTiwKHp { width:47.75rem;height:;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }#RSpLC0ds1ooyyUDUz30CkHzu6TTiwKHp li:before{  }
 }@media only screen and (max-width: 763px) { #N6HIUyTxLaI6klO3um3odkLWQC8ufLUw { width:47.75rem;height:1.1875rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcT62R8ysQkV3pI5f7OKHqHnRoed375h { width:47.75rem;height:1.1875rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyTMpBDJn6knFerZASIRltHunzGpFcvL { width:47.75rem;height:;top:32.8125rem;left:0rem;font-size:0.875rem;display:block; }#IyTMpBDJn6knFerZASIRltHunzGpFcvL li:before{  }
 }@media only screen and (max-width: 763px) { #BIXF36rAfLSTghIf5Ci6W4qkvi854EUq { width:47.75rem;height:1.1875rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOxNlhpEyhUHUTIqSN5U03W1I61hrWsW { width:47.75rem;height:7.5rem;top:42.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIhn40TzRVo16rLkhRIIGXr5LF52HsKG { width:47.75rem;height:5.3125rem;top:53rem;left:0rem;font-size:0.875rem;display:block; }#AIhn40TzRVo16rLkhRIIGXr5LF52HsKG li:before{  }
 }@media only screen and (max-width: 763px) { #Hln17KxDNfuIq9WnbgEQD68i4HiLlO63 { width:47.75rem;height:1.1875rem;top:51.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTMXhKsX9Jp2rxiho36ZgygqG4VKSJGW { width:47.75rem;height:3rem;top:61.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ1TLvxq4KfSwkGd3EuA9Qr84cqMTUtX { width:47.75rem;height:1.1875rem;top:63.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxW122Buo7GB07TQz8RU0SlatXtOgrGl { width:47.75rem;height:3.875rem;top:65.875rem;left:0rem;font-size:0.875rem;display:block; }#qxW122Buo7GB07TQz8RU0SlatXtOgrGl li:before{  }
 }@media only screen and (max-width: 763px) { #T0Uxg9uAB5FNHHOA8hpGvIR1FcIR1lGX { width:47.75rem;height:1.1875rem;top:71.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHp8GmR46o2kzGw7WuCRQT3Hc7wmXXmn { width:47.75rem;height:6.6875rem;top:73.5rem;left:0rem;font-size:0.875rem;display:block; }#oHp8GmR46o2kzGw7WuCRQT3Hc7wmXXmn li:before{  }
 }@media only screen and (max-width: 763px) { #mOiLFndkudGrIiV5MqVzkrQfutQitxe2 { width:47.75rem;height:1.1875rem;top:81.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb0ddddoAFURixoqcTd0HkiByioddK0d { width:47.75rem;height:5.3125rem;top:83.8125rem;left:0rem;font-size:0.875rem;display:block; }#Nb0ddddoAFURixoqcTd0HkiByioddK0d li:before{  }
 }@media only screen and (max-width: 763px) { #pVfa6grVlfKASGrI6iVemZ18Wza6uUfM { width:47.75rem;height:3.875rem;top:96rem;left:0rem;font-size:0.875rem;display:block; }#pVfa6grVlfKASGrI6iVemZ18Wza6uUfM li:before{  }
 }@media only screen and (max-width: 763px) { #RgJv4cKfGBCttmJyp0nFi1cMGz3H7ir8 { width:47.75rem;height:1.1875rem;top:94rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOSm3DApTG9lywJoXTTBI7gQafeJ8Zps { width:47.75rem;height:1.5rem;top:91.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek14FJHOVrP4zFfJWtdSnEPTWTcI8u9c { width:47.75rem;height:1.1875rem;top:101.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1KQTm7XxcWnSpCZHUaTrpSbJ49HwLC8 { width:47.75rem;height:5.3125rem;top:103.8125rem;left:0rem;font-size:0.875rem;display:block; }#S1KQTm7XxcWnSpCZHUaTrpSbJ49HwLC8 li:before{  }
 }@media only screen and (max-width: 763px) { #G8JgWJ0svG3N8RAXVuuRNr9SuAHUTUVW { width:47.75rem;height:3.875rem;top:113.25rem;left:0rem;font-size:0.875rem;display:block; }#G8JgWJ0svG3N8RAXVuuRNr9SuAHUTUVW li:before{  }
 }@media only screen and (max-width: 763px) { #OrwCUn7g0Mqb9pB7mEUfAemU0afvxCOr { width:47.75rem;height:1.1875rem;top:111.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIKByLQTyMPSA7AS2zVv6v9QKEnTOg1A { width:47.75rem;height:3.875rem;top:124.0625rem;left:0rem;font-size:0.875rem;display:block; }#dIKByLQTyMPSA7AS2zVv6v9QKEnTOg1A li:before{  }
 }@media only screen and (max-width: 763px) { #ibims9APUVh5BWfFa6ZPcJ464ncACgbF { width:47.75rem;height:1.1875rem;top:122.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWEu6sQSRahwHHuyzN4gCrzuPwz8ylZy { width:47.75rem;height:1.5rem;top:119.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COsq0Wl1Roy9NiJrE9kyQPxB3dPiG8qM { width:47.75rem;height:3.875rem;top:131.5rem;left:0rem;font-size:0.875rem;display:block; }#COsq0Wl1Roy9NiJrE9kyQPxB3dPiG8qM li:before{  }
 }@media only screen and (max-width: 763px) { #Dmmw9fWSMf39gdeEfNbDyUhuysuQT9DJ { width:47.75rem;height:1.1875rem;top:129.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ4ozO3JFP00NfUEZBvlobzl4dlQydox { width:47.75rem;height:3.875rem;top:141.75rem;left:0rem;font-size:0.875rem;display:block; }#FZ4ozO3JFP00NfUEZBvlobzl4dlQydox li:before{  }
 }@media only screen and (max-width: 763px) { #nfRJakAP6AZMsDhEJ55MoqrGytTZ86lg { width:47.75rem;height:1.1875rem;top:139.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxHH8PX9CAaVRoDn4mDWSpkAQ7XUnEA2 { width:47.75rem;height:1.5rem;top:137.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbIr6ZpObbsTaTWgp1rOxGZUKabvfHSu { width:47.75rem;height:1.1875rem;top:148.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah8gLTa6GMCaQg3D1fuuCtp1vfB9ibxB { width:47.75rem;height:3.875rem;top:150rem;left:0rem;font-size:0.875rem;display:block; }#Ah8gLTa6GMCaQg3D1fuuCtp1vfB9ibxB li:before{  }
 }@media only screen and (max-width: 763px) { #uuotnBAGA4nDMN7H5T0KJtDXVb2REiAC { width:47.75rem;height:3.875rem;top:161.625rem;left:0rem;font-size:0.875rem;display:block; }#uuotnBAGA4nDMN7H5T0KJtDXVb2REiAC li:before{  }
 }@media only screen and (max-width: 763px) { #DV9oK8cIHtmi2yT1p20G1f68ulpmPdPU { width:47.75rem;height:1.1875rem;top:159.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t44IhoSkAWlKFfTOCIHkXOA7ez3K0aMe { width:47.75rem;height:1.5rem;top:157.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1xpS0UaAm7lrZIxsA7QiKodrmxwowGQ { width:47.75rem;height:6.6875rem;top:169.25rem;left:0rem;font-size:0.875rem;display:block; }#k1xpS0UaAm7lrZIxsA7QiKodrmxwowGQ li:before{  }
 }@media only screen and (max-width: 763px) { #wsXhmvpMkihaG2dTAZFQR2Tsvan2Aetb { width:47.75rem;height:1.1875rem;top:167.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiJzo1EWT5xvPcDzgVI3QhrnvQXMdi4q { width:47.75rem;height:7.5rem;top:180.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfsTiTMnsxnqhywsWecDvF2dcALAsqSL { width:47.75rem;height:1.1875rem;top:179rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb2FNnt7RUOZBuni3NkvminZdGiCkw5v { width:47.75rem;height:1.1875rem;top:177.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNgK9Jinp7tZ6U42U2lUOBgTtUF1Bzcx { width:47.75rem;height:5.3125rem;top:191.6875rem;left:0rem;font-size:0.875rem;display:block; }#FNgK9Jinp7tZ6U42U2lUOBgTtUF1Bzcx li:before{  }
 }@media only screen and (max-width: 763px) { #MKwRVE6NRTUK2Bk7bVWLJ9AmxmZq0Jih { width:47.75rem;height:1.1875rem;top:189.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU { display:block; }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vI4HmU5aGpLHhzesOTeJOOhAbk3U5NdR { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnxP4sk57yVC4MXGpepitEaqF5R2npag { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#qnxP4sk57yVC4MXGpepitEaqF5R2npag li:before{  }
 }@media only screen and (max-width: 763px) { #uinJ1dmhv8eTtJa0mdf1ZxC4DPaIrTtD { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgCid8NScNKeXTxcBaF2bGEz9xqgAMP5 { width:47.75rem;height:3.875rem;top:12rem;left:0rem;font-size:0.875rem;display:block; }#wgCid8NScNKeXTxcBaF2bGEz9xqgAMP5 li:before{  }
 }@media only screen and (max-width: 763px) { #Vf8lHVyuV8QhwUrvz456frNO7bsZ3132 { width:47.75rem;height:1.1875rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaZcTL5xpuJlKNg0ubbVL10ZrVW8X6tv { width:47.75rem;height:1.5rem;top:20.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6Xf82kXJk0l3M6zwd8KJ4JJZ6TbhiWI { width:47.75rem;height:1.1875rem;top:22.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2FMEuq3SCf6zwwih60zicXKpDtOkloK { width:47.75rem;height:3.875rem;top:23.8125rem;left:0rem;font-size:0.875rem;display:block; }#O2FMEuq3SCf6zwwih60zicXKpDtOkloK li:before{  }
 }@media only screen and (max-width: 763px) { #ieInDowo5AT67Iz9bHdWwhq4aMbi4pni { width:47.75rem;height:1.1875rem;top:28.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaHrAfGootr8fFtJlFLW5H31ivH5D4WE { width:47.75rem;height:3.875rem;top:30.6875rem;left:0rem;font-size:0.875rem;display:block; }#aaHrAfGootr8fFtJlFLW5H31ivH5D4WE li:before{  }
 }@media only screen and (max-width: 763px) { #PLklM8J1s44yVvu1UtrwRaLDJudHqTGm { display:block; }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAGMpHVrXomWRQQ6FFN4tsOf5McmzSna { width:47.75rem;height:1.0625rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEW2RF2Ak2GhRUh0JWslAgbvkMzcHtGE { width:38.4375rem;height:1.5625rem;top:2.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT28aLhtUCs8rnba2yFdyxzlENtqOZXR { width:47.75rem;height:3rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAsG1CsgGsIB2o0GTvm3NRH2yJ6uC25S { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#TAsG1CsgGsIB2o0GTvm3NRH2yJ6uC25S li:before{  }
 }@media only screen and (max-width: 763px) { #FrIPToMwq5mJ76sPhENUkZ7uoToOS9Ma { width:47.75rem;height:1.1875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoW4J5JWbKfTE2c8qsUVN0kBnNNulAJ5 { width:47.75rem;height:1.1875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbQwbSUqtVEWJmQTIxcTAJ4b3CkUxekX { width:47.75rem;height:;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }#hbQwbSUqtVEWJmQTIxcTAJ4b3CkUxekX li:before{  }
 }@media only screen and (max-width: 763px) { #K0MhlW4t2VTAJXaaAV1zt5kXg1utIOtI { width:47.75rem;height:1.1875rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReHmmrowIEhlo4GMRNH6b9VpWEeiREog { width:47.75rem;height:6.6875rem;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }#ReHmmrowIEhlo4GMRNH6b9VpWEeiREog li:before{  }
 }@media only screen and (max-width: 763px) { #TLxIdICi9Daf1zTVp0nunfX0mScGQSb1 { width:47.75rem;height:1.1875rem;top:42.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThanguQvf2yaN2r1sBnJthUG5LhlwddZ { width:47.75rem;height:1.1875rem;top:43.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDfFDn61METQOLOHQ8TsLZTRlnVkJ3zt { width:47.75rem;height:5.3125rem;top:45.375rem;left:0rem;font-size:0.875rem;display:block; }#uDfFDn61METQOLOHQ8TsLZTRlnVkJ3zt li:before{  }
 }@media only screen and (max-width: 763px) { #TfrlfrT0nbvSX98XObXsc6Ap04sOm3HR { width:47.75rem;height:6rem;top:54.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoecVbSlD9zRmNZy6cbEP3Fnpb5sLpZ4 { width:47.75rem;height:1.1875rem;top:52.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUG3PCWSVCQKwSPBOx1CROOl11chSB83 { width:47.75rem;height:3.875rem;top:64.0625rem;left:0rem;font-size:0.875rem;display:block; }#aUG3PCWSVCQKwSPBOx1CROOl11chSB83 li:before{  }
 }@media only screen and (max-width: 763px) { #ywx1QVpyLoMihZIuPsISmOZO9V17ScIw { width:47.75rem;height:1.1875rem;top:62.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4oAmdXqH96PxGNzf1GkyJPPRTqiq8cy { width:47.75rem;height:3.875rem;top:71.5rem;left:0rem;font-size:0.875rem;display:block; }#u4oAmdXqH96PxGNzf1GkyJPPRTqiq8cy li:before{  }
 }@media only screen and (max-width: 763px) { #mF48dK0IGfz8eQihF9Rx2753nnsufwla { width:47.75rem;height:1.1875rem;top:69.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ { display:block; }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UR1TocH68xGQscfLbNRq7TmrAITNLv58 { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOcdqRVEoL3nVW2XRsMd43kKwqIseffB { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#rOcdqRVEoL3nVW2XRsMd43kKwqIseffB li:before{  }
 }@media only screen and (max-width: 763px) { #pop2qQEKTlmBMroTlSSASq3qzOum47D1 { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLOy9lZfQOOe2ng4EWl2TIPhd8SwKlPl { width:47.75rem;height:9.5625rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }#eLOy9lZfQOOe2ng4EWl2TIPhd8SwKlPl li:before{  }
 }@media only screen and (max-width: 763px) { #gSuVb64EUSNTx797wo69drt8bH39HCQk { width:47.75rem;height:1.1875rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiyBkJvsaQLSi06vF6VywpCC3lkWP6Ke { width:47.75rem;height:5.3125rem;top:24.6875rem;left:0rem;font-size:0.875rem;display:block; }#LiyBkJvsaQLSi06vF6VywpCC3lkWP6Ke li:before{  }
 }@media only screen and (max-width: 763px) { #okz8hWFsSff01pfzP1tcvf6lBTXeTpoe { width:47.75rem;height:1.1875rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCXh7h0QP5v3f6upRlePW7ETViFTBR7K { width:47.75rem;height:5.3125rem;top:35.375rem;left:0rem;font-size:0.875rem;display:block; }#lCXh7h0QP5v3f6upRlePW7ETViFTBR7K li:before{  }
 }@media only screen and (max-width: 763px) { #rNggnCQmXNGXAWVpIiraSMbTomobosoz { width:47.75rem;height:1.1875rem;top:33.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7IbpZAHkQv4vGGE0s2QBaWHgoNTHvOt { width:47.75rem;height:1.1875rem;top:31.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKBrAupCKDU41l3zxqhgi4Efo5bn0sBD { width:47.75rem;height:5.3125rem;top:44.5625rem;left:0rem;font-size:0.875rem;display:block; }#rKBrAupCKDU41l3zxqhgi4Efo5bn0sBD li:before{  }
 }@media only screen and (max-width: 763px) { #dXqdh1nkNCb43HDIhvL0r3HJy8X0fWnt { width:47.75rem;height:1.1875rem;top:42.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg { display:block; }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOTQyWCzGrHaQ3ylaBL8DJPkOZmwLgJW { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzT08BHv6PeiKNS4x2eMLxcFTcc1MedP { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#LzT08BHv6PeiKNS4x2eMLxcFTcc1MedP li:before{  }
 }@media only screen and (max-width: 763px) { #IJQnXFuGHhpDPElL6oNzkzr2xQbsSUTJ { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR36EzCs247bbzfqvhD3EoioOfszRUOW { width:47.75rem;height:9.5625rem;top:12.375rem;left:0rem;font-size:0.875rem;display:block; }#rR36EzCs247bbzfqvhD3EoioOfszRUOW li:before{  }
 }@media only screen and (max-width: 763px) { #A1RAE4pZir825IEKuphsArBTxOWD2pwf { width:47.75rem;height:1.1875rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZcVGOmmIKfTRRaAXNUG52rT2ZBmVXbs { width:47.75rem;height:5.3125rem;top:25.9375rem;left:0rem;font-size:0.875rem;display:block; }#bZcVGOmmIKfTRRaAXNUG52rT2ZBmVXbs li:before{  }
 }@media only screen and (max-width: 763px) { #qGSQR7ty5PZhZmH4CroMk4ZMleS4vocg { width:47.75rem;height:1.1875rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snpB9UScMBwXQmKl2BnJpCeKeKhCqVRx { width:47.75rem;height:6rem;top:36.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBoKnKXvkto0nUmZtAtpqKPpcP0A0SH { width:47.75rem;height:1.1875rem;top:34.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXOAmgyPalBHGcTarqG1fcIaKc1aIzyK { width:47.75rem;height:1.1875rem;top:33.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO8JcDe9hV4NKgedBfcpmnKFBCJAyqiD { width:47.75rem;height:6rem;top:46.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMPfGNhPCq00Zd1WlMWBNl02h4i89el4 { width:47.75rem;height:1.1875rem;top:44.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld { display:block; }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuNQTpT6LJ6c3WWMJqaqT8IQ8qzh157h { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTJqg78hSCDz6He4FsuoMvV1WCJmHPfh { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#HTJqg78hSCDz6He4FsuoMvV1WCJmHPfh li:before{  }
 }@media only screen and (max-width: 763px) { #cCiQM8Nx97nfL3qczm9DB4liq4eraTpl { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #krAock4es484tqRC2E4mCOmDZ6PTDbWX { width:47.75rem;height:9.5625rem;top:11.875rem;left:0rem;font-size:0.875rem;display:block; }#krAock4es484tqRC2E4mCOmDZ6PTDbWX li:before{  }
 }@media only screen and (max-width: 763px) { #e2KV8OzX8hK8BZxSs50JO8F7xpg2s3dv { width:47.75rem;height:1.1875rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTObK9JTlPGHUpTw5JeQniZeGmpoa8ar { width:47.75rem;height:5.3125rem;top:24.6875rem;left:0rem;font-size:0.875rem;display:block; }#QTObK9JTlPGHUpTw5JeQniZeGmpoa8ar li:before{  }
 }@media only screen and (max-width: 763px) { #Flc0VVfTQxTi5sbilMV8bhVhyNJEphXE { width:47.75rem;height:1.1875rem;top:22.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrvWy9uw8TXezGfu6nfLD2S2DvdsTdTV { width:47.75rem;height:6rem;top:35rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgc3KGsikhkUg6c7TeSQqcvF27q7SptL { width:47.75rem;height:1.1875rem;top:33.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq2MzgBODmzcyGWImwd6cHLZfpymGApW { width:47.75rem;height:1.1875rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 { display:block; }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZPktm6dkhDOFexaoMsiTkIcFL94gRaA { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXUk1zeksHBLT8R3ERezdc2Z3h76C1bg { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#lXUk1zeksHBLT8R3ERezdc2Z3h76C1bg li:before{  }
 }@media only screen and (max-width: 763px) { #aKfBNPNnRPmUs7C9AczedPJCEOiDlKAc { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcnFgpek7CATbwy8HfgP9yOrpWLHcCzQ { width:47.75rem;height:9.5625rem;top:11.75rem;left:0rem;font-size:0.875rem;display:block; }#hcnFgpek7CATbwy8HfgP9yOrpWLHcCzQ li:before{  }
 }@media only screen and (max-width: 763px) { #FS7lVFAXAUUDWIUPMdI2vmTvupnwgWSq { width:47.75rem;height:1.1875rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZootX2d5R7kxbDrGzcTJp4tcNOuaor9n { width:47.75rem;height:5.3125rem;top:24.875rem;left:0rem;font-size:0.875rem;display:block; }#ZootX2d5R7kxbDrGzcTJp4tcNOuaor9n li:before{  }
 }@media only screen and (max-width: 763px) { #qe0nKM9ZoPDri2kBB4WGgSy3O1DUcu0N { width:47.75rem;height:1.1875rem;top:22.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec8RKPuw7GM7nzmLqFwGJH5kTpHf9q8z { width:47.75rem;height:6.6875rem;top:35rem;left:0rem;font-size:0.875rem;display:block; }#Ec8RKPuw7GM7nzmLqFwGJH5kTpHf9q8z li:before{  }
 }@media only screen and (max-width: 763px) { #aD5aNyTqOUe6FcbPMMUO1RmAh7AqETeh { width:47.75rem;height:1.1875rem;top:33.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5nciJ1XehNUFVWErpi9cz3SCz7rJahR { width:47.75rem;height:1.1875rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcmZRKndtvZ9d4FGq3J4fGVN5tlTOERH { width:47.75rem;height:3.875rem;top:45rem;left:0rem;font-size:0.875rem;display:block; }#ZcmZRKndtvZ9d4FGq3J4fGVN5tlTOERH li:before{  }
 }@media only screen and (max-width: 763px) { #UOcqQMo4BHFEDf7Twags8UmaBXtJhDsI { width:47.75rem;height:1.1875rem;top:43.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #va25s2l9cQ2dcTLHqn68BurteVtr0ych { display:block; }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXS7sFCI0JoW3sizdsLFGg8Dr87iPpea { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqUQuFdNiAoVVl60CycQlfDMwVOnT03P { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#vqUQuFdNiAoVVl60CycQlfDMwVOnT03P li:before{  }
 }@media only screen and (max-width: 763px) { #kgRB9CrTCylQnecBKXCT2GF3bzn56DO3 { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS9eTClpud06E6JV3HHEIuhNxpebZz7a { width:47.75rem;height:8.125rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }#SS9eTClpud06E6JV3HHEIuhNxpebZz7a li:before{  }
 }@media only screen and (max-width: 763px) { #v2MDMMEm8aRJGb2X8J2U3bS4gvfMHaQN { width:47.75rem;height:1.1875rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebNmMQs9PerCV9GZrxdlvNhJOnrPS5D6 { width:47.75rem;height:5.3125rem;top:22.625rem;left:0rem;font-size:0.875rem;display:block; }#ebNmMQs9PerCV9GZrxdlvNhJOnrPS5D6 li:before{  }
 }@media only screen and (max-width: 763px) { #ddCMcTq2VyfqiQKsF2N6InuZu7OQbus9 { width:47.75rem;height:1.1875rem;top:20.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlhg0NAiZ5hMiioUsnFxnidmxy8Gk5ui { width:47.75rem;height:5.3125rem;top:32.8125rem;left:0rem;font-size:0.875rem;display:block; }#Tlhg0NAiZ5hMiioUsnFxnidmxy8Gk5ui li:before{  }
 }@media only screen and (max-width: 763px) { #gTLGplMhecMzO3U82qR7DAoePgCi6ax8 { width:47.75rem;height:1.1875rem;top:30.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA8gCOAciNqSaCvmn5ULV47wEpbgykdT { width:47.75rem;height:1.1875rem;top:29.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZfycgAV19SpMUhGhzXxnum50SPxWIE5 { display:block; }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqTTf93J0dZrZRvTFFAbTQtNVhGFPlxx { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrHhHEHKvgw4oHaImvxQTEhp6hTRmqHf { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#zrHhHEHKvgw4oHaImvxQTEhp6hTRmqHf li:before{  }
 }@media only screen and (max-width: 763px) { #rh8zmVsnmG7J7fhbJNd8xTFmTB5GFiqt { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8tiMJsm6T3lcnd8NQkTKMZm7ZB18hea { width:47.75rem;height:8.125rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }#f8tiMJsm6T3lcnd8NQkTKMZm7ZB18hea li:before{  }
 }@media only screen and (max-width: 763px) { #QVTc2rai5dn19p96JTwWJaazpBqTF5A9 { width:47.75rem;height:1.1875rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPL6hVb5n6hNTsJc2l0A2uEFJdRk3Thc { width:47.75rem;height:6.6875rem;top:24.625rem;left:0rem;font-size:0.875rem;display:block; }#OPL6hVb5n6hNTsJc2l0A2uEFJdRk3Thc li:before{  }
 }@media only screen and (max-width: 763px) { #Sa4ZixzRLo6goDFzTy9rzPrdEqdNWZOQ { width:47.75rem;height:1.1875rem;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzIwqHmW4wtum3nnvtTnnfRLlJRwLztx { width:47.75rem;height:1.1875rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehmJJi1tBRhBWVGBTbDqxbn52Xgo6ROk { width:47.75rem;height:3.875rem;top:38.875rem;left:0rem;font-size:0.875rem;display:block; }#ehmJJi1tBRhBWVGBTbDqxbn52Xgo6ROk li:before{  }
 }@media only screen and (max-width: 763px) { #O499KSo38II6s8UQF020k4cOOEDnMTlX { width:47.75rem;height:1.1875rem;top:36.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTpNxzXv5mLV2TtXIyUckF01ZqLDOJiz { width:47.75rem;height:1.5rem;top:34.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EveXGc5X7GEEtMqhc7cX0m3v79UzTsN0 { width:47.75rem;height:5.3125rem;top:46.625rem;left:0rem;font-size:0.875rem;display:block; }#EveXGc5X7GEEtMqhc7cX0m3v79UzTsN0 li:before{  }
 }@media only screen and (max-width: 763px) { #expMz84LB7kl85WQhhNduZOSdnHT0Hz6 { width:47.75rem;height:1.1875rem;top:44.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRDhI7pSblsNM5Fqe9RTwii2ylNiGddJ { width:47.75rem;height:3.875rem;top:55.625rem;left:0rem;font-size:0.875rem;display:block; }#cRDhI7pSblsNM5Fqe9RTwii2ylNiGddJ li:before{  }
 }@media only screen and (max-width: 763px) { #SeE8ekLx1kQcWap6K6IaFZOuEokny1Oe { width:47.75rem;height:1.1875rem;top:53.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHTUnW7SyAeWkbnKL1gdomuuO6QgevBh { width:47.75rem;height:3.875rem;top:66.1875rem;left:0rem;font-size:0.875rem;display:block; }#hHTUnW7SyAeWkbnKL1gdomuuO6QgevBh li:before{  }
 }@media only screen and (max-width: 763px) { #b0fyFewqIavQrWG8upACBoXICHJDumJ6 { width:47.75rem;height:1.1875rem;top:64.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcO6LqNq2fBFHxbEaR4GRsh4Uqk1TT7M { width:47.75rem;height:1.5rem;top:62.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVT2EstV77RzKPmPMhPzRsOfoXsJ1wm7 { width:47.75rem;height:3.875rem;top:73.625rem;left:0rem;font-size:0.875rem;display:block; }#FVT2EstV77RzKPmPMhPzRsOfoXsJ1wm7 li:before{  }
 }@media only screen and (max-width: 763px) { #XKEngpxu6ohQEoPDxoeeUxlD7E9caTxC { width:47.75rem;height:1.1875rem;top:71.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heEE2529Bsd139ICVINGoLJghC5TLsJ7 { width:47.75rem;height:3.875rem;top:85.375rem;left:0rem;font-size:0.875rem;display:block; }#heEE2529Bsd139ICVINGoLJghC5TLsJ7 li:before{  }
 }@media only screen and (max-width: 763px) { #bWuGKip1uHbQpulvx6z3gzgWX4u2aRNv { width:47.75rem;height:1.1875rem;top:83.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRyEwKnJNy9A8s7fWMc9wOKCFCLfaL5A { width:47.75rem;height:1.5rem;top:81.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhZsAkTBAqhezpb5k6EUnyodya25i5i1 { width:47.75rem;height:3.875rem;top:92.6875rem;left:0rem;font-size:0.875rem;display:block; }#OhZsAkTBAqhezpb5k6EUnyodya25i5i1 li:before{  }
 }@media only screen and (max-width: 763px) { #VqmvxcTZ4zL17qWlhIpNLJJBHGEuCLVh { width:47.75rem;height:1.1875rem;top:90.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx { display:block; }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #makTTdlXU1okmqtR94hQpaOPaUtCJ0dI { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWVJZLpP559zmuzoo2sOgyFZGD31ENtf { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#QWVJZLpP559zmuzoo2sOgyFZGD31ENtf li:before{  }
 }@media only screen and (max-width: 763px) { #dxzglbIlKhlbKuTBZkCI8NvXrCNKmbyz { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH7oXJ52gueQX23v8o10AR2lfgQ7pyRQ { width:47.75rem;height:5.3125rem;top:12.4375rem;left:0rem;font-size:0.875rem;display:block; }#RH7oXJ52gueQX23v8o10AR2lfgQ7pyRQ li:before{  }
 }@media only screen and (max-width: 763px) { #T9IM83d7OWc4X6hHoLweO6fRG8CUIBW2 { width:47.75rem;height:1.1875rem;top:10.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzvWsZVVqJfGTNCHSGXrv4AHbi17ueu5 { width:47.75rem;height:5.3125rem;top:21.625rem;left:0rem;font-size:0.875rem;display:block; }#ZzvWsZVVqJfGTNCHSGXrv4AHbi17ueu5 li:before{  }
 }@media only screen and (max-width: 763px) { #vdwT0UDfgXZ2ncA0cgLPx22akHm3UHhn { width:47.75rem;height:1.1875rem;top:19.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkroZzTZUyPIuGundixpL6Ur5BSF5Dqo { width:47.75rem;height:2.5rem;top:34.3125rem;left:0rem;font-size:0.875rem;display:block; }#tkroZzTZUyPIuGundixpL6Ur5BSF5Dqo li:before{  }
 }@media only screen and (max-width: 763px) { #w6To11ebm4qyDqeQrZkJqeyAJ0NfdT2c { width:47.75rem;height:1.1875rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU8Ri3U6LFnmUI7QCRibmkirPWcly4WA { width:47.75rem;height:1.5rem;top:30.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFfdZc1izth2CfpVxw9fZya9ivUhbmW5 { width:47.75rem;height:3.875rem;top:40.1875rem;left:0rem;font-size:0.875rem;display:block; }#iFfdZc1izth2CfpVxw9fZya9ivUhbmW5 li:before{  }
 }@media only screen and (max-width: 763px) { #dea2R6gNqReMPV6yRxa9Kh50ygXhxuPx { width:47.75rem;height:1.1875rem;top:38.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ediFBi80ba77Ni7SqIooXxluQTmt8ker { width:47.75rem;height:3.875rem;top:52rem;left:0rem;font-size:0.875rem;display:block; }#ediFBi80ba77Ni7SqIooXxluQTmt8ker li:before{  }
 }@media only screen and (max-width: 763px) { #qSSuJcW0msO3OL0921CBT8zitG07WQ70 { width:47.75rem;height:1.1875rem;top:50rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6lpIeOFyqAh50fVf0STKe8WrT2ZtPr0 { width:47.75rem;height:1.5rem;top:47.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8786UwH8QNAvWXRTnD3c1iNbAPolI8l { width:47.75rem;height:3.875rem;top:59.875rem;left:0rem;font-size:0.875rem;display:block; }#t8786UwH8QNAvWXRTnD3c1iNbAPolI8l li:before{  }
 }@media only screen and (max-width: 763px) { #VMggtcAfVLXimyswFAUl8uQCCz5ncDAc { width:47.75rem;height:1.1875rem;top:57.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ { display:block; }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znohTktFaPQNn8H7V5P5Rh2h3QmcN1BC { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qktEuRfm3wCvh8puKOMRQ1FzJWplMtpR { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#qktEuRfm3wCvh8puKOMRQ1FzJWplMtpR li:before{  }
 }@media only screen and (max-width: 763px) { #nqOtB9naCPhSaQ3PhitiqSUNPrtv3GKs { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wetDroAxPtL9pvl4NBurFqJw6A69xQ3N { width:47.75rem;height:3.875rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }#wetDroAxPtL9pvl4NBurFqJw6A69xQ3N li:before{  }
 }@media only screen and (max-width: 763px) { #UD5igrpp1Rm44CqEfVz4os66ZSFZ4tbe { width:47.75rem;height:1.1875rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCSooaT4HL1TbESR5gHGn5zE14NOJTTH { width:47.75rem;height:5.3125rem;top:19.0625rem;left:0rem;font-size:0.875rem;display:block; }#bCSooaT4HL1TbESR5gHGn5zE14NOJTTH li:before{  }
 }@media only screen and (max-width: 763px) { #WE0NNfd7vaLt220zwFT0fnFdPS3cFoe7 { width:47.75rem;height:1.1875rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqQWUxlbegsndKR1mXJyAqSQCsl3en00 { display:block; }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GA23kikW4T9STVlzMlpLnma1BAOsppov { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZSaPTGxrLzJww2lTdtg0gNTT9oG5uht { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#MZSaPTGxrLzJww2lTdtg0gNTT9oG5uht li:before{  }
 }@media only screen and (max-width: 763px) { #ULF05izvaRTCGFHAaPK1HVZ3MP0stqxX { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhHRXS6bgVpTrzJlo5tdxzvWssQ42JFi { width:47.75rem;height:6.6875rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:block; }#MhHRXS6bgVpTrzJlo5tdxzvWssQ42JFi li:before{  }
 }@media only screen and (max-width: 763px) { #QxWu4ktnbgAo1MCK04V8L5KOhPWyPwJk { width:47.75rem;height:1.1875rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLzTM8UE7TFEkVElOlqS1Td2TH85u9wM { width:47.75rem;height:3.875rem;top:22.3125rem;left:0rem;font-size:0.875rem;display:block; }#aLzTM8UE7TFEkVElOlqS1Td2TH85u9wM li:before{  }
 }@media only screen and (max-width: 763px) { #NMTMsyAPiBActyUL8PL9VsGZlstPhnf8 { width:47.75rem;height:1.1875rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z466oThsELUQ4s1qVZoX1rUxc1gPCkIe { display:block; }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKXtKyAsCCHRAGrTPffDor9E9EPkPsX9 { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp1ruvGXm9dlFOi0hoNMQA99M8C73e2g { width:47.75rem;height:7.5rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZAUrzvNCDWEo96Nfe9ysJQFedLiF11F { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI11tcH1SEfof7TGLFwoe32xtnrcy1oU { width:47.75rem;height:1.5rem;top:32.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF6PqTViOHLktUh2dnrKfRTnLIycMrdz { width:47.75rem;height:6rem;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbh93CJabPvkSh2XnTg32R9x7EQ2DbDA { width:47.75rem;height:1.1875rem;top:23.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGazJhHbFT76GxfXwOHRM9K3cQAi0HHT { width:47.75rem;height:6rem;top:15.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWTuhCmUvgFEBQTUPpeFeMEmVNu0KnaM { width:47.75rem;height:1.1875rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq { display:block; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPmZSHpPkH2QqvxZT2CyZdq2VdctuasJ { width:47.75rem;height:3.8125rem;top:3.0625rem;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:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvEMEhs9guPQ7ngyKQIaeSW3IwxfpKom { width:8.375rem;height:2.125rem;top:1.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUXWb5JhHTH508qKeekAzRND21WWzwsN { top:0.8125rem;left:9.4375rem;width:10.5625rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smcieW0sL7rPLwgv3b5nTdBOve5wItse { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#003995;background-image:none;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 > .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 { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3ZFCB6smJTfwUfVGesGqzBo1KMWQc3W { width:20rem;height:5.3994125rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T5kzhyEraWOCPDpK2rXFXwvuO8SDWCCd { width:20rem;height:3.29980625rem;top:7.443359375rem;left:0rem;font-size:1.375rem;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { width:20rem;height:3.65625rem;top:5.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx2SCryEB8c7RGmMEdwmiIeXiByLSv0Z { top:11.1875rem;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:12.3125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { width:20rem;height:3.1494125rem;top:1.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITqQf0AIDQ5fE6PVWbBEDRZaTWoHJa17 { display:block; }#ITqQf0AIDQ5fE6PVWbBEDRZaTWoHJa17 > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eln54ZSoCpovDGsfo3h1wkbEG55hU6Jf { width:20rem;height:3.5996125rem;top:0.494140625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RUdwF2fvTBTroE4EhvmbADniWwLLTOAM { width:20rem;height:12.50928125rem;top:7.80712890625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WD9lu9I46JDplcT2VqNTRiwHUSJGyGze { width:20rem;height:2.61230625rem;top:4.625rem;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) { #GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 { background-color:#ffffff;background-image:none;display:block; }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row .container { background-color: transparent; background-image: none; }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row .container > .video-iframe-container { display: none; }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row > .video-iframe-container { display: none; }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .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); }#GkVOy0ImXmcQLtSt1IlcE2D4cnWolbg9 > .row .container { width:20rem;height:177.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyPA4kWQcPffL4xDFXb0DJnw9lPWyEPD { 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) { #lpms3XtqAfgyTIWl9kVeP7UCUIZ7BWmk { 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) { #Tmcrf6PQcnKdhmZd9kzm4hhJdbCOSbW6 { 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) { #OSSfbTuz6eMiFxwJ6f3fICHPThhZCihD { 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; }#OSSfbTuz6eMiFxwJ6f3fICHPThhZCihD li:before{  }
 }@media only screen and (max-width: 763px) { #xEqW5Q1yTWyFxeBoXnhwoxEzmw3a0pAA { 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) { #xgQqH3d8sDC8WvrAaKpH2xOyWfEenmgR { 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) { #RSpLC0ds1ooyyUDUz30CkHzu6TTiwKHp { 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; }#RSpLC0ds1ooyyUDUz30CkHzu6TTiwKHp li:before{  }
 }@media only screen and (max-width: 763px) { #N6HIUyTxLaI6klO3um3odkLWQC8ufLUw { 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) { #ZcT62R8ysQkV3pI5f7OKHqHnRoed375h { 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) { #IyTMpBDJn6knFerZASIRltHunzGpFcvL { 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; }#IyTMpBDJn6knFerZASIRltHunzGpFcvL li:before{  }
 }@media only screen and (max-width: 763px) { #BIXF36rAfLSTghIf5Ci6W4qkvi854EUq { 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) { #IOxNlhpEyhUHUTIqSN5U03W1I61hrWsW { 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) { #AIhn40TzRVo16rLkhRIIGXr5LF52HsKG { 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; }#AIhn40TzRVo16rLkhRIIGXr5LF52HsKG li:before{  }
 }@media only screen and (max-width: 763px) { #Hln17KxDNfuIq9WnbgEQD68i4HiLlO63 { 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) { #cTMXhKsX9Jp2rxiho36ZgygqG4VKSJGW { 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) { #VQ1TLvxq4KfSwkGd3EuA9Qr84cqMTUtX { 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) { #qxW122Buo7GB07TQz8RU0SlatXtOgrGl { 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; }#qxW122Buo7GB07TQz8RU0SlatXtOgrGl li:before{  }
 }@media only screen and (max-width: 763px) { #T0Uxg9uAB5FNHHOA8hpGvIR1FcIR1lGX { 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) { #oHp8GmR46o2kzGw7WuCRQT3Hc7wmXXmn { 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; }#oHp8GmR46o2kzGw7WuCRQT3Hc7wmXXmn li:before{  }
 }@media only screen and (max-width: 763px) { #mOiLFndkudGrIiV5MqVzkrQfutQitxe2 { 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) { #Nb0ddddoAFURixoqcTd0HkiByioddK0d { 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; }#Nb0ddddoAFURixoqcTd0HkiByioddK0d li:before{  }
 }@media only screen and (max-width: 763px) { #pVfa6grVlfKASGrI6iVemZ18Wza6uUfM { 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; }#pVfa6grVlfKASGrI6iVemZ18Wza6uUfM li:before{  }
 }@media only screen and (max-width: 763px) { #RgJv4cKfGBCttmJyp0nFi1cMGz3H7ir8 { 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) { #OOSm3DApTG9lywJoXTTBI7gQafeJ8Zps { 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) { #Ek14FJHOVrP4zFfJWtdSnEPTWTcI8u9c { 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) { #S1KQTm7XxcWnSpCZHUaTrpSbJ49HwLC8 { 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; }#S1KQTm7XxcWnSpCZHUaTrpSbJ49HwLC8 li:before{  }
 }@media only screen and (max-width: 763px) { #G8JgWJ0svG3N8RAXVuuRNr9SuAHUTUVW { 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; }#G8JgWJ0svG3N8RAXVuuRNr9SuAHUTUVW li:before{  }
 }@media only screen and (max-width: 763px) { #OrwCUn7g0Mqb9pB7mEUfAemU0afvxCOr { 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) { #dIKByLQTyMPSA7AS2zVv6v9QKEnTOg1A { 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; }#dIKByLQTyMPSA7AS2zVv6v9QKEnTOg1A li:before{  }
 }@media only screen and (max-width: 763px) { #ibims9APUVh5BWfFa6ZPcJ464ncACgbF { 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) { #FWEu6sQSRahwHHuyzN4gCrzuPwz8ylZy { 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) { #COsq0Wl1Roy9NiJrE9kyQPxB3dPiG8qM { 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; }#COsq0Wl1Roy9NiJrE9kyQPxB3dPiG8qM li:before{  }
 }@media only screen and (max-width: 763px) { #Dmmw9fWSMf39gdeEfNbDyUhuysuQT9DJ { 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) { #FZ4ozO3JFP00NfUEZBvlobzl4dlQydox { 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; }#FZ4ozO3JFP00NfUEZBvlobzl4dlQydox li:before{  }
 }@media only screen and (max-width: 763px) { #nfRJakAP6AZMsDhEJ55MoqrGytTZ86lg { 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) { #TxHH8PX9CAaVRoDn4mDWSpkAQ7XUnEA2 { 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) { #GbIr6ZpObbsTaTWgp1rOxGZUKabvfHSu { 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) { #Ah8gLTa6GMCaQg3D1fuuCtp1vfB9ibxB { 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; }#Ah8gLTa6GMCaQg3D1fuuCtp1vfB9ibxB li:before{  }
 }@media only screen and (max-width: 763px) { #uuotnBAGA4nDMN7H5T0KJtDXVb2REiAC { 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; }#uuotnBAGA4nDMN7H5T0KJtDXVb2REiAC li:before{  }
 }@media only screen and (max-width: 763px) { #DV9oK8cIHtmi2yT1p20G1f68ulpmPdPU { 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) { #t44IhoSkAWlKFfTOCIHkXOA7ez3K0aMe { 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) { #k1xpS0UaAm7lrZIxsA7QiKodrmxwowGQ { 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; }#k1xpS0UaAm7lrZIxsA7QiKodrmxwowGQ li:before{  }
 }@media only screen and (max-width: 763px) { #wsXhmvpMkihaG2dTAZFQR2Tsvan2Aetb { 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) { #BiJzo1EWT5xvPcDzgVI3QhrnvQXMdi4q { 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) { #OfsTiTMnsxnqhywsWecDvF2dcALAsqSL { 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) { #zb2FNnt7RUOZBuni3NkvminZdGiCkw5v { 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) { #FNgK9Jinp7tZ6U42U2lUOBgTtUF1Bzcx { 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; }#FNgK9Jinp7tZ6U42U2lUOBgTtUF1Bzcx li:before{  }
 }@media only screen and (max-width: 763px) { #MKwRVE6NRTUK2Bk7bVWLJ9AmxmZq0Jih { 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) { #oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU { background-color:#ffffff;background-image:none;display:block; }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row .container { background-color: transparent; background-image: none; }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row .container > .video-iframe-container { display: none; }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row > .video-iframe-container { display: none; }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .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); }#oRRIQko5CiIMyHnKwDG0Kxv6e6oUHiuU > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vI4HmU5aGpLHhzesOTeJOOhAbk3U5NdR { 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) { #qnxP4sk57yVC4MXGpepitEaqF5R2npag { 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; }#qnxP4sk57yVC4MXGpepitEaqF5R2npag li:before{  }
 }@media only screen and (max-width: 763px) { #uinJ1dmhv8eTtJa0mdf1ZxC4DPaIrTtD { 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) { #wgCid8NScNKeXTxcBaF2bGEz9xqgAMP5 { 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; }#wgCid8NScNKeXTxcBaF2bGEz9xqgAMP5 li:before{  }
 }@media only screen and (max-width: 763px) { #Vf8lHVyuV8QhwUrvz456frNO7bsZ3132 { 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) { #aaZcTL5xpuJlKNg0ubbVL10ZrVW8X6tv { 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) { #z6Xf82kXJk0l3M6zwd8KJ4JJZ6TbhiWI { 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) { #O2FMEuq3SCf6zwwih60zicXKpDtOkloK { 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; }#O2FMEuq3SCf6zwwih60zicXKpDtOkloK li:before{  }
 }@media only screen and (max-width: 763px) { #ieInDowo5AT67Iz9bHdWwhq4aMbi4pni { 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) { #aaHrAfGootr8fFtJlFLW5H31ivH5D4WE { 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; }#aaHrAfGootr8fFtJlFLW5H31ivH5D4WE li:before{  }
 }@media only screen and (max-width: 763px) { #PLklM8J1s44yVvu1UtrwRaLDJudHqTGm { background-color:#ffffff;background-image:none;display:block; }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row .container { background-color: transparent; background-image: none; }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row .container > .video-iframe-container { display: none; }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row > .video-iframe-container { display: none; }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .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); }#PLklM8J1s44yVvu1UtrwRaLDJudHqTGm > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAGMpHVrXomWRQQ6FFN4tsOf5McmzSna { 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) { #gEW2RF2Ak2GhRUh0JWslAgbvkMzcHtGE { 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) { #QT28aLhtUCs8rnba2yFdyxzlENtqOZXR { 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) { #TAsG1CsgGsIB2o0GTvm3NRH2yJ6uC25S { 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; }#TAsG1CsgGsIB2o0GTvm3NRH2yJ6uC25S li:before{  }
 }@media only screen and (max-width: 763px) { #FrIPToMwq5mJ76sPhENUkZ7uoToOS9Ma { 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) { #qoW4J5JWbKfTE2c8qsUVN0kBnNNulAJ5 { 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) { #hbQwbSUqtVEWJmQTIxcTAJ4b3CkUxekX { 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; }#hbQwbSUqtVEWJmQTIxcTAJ4b3CkUxekX li:before{  }
 }@media only screen and (max-width: 763px) { #K0MhlW4t2VTAJXaaAV1zt5kXg1utIOtI { 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) { #ReHmmrowIEhlo4GMRNH6b9VpWEeiREog { 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; }#ReHmmrowIEhlo4GMRNH6b9VpWEeiREog li:before{  }
 }@media only screen and (max-width: 763px) { #TLxIdICi9Daf1zTVp0nunfX0mScGQSb1 { 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) { #ThanguQvf2yaN2r1sBnJthUG5LhlwddZ { 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) { #uDfFDn61METQOLOHQ8TsLZTRlnVkJ3zt { 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; }#uDfFDn61METQOLOHQ8TsLZTRlnVkJ3zt li:before{  }
 }@media only screen and (max-width: 763px) { #TfrlfrT0nbvSX98XObXsc6Ap04sOm3HR { 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) { #KoecVbSlD9zRmNZy6cbEP3Fnpb5sLpZ4 { 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) { #aUG3PCWSVCQKwSPBOx1CROOl11chSB83 { 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; }#aUG3PCWSVCQKwSPBOx1CROOl11chSB83 li:before{  }
 }@media only screen and (max-width: 763px) { #ywx1QVpyLoMihZIuPsISmOZO9V17ScIw { 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) { #u4oAmdXqH96PxGNzf1GkyJPPRTqiq8cy { 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; }#u4oAmdXqH96PxGNzf1GkyJPPRTqiq8cy li:before{  }
 }@media only screen and (max-width: 763px) { #mF48dK0IGfz8eQihF9Rx2753nnsufwla { 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) { #otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ { background-color:#ffffff;background-image:none;display:block; }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row .container { background-color: transparent; background-image: none; }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row .container > .video-iframe-container { display: none; }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row > .video-iframe-container { display: none; }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .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); }#otcAmaZChvpJCmxEqmSTtQWqAKJkxXzZ > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UR1TocH68xGQscfLbNRq7TmrAITNLv58 { 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) { #rOcdqRVEoL3nVW2XRsMd43kKwqIseffB { 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; }#rOcdqRVEoL3nVW2XRsMd43kKwqIseffB li:before{  }
 }@media only screen and (max-width: 763px) { #pop2qQEKTlmBMroTlSSASq3qzOum47D1 { 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) { #eLOy9lZfQOOe2ng4EWl2TIPhd8SwKlPl { 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; }#eLOy9lZfQOOe2ng4EWl2TIPhd8SwKlPl li:before{  }
 }@media only screen and (max-width: 763px) { #gSuVb64EUSNTx797wo69drt8bH39HCQk { 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) { #LiyBkJvsaQLSi06vF6VywpCC3lkWP6Ke { 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; }#LiyBkJvsaQLSi06vF6VywpCC3lkWP6Ke li:before{  }
 }@media only screen and (max-width: 763px) { #okz8hWFsSff01pfzP1tcvf6lBTXeTpoe { 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) { #lCXh7h0QP5v3f6upRlePW7ETViFTBR7K { 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; }#lCXh7h0QP5v3f6upRlePW7ETViFTBR7K li:before{  }
 }@media only screen and (max-width: 763px) { #rNggnCQmXNGXAWVpIiraSMbTomobosoz { 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) { #w7IbpZAHkQv4vGGE0s2QBaWHgoNTHvOt { 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) { #rKBrAupCKDU41l3zxqhgi4Efo5bn0sBD { 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; }#rKBrAupCKDU41l3zxqhgi4Efo5bn0sBD li:before{  }
 }@media only screen and (max-width: 763px) { #dXqdh1nkNCb43HDIhvL0r3HJy8X0fWnt { 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) { #ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg { background-color:#ffffff;background-image:none;display:block; }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row .container { background-color: transparent; background-image: none; }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row .container > .video-iframe-container { display: none; }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row > .video-iframe-container { display: none; }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .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); }#ogufCKqmZ7EALVsIGtKpw0TBrgLMJBXg > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOTQyWCzGrHaQ3ylaBL8DJPkOZmwLgJW { 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) { #LzT08BHv6PeiKNS4x2eMLxcFTcc1MedP { 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; }#LzT08BHv6PeiKNS4x2eMLxcFTcc1MedP li:before{  }
 }@media only screen and (max-width: 763px) { #IJQnXFuGHhpDPElL6oNzkzr2xQbsSUTJ { 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) { #rR36EzCs247bbzfqvhD3EoioOfszRUOW { 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; }#rR36EzCs247bbzfqvhD3EoioOfszRUOW li:before{  }
 }@media only screen and (max-width: 763px) { #A1RAE4pZir825IEKuphsArBTxOWD2pwf { 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) { #bZcVGOmmIKfTRRaAXNUG52rT2ZBmVXbs { 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; }#bZcVGOmmIKfTRRaAXNUG52rT2ZBmVXbs li:before{  }
 }@media only screen and (max-width: 763px) { #qGSQR7ty5PZhZmH4CroMk4ZMleS4vocg { 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) { #snpB9UScMBwXQmKl2BnJpCeKeKhCqVRx { 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) { #xPBoKnKXvkto0nUmZtAtpqKPpcP0A0SH { 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) { #zXOAmgyPalBHGcTarqG1fcIaKc1aIzyK { 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) { #cO8JcDe9hV4NKgedBfcpmnKFBCJAyqiD { 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) { #uMPfGNhPCq00Zd1WlMWBNl02h4i89el4 { 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) { #QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld { background-color:#ffffff;background-image:none;display:block; }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row .container { background-color: transparent; background-image: none; }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row .container > .video-iframe-container { display: none; }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row > .video-iframe-container { display: none; }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .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); }#QlaNIVxEOyXRnxdCGzpthNLrUCtOCNld > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuNQTpT6LJ6c3WWMJqaqT8IQ8qzh157h { 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) { #HTJqg78hSCDz6He4FsuoMvV1WCJmHPfh { 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; }#HTJqg78hSCDz6He4FsuoMvV1WCJmHPfh li:before{  }
 }@media only screen and (max-width: 763px) { #cCiQM8Nx97nfL3qczm9DB4liq4eraTpl { 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) { #krAock4es484tqRC2E4mCOmDZ6PTDbWX { 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; }#krAock4es484tqRC2E4mCOmDZ6PTDbWX li:before{  }
 }@media only screen and (max-width: 763px) { #e2KV8OzX8hK8BZxSs50JO8F7xpg2s3dv { 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) { #QTObK9JTlPGHUpTw5JeQniZeGmpoa8ar { 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; }#QTObK9JTlPGHUpTw5JeQniZeGmpoa8ar li:before{  }
 }@media only screen and (max-width: 763px) { #Flc0VVfTQxTi5sbilMV8bhVhyNJEphXE { 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) { #XrvWy9uw8TXezGfu6nfLD2S2DvdsTdTV { 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) { #kgc3KGsikhkUg6c7TeSQqcvF27q7SptL { 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) { #pq2MzgBODmzcyGWImwd6cHLZfpymGApW { 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) { #bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 { background-color:#ffffff;background-image:none;display:block; }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row .container { background-color: transparent; background-image: none; }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row .container > .video-iframe-container { display: none; }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row > .video-iframe-container { display: none; }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .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); }#bEsfsCiGTmDWyoV6G3fuF2zgrDHydow3 > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZPktm6dkhDOFexaoMsiTkIcFL94gRaA { 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) { #lXUk1zeksHBLT8R3ERezdc2Z3h76C1bg { 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; }#lXUk1zeksHBLT8R3ERezdc2Z3h76C1bg li:before{  }
 }@media only screen and (max-width: 763px) { #aKfBNPNnRPmUs7C9AczedPJCEOiDlKAc { 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) { #hcnFgpek7CATbwy8HfgP9yOrpWLHcCzQ { 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; }#hcnFgpek7CATbwy8HfgP9yOrpWLHcCzQ li:before{  }
 }@media only screen and (max-width: 763px) { #FS7lVFAXAUUDWIUPMdI2vmTvupnwgWSq { 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) { #ZootX2d5R7kxbDrGzcTJp4tcNOuaor9n { 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; }#ZootX2d5R7kxbDrGzcTJp4tcNOuaor9n li:before{  }
 }@media only screen and (max-width: 763px) { #qe0nKM9ZoPDri2kBB4WGgSy3O1DUcu0N { 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) { #Ec8RKPuw7GM7nzmLqFwGJH5kTpHf9q8z { 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; }#Ec8RKPuw7GM7nzmLqFwGJH5kTpHf9q8z li:before{  }
 }@media only screen and (max-width: 763px) { #aD5aNyTqOUe6FcbPMMUO1RmAh7AqETeh { 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) { #d5nciJ1XehNUFVWErpi9cz3SCz7rJahR { 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) { #ZcmZRKndtvZ9d4FGq3J4fGVN5tlTOERH { 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; }#ZcmZRKndtvZ9d4FGq3J4fGVN5tlTOERH li:before{  }
 }@media only screen and (max-width: 763px) { #UOcqQMo4BHFEDf7Twags8UmaBXtJhDsI { 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) { #va25s2l9cQ2dcTLHqn68BurteVtr0ych { background-color:#ffffff;background-image:none;display:block; }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row .container { background-color: transparent; background-image: none; }#va25s2l9cQ2dcTLHqn68BurteVtr0ych::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row .container > .video-iframe-container { display: none; }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row > .video-iframe-container { display: none; }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .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); }#va25s2l9cQ2dcTLHqn68BurteVtr0ych > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXS7sFCI0JoW3sizdsLFGg8Dr87iPpea { 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) { #vqUQuFdNiAoVVl60CycQlfDMwVOnT03P { 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; }#vqUQuFdNiAoVVl60CycQlfDMwVOnT03P li:before{  }
 }@media only screen and (max-width: 763px) { #kgRB9CrTCylQnecBKXCT2GF3bzn56DO3 { 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) { #SS9eTClpud06E6JV3HHEIuhNxpebZz7a { 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; }#SS9eTClpud06E6JV3HHEIuhNxpebZz7a li:before{  }
 }@media only screen and (max-width: 763px) { #v2MDMMEm8aRJGb2X8J2U3bS4gvfMHaQN { 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) { #ebNmMQs9PerCV9GZrxdlvNhJOnrPS5D6 { 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; }#ebNmMQs9PerCV9GZrxdlvNhJOnrPS5D6 li:before{  }
 }@media only screen and (max-width: 763px) { #ddCMcTq2VyfqiQKsF2N6InuZu7OQbus9 { 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) { #Tlhg0NAiZ5hMiioUsnFxnidmxy8Gk5ui { 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; }#Tlhg0NAiZ5hMiioUsnFxnidmxy8Gk5ui li:before{  }
 }@media only screen and (max-width: 763px) { #gTLGplMhecMzO3U82qR7DAoePgCi6ax8 { 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) { #SA8gCOAciNqSaCvmn5ULV47wEpbgykdT { 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) { #VZfycgAV19SpMUhGhzXxnum50SPxWIE5 { background-color:#ffffff;background-image:none;display:block; }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row .container { background-color: transparent; background-image: none; }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row .container > .video-iframe-container { display: none; }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row > .video-iframe-container { display: none; }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .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); }#VZfycgAV19SpMUhGhzXxnum50SPxWIE5 > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqTTf93J0dZrZRvTFFAbTQtNVhGFPlxx { 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) { #zrHhHEHKvgw4oHaImvxQTEhp6hTRmqHf { 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; }#zrHhHEHKvgw4oHaImvxQTEhp6hTRmqHf li:before{  }
 }@media only screen and (max-width: 763px) { #rh8zmVsnmG7J7fhbJNd8xTFmTB5GFiqt { 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) { #f8tiMJsm6T3lcnd8NQkTKMZm7ZB18hea { 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; }#f8tiMJsm6T3lcnd8NQkTKMZm7ZB18hea li:before{  }
 }@media only screen and (max-width: 763px) { #QVTc2rai5dn19p96JTwWJaazpBqTF5A9 { 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) { #OPL6hVb5n6hNTsJc2l0A2uEFJdRk3Thc { 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; }#OPL6hVb5n6hNTsJc2l0A2uEFJdRk3Thc li:before{  }
 }@media only screen and (max-width: 763px) { #Sa4ZixzRLo6goDFzTy9rzPrdEqdNWZOQ { 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) { #pzIwqHmW4wtum3nnvtTnnfRLlJRwLztx { 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) { #ehmJJi1tBRhBWVGBTbDqxbn52Xgo6ROk { 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; }#ehmJJi1tBRhBWVGBTbDqxbn52Xgo6ROk li:before{  }
 }@media only screen and (max-width: 763px) { #O499KSo38II6s8UQF020k4cOOEDnMTlX { 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) { #FTpNxzXv5mLV2TtXIyUckF01ZqLDOJiz { 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) { #EveXGc5X7GEEtMqhc7cX0m3v79UzTsN0 { 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; }#EveXGc5X7GEEtMqhc7cX0m3v79UzTsN0 li:before{  }
 }@media only screen and (max-width: 763px) { #expMz84LB7kl85WQhhNduZOSdnHT0Hz6 { 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) { #cRDhI7pSblsNM5Fqe9RTwii2ylNiGddJ { 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; }#cRDhI7pSblsNM5Fqe9RTwii2ylNiGddJ li:before{  }
 }@media only screen and (max-width: 763px) { #SeE8ekLx1kQcWap6K6IaFZOuEokny1Oe { 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) { #hHTUnW7SyAeWkbnKL1gdomuuO6QgevBh { 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; }#hHTUnW7SyAeWkbnKL1gdomuuO6QgevBh li:before{  }
 }@media only screen and (max-width: 763px) { #b0fyFewqIavQrWG8upACBoXICHJDumJ6 { 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) { #CcO6LqNq2fBFHxbEaR4GRsh4Uqk1TT7M { 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) { #FVT2EstV77RzKPmPMhPzRsOfoXsJ1wm7 { 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; }#FVT2EstV77RzKPmPMhPzRsOfoXsJ1wm7 li:before{  }
 }@media only screen and (max-width: 763px) { #XKEngpxu6ohQEoPDxoeeUxlD7E9caTxC { 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) { #heEE2529Bsd139ICVINGoLJghC5TLsJ7 { 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; }#heEE2529Bsd139ICVINGoLJghC5TLsJ7 li:before{  }
 }@media only screen and (max-width: 763px) { #bWuGKip1uHbQpulvx6z3gzgWX4u2aRNv { 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) { #zRyEwKnJNy9A8s7fWMc9wOKCFCLfaL5A { 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) { #OhZsAkTBAqhezpb5k6EUnyodya25i5i1 { 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; }#OhZsAkTBAqhezpb5k6EUnyodya25i5i1 li:before{  }
 }@media only screen and (max-width: 763px) { #VqmvxcTZ4zL17qWlhIpNLJJBHGEuCLVh { 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) { #ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx { background-color:#ffffff;background-image:none;display:block; }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row .container { background-color: transparent; background-image: none; }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row .container > .video-iframe-container { display: none; }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row > .video-iframe-container { display: none; }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .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); }#ZQClp4UaiD2iN8APbluRd8lrgZFyWJbx > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #makTTdlXU1okmqtR94hQpaOPaUtCJ0dI { 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) { #QWVJZLpP559zmuzoo2sOgyFZGD31ENtf { 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; }#QWVJZLpP559zmuzoo2sOgyFZGD31ENtf li:before{  }
 }@media only screen and (max-width: 763px) { #dxzglbIlKhlbKuTBZkCI8NvXrCNKmbyz { 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) { #RH7oXJ52gueQX23v8o10AR2lfgQ7pyRQ { 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; }#RH7oXJ52gueQX23v8o10AR2lfgQ7pyRQ li:before{  }
 }@media only screen and (max-width: 763px) { #T9IM83d7OWc4X6hHoLweO6fRG8CUIBW2 { 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) { #ZzvWsZVVqJfGTNCHSGXrv4AHbi17ueu5 { 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; }#ZzvWsZVVqJfGTNCHSGXrv4AHbi17ueu5 li:before{  }
 }@media only screen and (max-width: 763px) { #vdwT0UDfgXZ2ncA0cgLPx22akHm3UHhn { 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) { #tkroZzTZUyPIuGundixpL6Ur5BSF5Dqo { 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; }#tkroZzTZUyPIuGundixpL6Ur5BSF5Dqo li:before{  }
 }@media only screen and (max-width: 763px) { #w6To11ebm4qyDqeQrZkJqeyAJ0NfdT2c { 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) { #wU8Ri3U6LFnmUI7QCRibmkirPWcly4WA { 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) { #iFfdZc1izth2CfpVxw9fZya9ivUhbmW5 { 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; }#iFfdZc1izth2CfpVxw9fZya9ivUhbmW5 li:before{  }
 }@media only screen and (max-width: 763px) { #dea2R6gNqReMPV6yRxa9Kh50ygXhxuPx { 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) { #ediFBi80ba77Ni7SqIooXxluQTmt8ker { 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; }#ediFBi80ba77Ni7SqIooXxluQTmt8ker li:before{  }
 }@media only screen and (max-width: 763px) { #qSSuJcW0msO3OL0921CBT8zitG07WQ70 { 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) { #U6lpIeOFyqAh50fVf0STKe8WrT2ZtPr0 { 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) { #t8786UwH8QNAvWXRTnD3c1iNbAPolI8l { 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; }#t8786UwH8QNAvWXRTnD3c1iNbAPolI8l li:before{  }
 }@media only screen and (max-width: 763px) { #VMggtcAfVLXimyswFAUl8uQCCz5ncDAc { 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) { #eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ { background-color:#ffffff;background-image:none;display:block; }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row .container { background-color: transparent; background-image: none; }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row .container > .video-iframe-container { display: none; }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row > .video-iframe-container { display: none; }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .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); }#eTUQrICe3L8ktqyx95GdKK6sJTU2R2xJ > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znohTktFaPQNn8H7V5P5Rh2h3QmcN1BC { 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) { #qktEuRfm3wCvh8puKOMRQ1FzJWplMtpR { 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; }#qktEuRfm3wCvh8puKOMRQ1FzJWplMtpR li:before{  }
 }@media only screen and (max-width: 763px) { #nqOtB9naCPhSaQ3PhitiqSUNPrtv3GKs { 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) { #wetDroAxPtL9pvl4NBurFqJw6A69xQ3N { 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; }#wetDroAxPtL9pvl4NBurFqJw6A69xQ3N li:before{  }
 }@media only screen and (max-width: 763px) { #UD5igrpp1Rm44CqEfVz4os66ZSFZ4tbe { 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) { #bCSooaT4HL1TbESR5gHGn5zE14NOJTTH { 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; }#bCSooaT4HL1TbESR5gHGn5zE14NOJTTH li:before{  }
 }@media only screen and (max-width: 763px) { #WE0NNfd7vaLt220zwFT0fnFdPS3cFoe7 { 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) { #lqQWUxlbegsndKR1mXJyAqSQCsl3en00 { background-color:#ffffff;background-image:none;display:block; }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row .container { background-color: transparent; background-image: none; }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row .container > .video-iframe-container { display: none; }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row > .video-iframe-container { display: none; }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .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); }#lqQWUxlbegsndKR1mXJyAqSQCsl3en00 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GA23kikW4T9STVlzMlpLnma1BAOsppov { 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) { #MZSaPTGxrLzJww2lTdtg0gNTT9oG5uht { 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; }#MZSaPTGxrLzJww2lTdtg0gNTT9oG5uht li:before{  }
 }@media only screen and (max-width: 763px) { #ULF05izvaRTCGFHAaPK1HVZ3MP0stqxX { 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) { #MhHRXS6bgVpTrzJlo5tdxzvWssQ42JFi { 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; }#MhHRXS6bgVpTrzJlo5tdxzvWssQ42JFi li:before{  }
 }@media only screen and (max-width: 763px) { #QxWu4ktnbgAo1MCK04V8L5KOhPWyPwJk { 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) { #aLzTM8UE7TFEkVElOlqS1Td2TH85u9wM { 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; }#aLzTM8UE7TFEkVElOlqS1Td2TH85u9wM li:before{  }
 }@media only screen and (max-width: 763px) { #NMTMsyAPiBActyUL8PL9VsGZlstPhnf8 { 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) { #z466oThsELUQ4s1qVZoX1rUxc1gPCkIe { background-color:#ffffff;background-image:none;display:block; }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row .container { background-color: transparent; background-image: none; }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row .container > .video-iframe-container { display: none; }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row > .video-iframe-container { display: none; }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .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); }#z466oThsELUQ4s1qVZoX1rUxc1gPCkIe > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKXtKyAsCCHRAGrTPffDor9E9EPkPsX9 { 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) { #yp1ruvGXm9dlFOi0hoNMQA99M8C73e2g { 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) { #OZAUrzvNCDWEo96Nfe9ysJQFedLiF11F { 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) { #yI11tcH1SEfof7TGLFwoe32xtnrcy1oU { 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) { #MF6PqTViOHLktUh2dnrKfRTnLIycMrdz { 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) { #Tbh93CJabPvkSh2XnTg32R9x7EQ2DbDA { 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) { #wGazJhHbFT76GxfXwOHRM9K3cQAi0HHT { 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) { #kWTuhCmUvgFEBQTUPpeFeMEmVNu0KnaM { 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) { #eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq { background-color:#253045;background-image:none;display:block; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container { background-color: transparent; background-image: none; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container > .video-iframe-container { display: none; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row > .video-iframe-container { display: none; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .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); }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPmZSHpPkH2QqvxZT2CyZdq2VdctuasJ { width:20rem;height:3.93555625rem;top:1.138671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;color:#ffffff;display:block; }
 }