.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; }#wUXWb5JhHTH508qKeekAzRND21WWzwsN { z-index:15003;top:1.34375rem;left:58.6875rem;background-color:#9697e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#smcieW0sL7rPLwgv3b5nTdBOve5wItse { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgIZDAaeAX6dBAqfyQgi2uhZSgHm62To { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:29.5rem;top:1.96875rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(150,151,226,0.09);background-image:url("https://images.assets-landingi.com/uc/4ade6729-84a6-4861-82f6-ff365e019137/Gemini_Generated_Image_bg2xbbg2xbbg2xbb.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:48.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#T5kzhyEraWOCPDpK2rXFXwvuO8SDWCCd { color:#0f0f10;display:block;width:46.0625rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QEzgv3NragpIHQp0i5xNo7FpU5H5pbbq { color:#0f0f10;display:block;width:42.75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:2.375rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zW9JsSuHgHL5D78k1yTzRmIisXJd3dl7 { box-sizing:content-box;height:9.8125rem;width:47.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.69);background-image:none;top:0.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#x0ZeLGXoAv8Duoo6LZFPOZ1zKKFMi0DH { color:#ffffff;display:block;width:41rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:21.9375rem;left:1.75rem;height:18.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#x0ZeLGXoAv8Duoo6LZFPOZ1zKKFMi0DH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x0ZeLGXoAv8Duoo6LZFPOZ1zKKFMi0DH li:before{  }
#zPQukSayDlL4geEoiRE46hhHLfXXs3po { box-sizing:content-box;height:22.8125rem;width:44.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(102,76,205,0.54);background-image:none;top:19.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;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:rubik;font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:9.875rem;left:15.1875rem;height:4.0244125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx2SCryEB8c7RGmMEdwmiIeXiByLSv0Z { z-index:15004;top:16.125rem;left:26.75rem;background-color:#9697e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:21.5rem;height:5.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r5dQecSHELVfhB9hWtMyVkPDq9gHGQla { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGUSxnKoSSg0nAyT7Q09srUK5Hv4ZVXF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:17.75rem;left:28.375rem; }
#T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { color:#7d5694;display:block;width:41.8125rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.59375rem;height:6.17480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yfisrlxcq7XBVE0TgHgLUta4ISD5yZCi { z-index:;position:relative;display:block; }#yfisrlxcq7XBVE0TgHgLUta4ISD5yZCi { background-color: transparent; background-image: none; }#yfisrlxcq7XBVE0TgHgLUta4ISD5yZCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfisrlxcq7XBVE0TgHgLUta4ISD5yZCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfisrlxcq7XBVE0TgHgLUta4ISD5yZCi > .row .container > .video-iframe-container { display: none; }#yfisrlxcq7XBVE0TgHgLUta4ISD5yZCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfisrlxcq7XBVE0TgHgLUta4ISD5yZCi > .row > .video-iframe-container { display: none; }#yfisrlxcq7XBVE0TgHgLUta4ISD5yZCi > .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); }#yfisrlxcq7XBVE0TgHgLUta4ISD5yZCi { border-width: 0; border-radius: 0; }#yfisrlxcq7XBVE0TgHgLUta4ISD5yZCi > .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; }#DxTlrddRuJNPfMXBmT4OQugtexzeKDIK { color:#55be5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.125rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d9BNWV2ekbvtGBxlnn8eWGOoLyFeAoFa { 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; }
#rGb3ns9qNSQ4XTbzdRmV39FBbdU6TPQ2 { 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:7.5rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo { 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; }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row .container { background-color: transparent; background-image: none; }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row .container > .video-iframe-container { display: none; }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row > .video-iframe-container { display: none; }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .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); }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row .container { border-width: 0; border-radius: 0; }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row .container { width:75rem;height:199.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#VoCvMnsuvvPXhaQc6OIiBsErCC2cGH3h { 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; }
#w1hZHJfiZN4Wic19mKPXnlgrOqqCupVR { color:#0f0f10;display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.875rem;left:7.5rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TGdimIU7d9PtSzuEWSdhTkSkz0aIOyWp { 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; }
#cW8qkDrQLSukOvZtKyoIoo5GCWgNCIsU { 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; }#cW8qkDrQLSukOvZtKyoIoo5GCWgNCIsU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cW8qkDrQLSukOvZtKyoIoo5GCWgNCIsU li:before{  }
#BdO7trLZbnGHgoM3zEk6Hba1U1iveoQe { 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; }
#ilHC7C2RkK9vTpXTccfyJ9BD2gOdUrtT { 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; }
#DQNHw2S4VxvPGUtWHHmiJGUXmt9aXtoT { 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; }#DQNHw2S4VxvPGUtWHHmiJGUXmt9aXtoT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DQNHw2S4VxvPGUtWHHmiJGUXmt9aXtoT li:before{  }
#TO86TMNJl1q4DgCRMtDZDGuZlo7UTTLQ { 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; }
#M28EmpStLbHcJO4BdO7or2FbPsGrLhXG { 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; }
#pynwr9BTaHliC6vRpUzRUX6kgg4vEnbe { 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; }#pynwr9BTaHliC6vRpUzRUX6kgg4vEnbe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pynwr9BTaHliC6vRpUzRUX6kgg4vEnbe li:before{  }
#EAcwdFrFQEXRxwmDwOGWhVyOcDp7BxWn { 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; }
#VUULdUGf6QNiMQ4xsmM2Z1XtckRoRVs8 { 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; }
#Hzie2u9LQI3gzITG2GkoekPLIGq1FvIl { 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; }#Hzie2u9LQI3gzITG2GkoekPLIGq1FvIl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hzie2u9LQI3gzITG2GkoekPLIGq1FvIl li:before{  }
#Ld5sNEaHzXnsftxCJ2ZrxBAawvePgXFk { 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; }
#xSNO3DTA2rDMI9UdAbZh766CBT9yqPMg { 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; }
#TdOpK1UzLTXWMrkGdMFecchezgrw8CGK { 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; }
#u4cOtHyOhosJRVOaU8Ge9I8h9OJtBC63 { 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; }#u4cOtHyOhosJRVOaU8Ge9I8h9OJtBC63 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u4cOtHyOhosJRVOaU8Ge9I8h9OJtBC63 li:before{  }
#CfB4ZZTyOvvTXpF8bQZMp3GW7RIrhzBx { 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; }
#vltwbFcrMA2kT2cwxL1nKqK7cA5mUHLA { 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; }#vltwbFcrMA2kT2cwxL1nKqK7cA5mUHLA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vltwbFcrMA2kT2cwxL1nKqK7cA5mUHLA li:before{  }
#uzhdGpxwROefRCIMclknu4Gg1iAd17H3 { 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; }
#pJNFm8iIcgc2fcnpEhD598Z1y7KEW2SV { 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; }#pJNFm8iIcgc2fcnpEhD598Z1y7KEW2SV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pJNFm8iIcgc2fcnpEhD598Z1y7KEW2SV li:before{  }
#kxemK2RVcIuO9ahqpL0z7S4x0IBzQsbn { 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; }#kxemK2RVcIuO9ahqpL0z7S4x0IBzQsbn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kxemK2RVcIuO9ahqpL0z7S4x0IBzQsbn li:before{  }
#yoPMm0lizcpx6no18fQ0TOvtEpMxpBye { 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; }
#Bnx2PyFpoy0k0zz6vTwbhXN8Inwtz3Ni { 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; }
#RzkslirdD9dPforHOlBV4Vv4mXdZq2kX { 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; }
#nvdH85Ev4aTfukyegVaxIkqmxA57QOBV { 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; }#nvdH85Ev4aTfukyegVaxIkqmxA57QOBV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nvdH85Ev4aTfukyegVaxIkqmxA57QOBV li:before{  }
#NTCMK4fQBCCX4LPsxMR76G8vL84yDB8G { 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; }#NTCMK4fQBCCX4LPsxMR76G8vL84yDB8G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NTCMK4fQBCCX4LPsxMR76G8vL84yDB8G li:before{  }
#yKR81GUAJxV9ZVxP0RnOCmM62O4MFJrB { 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; }
#ftkTmU5AuD0iKlXMMBWxMWfInot4O0IH { 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; }#ftkTmU5AuD0iKlXMMBWxMWfInot4O0IH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ftkTmU5AuD0iKlXMMBWxMWfInot4O0IH li:before{  }
#AOD6S6wAvTh9GGTaJVQ2fMuWIduUJhhA { 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; }
#KDIRPy6oPmPtNzeeNFMtvUzsliumb9mn { 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; }
#yHFgEMrZ5u9g0S2exXLgn6Tq1JxoO48y { 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; }#yHFgEMrZ5u9g0S2exXLgn6Tq1JxoO48y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yHFgEMrZ5u9g0S2exXLgn6Tq1JxoO48y li:before{  }
#F9L1c92yk8o2qmgOrsaogagf4etq3irJ { 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; }
#WKxOq24oLQAsScIDi2vZmvBPaF0dPmR6 { 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; }#WKxOq24oLQAsScIDi2vZmvBPaF0dPmR6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WKxOq24oLQAsScIDi2vZmvBPaF0dPmR6 li:before{  }
#Q9ABXvXuieKvSSKsMlQQ987LoCckkb9o { 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; }
#nNnHSTX6P3VRE0HB742P5DKFqLD44B8S { 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; }
#WG1ATkPFBgdtLGnQWaKC0BM8H4B0UHmb { 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; }
#uM88kgey9tpC4nLAUlecurbhTT1t19zN { 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; }#uM88kgey9tpC4nLAUlecurbhTT1t19zN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uM88kgey9tpC4nLAUlecurbhTT1t19zN li:before{  }
#i5V3RHzZBHwFZPzJU18Pdgwpf3pLzHcs { 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; }#i5V3RHzZBHwFZPzJU18Pdgwpf3pLzHcs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i5V3RHzZBHwFZPzJU18Pdgwpf3pLzHcs li:before{  }
#KhdVvv5oS7hvslkg7fBmmJln8iULNe14 { 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; }
#iVRAuZpIixN1S0ZkJm2qfNl3TouA5dmx { 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; }
#Cmozt7UvTJIQv1IuK80oMsHssTGDXpTb { 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; }#Cmozt7UvTJIQv1IuK80oMsHssTGDXpTb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cmozt7UvTJIQv1IuK80oMsHssTGDXpTb li:before{  }
#I8LazmEaT7td0T7NAZg6RDTnoerBcb9K { 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; }
#eww02X60yMJlNzHAx8Rw5NufWa4T62Lb { 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; }
#ewkRFdfK5A5SbwkOuP6Q5B7K3Jz7l0yt { 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; }
#wHRl5zmXxa9BsaONZQtRvfkb1zTHW4vc { 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; }
#gfcedq5RzheDTWHlobR1kSOLqxISNPKn { 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; }#gfcedq5RzheDTWHlobR1kSOLqxISNPKn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gfcedq5RzheDTWHlobR1kSOLqxISNPKn li:before{  }
#xDbAavuadbmMuNel1Es6Ta44rVUrun5r { 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; }
#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 { 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; }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row .container { background-color: transparent; background-image: none; }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row .container > .video-iframe-container { display: none; }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row > .video-iframe-container { display: none; }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .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); }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row .container { border-width: 0; border-radius: 0; }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row .container { width:75rem;height:37.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#c0HPeJJQuGf45rzvEKp1lszO4hvd41uO { 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; }
#whvDpNiRNKquO6GIhLKEtH5ZoGFmv8VM { 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; }#whvDpNiRNKquO6GIhLKEtH5ZoGFmv8VM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#whvDpNiRNKquO6GIhLKEtH5ZoGFmv8VM li:before{  }
#c9OhlwfiJU96yg6JLaqEhXIRINQxlEVM { 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; }
#BVHI60QICJkVUhmMxekqckIeDG1bfAJP { 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; }#BVHI60QICJkVUhmMxekqckIeDG1bfAJP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BVHI60QICJkVUhmMxekqckIeDG1bfAJP li:before{  }
#oPBulOaPf80WFVuxqStBX8TMwO2KJygz { 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; }
#PsVrgMmavTJZKz766xq3ahEQr5dulfoc { 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; }
#fzgtBQ7cSC4P9msIQn7T7Nbm2rfVdJXO { 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; }
#fMHXlcHtbbrTAX7OdL5N94AJP52ARBtP { 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; }#fMHXlcHtbbrTAX7OdL5N94AJP52ARBtP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fMHXlcHtbbrTAX7OdL5N94AJP52ARBtP li:before{  }
#IvvklhPsdESVHTstBD10VAJttwHBteZO { 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; }
#sKpNufQnZJvuyg4GRZLsiPfT23sef2Rb { 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; }#sKpNufQnZJvuyg4GRZLsiPfT23sef2Rb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sKpNufQnZJvuyg4GRZLsiPfT23sef2Rb li:before{  }
#xsBvGCxCUxgcQyeO7W24guEx6nih4pve { 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; }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row .container { background-color: transparent; background-image: none; }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row .container > .video-iframe-container { display: none; }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row > .video-iframe-container { display: none; }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .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); }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row .container { border-width: 0; border-radius: 0; }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row .container { width:75rem;height:78.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#kKxSQRxIwab0ldSgBOTpvzSXJ2rB6tEc { 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; }
#qwxkuPQq1EkXDK8M96MRuvrunDFyZJsg { color:#0f0f10;display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.875rem;left:7.5rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zonG59WaJxMTknvLeHqq2P6TyHUwx3Eh { 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; }
#WddJ1mX1zgKloda0p8MaEzKVUgEp0puT { 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; }#WddJ1mX1zgKloda0p8MaEzKVUgEp0puT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WddJ1mX1zgKloda0p8MaEzKVUgEp0puT li:before{  }
#QR9eQab2h1ppvDRVoWI5nhGtZgQLSn5Z { 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; }
#qpme61nN6LXAbI3orrr5RH16OQ9Lbbii { 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; }
#bL6JCNgZ4GOcnrfrO0ADsWUytvSIGhIG { 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; }#bL6JCNgZ4GOcnrfrO0ADsWUytvSIGhIG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bL6JCNgZ4GOcnrfrO0ADsWUytvSIGhIG li:before{  }
#AesImcrHsLtf8FnVRVST4gi99T6RgZ7l { 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; }
#qTNvUIx6UQ2EU0en1edw7t7Jono1AaBf { 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; }#qTNvUIx6UQ2EU0en1edw7t7Jono1AaBf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qTNvUIx6UQ2EU0en1edw7t7Jono1AaBf li:before{  }
#vaDCnAfkeWfHN6aXssnM3iQ6QZ4ROpz3 { 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; }
#gL87CsHp1777yDhGA2V19na66gg9ZDN8 { 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; }
#r2NaaBnw3ttqeU9F2LDCk86KqJxV21d9 { 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; }#r2NaaBnw3ttqeU9F2LDCk86KqJxV21d9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r2NaaBnw3ttqeU9F2LDCk86KqJxV21d9 li:before{  }
#k8xTDd2ZeGPDCyDo5Emi81oFO6IIvSM4 { 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; }
#dIgwgUL3s6EkeDmTtaN7oLF6AAicZfKd { 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; }
#L476QNRntiKEzAzNlCFFGtcu73DLO3m1 { 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; }#L476QNRntiKEzAzNlCFFGtcu73DLO3m1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L476QNRntiKEzAzNlCFFGtcu73DLO3m1 li:before{  }
#rXRXP6ACg7hsRrbrnDr1bVfxUzX7aXA5 { 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; }
#h1SIW3ZPfvIHGraBiTZZOT5zg6ffu20e { 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; }#h1SIW3ZPfvIHGraBiTZZOT5zg6ffu20e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h1SIW3ZPfvIHGraBiTZZOT5zg6ffu20e li:before{  }
#b0Jeo8WCGhB0COhOEaN48CD5SQzdsKrX { 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; }
#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx { 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; }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row .container { background-color: transparent; background-image: none; }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row .container > .video-iframe-container { display: none; }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row > .video-iframe-container { display: none; }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .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); }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row .container { border-width: 0; border-radius: 0; }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row .container { width:75rem;height:57.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Zc8pBLovSqSapHB1qJTBPNoex536Tp4h { 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; }
#D51yHFpKyTEQgRLlzxPfniqU7B2NAJyG { 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; }#D51yHFpKyTEQgRLlzxPfniqU7B2NAJyG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D51yHFpKyTEQgRLlzxPfniqU7B2NAJyG li:before{  }
#HOT2CCrbZ5vN8kqnLprkahUmTST8txdA { 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; }
#WI8LTrFWNOEhl7WOxpvlzeoI9lHKgoWC { 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; }#WI8LTrFWNOEhl7WOxpvlzeoI9lHKgoWC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WI8LTrFWNOEhl7WOxpvlzeoI9lHKgoWC li:before{  }
#pzpiJhATmF8NgugVGTnOgu04tTAU0273 { 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; }
#Btw6oPgBLfJZULuTDBOfHiDN0eWaHTut { 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; }#Btw6oPgBLfJZULuTDBOfHiDN0eWaHTut li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Btw6oPgBLfJZULuTDBOfHiDN0eWaHTut li:before{  }
#IGZzhInoNqycexAdMNTkdstfDazAWdMC { 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; }
#deUPghM2HxRaNl7rxUsxPzce81lChp8a { 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; }
#vP8CeAH0Co1R4ini55OViDxqb67i8d7t { 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; }
#kwMCAvn6eMNtAMTaPVV8IFeHZguLXMPE { 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; }
#ZraviCmCG0b1Tt8rsA30H72fdanbUM5W { 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; }
#DXqwcZiWMTnoLfwT68MDCgav3LKcRtWk { 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; }
#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 { 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; }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row .container { background-color: transparent; background-image: none; }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row .container > .video-iframe-container { display: none; }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row > .video-iframe-container { display: none; }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .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); }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row .container { border-width: 0; border-radius: 0; }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row .container { width:75rem;height:42.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#QTcVhfy7MMm3qTMbzQ0smWcpvWospvF5 { 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; }
#oM8BpFT5SKfCEQl4Wo8Ew5291tqhZmng { 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; }#oM8BpFT5SKfCEQl4Wo8Ew5291tqhZmng li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oM8BpFT5SKfCEQl4Wo8Ew5291tqhZmng li:before{  }
#v2kgznc6EypTArstWr8VBVoXKbRsNlT4 { 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; }
#rzCHK89FQeBRsDJeJao0IPLbQXd2QIkd { 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; }#rzCHK89FQeBRsDJeJao0IPLbQXd2QIkd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rzCHK89FQeBRsDJeJao0IPLbQXd2QIkd li:before{  }
#K79MADRkC61IeV4lVEUwfReUiD1eq4an { 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; }
#a47PHcd4TzO41aF0fXzkSfI6lUJfIlKv { 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; }#a47PHcd4TzO41aF0fXzkSfI6lUJfIlKv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a47PHcd4TzO41aF0fXzkSfI6lUJfIlKv li:before{  }
#FTT8FrHfsh5Zn7lcSawohXXuVqHK0oao { 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; }
#lrFxKed1nPLIaOLRmxvGikGAx08sCnir { 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; }
#b4rD1KF0K5yceN0ipX0KE6TaGSXVD6lu { 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; }
#pAvZAeEB5ici8GfN1nedJlTWq6ycwitU { 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; }
#ActbpNURvULQVTuFLQGHTV6cltHPdLDk { 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; }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row .container { background-color: transparent; background-image: none; }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row .container > .video-iframe-container { display: none; }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row > .video-iframe-container { display: none; }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .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); }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row .container { border-width: 0; border-radius: 0; }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row .container { width:75rem;height:51.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#wZq15kuShFEcKDDWFimxgUMmluBFqwWo { 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; }
#LTqSAd63oK1CZJ0LxRucX084UpovLLfK { 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; }#LTqSAd63oK1CZJ0LxRucX084UpovLLfK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LTqSAd63oK1CZJ0LxRucX084UpovLLfK li:before{  }
#HXNkIQ7CR7goFRpgPR33RUDEHqTkQcaW { 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; }
#Fo6IIwAZXfBmaqzk0lAfqkOmQeEcOzz8 { 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; }#Fo6IIwAZXfBmaqzk0lAfqkOmQeEcOzz8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fo6IIwAZXfBmaqzk0lAfqkOmQeEcOzz8 li:before{  }
#iUlO48y98fNh6pStD3pOiooWs35pPZq3 { 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; }
#cL3HWc4FMTKzbSyOit3g0TUTQzsiJcZs { 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; }#cL3HWc4FMTKzbSyOit3g0TUTQzsiJcZs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cL3HWc4FMTKzbSyOit3g0TUTQzsiJcZs li:before{  }
#stFGD1KBPT8lo2lEmyFEMfuUfJez9UaB { 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; }
#m78TH9RtWM2iAE78nA7qq5GTSquDdHvI { 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; }#m78TH9RtWM2iAE78nA7qq5GTSquDdHvI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m78TH9RtWM2iAE78nA7qq5GTSquDdHvI li:before{  }
#GSgNfTR2td2Xs7PmI9EriuTssOcTg3R8 { 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; }
#eX1V9buS5vmGpzalhTTLlyDmt3fwuMKI { 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; }
#z62wocpdGoZCn86Q4ZeFUFKygWuCFi9w { 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; }#z62wocpdGoZCn86Q4ZeFUFKygWuCFi9w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z62wocpdGoZCn86Q4ZeFUFKygWuCFi9w li:before{  }
#cdyaESCatdSL6qST9fPe6btWAihTRiPn { 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; }
#a7hyye9PA97gFwoVFzrJQZTubVdOTVio { 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; }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row .container { background-color: transparent; background-image: none; }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row .container > .video-iframe-container { display: none; }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row > .video-iframe-container { display: none; }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .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); }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row .container { border-width: 0; border-radius: 0; }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row .container { width:75rem;height:40.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#J0axsukqFvn60xHQ6E6fpeZQHfTeXawU { 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; }
#CfXIbGhsUJRb11TL9ohbGp7SJr7cJCnm { 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; }#CfXIbGhsUJRb11TL9ohbGp7SJr7cJCnm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CfXIbGhsUJRb11TL9ohbGp7SJr7cJCnm li:before{  }
#ek0oF0NJE4cBroAAXuuTdJTcIrlTbVHu { 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; }
#JBWQ9xzAMWCeOTwF4sOEVsHFEVZeoHT6 { 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; }#JBWQ9xzAMWCeOTwF4sOEVsHFEVZeoHT6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JBWQ9xzAMWCeOTwF4sOEVsHFEVZeoHT6 li:before{  }
#HWqROztt5D3wgJdnNCTTHShccBzmg8Iu { 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; }
#qHOJiK9UEPWM3itTdH8sQFSmelk7t6Md { 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; }#qHOJiK9UEPWM3itTdH8sQFSmelk7t6Md li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qHOJiK9UEPWM3itTdH8sQFSmelk7t6Md li:before{  }
#BJJ9WVKRM1IC7UMmArlllaPeh3QQbZlb { 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; }
#DZ7XHr5P6QcvIWVTTom5OID3AwFyH0om { 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; }#DZ7XHr5P6QcvIWVTTom5OID3AwFyH0om li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DZ7XHr5P6QcvIWVTTom5OID3AwFyH0om li:before{  }
#m0mzH9Pr05CFnW8yJAoBONvozomKXLPt { 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; }
#hGsWhmURxwmTGRVGeJOpqHV4FZfc6BGk { 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; }
#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO { 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; }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row .container { background-color: transparent; background-image: none; }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row .container > .video-iframe-container { display: none; }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row > .video-iframe-container { display: none; }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .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); }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row .container { border-width: 0; border-radius: 0; }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row .container { width:75rem;height:100.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#CRCUxZLU89tKTPk94A7mK8DUdgPtCFcM { 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; }
#NSIiiIkZQvBDyRFNdC60Th4xNJ5kGtJX { 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; }#NSIiiIkZQvBDyRFNdC60Th4xNJ5kGtJX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NSIiiIkZQvBDyRFNdC60Th4xNJ5kGtJX li:before{  }
#VGrCqlGK0bEiEChvqfRqnct9QauHEqn5 { 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; }
#PGIe0yaJa3pspKv8MzW1QwOc6FtKUb0B { 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; }#PGIe0yaJa3pspKv8MzW1QwOc6FtKUb0B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PGIe0yaJa3pspKv8MzW1QwOc6FtKUb0B li:before{  }
#V8Ly1wWbnUwJwQPIUBdiOpdMPOHuKkNk { 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; }
#VbxCSot4TGM12TqPNg0ZxTgx3iKT8nmr { 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; }#VbxCSot4TGM12TqPNg0ZxTgx3iKT8nmr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VbxCSot4TGM12TqPNg0ZxTgx3iKT8nmr li:before{  }
#GZ1HmPOFZlpIeiwVbdIGshR8f72sF0S8 { 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; }
#BgFNgJoWiTpfLeRtUubC7veFZeoNE9rJ { 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; }
#sPVO6gzvilHobhPVCsI1kQ8niGMLxZow { 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; }#sPVO6gzvilHobhPVCsI1kQ8niGMLxZow li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sPVO6gzvilHobhPVCsI1kQ8niGMLxZow li:before{  }
#p0KXvhPQN4mGSwlPvEweU58pu0APn0rW { 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; }
#e1Kser3LDGKJTSC0llRQHTNzz6xsAAy4 { 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; }
#hoA4iMxxaM0WK34dnJ6uU3yw50OyWmDL { 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; }#hoA4iMxxaM0WK34dnJ6uU3yw50OyWmDL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hoA4iMxxaM0WK34dnJ6uU3yw50OyWmDL li:before{  }
#xJXp6DXdi1zWhzoU4mkmv0Wo7T6CQueV { 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; }
#xDQyA0q6e29f2zZeUqc4ozqaNcl1Ghn3 { 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; }#xDQyA0q6e29f2zZeUqc4ozqaNcl1Ghn3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xDQyA0q6e29f2zZeUqc4ozqaNcl1Ghn3 li:before{  }
#wANUv1dTAz7T2e8RLpR3Wymw1rOzDgfu { 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; }
#PPc5C6fF4UOIXo6OSifL0F4oNgpmuVLV { 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; }#PPc5C6fF4UOIXo6OSifL0F4oNgpmuVLV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PPc5C6fF4UOIXo6OSifL0F4oNgpmuVLV li:before{  }
#eX6mfbZbAggo633RzfptdhaGUrAurbvz { 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; }
#o8CpVGdxMicy4ZSSsKRXSrJzd36lueew { 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; }
#eX8MTDvut3IMm93yaNJTHpHM5VsNtMd3 { 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; }#eX8MTDvut3IMm93yaNJTHpHM5VsNtMd3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eX8MTDvut3IMm93yaNJTHpHM5VsNtMd3 li:before{  }
#f6vmgKzRKWC25Ip3f3Cys9MtHepuOZBA { 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; }
#bmwl5KZGBzsBast6zMoUIXRTFt3KSDex { 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; }#bmwl5KZGBzsBast6zMoUIXRTFt3KSDex li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bmwl5KZGBzsBast6zMoUIXRTFt3KSDex li:before{  }
#m3untzUgFO8TG7tDppabWIitH0NomfKa { 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; }
#lyalxDVoLOR0gTBD90AcywhrdGw7cTpA { 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; }
#mlJaKSC8vAGZTA6azLvTqbrhMQyBLSG0 { 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; }#mlJaKSC8vAGZTA6azLvTqbrhMQyBLSG0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mlJaKSC8vAGZTA6azLvTqbrhMQyBLSG0 li:before{  }
#QqvCx7DEseNVmvrBJwQJ9JfEieEKMLqd { 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; }
#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF { 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; }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row .container { background-color: transparent; background-image: none; }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row .container > .video-iframe-container { display: none; }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row > .video-iframe-container { display: none; }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .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); }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row .container { border-width: 0; border-radius: 0; }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row .container { width:75rem;height:69.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yxBU68D3aZq06M3QGr5xMbODLztqdaCf { 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; }
#y7tXErzil6agzH6UOOZQ3kklCwpnrAoe { 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; }#y7tXErzil6agzH6UOOZQ3kklCwpnrAoe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y7tXErzil6agzH6UOOZQ3kklCwpnrAoe li:before{  }
#FD3KcnRbOnyU7R3a786xwbFE4BH7Paii { 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; }
#Pl3943Pgkt3UtF8wC96eE9fXok6acUJW { 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; }#Pl3943Pgkt3UtF8wC96eE9fXok6acUJW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pl3943Pgkt3UtF8wC96eE9fXok6acUJW li:before{  }
#wKP3NPr1KNHwapOIVrxaDHb3TNxMERVc { 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; }
#Ck4LqSL9I2fRFu6Td8BWAc1oLzLeOute { 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; }#Ck4LqSL9I2fRFu6Td8BWAc1oLzLeOute li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ck4LqSL9I2fRFu6Td8BWAc1oLzLeOute li:before{  }
#m8v2VX844WrTdbEQBwzXm3gqkTV45Z9o { 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; }
#dveixJJdykcpQoQCoQTg94FVpsSLUaJ6 { 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; }#dveixJJdykcpQoQCoQTg94FVpsSLUaJ6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dveixJJdykcpQoQCoQTg94FVpsSLUaJ6 li:before{  }
#IVGVt0dfqKSP09994iCUJz5FxWlAd07G { 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; }
#qxsMpDuLSu8hDPoZn4xH7Rv1rx84FQlO { 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; }
#lfchdT7Ui9DETzXFfsHN3O0duRBnGoKE { 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; }#lfchdT7Ui9DETzXFfsHN3O0duRBnGoKE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lfchdT7Ui9DETzXFfsHN3O0duRBnGoKE li:before{  }
#frhfKTIFEsuwS3vpfJ6DAhEkvTRbuh3T { 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; }
#hzW2ecRumivJRHD8LDk0mU3LRaT0DJ7u { 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; }#hzW2ecRumivJRHD8LDk0mU3LRaT0DJ7u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hzW2ecRumivJRHD8LDk0mU3LRaT0DJ7u li:before{  }
#xBAHhf0aBQQ9LT2UcJlPc3Rpkg82xMZ6 { 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; }
#UC9stv5yP3WJ3XhZNKoIdqT9nrkJMiUn { 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; }
#fydMyoNWHso0El5Q1Fx0xX5GuaLvXRSU { 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; }#fydMyoNWHso0El5Q1Fx0xX5GuaLvXRSU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fydMyoNWHso0El5Q1Fx0xX5GuaLvXRSU li:before{  }
#U6BEvTL72OEMPuz67fzNGVfIfJ4vbDR2 { 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; }
#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d { 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; }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row .container { background-color: transparent; background-image: none; }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row .container > .video-iframe-container { display: none; }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row > .video-iframe-container { display: none; }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .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); }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row .container { border-width: 0; border-radius: 0; }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row .container { width:75rem;height:28.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#RDTqitbefVsV2wsqzXtGPa9QhreccLdr { 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; }
#QG6P9nKgrq7QeTaZJ3MfwU0EgPgFuM17 { 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; }#QG6P9nKgrq7QeTaZJ3MfwU0EgPgFuM17 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QG6P9nKgrq7QeTaZJ3MfwU0EgPgFuM17 li:before{  }
#h4sbmJvTXxRfzMTfTXCDuuUUF10xXeBn { 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; }
#MVkddxk7b1Smaa2UndHl61CT1OQovitL { 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; }#MVkddxk7b1Smaa2UndHl61CT1OQovitL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MVkddxk7b1Smaa2UndHl61CT1OQovitL li:before{  }
#ODWuAfp9Rti7G82C6oq040eFLKtuinOI { 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; }
#NC8V3oGynDOm75IaoPbiEzv1aZtOBACg { 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; }#NC8V3oGynDOm75IaoPbiEzv1aZtOBACg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NC8V3oGynDOm75IaoPbiEzv1aZtOBACg li:before{  }
#sOdpfV4A74aT62E1kNbX7FqQL8mz5BvV { 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; }
#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW { 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; }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row .container { background-color: transparent; background-image: none; }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row .container > .video-iframe-container { display: none; }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row > .video-iframe-container { display: none; }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .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); }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row .container { border-width: 0; border-radius: 0; }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row .container { width:75rem;height:29.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#NzJMuAgWdRxUJARJKOWP3SE0i6CZmTTk { 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; }
#LtU1XIbN7DQoECeJcob4XlWapFoiZIRK { 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; }#LtU1XIbN7DQoECeJcob4XlWapFoiZIRK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LtU1XIbN7DQoECeJcob4XlWapFoiZIRK li:before{  }
#ldW7M7Ryf77WBMr7T9AZ2DDftR8ynBQ4 { 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; }
#qzW8VXHOCFhR7pitmLdPpD13QuSNDdD1 { 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; }#qzW8VXHOCFhR7pitmLdPpD13QuSNDdD1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qzW8VXHOCFhR7pitmLdPpD13QuSNDdD1 li:before{  }
#TatJrwz4v6WuRuflTZhip0TwyT2mTtmO { 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; }
#CuEgeitrHSscEDpfK65Opdhcy9A9tF2W { 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; }#CuEgeitrHSscEDpfK65Opdhcy9A9tF2W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CuEgeitrHSscEDpfK65Opdhcy9A9tF2W li:before{  }
#dLHlF4vvV72Z8u02QuuD2m7MaMqZW6lq { 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; }
#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ { 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; }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row .container { background-color: transparent; background-image: none; }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row .container > .video-iframe-container { display: none; }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row > .video-iframe-container { display: none; }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .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); }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row .container { border-width: 0; border-radius: 0; }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row .container { width:75rem;height:42.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#w051LQMPqDpFTDyoFOtPmMKixsbvmQin { 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; }
#bGfTKDR0bfJhT20L5g6PgR7JK84gXQT3 { 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; }
#VSUOcBAUtlgA9VdeEwHE8rMzql6n8oiS { 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; }
#EFhaFNaDRd4oztAeKUKPfiJRyZtZBExD { 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; }
#tNHswFaJNd8EyO5Gbp2zEP51xeTEtK6u { 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; }
#f6rsISNIa1rwq88BChypdgtbidvLVF1S { 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; }
#Bkz4V37NcKq03RwaJTttt2bUSC2CSaht { 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; }
#RtVAFuOVS4Lm47GLqaWe6l3pVaGbtzJN { 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; }
#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1ffbV6f4/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2.adaptive-delivery-prevent-bg, #Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2.lazyload, #Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2.lazyloading { background-image: none; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container { background-color: transparent; background-image: none; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #463574; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container > .video-iframe-container { display: none; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #463574; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row > .video-iframe-container { display: none; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container { border-width: 0; border-radius: 0; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#t1vOG7ADnNdQfmIgKhRTSOQhUH7RTsWf { color:#ffffff;display:block;width:60rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:3.037109375rem;left:7.5625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w { display:block; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUXWb5JhHTH508qKeekAzRND21WWzwsN { top:1.3125rem;left:31.4375rem;width:16.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smcieW0sL7rPLwgv3b5nTdBOve5wItse { display:block; }
 }@media only screen and (max-width: 763px) { #VgIZDAaeAX6dBAqfyQgi2uhZSgHm62To { width:29.5rem;height:3.5625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5kzhyEraWOCPDpK2rXFXwvuO8SDWCCd { top:12.0625rem;left:0rem;width:46.0625rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEzgv3NragpIHQp0i5xNo7FpU5H5pbbq { top:1.9375rem;left:0rem;width:42.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW9JsSuHgHL5D78k1yTzRmIisXJd3dl7 { top:0.8125rem;left:0rem;width:47.75rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ZeLGXoAv8Duoo6LZFPOZ1zKKFMi0DH { top:21.9375rem;left:0rem;width:41rem;height:18.125rem;font-size:1rem;display:block; }#x0ZeLGXoAv8Duoo6LZFPOZ1zKKFMi0DH li:before{  }
 }@media only screen and (max-width: 763px) { #zPQukSayDlL4geEoiRE46hhHLfXXs3po { top:19.5625rem;left:0rem;width:44.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { top:9.875rem;left:1.5625rem;width:44.6875rem;height:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx2SCryEB8c7RGmMEdwmiIeXiByLSv0Z { top:16.125rem;left:13.125rem;width:21.5rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5dQecSHELVfhB9hWtMyVkPDq9gHGQla { display:block; }
 }@media only screen and (max-width: 763px) { #DGUSxnKoSSg0nAyT7Q09srUK5Hv4ZVXF { top:17.75rem;left:14.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { top:2.0625rem;left:2.96875rem;width:41.8125rem;height:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfisrlxcq7XBVE0TgHgLUta4ISD5yZCi { display:block; }#yfisrlxcq7XBVE0TgHgLUta4ISD5yZCi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxTlrddRuJNPfMXBmT4OQugtexzeKDIK { width:47.75rem;height:2.8125rem;top:2.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9BNWV2ekbvtGBxlnn8eWGOoLyFeAoFa { width:47.75rem;height:7.5rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGb3ns9qNSQ4XTbzdRmV39FBbdU6TPQ2 { width:38.4375rem;height:1.5625rem;top:6.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo { display:block; }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoCvMnsuvvPXhaQc6OIiBsErCC2cGH3h { width:47.75rem;height:2.1875rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1hZHJfiZN4Wic19mKPXnlgrOqqCupVR { width:38.4375rem;height:1.5625rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdimIU7d9PtSzuEWSdhTkSkz0aIOyWp { width:47.75rem;height:4.5rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW8qkDrQLSukOvZtKyoIoo5GCWgNCIsU { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#cW8qkDrQLSukOvZtKyoIoo5GCWgNCIsU li:before{  }
 }@media only screen and (max-width: 763px) { #BdO7trLZbnGHgoM3zEk6Hba1U1iveoQe { width:47.75rem;height:1.1875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilHC7C2RkK9vTpXTccfyJ9BD2gOdUrtT { width:47.75rem;height:1.1875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQNHw2S4VxvPGUtWHHmiJGUXmt9aXtoT { width:47.75rem;height:;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }#DQNHw2S4VxvPGUtWHHmiJGUXmt9aXtoT li:before{  }
 }@media only screen and (max-width: 763px) { #TO86TMNJl1q4DgCRMtDZDGuZlo7UTTLQ { width:47.75rem;height:1.1875rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M28EmpStLbHcJO4BdO7or2FbPsGrLhXG { width:47.75rem;height:1.1875rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pynwr9BTaHliC6vRpUzRUX6kgg4vEnbe { width:47.75rem;height:;top:32.8125rem;left:0rem;font-size:0.875rem;display:block; }#pynwr9BTaHliC6vRpUzRUX6kgg4vEnbe li:before{  }
 }@media only screen and (max-width: 763px) { #EAcwdFrFQEXRxwmDwOGWhVyOcDp7BxWn { width:47.75rem;height:1.1875rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUULdUGf6QNiMQ4xsmM2Z1XtckRoRVs8 { width:47.75rem;height:7.5rem;top:42.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzie2u9LQI3gzITG2GkoekPLIGq1FvIl { width:47.75rem;height:5.3125rem;top:53rem;left:0rem;font-size:0.875rem;display:block; }#Hzie2u9LQI3gzITG2GkoekPLIGq1FvIl li:before{  }
 }@media only screen and (max-width: 763px) { #Ld5sNEaHzXnsftxCJ2ZrxBAawvePgXFk { width:47.75rem;height:1.1875rem;top:51.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSNO3DTA2rDMI9UdAbZh766CBT9yqPMg { width:47.75rem;height:3rem;top:61.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdOpK1UzLTXWMrkGdMFecchezgrw8CGK { width:47.75rem;height:1.1875rem;top:63.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4cOtHyOhosJRVOaU8Ge9I8h9OJtBC63 { width:47.75rem;height:3.875rem;top:65.875rem;left:0rem;font-size:0.875rem;display:block; }#u4cOtHyOhosJRVOaU8Ge9I8h9OJtBC63 li:before{  }
 }@media only screen and (max-width: 763px) { #CfB4ZZTyOvvTXpF8bQZMp3GW7RIrhzBx { width:47.75rem;height:1.1875rem;top:71.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vltwbFcrMA2kT2cwxL1nKqK7cA5mUHLA { width:47.75rem;height:6.6875rem;top:73.5rem;left:0rem;font-size:0.875rem;display:block; }#vltwbFcrMA2kT2cwxL1nKqK7cA5mUHLA li:before{  }
 }@media only screen and (max-width: 763px) { #uzhdGpxwROefRCIMclknu4Gg1iAd17H3 { width:47.75rem;height:1.1875rem;top:81.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJNFm8iIcgc2fcnpEhD598Z1y7KEW2SV { width:47.75rem;height:5.3125rem;top:83.8125rem;left:0rem;font-size:0.875rem;display:block; }#pJNFm8iIcgc2fcnpEhD598Z1y7KEW2SV li:before{  }
 }@media only screen and (max-width: 763px) { #kxemK2RVcIuO9ahqpL0z7S4x0IBzQsbn { width:47.75rem;height:3.875rem;top:96rem;left:0rem;font-size:0.875rem;display:block; }#kxemK2RVcIuO9ahqpL0z7S4x0IBzQsbn li:before{  }
 }@media only screen and (max-width: 763px) { #yoPMm0lizcpx6no18fQ0TOvtEpMxpBye { width:47.75rem;height:1.1875rem;top:94rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnx2PyFpoy0k0zz6vTwbhXN8Inwtz3Ni { width:47.75rem;height:1.5rem;top:91.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzkslirdD9dPforHOlBV4Vv4mXdZq2kX { width:47.75rem;height:1.1875rem;top:101.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvdH85Ev4aTfukyegVaxIkqmxA57QOBV { width:47.75rem;height:5.3125rem;top:103.8125rem;left:0rem;font-size:0.875rem;display:block; }#nvdH85Ev4aTfukyegVaxIkqmxA57QOBV li:before{  }
 }@media only screen and (max-width: 763px) { #NTCMK4fQBCCX4LPsxMR76G8vL84yDB8G { width:47.75rem;height:3.875rem;top:113.25rem;left:0rem;font-size:0.875rem;display:block; }#NTCMK4fQBCCX4LPsxMR76G8vL84yDB8G li:before{  }
 }@media only screen and (max-width: 763px) { #yKR81GUAJxV9ZVxP0RnOCmM62O4MFJrB { width:47.75rem;height:1.1875rem;top:111.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftkTmU5AuD0iKlXMMBWxMWfInot4O0IH { width:47.75rem;height:3.875rem;top:124.0625rem;left:0rem;font-size:0.875rem;display:block; }#ftkTmU5AuD0iKlXMMBWxMWfInot4O0IH li:before{  }
 }@media only screen and (max-width: 763px) { #AOD6S6wAvTh9GGTaJVQ2fMuWIduUJhhA { width:47.75rem;height:1.1875rem;top:122.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDIRPy6oPmPtNzeeNFMtvUzsliumb9mn { width:47.75rem;height:1.5rem;top:119.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHFgEMrZ5u9g0S2exXLgn6Tq1JxoO48y { width:47.75rem;height:3.875rem;top:131.5rem;left:0rem;font-size:0.875rem;display:block; }#yHFgEMrZ5u9g0S2exXLgn6Tq1JxoO48y li:before{  }
 }@media only screen and (max-width: 763px) { #F9L1c92yk8o2qmgOrsaogagf4etq3irJ { width:47.75rem;height:1.1875rem;top:129.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKxOq24oLQAsScIDi2vZmvBPaF0dPmR6 { width:47.75rem;height:3.875rem;top:141.75rem;left:0rem;font-size:0.875rem;display:block; }#WKxOq24oLQAsScIDi2vZmvBPaF0dPmR6 li:before{  }
 }@media only screen and (max-width: 763px) { #Q9ABXvXuieKvSSKsMlQQ987LoCckkb9o { width:47.75rem;height:1.1875rem;top:139.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNnHSTX6P3VRE0HB742P5DKFqLD44B8S { width:47.75rem;height:1.5rem;top:137.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG1ATkPFBgdtLGnQWaKC0BM8H4B0UHmb { width:47.75rem;height:1.1875rem;top:148.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM88kgey9tpC4nLAUlecurbhTT1t19zN { width:47.75rem;height:3.875rem;top:150rem;left:0rem;font-size:0.875rem;display:block; }#uM88kgey9tpC4nLAUlecurbhTT1t19zN li:before{  }
 }@media only screen and (max-width: 763px) { #i5V3RHzZBHwFZPzJU18Pdgwpf3pLzHcs { width:47.75rem;height:3.875rem;top:161.625rem;left:0rem;font-size:0.875rem;display:block; }#i5V3RHzZBHwFZPzJU18Pdgwpf3pLzHcs li:before{  }
 }@media only screen and (max-width: 763px) { #KhdVvv5oS7hvslkg7fBmmJln8iULNe14 { width:47.75rem;height:1.1875rem;top:159.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVRAuZpIixN1S0ZkJm2qfNl3TouA5dmx { width:47.75rem;height:1.5rem;top:157.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmozt7UvTJIQv1IuK80oMsHssTGDXpTb { width:47.75rem;height:6.6875rem;top:169.25rem;left:0rem;font-size:0.875rem;display:block; }#Cmozt7UvTJIQv1IuK80oMsHssTGDXpTb li:before{  }
 }@media only screen and (max-width: 763px) { #I8LazmEaT7td0T7NAZg6RDTnoerBcb9K { width:47.75rem;height:1.1875rem;top:167.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eww02X60yMJlNzHAx8Rw5NufWa4T62Lb { width:47.75rem;height:7.5rem;top:180.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewkRFdfK5A5SbwkOuP6Q5B7K3Jz7l0yt { width:47.75rem;height:1.1875rem;top:179rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHRl5zmXxa9BsaONZQtRvfkb1zTHW4vc { width:47.75rem;height:1.1875rem;top:177.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfcedq5RzheDTWHlobR1kSOLqxISNPKn { width:47.75rem;height:5.3125rem;top:191.6875rem;left:0rem;font-size:0.875rem;display:block; }#gfcedq5RzheDTWHlobR1kSOLqxISNPKn li:before{  }
 }@media only screen and (max-width: 763px) { #xDbAavuadbmMuNel1Es6Ta44rVUrun5r { width:47.75rem;height:1.1875rem;top:189.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 { display:block; }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0HPeJJQuGf45rzvEKp1lszO4hvd41uO { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whvDpNiRNKquO6GIhLKEtH5ZoGFmv8VM { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#whvDpNiRNKquO6GIhLKEtH5ZoGFmv8VM li:before{  }
 }@media only screen and (max-width: 763px) { #c9OhlwfiJU96yg6JLaqEhXIRINQxlEVM { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVHI60QICJkVUhmMxekqckIeDG1bfAJP { width:47.75rem;height:3.875rem;top:12rem;left:0rem;font-size:0.875rem;display:block; }#BVHI60QICJkVUhmMxekqckIeDG1bfAJP li:before{  }
 }@media only screen and (max-width: 763px) { #oPBulOaPf80WFVuxqStBX8TMwO2KJygz { width:47.75rem;height:1.1875rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsVrgMmavTJZKz766xq3ahEQr5dulfoc { width:47.75rem;height:1.5rem;top:20.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzgtBQ7cSC4P9msIQn7T7Nbm2rfVdJXO { width:47.75rem;height:1.1875rem;top:22.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMHXlcHtbbrTAX7OdL5N94AJP52ARBtP { width:47.75rem;height:3.875rem;top:23.8125rem;left:0rem;font-size:0.875rem;display:block; }#fMHXlcHtbbrTAX7OdL5N94AJP52ARBtP li:before{  }
 }@media only screen and (max-width: 763px) { #IvvklhPsdESVHTstBD10VAJttwHBteZO { width:47.75rem;height:1.1875rem;top:28.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKpNufQnZJvuyg4GRZLsiPfT23sef2Rb { width:47.75rem;height:3.875rem;top:30.6875rem;left:0rem;font-size:0.875rem;display:block; }#sKpNufQnZJvuyg4GRZLsiPfT23sef2Rb li:before{  }
 }@media only screen and (max-width: 763px) { #xsBvGCxCUxgcQyeO7W24guEx6nih4pve { display:block; }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKxSQRxIwab0ldSgBOTpvzSXJ2rB6tEc { width:47.75rem;height:1.0625rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwxkuPQq1EkXDK8M96MRuvrunDFyZJsg { width:38.4375rem;height:1.5625rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zonG59WaJxMTknvLeHqq2P6TyHUwx3Eh { width:47.75rem;height:3rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WddJ1mX1zgKloda0p8MaEzKVUgEp0puT { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#WddJ1mX1zgKloda0p8MaEzKVUgEp0puT li:before{  }
 }@media only screen and (max-width: 763px) { #QR9eQab2h1ppvDRVoWI5nhGtZgQLSn5Z { width:47.75rem;height:1.1875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpme61nN6LXAbI3orrr5RH16OQ9Lbbii { width:47.75rem;height:1.1875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL6JCNgZ4GOcnrfrO0ADsWUytvSIGhIG { width:47.75rem;height:;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }#bL6JCNgZ4GOcnrfrO0ADsWUytvSIGhIG li:before{  }
 }@media only screen and (max-width: 763px) { #AesImcrHsLtf8FnVRVST4gi99T6RgZ7l { width:47.75rem;height:1.1875rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTNvUIx6UQ2EU0en1edw7t7Jono1AaBf { width:47.75rem;height:6.6875rem;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }#qTNvUIx6UQ2EU0en1edw7t7Jono1AaBf li:before{  }
 }@media only screen and (max-width: 763px) { #vaDCnAfkeWfHN6aXssnM3iQ6QZ4ROpz3 { width:47.75rem;height:1.1875rem;top:42.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL87CsHp1777yDhGA2V19na66gg9ZDN8 { width:47.75rem;height:1.1875rem;top:43.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2NaaBnw3ttqeU9F2LDCk86KqJxV21d9 { width:47.75rem;height:5.3125rem;top:45.375rem;left:0rem;font-size:0.875rem;display:block; }#r2NaaBnw3ttqeU9F2LDCk86KqJxV21d9 li:before{  }
 }@media only screen and (max-width: 763px) { #k8xTDd2ZeGPDCyDo5Emi81oFO6IIvSM4 { width:47.75rem;height:6rem;top:54.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIgwgUL3s6EkeDmTtaN7oLF6AAicZfKd { width:47.75rem;height:1.1875rem;top:52.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L476QNRntiKEzAzNlCFFGtcu73DLO3m1 { width:47.75rem;height:3.875rem;top:64.0625rem;left:0rem;font-size:0.875rem;display:block; }#L476QNRntiKEzAzNlCFFGtcu73DLO3m1 li:before{  }
 }@media only screen and (max-width: 763px) { #rXRXP6ACg7hsRrbrnDr1bVfxUzX7aXA5 { width:47.75rem;height:1.1875rem;top:62.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1SIW3ZPfvIHGraBiTZZOT5zg6ffu20e { width:47.75rem;height:3.875rem;top:71.5rem;left:0rem;font-size:0.875rem;display:block; }#h1SIW3ZPfvIHGraBiTZZOT5zg6ffu20e li:before{  }
 }@media only screen and (max-width: 763px) { #b0Jeo8WCGhB0COhOEaN48CD5SQzdsKrX { width:47.75rem;height:1.1875rem;top:69.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx { display:block; }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zc8pBLovSqSapHB1qJTBPNoex536Tp4h { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D51yHFpKyTEQgRLlzxPfniqU7B2NAJyG { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#D51yHFpKyTEQgRLlzxPfniqU7B2NAJyG li:before{  }
 }@media only screen and (max-width: 763px) { #HOT2CCrbZ5vN8kqnLprkahUmTST8txdA { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI8LTrFWNOEhl7WOxpvlzeoI9lHKgoWC { width:47.75rem;height:9.5625rem;top:12.375rem;left:0rem;font-size:0.875rem;display:block; }#WI8LTrFWNOEhl7WOxpvlzeoI9lHKgoWC li:before{  }
 }@media only screen and (max-width: 763px) { #pzpiJhATmF8NgugVGTnOgu04tTAU0273 { width:47.75rem;height:1.1875rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btw6oPgBLfJZULuTDBOfHiDN0eWaHTut { width:47.75rem;height:5.3125rem;top:25.9375rem;left:0rem;font-size:0.875rem;display:block; }#Btw6oPgBLfJZULuTDBOfHiDN0eWaHTut li:before{  }
 }@media only screen and (max-width: 763px) { #IGZzhInoNqycexAdMNTkdstfDazAWdMC { width:47.75rem;height:1.1875rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deUPghM2HxRaNl7rxUsxPzce81lChp8a { width:47.75rem;height:6rem;top:36.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP8CeAH0Co1R4ini55OViDxqb67i8d7t { width:47.75rem;height:1.1875rem;top:34.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwMCAvn6eMNtAMTaPVV8IFeHZguLXMPE { width:47.75rem;height:1.1875rem;top:33.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZraviCmCG0b1Tt8rsA30H72fdanbUM5W { width:47.75rem;height:6rem;top:46.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXqwcZiWMTnoLfwT68MDCgav3LKcRtWk { width:47.75rem;height:1.1875rem;top:44.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 { display:block; }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTcVhfy7MMm3qTMbzQ0smWcpvWospvF5 { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM8BpFT5SKfCEQl4Wo8Ew5291tqhZmng { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#oM8BpFT5SKfCEQl4Wo8Ew5291tqhZmng li:before{  }
 }@media only screen and (max-width: 763px) { #v2kgznc6EypTArstWr8VBVoXKbRsNlT4 { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzCHK89FQeBRsDJeJao0IPLbQXd2QIkd { width:47.75rem;height:9.5625rem;top:11.875rem;left:0rem;font-size:0.875rem;display:block; }#rzCHK89FQeBRsDJeJao0IPLbQXd2QIkd li:before{  }
 }@media only screen and (max-width: 763px) { #K79MADRkC61IeV4lVEUwfReUiD1eq4an { width:47.75rem;height:1.1875rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a47PHcd4TzO41aF0fXzkSfI6lUJfIlKv { width:47.75rem;height:5.3125rem;top:24.6875rem;left:0rem;font-size:0.875rem;display:block; }#a47PHcd4TzO41aF0fXzkSfI6lUJfIlKv li:before{  }
 }@media only screen and (max-width: 763px) { #FTT8FrHfsh5Zn7lcSawohXXuVqHK0oao { width:47.75rem;height:1.1875rem;top:22.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrFxKed1nPLIaOLRmxvGikGAx08sCnir { width:47.75rem;height:6rem;top:35rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4rD1KF0K5yceN0ipX0KE6TaGSXVD6lu { width:47.75rem;height:1.1875rem;top:33.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAvZAeEB5ici8GfN1nedJlTWq6ycwitU { width:47.75rem;height:1.1875rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ActbpNURvULQVTuFLQGHTV6cltHPdLDk { display:block; }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZq15kuShFEcKDDWFimxgUMmluBFqwWo { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTqSAd63oK1CZJ0LxRucX084UpovLLfK { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#LTqSAd63oK1CZJ0LxRucX084UpovLLfK li:before{  }
 }@media only screen and (max-width: 763px) { #HXNkIQ7CR7goFRpgPR33RUDEHqTkQcaW { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo6IIwAZXfBmaqzk0lAfqkOmQeEcOzz8 { width:47.75rem;height:9.5625rem;top:11.75rem;left:0rem;font-size:0.875rem;display:block; }#Fo6IIwAZXfBmaqzk0lAfqkOmQeEcOzz8 li:before{  }
 }@media only screen and (max-width: 763px) { #iUlO48y98fNh6pStD3pOiooWs35pPZq3 { width:47.75rem;height:1.1875rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL3HWc4FMTKzbSyOit3g0TUTQzsiJcZs { width:47.75rem;height:5.3125rem;top:24.875rem;left:0rem;font-size:0.875rem;display:block; }#cL3HWc4FMTKzbSyOit3g0TUTQzsiJcZs li:before{  }
 }@media only screen and (max-width: 763px) { #stFGD1KBPT8lo2lEmyFEMfuUfJez9UaB { width:47.75rem;height:1.1875rem;top:22.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m78TH9RtWM2iAE78nA7qq5GTSquDdHvI { width:47.75rem;height:6.6875rem;top:35rem;left:0rem;font-size:0.875rem;display:block; }#m78TH9RtWM2iAE78nA7qq5GTSquDdHvI li:before{  }
 }@media only screen and (max-width: 763px) { #GSgNfTR2td2Xs7PmI9EriuTssOcTg3R8 { width:47.75rem;height:1.1875rem;top:33.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX1V9buS5vmGpzalhTTLlyDmt3fwuMKI { width:47.75rem;height:1.1875rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z62wocpdGoZCn86Q4ZeFUFKygWuCFi9w { width:47.75rem;height:3.875rem;top:45rem;left:0rem;font-size:0.875rem;display:block; }#z62wocpdGoZCn86Q4ZeFUFKygWuCFi9w li:before{  }
 }@media only screen and (max-width: 763px) { #cdyaESCatdSL6qST9fPe6btWAihTRiPn { width:47.75rem;height:1.1875rem;top:43.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7hyye9PA97gFwoVFzrJQZTubVdOTVio { display:block; }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0axsukqFvn60xHQ6E6fpeZQHfTeXawU { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfXIbGhsUJRb11TL9ohbGp7SJr7cJCnm { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#CfXIbGhsUJRb11TL9ohbGp7SJr7cJCnm li:before{  }
 }@media only screen and (max-width: 763px) { #ek0oF0NJE4cBroAAXuuTdJTcIrlTbVHu { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBWQ9xzAMWCeOTwF4sOEVsHFEVZeoHT6 { width:47.75rem;height:8.125rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }#JBWQ9xzAMWCeOTwF4sOEVsHFEVZeoHT6 li:before{  }
 }@media only screen and (max-width: 763px) { #HWqROztt5D3wgJdnNCTTHShccBzmg8Iu { width:47.75rem;height:1.1875rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHOJiK9UEPWM3itTdH8sQFSmelk7t6Md { width:47.75rem;height:5.3125rem;top:22.625rem;left:0rem;font-size:0.875rem;display:block; }#qHOJiK9UEPWM3itTdH8sQFSmelk7t6Md li:before{  }
 }@media only screen and (max-width: 763px) { #BJJ9WVKRM1IC7UMmArlllaPeh3QQbZlb { width:47.75rem;height:1.1875rem;top:20.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ7XHr5P6QcvIWVTTom5OID3AwFyH0om { width:47.75rem;height:5.3125rem;top:32.8125rem;left:0rem;font-size:0.875rem;display:block; }#DZ7XHr5P6QcvIWVTTom5OID3AwFyH0om li:before{  }
 }@media only screen and (max-width: 763px) { #m0mzH9Pr05CFnW8yJAoBONvozomKXLPt { width:47.75rem;height:1.1875rem;top:30.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGsWhmURxwmTGRVGeJOpqHV4FZfc6BGk { width:47.75rem;height:1.1875rem;top:29.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO { display:block; }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRCUxZLU89tKTPk94A7mK8DUdgPtCFcM { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSIiiIkZQvBDyRFNdC60Th4xNJ5kGtJX { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#NSIiiIkZQvBDyRFNdC60Th4xNJ5kGtJX li:before{  }
 }@media only screen and (max-width: 763px) { #VGrCqlGK0bEiEChvqfRqnct9QauHEqn5 { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGIe0yaJa3pspKv8MzW1QwOc6FtKUb0B { width:47.75rem;height:8.125rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }#PGIe0yaJa3pspKv8MzW1QwOc6FtKUb0B li:before{  }
 }@media only screen and (max-width: 763px) { #V8Ly1wWbnUwJwQPIUBdiOpdMPOHuKkNk { width:47.75rem;height:1.1875rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbxCSot4TGM12TqPNg0ZxTgx3iKT8nmr { width:47.75rem;height:6.6875rem;top:24.625rem;left:0rem;font-size:0.875rem;display:block; }#VbxCSot4TGM12TqPNg0ZxTgx3iKT8nmr li:before{  }
 }@media only screen and (max-width: 763px) { #GZ1HmPOFZlpIeiwVbdIGshR8f72sF0S8 { width:47.75rem;height:1.1875rem;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgFNgJoWiTpfLeRtUubC7veFZeoNE9rJ { width:47.75rem;height:1.1875rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPVO6gzvilHobhPVCsI1kQ8niGMLxZow { width:47.75rem;height:3.875rem;top:38.875rem;left:0rem;font-size:0.875rem;display:block; }#sPVO6gzvilHobhPVCsI1kQ8niGMLxZow li:before{  }
 }@media only screen and (max-width: 763px) { #p0KXvhPQN4mGSwlPvEweU58pu0APn0rW { width:47.75rem;height:1.1875rem;top:36.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Kser3LDGKJTSC0llRQHTNzz6xsAAy4 { width:47.75rem;height:1.5rem;top:34.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoA4iMxxaM0WK34dnJ6uU3yw50OyWmDL { width:47.75rem;height:5.3125rem;top:46.625rem;left:0rem;font-size:0.875rem;display:block; }#hoA4iMxxaM0WK34dnJ6uU3yw50OyWmDL li:before{  }
 }@media only screen and (max-width: 763px) { #xJXp6DXdi1zWhzoU4mkmv0Wo7T6CQueV { width:47.75rem;height:1.1875rem;top:44.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDQyA0q6e29f2zZeUqc4ozqaNcl1Ghn3 { width:47.75rem;height:3.875rem;top:55.625rem;left:0rem;font-size:0.875rem;display:block; }#xDQyA0q6e29f2zZeUqc4ozqaNcl1Ghn3 li:before{  }
 }@media only screen and (max-width: 763px) { #wANUv1dTAz7T2e8RLpR3Wymw1rOzDgfu { width:47.75rem;height:1.1875rem;top:53.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPc5C6fF4UOIXo6OSifL0F4oNgpmuVLV { width:47.75rem;height:3.875rem;top:66.1875rem;left:0rem;font-size:0.875rem;display:block; }#PPc5C6fF4UOIXo6OSifL0F4oNgpmuVLV li:before{  }
 }@media only screen and (max-width: 763px) { #eX6mfbZbAggo633RzfptdhaGUrAurbvz { width:47.75rem;height:1.1875rem;top:64.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8CpVGdxMicy4ZSSsKRXSrJzd36lueew { width:47.75rem;height:1.5rem;top:62.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX8MTDvut3IMm93yaNJTHpHM5VsNtMd3 { width:47.75rem;height:3.875rem;top:73.625rem;left:0rem;font-size:0.875rem;display:block; }#eX8MTDvut3IMm93yaNJTHpHM5VsNtMd3 li:before{  }
 }@media only screen and (max-width: 763px) { #f6vmgKzRKWC25Ip3f3Cys9MtHepuOZBA { width:47.75rem;height:1.1875rem;top:71.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmwl5KZGBzsBast6zMoUIXRTFt3KSDex { width:47.75rem;height:3.875rem;top:85.375rem;left:0rem;font-size:0.875rem;display:block; }#bmwl5KZGBzsBast6zMoUIXRTFt3KSDex li:before{  }
 }@media only screen and (max-width: 763px) { #m3untzUgFO8TG7tDppabWIitH0NomfKa { width:47.75rem;height:1.1875rem;top:83.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyalxDVoLOR0gTBD90AcywhrdGw7cTpA { width:47.75rem;height:1.5rem;top:81.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlJaKSC8vAGZTA6azLvTqbrhMQyBLSG0 { width:47.75rem;height:3.875rem;top:92.6875rem;left:0rem;font-size:0.875rem;display:block; }#mlJaKSC8vAGZTA6azLvTqbrhMQyBLSG0 li:before{  }
 }@media only screen and (max-width: 763px) { #QqvCx7DEseNVmvrBJwQJ9JfEieEKMLqd { width:47.75rem;height:1.1875rem;top:90.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUHKozHcQmVXaSDMSuOP8wlIthIezAkF { display:block; }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxBU68D3aZq06M3QGr5xMbODLztqdaCf { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7tXErzil6agzH6UOOZQ3kklCwpnrAoe { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#y7tXErzil6agzH6UOOZQ3kklCwpnrAoe li:before{  }
 }@media only screen and (max-width: 763px) { #FD3KcnRbOnyU7R3a786xwbFE4BH7Paii { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl3943Pgkt3UtF8wC96eE9fXok6acUJW { width:47.75rem;height:5.3125rem;top:12.4375rem;left:0rem;font-size:0.875rem;display:block; }#Pl3943Pgkt3UtF8wC96eE9fXok6acUJW li:before{  }
 }@media only screen and (max-width: 763px) { #wKP3NPr1KNHwapOIVrxaDHb3TNxMERVc { width:47.75rem;height:1.1875rem;top:10.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4LqSL9I2fRFu6Td8BWAc1oLzLeOute { width:47.75rem;height:5.3125rem;top:21.625rem;left:0rem;font-size:0.875rem;display:block; }#Ck4LqSL9I2fRFu6Td8BWAc1oLzLeOute li:before{  }
 }@media only screen and (max-width: 763px) { #m8v2VX844WrTdbEQBwzXm3gqkTV45Z9o { width:47.75rem;height:1.1875rem;top:19.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dveixJJdykcpQoQCoQTg94FVpsSLUaJ6 { width:47.75rem;height:2.5rem;top:34.3125rem;left:0rem;font-size:0.875rem;display:block; }#dveixJJdykcpQoQCoQTg94FVpsSLUaJ6 li:before{  }
 }@media only screen and (max-width: 763px) { #IVGVt0dfqKSP09994iCUJz5FxWlAd07G { width:47.75rem;height:1.1875rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxsMpDuLSu8hDPoZn4xH7Rv1rx84FQlO { width:47.75rem;height:1.5rem;top:30.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfchdT7Ui9DETzXFfsHN3O0duRBnGoKE { width:47.75rem;height:3.875rem;top:40.1875rem;left:0rem;font-size:0.875rem;display:block; }#lfchdT7Ui9DETzXFfsHN3O0duRBnGoKE li:before{  }
 }@media only screen and (max-width: 763px) { #frhfKTIFEsuwS3vpfJ6DAhEkvTRbuh3T { width:47.75rem;height:1.1875rem;top:38.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzW2ecRumivJRHD8LDk0mU3LRaT0DJ7u { width:47.75rem;height:3.875rem;top:52rem;left:0rem;font-size:0.875rem;display:block; }#hzW2ecRumivJRHD8LDk0mU3LRaT0DJ7u li:before{  }
 }@media only screen and (max-width: 763px) { #xBAHhf0aBQQ9LT2UcJlPc3Rpkg82xMZ6 { width:47.75rem;height:1.1875rem;top:50rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC9stv5yP3WJ3XhZNKoIdqT9nrkJMiUn { width:47.75rem;height:1.5rem;top:47.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fydMyoNWHso0El5Q1Fx0xX5GuaLvXRSU { width:47.75rem;height:3.875rem;top:59.875rem;left:0rem;font-size:0.875rem;display:block; }#fydMyoNWHso0El5Q1Fx0xX5GuaLvXRSU li:before{  }
 }@media only screen and (max-width: 763px) { #U6BEvTL72OEMPuz67fzNGVfIfJ4vbDR2 { width:47.75rem;height:1.1875rem;top:57.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDAwq7ByJgbB45TKVqr2BV58JTlACy3d { display:block; }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDTqitbefVsV2wsqzXtGPa9QhreccLdr { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG6P9nKgrq7QeTaZJ3MfwU0EgPgFuM17 { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#QG6P9nKgrq7QeTaZJ3MfwU0EgPgFuM17 li:before{  }
 }@media only screen and (max-width: 763px) { #h4sbmJvTXxRfzMTfTXCDuuUUF10xXeBn { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVkddxk7b1Smaa2UndHl61CT1OQovitL { width:47.75rem;height:3.875rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }#MVkddxk7b1Smaa2UndHl61CT1OQovitL li:before{  }
 }@media only screen and (max-width: 763px) { #ODWuAfp9Rti7G82C6oq040eFLKtuinOI { width:47.75rem;height:1.1875rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC8V3oGynDOm75IaoPbiEzv1aZtOBACg { width:47.75rem;height:5.3125rem;top:19.0625rem;left:0rem;font-size:0.875rem;display:block; }#NC8V3oGynDOm75IaoPbiEzv1aZtOBACg li:before{  }
 }@media only screen and (max-width: 763px) { #sOdpfV4A74aT62E1kNbX7FqQL8mz5BvV { width:47.75rem;height:1.1875rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW { display:block; }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzJMuAgWdRxUJARJKOWP3SE0i6CZmTTk { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtU1XIbN7DQoECeJcob4XlWapFoiZIRK { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#LtU1XIbN7DQoECeJcob4XlWapFoiZIRK li:before{  }
 }@media only screen and (max-width: 763px) { #ldW7M7Ryf77WBMr7T9AZ2DDftR8ynBQ4 { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzW8VXHOCFhR7pitmLdPpD13QuSNDdD1 { width:47.75rem;height:6.6875rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:block; }#qzW8VXHOCFhR7pitmLdPpD13QuSNDdD1 li:before{  }
 }@media only screen and (max-width: 763px) { #TatJrwz4v6WuRuflTZhip0TwyT2mTtmO { width:47.75rem;height:1.1875rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuEgeitrHSscEDpfK65Opdhcy9A9tF2W { width:47.75rem;height:3.875rem;top:22.3125rem;left:0rem;font-size:0.875rem;display:block; }#CuEgeitrHSscEDpfK65Opdhcy9A9tF2W li:before{  }
 }@media only screen and (max-width: 763px) { #dLHlF4vvV72Z8u02QuuD2m7MaMqZW6lq { width:47.75rem;height:1.1875rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ { display:block; }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w051LQMPqDpFTDyoFOtPmMKixsbvmQin { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGfTKDR0bfJhT20L5g6PgR7JK84gXQT3 { width:47.75rem;height:7.5rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSUOcBAUtlgA9VdeEwHE8rMzql6n8oiS { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFhaFNaDRd4oztAeKUKPfiJRyZtZBExD { width:47.75rem;height:1.5rem;top:32.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNHswFaJNd8EyO5Gbp2zEP51xeTEtK6u { width:47.75rem;height:6rem;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6rsISNIa1rwq88BChypdgtbidvLVF1S { width:47.75rem;height:1.1875rem;top:23.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkz4V37NcKq03RwaJTttt2bUSC2CSaht { width:47.75rem;height:6rem;top:15.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtVAFuOVS4Lm47GLqaWe6l3pVaGbtzJN { width:47.75rem;height:1.1875rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 { display:block; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1vOG7ADnNdQfmIgKhRTSOQhUH7RTsWf { width:47.75rem;height:2.0625rem;top:3rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w { display:block; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUXWb5JhHTH508qKeekAzRND21WWzwsN { top:0.09375rem;left:11.125rem;width:8.875rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smcieW0sL7rPLwgv3b5nTdBOve5wItse { display:block; }
 }@media only screen and (max-width: 763px) { #VgIZDAaeAX6dBAqfyQgi2uhZSgHm62To { width:10.1875rem;height:1.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ade6729-84a6-4861-82f6-ff365e019137/Gemini_Generated_Image_bg2xbbg2xbbg2xbb.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0rem solid #6e7074;border-left:0rem solid #6e7074;border-right:0rem solid #6e7074;border-bottom:0.0625rem solid #6e7074;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.41); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.41); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5kzhyEraWOCPDpK2rXFXwvuO8SDWCCd { width:18.6875rem;height:6.173825rem;top:8.0625rem;left:1.3125rem;font-size:1.1875rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QEzgv3NragpIHQp0i5xNo7FpU5H5pbbq { width:17.25rem;height:6.09375rem;top:1.375rem;left:1.375rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zW9JsSuHgHL5D78k1yTzRmIisXJd3dl7 { width:20rem;height:14.3125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ZeLGXoAv8Duoo6LZFPOZ1zKKFMi0DH { width:18.9375rem;height:22.25rem;top:17.6875rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#x0ZeLGXoAv8Duoo6LZFPOZ1zKKFMi0DH li:before{  }
 }@media only screen and (max-width: 763px) { #zPQukSayDlL4geEoiRE46hhHLfXXs3po { width:20rem;height:25.25rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { width:20rem;height:4.63036875rem;top:6.3125rem;left:0rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gx2SCryEB8c7RGmMEdwmiIeXiByLSv0Z { top:12.75rem;left:0rem;width:20rem;height:4.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5dQecSHELVfhB9hWtMyVkPDq9gHGQla { display:block; }
 }@media only screen and (max-width: 763px) { #DGUSxnKoSSg0nAyT7Q09srUK5Hv4ZVXF { display:flex;width:2.5625rem;height:2.5625rem;top:13.875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { width:20rem;height:4.19921875rem;top:1.125rem;left:0rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yfisrlxcq7XBVE0TgHgLUta4ISD5yZCi { display:block; }#yfisrlxcq7XBVE0TgHgLUta4ISD5yZCi > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxTlrddRuJNPfMXBmT4OQugtexzeKDIK { 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) { #d9BNWV2ekbvtGBxlnn8eWGOoLyFeAoFa { 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) { #rGb3ns9qNSQ4XTbzdRmV39FBbdU6TPQ2 { 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) { #FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo { background-color:#ffffff;background-image:none;display:block; }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row .container { background-color: transparent; background-image: none; }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row .container > .video-iframe-container { display: none; }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row > .video-iframe-container { display: none; }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .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); }#FUrqMyTG5NOkRNM3ZAMHpwi6NkxJ1rQo > .row .container { width:20rem;height:177.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoCvMnsuvvPXhaQc6OIiBsErCC2cGH3h { 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) { #w1hZHJfiZN4Wic19mKPXnlgrOqqCupVR { 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) { #TGdimIU7d9PtSzuEWSdhTkSkz0aIOyWp { 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) { #cW8qkDrQLSukOvZtKyoIoo5GCWgNCIsU { 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; }#cW8qkDrQLSukOvZtKyoIoo5GCWgNCIsU li:before{  }
 }@media only screen and (max-width: 763px) { #BdO7trLZbnGHgoM3zEk6Hba1U1iveoQe { 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) { #ilHC7C2RkK9vTpXTccfyJ9BD2gOdUrtT { 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) { #DQNHw2S4VxvPGUtWHHmiJGUXmt9aXtoT { 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; }#DQNHw2S4VxvPGUtWHHmiJGUXmt9aXtoT li:before{  }
 }@media only screen and (max-width: 763px) { #TO86TMNJl1q4DgCRMtDZDGuZlo7UTTLQ { 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) { #M28EmpStLbHcJO4BdO7or2FbPsGrLhXG { 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) { #pynwr9BTaHliC6vRpUzRUX6kgg4vEnbe { 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; }#pynwr9BTaHliC6vRpUzRUX6kgg4vEnbe li:before{  }
 }@media only screen and (max-width: 763px) { #EAcwdFrFQEXRxwmDwOGWhVyOcDp7BxWn { 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) { #VUULdUGf6QNiMQ4xsmM2Z1XtckRoRVs8 { 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) { #Hzie2u9LQI3gzITG2GkoekPLIGq1FvIl { 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; }#Hzie2u9LQI3gzITG2GkoekPLIGq1FvIl li:before{  }
 }@media only screen and (max-width: 763px) { #Ld5sNEaHzXnsftxCJ2ZrxBAawvePgXFk { 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) { #xSNO3DTA2rDMI9UdAbZh766CBT9yqPMg { 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) { #TdOpK1UzLTXWMrkGdMFecchezgrw8CGK { 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) { #u4cOtHyOhosJRVOaU8Ge9I8h9OJtBC63 { 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; }#u4cOtHyOhosJRVOaU8Ge9I8h9OJtBC63 li:before{  }
 }@media only screen and (max-width: 763px) { #CfB4ZZTyOvvTXpF8bQZMp3GW7RIrhzBx { 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) { #vltwbFcrMA2kT2cwxL1nKqK7cA5mUHLA { 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; }#vltwbFcrMA2kT2cwxL1nKqK7cA5mUHLA li:before{  }
 }@media only screen and (max-width: 763px) { #uzhdGpxwROefRCIMclknu4Gg1iAd17H3 { 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) { #pJNFm8iIcgc2fcnpEhD598Z1y7KEW2SV { 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; }#pJNFm8iIcgc2fcnpEhD598Z1y7KEW2SV li:before{  }
 }@media only screen and (max-width: 763px) { #kxemK2RVcIuO9ahqpL0z7S4x0IBzQsbn { 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; }#kxemK2RVcIuO9ahqpL0z7S4x0IBzQsbn li:before{  }
 }@media only screen and (max-width: 763px) { #yoPMm0lizcpx6no18fQ0TOvtEpMxpBye { 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) { #Bnx2PyFpoy0k0zz6vTwbhXN8Inwtz3Ni { 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) { #RzkslirdD9dPforHOlBV4Vv4mXdZq2kX { 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) { #nvdH85Ev4aTfukyegVaxIkqmxA57QOBV { 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; }#nvdH85Ev4aTfukyegVaxIkqmxA57QOBV li:before{  }
 }@media only screen and (max-width: 763px) { #NTCMK4fQBCCX4LPsxMR76G8vL84yDB8G { 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; }#NTCMK4fQBCCX4LPsxMR76G8vL84yDB8G li:before{  }
 }@media only screen and (max-width: 763px) { #yKR81GUAJxV9ZVxP0RnOCmM62O4MFJrB { 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) { #ftkTmU5AuD0iKlXMMBWxMWfInot4O0IH { 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; }#ftkTmU5AuD0iKlXMMBWxMWfInot4O0IH li:before{  }
 }@media only screen and (max-width: 763px) { #AOD6S6wAvTh9GGTaJVQ2fMuWIduUJhhA { 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) { #KDIRPy6oPmPtNzeeNFMtvUzsliumb9mn { 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) { #yHFgEMrZ5u9g0S2exXLgn6Tq1JxoO48y { 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; }#yHFgEMrZ5u9g0S2exXLgn6Tq1JxoO48y li:before{  }
 }@media only screen and (max-width: 763px) { #F9L1c92yk8o2qmgOrsaogagf4etq3irJ { 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) { #WKxOq24oLQAsScIDi2vZmvBPaF0dPmR6 { 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; }#WKxOq24oLQAsScIDi2vZmvBPaF0dPmR6 li:before{  }
 }@media only screen and (max-width: 763px) { #Q9ABXvXuieKvSSKsMlQQ987LoCckkb9o { 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) { #nNnHSTX6P3VRE0HB742P5DKFqLD44B8S { 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) { #WG1ATkPFBgdtLGnQWaKC0BM8H4B0UHmb { 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) { #uM88kgey9tpC4nLAUlecurbhTT1t19zN { 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; }#uM88kgey9tpC4nLAUlecurbhTT1t19zN li:before{  }
 }@media only screen and (max-width: 763px) { #i5V3RHzZBHwFZPzJU18Pdgwpf3pLzHcs { 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; }#i5V3RHzZBHwFZPzJU18Pdgwpf3pLzHcs li:before{  }
 }@media only screen and (max-width: 763px) { #KhdVvv5oS7hvslkg7fBmmJln8iULNe14 { 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) { #iVRAuZpIixN1S0ZkJm2qfNl3TouA5dmx { 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) { #Cmozt7UvTJIQv1IuK80oMsHssTGDXpTb { 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; }#Cmozt7UvTJIQv1IuK80oMsHssTGDXpTb li:before{  }
 }@media only screen and (max-width: 763px) { #I8LazmEaT7td0T7NAZg6RDTnoerBcb9K { 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) { #eww02X60yMJlNzHAx8Rw5NufWa4T62Lb { 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) { #ewkRFdfK5A5SbwkOuP6Q5B7K3Jz7l0yt { 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) { #wHRl5zmXxa9BsaONZQtRvfkb1zTHW4vc { 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) { #gfcedq5RzheDTWHlobR1kSOLqxISNPKn { 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; }#gfcedq5RzheDTWHlobR1kSOLqxISNPKn li:before{  }
 }@media only screen and (max-width: 763px) { #xDbAavuadbmMuNel1Es6Ta44rVUrun5r { 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) { #Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 { background-color:#ffffff;background-image:none;display:block; }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row .container { background-color: transparent; background-image: none; }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row .container > .video-iframe-container { display: none; }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row > .video-iframe-container { display: none; }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .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); }#Zt8XQayTiIZJIOiDl402lHRH2LJCOoK4 > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0HPeJJQuGf45rzvEKp1lszO4hvd41uO { 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) { #whvDpNiRNKquO6GIhLKEtH5ZoGFmv8VM { 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; }#whvDpNiRNKquO6GIhLKEtH5ZoGFmv8VM li:before{  }
 }@media only screen and (max-width: 763px) { #c9OhlwfiJU96yg6JLaqEhXIRINQxlEVM { 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) { #BVHI60QICJkVUhmMxekqckIeDG1bfAJP { 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; }#BVHI60QICJkVUhmMxekqckIeDG1bfAJP li:before{  }
 }@media only screen and (max-width: 763px) { #oPBulOaPf80WFVuxqStBX8TMwO2KJygz { 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) { #PsVrgMmavTJZKz766xq3ahEQr5dulfoc { 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) { #fzgtBQ7cSC4P9msIQn7T7Nbm2rfVdJXO { 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) { #fMHXlcHtbbrTAX7OdL5N94AJP52ARBtP { 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; }#fMHXlcHtbbrTAX7OdL5N94AJP52ARBtP li:before{  }
 }@media only screen and (max-width: 763px) { #IvvklhPsdESVHTstBD10VAJttwHBteZO { 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) { #sKpNufQnZJvuyg4GRZLsiPfT23sef2Rb { 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; }#sKpNufQnZJvuyg4GRZLsiPfT23sef2Rb li:before{  }
 }@media only screen and (max-width: 763px) { #xsBvGCxCUxgcQyeO7W24guEx6nih4pve { background-color:#ffffff;background-image:none;display:block; }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row .container { background-color: transparent; background-image: none; }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row .container > .video-iframe-container { display: none; }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row > .video-iframe-container { display: none; }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .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); }#xsBvGCxCUxgcQyeO7W24guEx6nih4pve > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKxSQRxIwab0ldSgBOTpvzSXJ2rB6tEc { 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) { #qwxkuPQq1EkXDK8M96MRuvrunDFyZJsg { 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) { #zonG59WaJxMTknvLeHqq2P6TyHUwx3Eh { 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) { #WddJ1mX1zgKloda0p8MaEzKVUgEp0puT { 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; }#WddJ1mX1zgKloda0p8MaEzKVUgEp0puT li:before{  }
 }@media only screen and (max-width: 763px) { #QR9eQab2h1ppvDRVoWI5nhGtZgQLSn5Z { 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) { #qpme61nN6LXAbI3orrr5RH16OQ9Lbbii { 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) { #bL6JCNgZ4GOcnrfrO0ADsWUytvSIGhIG { 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; }#bL6JCNgZ4GOcnrfrO0ADsWUytvSIGhIG li:before{  }
 }@media only screen and (max-width: 763px) { #AesImcrHsLtf8FnVRVST4gi99T6RgZ7l { 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) { #qTNvUIx6UQ2EU0en1edw7t7Jono1AaBf { 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; }#qTNvUIx6UQ2EU0en1edw7t7Jono1AaBf li:before{  }
 }@media only screen and (max-width: 763px) { #vaDCnAfkeWfHN6aXssnM3iQ6QZ4ROpz3 { 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) { #gL87CsHp1777yDhGA2V19na66gg9ZDN8 { 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) { #r2NaaBnw3ttqeU9F2LDCk86KqJxV21d9 { 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; }#r2NaaBnw3ttqeU9F2LDCk86KqJxV21d9 li:before{  }
 }@media only screen and (max-width: 763px) { #k8xTDd2ZeGPDCyDo5Emi81oFO6IIvSM4 { 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) { #dIgwgUL3s6EkeDmTtaN7oLF6AAicZfKd { 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) { #L476QNRntiKEzAzNlCFFGtcu73DLO3m1 { 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; }#L476QNRntiKEzAzNlCFFGtcu73DLO3m1 li:before{  }
 }@media only screen and (max-width: 763px) { #rXRXP6ACg7hsRrbrnDr1bVfxUzX7aXA5 { 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) { #h1SIW3ZPfvIHGraBiTZZOT5zg6ffu20e { 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; }#h1SIW3ZPfvIHGraBiTZZOT5zg6ffu20e li:before{  }
 }@media only screen and (max-width: 763px) { #b0Jeo8WCGhB0COhOEaN48CD5SQzdsKrX { 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) { #itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx { background-color:#ffffff;background-image:none;display:block; }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row .container { background-color: transparent; background-image: none; }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row .container > .video-iframe-container { display: none; }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row > .video-iframe-container { display: none; }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .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); }#itvwOgvqh4FIWRtpgK6G6Rz4miRok8Cx > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zc8pBLovSqSapHB1qJTBPNoex536Tp4h { 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) { #D51yHFpKyTEQgRLlzxPfniqU7B2NAJyG { 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; }#D51yHFpKyTEQgRLlzxPfniqU7B2NAJyG li:before{  }
 }@media only screen and (max-width: 763px) { #HOT2CCrbZ5vN8kqnLprkahUmTST8txdA { 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) { #WI8LTrFWNOEhl7WOxpvlzeoI9lHKgoWC { 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; }#WI8LTrFWNOEhl7WOxpvlzeoI9lHKgoWC li:before{  }
 }@media only screen and (max-width: 763px) { #pzpiJhATmF8NgugVGTnOgu04tTAU0273 { 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) { #Btw6oPgBLfJZULuTDBOfHiDN0eWaHTut { 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; }#Btw6oPgBLfJZULuTDBOfHiDN0eWaHTut li:before{  }
 }@media only screen and (max-width: 763px) { #IGZzhInoNqycexAdMNTkdstfDazAWdMC { 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) { #deUPghM2HxRaNl7rxUsxPzce81lChp8a { 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) { #vP8CeAH0Co1R4ini55OViDxqb67i8d7t { 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) { #kwMCAvn6eMNtAMTaPVV8IFeHZguLXMPE { 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) { #ZraviCmCG0b1Tt8rsA30H72fdanbUM5W { 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) { #DXqwcZiWMTnoLfwT68MDCgav3LKcRtWk { 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) { #a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 { background-color:#ffffff;background-image:none;display:block; }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row .container { background-color: transparent; background-image: none; }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row .container > .video-iframe-container { display: none; }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row > .video-iframe-container { display: none; }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .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); }#a8t4lyTRDg4crFLB5C9ToCKLNWknAUT0 > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTcVhfy7MMm3qTMbzQ0smWcpvWospvF5 { 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) { #oM8BpFT5SKfCEQl4Wo8Ew5291tqhZmng { 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; }#oM8BpFT5SKfCEQl4Wo8Ew5291tqhZmng li:before{  }
 }@media only screen and (max-width: 763px) { #v2kgznc6EypTArstWr8VBVoXKbRsNlT4 { 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) { #rzCHK89FQeBRsDJeJao0IPLbQXd2QIkd { 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; }#rzCHK89FQeBRsDJeJao0IPLbQXd2QIkd li:before{  }
 }@media only screen and (max-width: 763px) { #K79MADRkC61IeV4lVEUwfReUiD1eq4an { 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) { #a47PHcd4TzO41aF0fXzkSfI6lUJfIlKv { 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; }#a47PHcd4TzO41aF0fXzkSfI6lUJfIlKv li:before{  }
 }@media only screen and (max-width: 763px) { #FTT8FrHfsh5Zn7lcSawohXXuVqHK0oao { 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) { #lrFxKed1nPLIaOLRmxvGikGAx08sCnir { 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) { #b4rD1KF0K5yceN0ipX0KE6TaGSXVD6lu { 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) { #pAvZAeEB5ici8GfN1nedJlTWq6ycwitU { 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) { #ActbpNURvULQVTuFLQGHTV6cltHPdLDk { background-color:#ffffff;background-image:none;display:block; }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row .container { background-color: transparent; background-image: none; }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row .container > .video-iframe-container { display: none; }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row > .video-iframe-container { display: none; }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .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); }#ActbpNURvULQVTuFLQGHTV6cltHPdLDk > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZq15kuShFEcKDDWFimxgUMmluBFqwWo { 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) { #LTqSAd63oK1CZJ0LxRucX084UpovLLfK { 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; }#LTqSAd63oK1CZJ0LxRucX084UpovLLfK li:before{  }
 }@media only screen and (max-width: 763px) { #HXNkIQ7CR7goFRpgPR33RUDEHqTkQcaW { 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) { #Fo6IIwAZXfBmaqzk0lAfqkOmQeEcOzz8 { 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; }#Fo6IIwAZXfBmaqzk0lAfqkOmQeEcOzz8 li:before{  }
 }@media only screen and (max-width: 763px) { #iUlO48y98fNh6pStD3pOiooWs35pPZq3 { 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) { #cL3HWc4FMTKzbSyOit3g0TUTQzsiJcZs { 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; }#cL3HWc4FMTKzbSyOit3g0TUTQzsiJcZs li:before{  }
 }@media only screen and (max-width: 763px) { #stFGD1KBPT8lo2lEmyFEMfuUfJez9UaB { 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) { #m78TH9RtWM2iAE78nA7qq5GTSquDdHvI { 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; }#m78TH9RtWM2iAE78nA7qq5GTSquDdHvI li:before{  }
 }@media only screen and (max-width: 763px) { #GSgNfTR2td2Xs7PmI9EriuTssOcTg3R8 { 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) { #eX1V9buS5vmGpzalhTTLlyDmt3fwuMKI { 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) { #z62wocpdGoZCn86Q4ZeFUFKygWuCFi9w { 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; }#z62wocpdGoZCn86Q4ZeFUFKygWuCFi9w li:before{  }
 }@media only screen and (max-width: 763px) { #cdyaESCatdSL6qST9fPe6btWAihTRiPn { 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) { #a7hyye9PA97gFwoVFzrJQZTubVdOTVio { background-color:#ffffff;background-image:none;display:block; }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row .container { background-color: transparent; background-image: none; }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row .container > .video-iframe-container { display: none; }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row > .video-iframe-container { display: none; }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .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); }#a7hyye9PA97gFwoVFzrJQZTubVdOTVio > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0axsukqFvn60xHQ6E6fpeZQHfTeXawU { 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) { #CfXIbGhsUJRb11TL9ohbGp7SJr7cJCnm { 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; }#CfXIbGhsUJRb11TL9ohbGp7SJr7cJCnm li:before{  }
 }@media only screen and (max-width: 763px) { #ek0oF0NJE4cBroAAXuuTdJTcIrlTbVHu { 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) { #JBWQ9xzAMWCeOTwF4sOEVsHFEVZeoHT6 { 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; }#JBWQ9xzAMWCeOTwF4sOEVsHFEVZeoHT6 li:before{  }
 }@media only screen and (max-width: 763px) { #HWqROztt5D3wgJdnNCTTHShccBzmg8Iu { 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) { #qHOJiK9UEPWM3itTdH8sQFSmelk7t6Md { 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; }#qHOJiK9UEPWM3itTdH8sQFSmelk7t6Md li:before{  }
 }@media only screen and (max-width: 763px) { #BJJ9WVKRM1IC7UMmArlllaPeh3QQbZlb { 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) { #DZ7XHr5P6QcvIWVTTom5OID3AwFyH0om { 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; }#DZ7XHr5P6QcvIWVTTom5OID3AwFyH0om li:before{  }
 }@media only screen and (max-width: 763px) { #m0mzH9Pr05CFnW8yJAoBONvozomKXLPt { 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) { #hGsWhmURxwmTGRVGeJOpqHV4FZfc6BGk { 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) { #itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO { background-color:#ffffff;background-image:none;display:block; }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row .container { background-color: transparent; background-image: none; }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row .container > .video-iframe-container { display: none; }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row > .video-iframe-container { display: none; }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .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); }#itHqLyOLXL1T9SFS4bc2EmpD4ufpQhhO > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRCUxZLU89tKTPk94A7mK8DUdgPtCFcM { 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) { #NSIiiIkZQvBDyRFNdC60Th4xNJ5kGtJX { 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; }#NSIiiIkZQvBDyRFNdC60Th4xNJ5kGtJX li:before{  }
 }@media only screen and (max-width: 763px) { #VGrCqlGK0bEiEChvqfRqnct9QauHEqn5 { 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) { #PGIe0yaJa3pspKv8MzW1QwOc6FtKUb0B { 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; }#PGIe0yaJa3pspKv8MzW1QwOc6FtKUb0B li:before{  }
 }@media only screen and (max-width: 763px) { #V8Ly1wWbnUwJwQPIUBdiOpdMPOHuKkNk { 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) { #VbxCSot4TGM12TqPNg0ZxTgx3iKT8nmr { 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; }#VbxCSot4TGM12TqPNg0ZxTgx3iKT8nmr li:before{  }
 }@media only screen and (max-width: 763px) { #GZ1HmPOFZlpIeiwVbdIGshR8f72sF0S8 { 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) { #BgFNgJoWiTpfLeRtUubC7veFZeoNE9rJ { 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) { #sPVO6gzvilHobhPVCsI1kQ8niGMLxZow { 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; }#sPVO6gzvilHobhPVCsI1kQ8niGMLxZow li:before{  }
 }@media only screen and (max-width: 763px) { #p0KXvhPQN4mGSwlPvEweU58pu0APn0rW { 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) { #e1Kser3LDGKJTSC0llRQHTNzz6xsAAy4 { 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) { #hoA4iMxxaM0WK34dnJ6uU3yw50OyWmDL { 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; }#hoA4iMxxaM0WK34dnJ6uU3yw50OyWmDL li:before{  }
 }@media only screen and (max-width: 763px) { #xJXp6DXdi1zWhzoU4mkmv0Wo7T6CQueV { 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) { #xDQyA0q6e29f2zZeUqc4ozqaNcl1Ghn3 { 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; }#xDQyA0q6e29f2zZeUqc4ozqaNcl1Ghn3 li:before{  }
 }@media only screen and (max-width: 763px) { #wANUv1dTAz7T2e8RLpR3Wymw1rOzDgfu { 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) { #PPc5C6fF4UOIXo6OSifL0F4oNgpmuVLV { 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; }#PPc5C6fF4UOIXo6OSifL0F4oNgpmuVLV li:before{  }
 }@media only screen and (max-width: 763px) { #eX6mfbZbAggo633RzfptdhaGUrAurbvz { 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) { #o8CpVGdxMicy4ZSSsKRXSrJzd36lueew { 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) { #eX8MTDvut3IMm93yaNJTHpHM5VsNtMd3 { 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; }#eX8MTDvut3IMm93yaNJTHpHM5VsNtMd3 li:before{  }
 }@media only screen and (max-width: 763px) { #f6vmgKzRKWC25Ip3f3Cys9MtHepuOZBA { 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) { #bmwl5KZGBzsBast6zMoUIXRTFt3KSDex { 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; }#bmwl5KZGBzsBast6zMoUIXRTFt3KSDex li:before{  }
 }@media only screen and (max-width: 763px) { #m3untzUgFO8TG7tDppabWIitH0NomfKa { 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) { #lyalxDVoLOR0gTBD90AcywhrdGw7cTpA { 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) { #mlJaKSC8vAGZTA6azLvTqbrhMQyBLSG0 { 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; }#mlJaKSC8vAGZTA6azLvTqbrhMQyBLSG0 li:before{  }
 }@media only screen and (max-width: 763px) { #QqvCx7DEseNVmvrBJwQJ9JfEieEKMLqd { 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) { #dUHKozHcQmVXaSDMSuOP8wlIthIezAkF { background-color:#ffffff;background-image:none;display:block; }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row .container { background-color: transparent; background-image: none; }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row .container > .video-iframe-container { display: none; }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row > .video-iframe-container { display: none; }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .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); }#dUHKozHcQmVXaSDMSuOP8wlIthIezAkF > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxBU68D3aZq06M3QGr5xMbODLztqdaCf { 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) { #y7tXErzil6agzH6UOOZQ3kklCwpnrAoe { 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; }#y7tXErzil6agzH6UOOZQ3kklCwpnrAoe li:before{  }
 }@media only screen and (max-width: 763px) { #FD3KcnRbOnyU7R3a786xwbFE4BH7Paii { 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) { #Pl3943Pgkt3UtF8wC96eE9fXok6acUJW { 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; }#Pl3943Pgkt3UtF8wC96eE9fXok6acUJW li:before{  }
 }@media only screen and (max-width: 763px) { #wKP3NPr1KNHwapOIVrxaDHb3TNxMERVc { 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) { #Ck4LqSL9I2fRFu6Td8BWAc1oLzLeOute { 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; }#Ck4LqSL9I2fRFu6Td8BWAc1oLzLeOute li:before{  }
 }@media only screen and (max-width: 763px) { #m8v2VX844WrTdbEQBwzXm3gqkTV45Z9o { 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) { #dveixJJdykcpQoQCoQTg94FVpsSLUaJ6 { 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; }#dveixJJdykcpQoQCoQTg94FVpsSLUaJ6 li:before{  }
 }@media only screen and (max-width: 763px) { #IVGVt0dfqKSP09994iCUJz5FxWlAd07G { 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) { #qxsMpDuLSu8hDPoZn4xH7Rv1rx84FQlO { 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) { #lfchdT7Ui9DETzXFfsHN3O0duRBnGoKE { 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; }#lfchdT7Ui9DETzXFfsHN3O0duRBnGoKE li:before{  }
 }@media only screen and (max-width: 763px) { #frhfKTIFEsuwS3vpfJ6DAhEkvTRbuh3T { 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) { #hzW2ecRumivJRHD8LDk0mU3LRaT0DJ7u { 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; }#hzW2ecRumivJRHD8LDk0mU3LRaT0DJ7u li:before{  }
 }@media only screen and (max-width: 763px) { #xBAHhf0aBQQ9LT2UcJlPc3Rpkg82xMZ6 { 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) { #UC9stv5yP3WJ3XhZNKoIdqT9nrkJMiUn { 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) { #fydMyoNWHso0El5Q1Fx0xX5GuaLvXRSU { 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; }#fydMyoNWHso0El5Q1Fx0xX5GuaLvXRSU li:before{  }
 }@media only screen and (max-width: 763px) { #U6BEvTL72OEMPuz67fzNGVfIfJ4vbDR2 { 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) { #LDAwq7ByJgbB45TKVqr2BV58JTlACy3d { background-color:#ffffff;background-image:none;display:block; }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row .container { background-color: transparent; background-image: none; }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row .container > .video-iframe-container { display: none; }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row > .video-iframe-container { display: none; }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .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); }#LDAwq7ByJgbB45TKVqr2BV58JTlACy3d > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDTqitbefVsV2wsqzXtGPa9QhreccLdr { 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) { #QG6P9nKgrq7QeTaZJ3MfwU0EgPgFuM17 { 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; }#QG6P9nKgrq7QeTaZJ3MfwU0EgPgFuM17 li:before{  }
 }@media only screen and (max-width: 763px) { #h4sbmJvTXxRfzMTfTXCDuuUUF10xXeBn { 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) { #MVkddxk7b1Smaa2UndHl61CT1OQovitL { 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; }#MVkddxk7b1Smaa2UndHl61CT1OQovitL li:before{  }
 }@media only screen and (max-width: 763px) { #ODWuAfp9Rti7G82C6oq040eFLKtuinOI { 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) { #NC8V3oGynDOm75IaoPbiEzv1aZtOBACg { 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; }#NC8V3oGynDOm75IaoPbiEzv1aZtOBACg li:before{  }
 }@media only screen and (max-width: 763px) { #sOdpfV4A74aT62E1kNbX7FqQL8mz5BvV { 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) { #GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW { background-color:#ffffff;background-image:none;display:block; }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row .container { background-color: transparent; background-image: none; }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row .container > .video-iframe-container { display: none; }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row > .video-iframe-container { display: none; }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .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); }#GF7tUcRG6uA1ye8D50B8ODSp0uRrvgoW > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzJMuAgWdRxUJARJKOWP3SE0i6CZmTTk { 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) { #LtU1XIbN7DQoECeJcob4XlWapFoiZIRK { 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; }#LtU1XIbN7DQoECeJcob4XlWapFoiZIRK li:before{  }
 }@media only screen and (max-width: 763px) { #ldW7M7Ryf77WBMr7T9AZ2DDftR8ynBQ4 { 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) { #qzW8VXHOCFhR7pitmLdPpD13QuSNDdD1 { 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; }#qzW8VXHOCFhR7pitmLdPpD13QuSNDdD1 li:before{  }
 }@media only screen and (max-width: 763px) { #TatJrwz4v6WuRuflTZhip0TwyT2mTtmO { 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) { #CuEgeitrHSscEDpfK65Opdhcy9A9tF2W { 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; }#CuEgeitrHSscEDpfK65Opdhcy9A9tF2W li:before{  }
 }@media only screen and (max-width: 763px) { #dLHlF4vvV72Z8u02QuuD2m7MaMqZW6lq { 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) { #zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ { background-color:#ffffff;background-image:none;display:block; }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row .container { background-color: transparent; background-image: none; }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row .container > .video-iframe-container { display: none; }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row > .video-iframe-container { display: none; }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .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); }#zKotkTbzSve0HW1A9l1HHL8fq82DoeWQ > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w051LQMPqDpFTDyoFOtPmMKixsbvmQin { 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) { #bGfTKDR0bfJhT20L5g6PgR7JK84gXQT3 { 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) { #VSUOcBAUtlgA9VdeEwHE8rMzql6n8oiS { 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) { #EFhaFNaDRd4oztAeKUKPfiJRyZtZBExD { 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) { #tNHswFaJNd8EyO5Gbp2zEP51xeTEtK6u { 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) { #f6rsISNIa1rwq88BChypdgtbidvLVF1S { 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) { #Bkz4V37NcKq03RwaJTttt2bUSC2CSaht { 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) { #RtVAFuOVS4Lm47GLqaWe6l3pVaGbtzJN { width:20rem;height:1.5rem;top:11.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 { background-color:#7d5694;background-image:none;display:block; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container { background-color: transparent; background-image: none; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container > .video-iframe-container { display: none; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row > .video-iframe-container { display: none; }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt8ybmS48VMzX904yiMX7fH6Bcf72Jz2 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1vOG7ADnNdQfmIgKhRTSOQhUH7RTsWf { width:20rem;height:3.375rem;top:1.92578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;color:#ffffff;display:block; }
 }