.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,217,238;--color-primary-1:244,128,198;--color-primary-2:233,0,140;--color-primary-3:117,0,70;--color-primary-4:35,0,21;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#0d121b;background-image:none;position:relative;display:block; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .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); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { background-color:transparent;background-image:url("https://images.assets-landingi.com/FWggCGGz/max_hofstetter_ypFpSH83FyU_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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:none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.adaptive-delivery-prevent-bg, #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.lazyload, #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.lazyloading { background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { border-width: 0; border-radius: 0; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:60rem;height:62rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#HHkMoCtiEJ5iTmXZs5rN7ZVgEHmcFX8C { color:#0d121b;display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:5.625rem;left:7.625rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A7yDxmD65atWBl88WKMqGESZUME7knMD { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: 0rem 0rem 0.5rem rgba(233,0,140,0.5) ;height:63.0625rem;width:54rem;top:-1.2433593273163rem;left:3.0621109008789rem;display:block; }
#IkXTD87c51og8TT2ChwhToq2noOe284R { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:8rem;top:0rem;left:25.96875rem;overflow:hidden;display:block; }
#Ws6BrmHCvvJ069Nc6OpKfZtZ6DpHW6kd { color:#0d121b;display:block;width:44.687125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:11.061327934265rem;left:8.3121109008787rem;height:12.923625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ym1XRra47aebMm4ZoGLQvGl6AHLe53Oy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.499625rem;height:4.99921875rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:50.186714172363rem;left:18.217971801757rem;display:block; }
#xJhTFkoew4ohTPJrEsJcAI8CxeTPffgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zyC2yGdT5N2Cr9SXvykWIHyWDCguTTq7 { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:56.123435974121rem;left:5.9660186767578rem;height:1.85625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQaZ68iyXEsg4dEwTkkunJW7H55mQKdG { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.8741875rem;width:44.3741875rem;top:22.598436355591rem;left:7.78125rem;display:block; }
#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row .container { background-color: transparent; background-image: none; }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row .container > .video-iframe-container { display: none; }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row > .video-iframe-container { display: none; }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .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); }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row .container { border-width: 0; border-radius: 0; }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#W4l9ZU1p9sGZKOpM7RCV96MEz2yWT1LO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5625rem;left:13.9375rem;height:2.193575rem;display:block; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.2375rem;padding-right:0.206875rem;padding-bottom:0.2375rem;padding-left:0.206875rem;display:block;align-items:center;width:1.239375rem;min-width:1.239375rem;height:1.279375rem;position:relative;font-family:var(--headlines-font-family);font-size:0.9525rem;font-weight:700;line-height:20.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.149375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.65125rem;height:0.505rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.3575rem;font-weight:400;line-height:8.08px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10.625rem;height:2.40875rem;padding-top:0.2975rem;padding-right:0.295625rem;padding-bottom:0.2975rem;padding-left:0.295625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.25rem;left:33.1875rem;z-index:15001; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #B52EvO2zKnJTSCoLGmdIivcdqQyXZ1sk { display:flex;position:relative;top:0rem;left:0rem; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #gqewEaEIlZWMcc33MSPkGTDfZ6q8fyzU { width:auto; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #JFqFmUgWHe6VIUnzNN5Zqccepg1mlpi5 {  }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #EsUfevkEDTqQXDSkBJ32nuDo0gdmxehK { display:flex;position:relative;top:0rem;left:0rem; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #IhG4Gl7QiURS2Es0ho6ECxVQEA537bvR {  }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #T0KJ8s6y8vS6ER9qptDslf7nPZ3W0KhX {  }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #WXo8VaLZST0EApTsQy7Fyvl3QbaerDMR { display:flex;position:relative;top:0rem;left:0rem; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #vtd29bPi2lPR68JwvLXTCFpB1WD6mQrt {  }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #D1Wh353GpEK0phAuEF1TcReoqTWw89Dd {  }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #COAzcXBazZT5kmuigMSNob4b501kctlT { display:flex;position:relative;top:0rem;left:0rem; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #x3tzWOCRZgZ55XgevbHXcZeDqrVBsTF4 {  }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #nIdcxRvvWXA0PaxrbXH6Cy07OUypPPZE {  }
#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DEXksz3H/josh_rose_trYl7JYATH0_unsplash.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw.adaptive-delivery-prevent-bg, #GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw.lazyload, #GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw.lazyloading { background-image: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { background-color: transparent; background-image: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,18,27,0.16); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,18,27,0.16); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .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); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { border-width: 0; border-radius: 0; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw::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; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { font-size:0.875rem;font-family:arial;height:494.25rem;width:60rem;position:relative;display:block; }#NIugMDVK4XcLQgpPRezOTU421tVioeUV { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:3.560791015625rem;left:8.9990234375rem;height:11.8229375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e60UsOTl3AUGP9OdoHtX8SaBpyLMFisp { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.990447998047rem;left:6rem;height:19.7422rem;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; }
#ZJtPZg4GnGvhXBbwAR6ZbDPyPH2J83zU { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:40.650172233581rem;left:8.1875rem;height:11.8229375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIZtLEhpnunMLpL40M7ECrFQ02Ueor9O { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:56.285589218139rem;left:6rem;height:50.452325rem;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; }
#ZUVMmPmdlsbZPJQfRbbEIh6mNfM7XeJQ { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:109.4409866333rem;left:9rem;height:11.8229375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zzi55iLbZRiqlsNpZ5yi56M6xc2nleb7 { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:125.22222709656rem;left:6rem;height:87.7430375rem;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; }
#mTHo0DM97O3ZlbPEOfM7bu28n9xUx5wv { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:327.80727863312rem;left:9rem;height:5.91145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oXPT1SsC7LqETAwXTtwbhmyvvdQUFGe9 { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:337.25522232056rem;left:6rem;height:65.8073125rem;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; }
#FxDpAblnClsdebppsuk5R6bmOWFaVylB { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:405.96267700195rem;left:9rem;height:8.8671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OX5ZqsDLVDiM3k6iRUE3pUC83nr4mIDq { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:418.07986068726rem;left:6rem;height:72.3880375rem;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; }
#nGFZ8FvmgDxeH5dHANPh1aLrsBJGsDx8 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:494.25rem;width:54rem;top:0rem;left:3rem;display:block; }
#UW4wrE3bfnZAH9VOmO0PdoWIEBg5Q7RW { position:absolute;display:block;z-index:15014;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:2.1875rem;width:4.125rem;top:3.814697265625E-6rem;left:27.937501907349rem;overflow:hidden;display:block; }
#w5HbhSW8OgdgDMEfx8Qd3p9WDT64T2Bp { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:216.06598091126rem;left:9rem;height:8.8671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PkDkClWFINI2UqWo3wl0OuEXApGuZUqq { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:228.25520133972rem;left:6rem;height:41.6779625rem;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; }
#UWlWb1aL7w26uqca8EI4rNPOBmKvVViB { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:272.36979103088rem;left:9rem;height:8.8671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTQMfdaBboMGxDUl0MyJMKAzzwEOhphW { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:285.00520133972rem;left:6rem;height:39.4844375rem;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; }
#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { background-color: transparent; background-image: none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container > .video-iframe-container { display: none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row > .video-iframe-container { display: none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .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); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { border-width: 0; border-radius: 0; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#VBhnEvFQdROnErcXlpcyWwKCp3BoyuBB { color:#0d121b;display:block;width:33.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.3125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:7.6310768127444rem;left:6rem;height:2.54394375rem;font-style:normal;display:block; }
#VFnS6Ay255LGisJlIGN0SKo3NzyRqLBp { color:#0d121b;display:block;width:44.75rem;position:absolute;font-family:"roboto condensed";font-size:4.8125rem;font-weight:300;z-index:15002;line-height:.9;letter-spacing:0;top:10.239562988281rem;left:6rem;height:8.6614375rem;font-style:normal;display:block; }
#EPF8hPKGS82PZJsczJdCBNC3yZbavptP { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:24.812460899353rem;left:6rem;height:11.8229375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gRkpSzWwbNNP1QLypW2ToOnPvsi5VNyn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d121b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row .container { background-color: transparent; background-image: none; }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row .container > .video-iframe-container { display: none; }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row > .video-iframe-container { display: none; }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .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); }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row .container { border-width: 0; border-radius: 0; }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row .container { font-size:0.875rem;font-family:arial;height:544.5625rem;width:60rem;position:relative;display:block; }#Pxd7n5bZgUrivIiZC9qbvbNbHulPGRsw { position:absolute;display:block;z-index:14999;background-color:#0d121b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: 0rem 0rem 2.1875rem #0d121b ;height:0.1875rem;width:60rem;top:42.24853515625rem;left:0rem;display:block; }
#Tr55w8gnuxPw4ZbVtNFVcak0yCQ6Hw6w { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:12.964409351349rem;left:6rem;height:5.56770625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#puHHZENmSowTBmbx4XdF6sKJo2bdX7nk { color:#0d121b;display:block;width:33.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:20.375rem;left:6rem;height:2.5434rem;font-style:normal;display:block; }
#TrK583qfHi38RpkOQw8bIBZOTr7w4tVE { color:#0d121b;display:block;width:23.9375rem;position:absolute;font-family:"roboto condensed";font-size:4.8125rem;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;top:22.9375rem;left:6rem;height:8.6614375rem;font-style:normal;display:block; }
#GgT5UtTt5JTb8A0W6Nvc74tRtvSoRn65 { color:#0d121b;display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:34.9375rem;left:8.875rem;height:21.203125rem;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; }
#Dq9DwT9CHimTh0gZmnSlZb5qpsf0e5pf { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:51.75rem;left:6rem; }
#OmAonbDHFszDRAQFhtqyH6ESITsu4nyy { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:47rem;left:6rem; }
#twu1CRXCIUzOdxP4no6NzCNgtAkcNBzZ { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:42.3125rem;left:6rem; }
#tgZWFyc2f0PDLECfmHoOIDFpy1UFU8ZZ { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:37.625rem;left:6rem; }
#k4E5dpPz4XBoqBqq4zSh5v6cy58Br3iP { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:35.1875rem;left:6rem; }
#LHKm3dTyimxJOnwaP8zUpXFFihIu1KUV { color:#0d121b;display:block;width:33.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.3125rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:75.875rem;left:5.625rem;height:2.5434rem;font-style:normal;display:block; }
#TqBh5OLq0XZazZpr4TP2Dc5JFIZAHGT4 { color:#0d121b;display:block;width:20.75rem;position:absolute;font-family:"roboto condensed";font-size:4.8125rem;font-weight:300;z-index:15007;line-height:.9;letter-spacing:0;top:78.4375rem;left:5.625rem;height:8.6614375rem;font-style:normal;display:block; }
#OB3X98mdnxTITC5wFHUIfdZDtatyH1qW { color:#0d121b;display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:88.875rem;left:8.5rem;height:21.2031rem;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; }
#z4X4JhbaJluwctnD8iJInC6a1TTyMZWz { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:89.125rem;left:5.625rem; }
#c8gNAaNFaTPKQ6F9TyuhArGT1TZsSDDT { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:91.5625rem;left:5.625rem; }
#rJ31I7SUuzISzi17iHFb46TvcMRMA3NI { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:93.9375rem;left:5.625rem; }
#qsQhNwNzJNaqIQO8C7plf36XTRcATbHQ { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:98.625rem;left:5.625rem; }
#NVnLNgTrDbWQaJJbCkXkUTo2eKBQ2fxy { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:103.3125rem;left:5.625rem; }
#bVaEr33v8KtkghrT8MbnP8g5wpQEwokM { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:146.91666650772rem;left:6rem;height:5.91145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LOpbXOSwsHRXbXAQtvgtJrOle4rK6Iuy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:544.625rem;width:54.25rem;top:-0.0625rem;left:2.875rem;display:block; }
#fCT8tq8LsD4s5W52TUMXX4QFLxIpvlOi { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:202.31165313721rem;left:6rem;height:5.91145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UqluwWxXdlCOfCGO3l2TtJy8UntKI0Jm { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:212.68747329712rem;left:6rem;height:63.613675rem;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; }
#Jw5QQxmU2tcn4MzVXOCITmpCyyxa6XQ4 { color:#0d121b;display:block;width:22.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.3125rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:538.24998474121rem;left:6rem;height:2.54375rem;font-style:normal;display:block; }
#dUdEuUP8dPyVRRNksDgu8z4TyT1ATVHD { color:#0d121b;display:block;width:23.75rem;position:absolute;font-family:"roboto condensed";font-size:4.8125rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:536.25rem;left:27.8125rem;height:5.29375rem;font-style:normal;display:block; }
#HzHZNmypDfOM51O9CTPEZ36S1ykuVZc7 { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:57.748277664184rem;left:6rem;height:16.4913125rem;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; }
#eu6BTIrUdDJ7RFRl6nFnowKwCiKyUk66 { color:#0d121b;display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:124.9375rem;left:8.5rem;height:21.2031rem;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; }
#udEkNpSJiBsNE7KwQrw4OX2mtBxCRfTp { color:#0d121b;display:block;width:24.875rem;position:absolute;font-family:"roboto condensed";font-size:4.8125rem;font-weight:300;z-index:15015;line-height:.9;letter-spacing:0;top:114.5rem;left:5.625rem;height:8.6614375rem;font-style:normal;display:block; }
#npmyooSMbvWhaF8UvqISavtDsur1APXe { color:#0d121b;display:block;width:33.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.3125rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:111.9375rem;left:5.625rem;height:2.5434rem;font-style:normal;display:block; }
#F8ukNxKCdHZgNiXGwUXDodMosMpRaxn7 { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:125.1875rem;left:5.625rem; }
#k3G6MOCzLlRlDI38qOErZALJZNizzmbh { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:127.625rem;left:5.625rem; }
#oHKNPaoJ2oHs9T9IDafmTRR9TAaWHOym { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:130rem;left:5.625rem; }
#Nlr873R7H4THoy9H9PSCi9Rbwq491EfF { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:134.6875rem;left:5.625rem; }
#TRoLlObqZc3CKv55NZsEiWPlT0d68a2S { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:139.375rem;left:5.625rem; }
#KPzRA0TgXoCvFWuT3wQ9ew0fn1L4NT2k { color:#0d121b;display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:169.5rem;left:8.875rem;height:21.203125rem;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; }
#qXmNCFErVSZP4TQ6TZoVaH1ZraF7Bcwu { color:#0d121b;display:block;width:29.3125rem;position:absolute;font-family:"roboto condensed";font-size:4.8125rem;font-weight:300;z-index:15014;line-height:.9;letter-spacing:0;top:157.5625rem;left:6rem;height:8.6614375rem;font-style:normal;display:block; }
#bNgEB1xZKpKbQTCm127gfGSCTw8XLKCf { color:#0d121b;display:block;width:46.75rem;position:absolute;font-family:"roboto condensed";font-size:2.3125rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:155rem;left:6rem;height:2.5434rem;font-style:normal;display:block; }
#XnHQtVhDsNEHiTZ1Om9kEyVmwznmTL9c { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:186.3125rem;left:6rem; }
#Q4NSbGbB4IAro8vnAn7x6gLyN6TnFTbl { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:181.5625rem;left:6rem; }
#DEHCVq4dQOpCqABUmEL2Nn7M0WftofeW { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:176.875rem;left:6rem; }
#BPQJbwT7EUVTttkLxZ6HR8ZMUTTy3CGI { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:172.1875rem;left:6rem; }
#XDKwLnkPmt1RgB3eK7MsaoLC0pSEEJGh { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:169.75rem;left:6rem; }
#salIAQmEV0Z0sbcvxlXOJpioaoOTWCiI { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:192.3125rem;left:6rem;height:7.0676875rem;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; }
#U1AIHtTCm5oWRRozgC1n3xL2XCwETLi5 { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:280.25rem;left:3.53125rem;height:3.33073125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#snwkcTo34wrc9drBR6PiVJOxoZ6uuoVT { color:rgba(var(--color-primary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:284.1875rem;left:38.25rem;height:20.46875rem;font-style:normal;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:left;text-align-last:left;display:block; }
#UHlFR52aKbszNfv8ampp4vkAvMJNLwSy { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top: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:18.5625rem;width:34.6875rem;top:284.375rem;left:2.875rem;overflow:hidden;display:block; }
#KmGOMxuTXLIPqBETv1JpHt8kAN9W7lIz { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-primary-4),1) ;height:22.5rem;width:40rem;top:306.0625rem;left:10.75rem;display:block; }
#XtSa2tRaJ4gnq6Mg697i120CzwDF6IWy { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:369.1875rem;left:5.5609359741211rem;height:3.33073125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kwNQ2oh1KgcEq1JgWiGKCpxOO5Kmat2G { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:331.375rem;left:5.5609359741211rem;height:3.33073125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KeTyFTmT3wxFgq2uDIHM93XPX0F8OcE1 { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top: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:27.5625rem;width:16.625rem;top:335.3125rem;left:38.9375rem;overflow:hidden;display:block; }
#IkRuJLHP5i44LblT74acrzzcP7Pg3RTL { color:rgba(var(--color-primary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:335.3125rem;left:4.5rem;height:10.234375rem;font-style:normal;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:left;text-align-last:left;display:block; }
#Pz67RB9IHKrDuG5Ucyx7obPftWxIOAyk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:342.6875rem;left:33.625rem; }
#dtyFwGBpOFk0TDdXos8UpgOtwRJvEOeV { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-primary-4),1) ;height:17.3125rem;width:30.9375rem;top:345.6875rem;left:4.75rem;display:block; }
#MmrlQJ7sbs2wDaJfoD5inagbIlX8lJhN { color:rgba(var(--color-primary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:373.1875rem;left:4.0625rem;height:6.8229375rem;font-style:normal;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:left;text-align-last:left;display:block; }
#JUTAFcezcFa2zMg187hTsDIdsA1rQKRL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:378.9375rem;left:33.1875rem; }
#KffmfXEuMRKgxLhvfRV2ZA2nAl7RyN9N { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-primary-4),1) ;height:17.3125rem;width:30.9375rem;top:381.75rem;left:4.0625rem;display:block; }
#QgNBc9bHZrpcrHuLFnQxUC9OiLl8gKTP { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top: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:25.8125rem;width:17.1875rem;top:373.1875rem;left:37.75rem;overflow:hidden;display:block; }
#fDmNWoNJ1yONXtKGJXiEDsZZGgtV82dk { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:402.625rem;left:4.0625rem;height:3.33073125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WETGRx0uckzHB4mftgTmWuKA6XKQbUKq { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top: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:15.0625rem;width:15.0625rem;top:406.8125rem;left:20.5625rem;overflow:hidden;display:block; }
#MEuoRrLdOx5Ca782GL0BduOyc15PbEvy { color:rgba(var(--color-primary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:407.8125rem;left:36.625rem;height:13.890625rem;font-style:normal;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:left;text-align-last:left;display:block; }
#kXWtAL5FPIT0ghHKVHIu83hqIznS8e98 { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top: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:33rem;width:15rem;top:406.8125rem;left:4.0625rem;overflow:hidden;display:block; }
#Zzuyl5hL9UxVptybqlmKPNUf3XOMZr6a { color:rgba(var(--color-primary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:422.25rem;left:20.6875rem;height:6.1736125rem;font-style:normal;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:left;text-align-last:left;display:block; }
#FyxbpVcZC3nZrE3VDt1TaBmZmLAxgph3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:427.4375rem;left:51.375rem; }
#tbT5Of5KKn4iVkbAczT6O5KJC7EzbPNR { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-primary-4),1) ;height:17.3125rem;width:30.9375rem;top:430.1875rem;left:22.375rem;display:block; }
#K651iiSqwgq4MHXLiICUUCS7qBuyyu4r { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:453.25rem;left:5.8125rem;height:5.91145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c6UM0hrRkzXe0vdUzRNsc0per70cRvJO { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:462.1875rem;left:6.1875rem;height:17.5486375rem;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; }
#EKdJOuVB5bsL44VdoSGZ9pyHl2nNTM3m { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:484.875rem;left:5.8125rem;height:5.91145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GICCcS6XkzcqAbIozMaMWK36JKAq88D2 { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:493.8125rem;left:6.1875rem;height:41.6780375rem;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; }
#GRdGA3r84fAurb0uUWhJkB8QErsw3HUz { color:#0d121b;display:block;width:33.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.3125rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:114.75rem;left:5.625rem;height:2.54296875rem;font-style:normal;display:none; }
#ZD3q1H5oOQbIezR0TRsaO7EJRid4ckPC { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top: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:14.6875rem;width:21.5625rem;top:19.923611164093rem;left:32.118055343628rem;overflow:hidden;display:block; }
#AFaslyasVAU6Jd5ykCHSO2tqIWJL2xzJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:342.6875rem;left:33.625rem;display:none; }
#vkAlsQxZ2BsmhxvD98OnmND7ORh6TwJD { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top: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:14.75rem;width:21.5625rem;top:75.392361164094rem;left:35.618055343628rem;overflow:hidden;display:block; }
#no5Cah6fvQphceTaJIC2HoKUzklMoh4e { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top: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:14.75rem;width:21.5625rem;top:111.45486068726rem;left:35.618055343628rem;overflow:hidden;display:block; }
#lq97dCV4F7tzWVv02fXT7bDfSRzRgx8i { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top: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:14.75rem;width:21.5625rem;top:157.56251239777rem;left:35.312501907349rem;overflow:hidden;display:block; }
#qWPWeJTHffPJobW5ix202DUuq5s1prrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row .container { background-color: transparent; background-image: none; }#qWPWeJTHffPJobW5ix202DUuq5s1prrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row .container > .video-iframe-container { display: none; }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row > .video-iframe-container { display: none; }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .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); }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row .container { border-width: 0; border-radius: 0; }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row .container { font-size:0.875rem;font-family:arial;height:147.8125rem;width:60rem;position:relative;display:block; }#vvS5AVUsvEAJxnZ4O96ylW9ZGiN2E8Lx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.4983125rem;width:9.4983125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:0.8046875rem;left:13rem;filter: drop-shadow(0.0625rem 0.0625rem 0.4375rem #0d121b); }
#HLIyMkG9ewUOCT3hVNfueDkHDgmtdaKv { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: 0.0625rem 0.0625rem 2.1875rem #0d121b ;height:143.5rem;width:60rem;top:4.3125rem;left:0rem;display:block; }
#haQ7sLq5NwMFQawChEZedSe3N2yJp3NB { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:27.6875rem;left:6rem;height:76.7751875rem;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; }
#ZiNgHtz7oMxC294oXiKMaKrTp64k5VWe { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:15.125rem;left:5.1875rem;height:8.8671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liMzUULmCAqGqOdzDzAknMNBbLdnATRs { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:107.43750190735rem;left:6rem;height:5.91145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVkHiVxVaiX2oz4JZTut51AFSrvQIbT6 { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:116.81250190735rem;left:6rem;height:19.742225rem;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; }
#LK3exabWhMU1cSX8mku4CJ16qbrdRhhd { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:140.2500038147rem;left:6rem;height:2.95625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MalWSM6K9E5izLf0NE6oU809uUoTR8Mf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MalWSM6K9E5izLf0NE6oU809uUoTR8Mf > .row .container { background-color: transparent; background-image: none; }#MalWSM6K9E5izLf0NE6oU809uUoTR8Mf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MalWSM6K9E5izLf0NE6oU809uUoTR8Mf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MalWSM6K9E5izLf0NE6oU809uUoTR8Mf > .row .container > .video-iframe-container { display: none; }#MalWSM6K9E5izLf0NE6oU809uUoTR8Mf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MalWSM6K9E5izLf0NE6oU809uUoTR8Mf > .row > .video-iframe-container { display: none; }#MalWSM6K9E5izLf0NE6oU809uUoTR8Mf > .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); }#MalWSM6K9E5izLf0NE6oU809uUoTR8Mf > .row .container { border-width: 0; border-radius: 0; }#MalWSM6K9E5izLf0NE6oU809uUoTR8Mf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MalWSM6K9E5izLf0NE6oU809uUoTR8Mf > .row .container { font-size:0.875rem;font-family:arial;height:179.25rem;width:60rem;position:relative;display:block; }#mz46IO8aOkOwQZMnGbJXdH4iueKMFtdM { color:#0d121b;display:block;width:23.125rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:15.9375rem;left:6.1875rem;height:10.44791875rem;font-style:normal;display:block; }
#MysoFMKMgwUBSxyN1q6D5TtAXZEA7Gtn { color:#0d121b;display:block;width:47.997375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.748436927796rem;left:5.9976501464844rem;height:6.58125rem;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; }
#HXXnmHTkvgHXC4h2i1eHe4rXMwkRVsyd { color:#0d121b;display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:36.8125rem;left:9.0625rem;height:23.55903125rem;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; }
#IJQ2oCaz3cod9DuL0osopx8wkTo7NCwX { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:37.0625rem;left:6.1875rem; }
#u5p1MNxcQFPbrg8VC0ziJzmcpM1JNru7 { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:41.875rem;left:6.1875rem; }
#Nl1ySxLJXmysN8zCz4tyPL9urvAR18w3 { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:51.3125rem;left:6.1875rem; }
#oG4v6zDTBxFwUCc2m7xrHAJNwlIRINIm { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:46.5rem;left:6.1875rem; }
#Z0Mzph45yZggmW3GH0CTchfVdHXmESAd { color:#0d121b;display:block;width:23.125rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:300;z-index:15021;line-height:1.1;letter-spacing:0;top:65.124206542969rem;left:6.1874923706055rem;height:13.05989375rem;font-style:normal;display:block; }
#hnwKcddnWWcDMDeiIrc0vbTuKan7M2Nq { color:#0d121b;display:block;width:47.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:82.437492370606rem;left:4.8117141723633rem;height:2.19375rem;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; }
#iixxT2THrHnoBK1BJU30szFQyS1XKIUe { color:#0d121b;display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:85.999992370606rem;left:7.6242141723631rem;height:16.4913rem;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; }
#rG2ghQTATsDpNSsJCoWy9iv8Kfz67TTT { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:86.248428344725rem;left:4.8117141723633rem; }
#s4uOO3C306oaqNf7tM1ECnKFXes6mIvU { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:90.872642517087rem;left:4.8117141723633rem; }
#RZUtlsiV3wqPU5gPAlkci4V3Pt6VJ5HD { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:98.060924530031rem;left:4.8117141723633rem; }
#R58brmdRffet4TeTfoyOmOE2gEyWu6O5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.4983125rem;width:9.4983125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:0.8046875rem;left:13rem;filter: drop-shadow(0.0625rem 0.0625rem 0.4375rem #0d121b); }
#HfHZChW5ervgbv7RqHC3tsW7stqoTJWK { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: 0.0625rem 0.0625rem 2.1875rem #0d121b ;height:174.9375rem;width:60rem;top:4.3125rem;left:0rem;display:block; }
#i09p2PT1xS3IbOrz6NAyUR88vEHtd8du { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:55.875rem;left:6.1875rem; }
#nXVBlPh4kq0z6CKMC1wCMXqakKpzlTxU { color:#0d121b;display:block;width:47.9953125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:104.80858230591rem;left:4.8070297241211rem;height:57.033rem;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; }
#xcipkcok4CwPdNxOVpAzJT5pJqHslhtV { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top: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:11.75rem;width:11.75rem;top:15.937485694885rem;left:34.804689407349rem;overflow:hidden;display:block; }
#v3FALCK8yRUcnOTPzI6fPJHtRvl6hSc4 { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.55) ;height:13.9375rem;width:25rem;top:65.123443603512rem;left:31.409759521484rem;overflow:hidden;display:block; }
#CnP8yHav4mi5U6VLUUEMZACEtta087Tw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4984375rem;height:4.99921875rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:164.5rem;left:18.25rem;display:block; }
#hdXJDMICdgygKyX11G7TBAa2Fh82edk3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SUqpThUWWCRdtDN4Dx8TlHfZkxPqKCLB { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:170.9375rem;left:6rem;height:1.85625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d121b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row .container { background-color: transparent; background-image: none; }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row .container > .video-iframe-container { display: none; }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row > .video-iframe-container { display: none; }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .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); }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row .container { border-width: 0; border-radius: 0; }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row .container { font-size:0.875rem;font-family:arial;height:284.0625rem;width:60rem;position:relative;display:block; }#V3k6BoPs7NSTmO6z8CyookSnbEn9sXkX { position:absolute;display:block;z-index:14999;background-color:#0d121b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: 0rem 0rem 2.1875rem #0d121b ;height:0.1875rem;width:60rem;top:42.24853515625rem;left:0rem;display:block; }
#qfXPVyxJT99pDfb4JD1JMD0JkCBERJsC { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:2.3125rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:6.3125rem;left:6rem;height:10.173625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9WUUULBMxaTaFE5txptiDCTK9lhqLkN { color:#0d121b;display:block;width:33.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:20.1875rem;left:7.5rem;height:2.5434rem;font-style:normal;display:block; }
#AkCzSHLPSEki4bMc7Gcrx1ZH8dwWWacz { color:#0d121b;display:block;width:45.0625rem;position:absolute;font-family:"roboto condensed";font-size:4.8125rem;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;top:22.75rem;left:7.4375rem;height:4.33073125rem;font-style:normal;display:block; }
#RrHKWcnrdquz8vDsaumWtK5BrcQb0cQt { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:2.6875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:64.04296875rem;left:5.9976501464844rem;height:14.77865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b9MDJTfF3LlUaFfEgXp99y7AftT2naI7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4984375rem;height:4.99921875rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:55.12264919281rem;left:18.248428344726rem;display:block; }
#cEhR0TLCaEESEoXUPTcHD5usFrVoTuxf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CgyTCvbKu1mJpTrg3iiDD789kVcwZtoC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:284.0625rem;width:54rem;top:0rem;left:3rem;display:block; }
#xAiZpeG9QVcO8CevtcVc8DpNXNP5DCMD { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:61.560935974121rem;left:5.9976501464844rem;height:1.85625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NfsWGmIpQVH837431tg2zSEX41M7x91a { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:189.79217910767rem;left:5.9976501464844rem;height:28.5164875rem;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; }
#EPJw5CkHaxFwVa6rCIrQfORoxC112oMs { position:absolute;display:block;z-index:15000;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:38.875rem;width:60rem;display:none; }
#cN2Ihh44ooaThUk7XdN1fpoRmQaT1tUz { color:#0d121b;display:block;width:33.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.3125rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:82.25rem;left:6rem;height:2.5434rem;font-style:normal;display:block; }
#wi9FlmLg88AZkbLXqC3NwTIKdL3DqBTG { color:#0d121b;display:block;width:37.5rem;position:absolute;font-family:"roboto condensed";font-size:4.8125rem;font-weight:300;z-index:15006;line-height:.9;letter-spacing:0;top:84.8125rem;left:6rem;height:4.33125rem;font-style:normal;display:block; }
#MXpx9zoU21ui0OTI6uyFXPpG8kQX36rM { color:#0d121b;display:block;width:33.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.3125rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:119.75rem;left:6rem;height:2.5434rem;font-style:normal;display:block; }
#vJL36PGyEewFUkRLfTP77GqcPt3Ury6u { color:#0d121b;display:block;width:37.5rem;position:absolute;font-family:"roboto condensed";font-size:4.8125rem;font-weight:300;z-index:15008;line-height:.9;letter-spacing:0;top:122.3125rem;left:6rem;height:4.33125rem;font-style:normal;display:block; }
#bqTkTPN8i1GZdQ7Kxt9Jyht3zgXOkBpq { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:157.30984210968rem;left:6rem;height:20.34720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XGVPKGTf26XHyhNGIObxB4FvLpKAaSqP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1859375rem;height:5.25rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:180.99608230591rem;left:17.404678344726rem;display:block; }
#Gq9dh7mo4v9LhP1FoOmf0dyDb3TyKAAC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P3gPpvyUHrS0XuLkbHNzSLZOyy4shAqW { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:187.93592834472rem;left:5.9976501464844rem;height:1.85625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pOQlEUVOudD0bxgwWz5AUFRdJTyV5T2Z { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-primary-4),1) ;height:21.1241875rem;width:38.3741875rem;top:29.542967796326rem;left:10.026557922363rem;display:block; }
#zhPodo7JDEJGDXZq00G1MyWGcvphA1TP { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-primary-4),1) ;height:24.9984375rem;width:45.4359375rem;top:128.375rem;left:7.75rem;display:block; }
#k83aqkOm0XTabTgnqZeQP11ZeilvEPvc { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-primary-4),1) ;height:25rem;width:44.9375rem;top:91.125rem;left:8rem;display:block; }
#NdsUTI8UuEeLKbeO7XGpdOQ8ASGNISEW { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:218.43580436706rem;left:6rem;height:50.4522625rem;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; }
#q5UAIzgdhfMtwKnwWcIxAC3FTaoIJHMk { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.18575rem;height:5.25rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:270.05465507508rem;left:17.405382156372rem;display:block; }
#tUBZibZCIsb5aqaEP6ih2UmBg0L1kAiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 .widget-text.counter-number { border-top:0;border-left:0;border-right:0.331875rem solid #000164;border-bottom:0.3325rem solid #000164;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #e9008c, #e9008c);background-image: -moz-linear-gradient(13deg, #e9008c, #e9008c);background-image: -ms-linear-gradient(13deg, #e9008c, #e9008c);background-image: -o-linear-gradient(13deg, #e9008c, #e9008c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9008c', endColorstr='#e9008c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9008c', endColorstr='#e9008c' );";background-image: linear-gradient(13deg, #e9008c, #e9008c);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(0,1,100,0.41) ;color:#ffffff;padding-top:0.59875rem;padding-right:0.523125rem;padding-bottom:0.59875rem;padding-left:0.523125rem;display:block;align-items:center;width:3.138125rem;min-width:3.138125rem;height:3.21875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.395625rem;font-weight:400;line-height:51.5px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 .widget-text.counter-label { background-color:;background-image:none;color:#0d121b;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.374375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.184375rem;height:1.2725rem;position:relative;font-family:var(--headlines-font-family);font-size:0.898125rem;font-weight:700;line-height:20.36px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.0625rem;height:6.395625rem;padding-top:0.075rem;padding-right:0.075rem;padding-bottom:0.075rem;padding-left:0.075rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:219.52082824707rem;left:18.486112594604rem;z-index:15086; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #Nf2XrgeVREFLWonhTCUKoLJSkmPKCkq7 { display:flex;position:relative;top:0rem;left:0rem; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #GJ6hgTg5HQc646kRVnyiSrN1DoEd5u1Z { width:auto; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #xJks25hFmTmfLdJeIcT5vLQy3sRxKSgi {  }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #DCK2sxdoXL9nvMoktcO08SgQQTNmvWST { display:flex;position:relative;top:0rem;left:0rem; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #VvpVG2iOf9oE12AOzMTlgho5naxPC9zK {  }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #Bls2a9zCv4p4T7z51cOdIVeo0S1crwE7 {  }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #DeyUvOBEcS18UrNcLPxt0TeTeolAIA8D { display:flex;position:relative;top:0rem;left:0rem; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #w6ovZUPOOtPLprZDEL1GC0FQT7kT02lM {  }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #KAsl4iocBl8M0UHX8XGd1IFQiGC2lDo9 {  }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #MAHS7H2xf4T4IFiCxCUI4W1UwdBrOANX { display:flex;position:relative;top:0rem;left:0rem; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #z1L3BTV0GMgScLJIILznFsMUfaFL8zI4 {  }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #i87aQm54eg0SHzCZ5szrix2JBlTZGncz {  }
#T8Nnof8rTJKoaeOfB0sCiVqDrs1NAPC3 { color:#0d121b;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:276.12330818176rem;left:6rem;height:1.85625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d121b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row .container { background-color: transparent; background-image: none; }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row .container > .video-iframe-container { display: none; }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row > .video-iframe-container { display: none; }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .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); }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row .container { border-width: 0; border-radius: 0; }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row .container { font-size:0.875rem;font-family:arial;height:246.625rem;width:60rem;position:relative;display:block; }#gnEsFp1LTC1tTCOvSwSdFRzanT4DG4T9 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: 0rem 0rem 2.1875rem #c7c9c7 ;height:246.625rem;width:54rem;top:0rem;left:3.0625rem;display:block; }
#a0Uhav4tePbtspXgzCTGLGJ453335UFc { color:#0d121b;display:block;width:38.5608125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:300;z-index:15036;line-height:1.1;letter-spacing:0;top:3.1242370605469rem;left:11.029685974121rem;height:3.36805625rem;font-style:normal;display:block; }
#hxwpF05oN5NqDtOr7o6IFPt3ux13p5H9 { color:#0d121b;display:block;width:48.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.625rem;font-weight:300;z-index:15038;line-height:1.1;letter-spacing:0;top:5.37353515625rem;left:6.68701171875rem;height:8.387125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LHapPaScDheXDMRPIZUT2UZaCvhdJtAi { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: 0.0625rem 0rem 1.875rem #c7c9c7 ;height:141.625rem;width:60rem;top:87.0625rem;left:0rem;display:block; }
#GqLr2v69UINqJZUxD8VvOm7DiBdohNGK { color:#0d121b;display:block;width:48.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:300;z-index:15065;line-height:1.1;letter-spacing:0;top:94.125rem;left:7.375rem;height:6.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QMMpJ1iMwevXkTgQsk8assAOoeOVlefF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #0d121b ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1859375rem;height:6.8741875rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:143.8125rem;left:17.375rem;display:block; }
#Ch6QnZ37UqwbCNsoDe5Hp59SqtFKRFTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sw6wr0oR9THe4hUIZGTBuaJwLrrhuu5G { color:#0d121b;display:block;width:48.25rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:20.5625rem;left:6.7802734375rem;height:2.61198125rem;font-style:normal;display:block; }
#lelHnbDIreQWWGwzWRN71HI6NK9OXaaS { color:#0d121b;display:block;width:48.25rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:54.4375rem;left:6.75rem;height:2.61198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rD4JsD7aLLKfD7y0MGDJQFekHcFkxMT3 { color:#0d121b;display:block;width:47.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:45.0625rem;left:6rem;height:2.19375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lnb9gJReDn40hbkTMZnMNVPiQR0mb1a2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:49.375rem;left:28.4375rem; }
#i6tJAkJoP2SyxeieiUaZMPd65eqBQ7UP { color:#0d121b;display:block;width:47.997375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:76.060764312744rem;left:6.9045143127444rem;height:6.58125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WIyNT80MXBKRvX6xwJIEiEQ9y3QHPi0E { color:#0d121b;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:101.25rem;left:6.875rem;height:35.09725rem;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; }
#QznzddoQFpLiL4ZEpMleZodKMLSZ8bJc { color:#0d121b;display:block;width:37.8105625rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:300;z-index:15074;line-height:1.1;letter-spacing:0;top:220.1875rem;left:11.125rem;height:5.56770625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmtWwVIK1ggtZyA6gW1AMocv2TRGVVgW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #0d121b ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1859375rem;height:6.8730625rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:211.3125rem;left:17.75rem;display:block; }
#v1uXGqXDrWAE5mervSeCPuGJLgdhcdxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pisBPnTPSEWOS34AeBbSOz5bTePO6PP3 { color:#0d121b;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:300;z-index:15068;line-height:1.1;letter-spacing:0;top:156.75rem;left:0rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VzJJeu0TSTX6R7bmq9wCim5k7BwNFbCT { position:absolute;display:block;z-index:15098;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:5.9375rem;width:20.625rem;top:136.375rem;left:4.125rem;overflow:hidden;display:block; }
#wSF0KEgIE6gdZop0ODTkgyNl7h98LMX1 { color:#0d121b;display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:300;z-index:15106;line-height:1.1;letter-spacing:0;top:91.8125rem;left:8.125rem;height:3.36875rem;font-style:normal;display:block; }
#kTSLwyUTInQSAT130ApNbaydGnWcM7cB { color:#0d121b;display:block;width:38.559375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:300;z-index:15107;line-height:1.1;letter-spacing:0;top:153.4570274353rem;left:10.719139099121rem;height:3.36805625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H5PJ1AnZhlt93TxybmdhlxTdaOVOm3l8 { position:absolute;display:block;z-index:15000;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:38.875rem;width:60rem;display:none; }
#kU4ltMDy5PQWb4FGNLCvGiOFtGQ0TuqX { position:absolute;display:block;z-index:15000;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: 0rem 0rem 1.0625rem rgba(var(--color-tertiary-4),0.5) ;height:96.1875rem;width:60rem;display:none; }
#XnGqMlWbH5m9w8mL9FalrZJE0KakCJZa { position:absolute;display:block;z-index:15094;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: 0rem 0rem 1.0625rem #0d121b ;height:14.0625rem;width:25.5rem;top:253.125rem;left:4.125rem;overflow:hidden;display:none; }
#K8s5mXtRdVyFWpobaWOrK0cWLZW2ZUkA { position:absolute;display:block;z-index:15097;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: 0rem 0rem 1.0625rem #0d121b ;height:14.25rem;width:25.5rem;top:259.5625rem;left:16.375rem;overflow:hidden;display:none; }
#dKD29r8WLsa7AbigFGiF7sK2BTzcJ0UO { color:#0d121b;display:block;width:38.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:300;z-index:15107;line-height:1.1;letter-spacing:0;top:226.0703125rem;left:8.125rem;height:3.3681625rem;font-style:normal;display:none; }
#HADHWT0kIpDaAXJV9EUtKnIIzNFeWb1O { color:#0d121b;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:300;z-index:15068;line-height:1.1;letter-spacing:0;top:228.375rem;left:8.125rem;height:6.53125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#J3Mny9ZKZJQShyfFwpNaaTJ7taTi8ATw { position:absolute;display:block;z-index:15000;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:8.5625rem;width:29rem;display:none; }
#hVlUOPIerk1oFwhAn8AlCuz2XTrmA9yK { position:absolute;display:block;z-index:15108;border-bottom:0;border-left:0;border-right:0;border-top: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:16.875rem;width:24.75rem;top:25.62326335907rem;left:6.6866321563719rem;overflow:hidden;display:block; }
#moPn14Q0iOTdP6HhlRWpeddvzIfXRL4x { position:absolute;display:block;z-index:15109;border-bottom:0;border-left:0;border-right:0;border-top: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:16.875rem;width:24.75rem;top:25.62326335907rem;left:29.302083969116rem;overflow:hidden;display:block; }
#ZqnT4piZnqtRW2Dorm3Aemluex3nQ2EB { position:absolute;display:block;z-index:15110;border-bottom:0;border-left:0;border-right:0;border-top: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:16.9375rem;width:24.75rem;top:59.124090909958rem;left:7.3732643127444rem;overflow:hidden;display:block; }
#P63yiqktdv9BhQi57q0n9GxagqIWNUTZ { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top: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:14.5rem;width:21.25rem;top:59.310763835907rem;left:30.092016220092rem;overflow:hidden;display:block; }
#od761VcInJJKPwilLM7Axk6pFRBI8fa5 { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top: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:16.875rem;width:24.75rem;top:166.25rem;left:6.3125rem;overflow:hidden;display:block; }
#b5oBhlc8xOQuBDwQi53FXsOZEqagTAn1 { position:absolute;display:block;z-index:15113;border-bottom:0;border-left:0;border-right:0;border-top: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:16.875rem;width:24.75rem;top:166.25rem;left:28.9375rem;overflow:hidden;display:block; }
#graWDKA3kJU92VWzlDJUkQa60ywHsZgc { position:absolute;display:block;z-index:15114;border-bottom:0;border-left:0;border-right:0;border-top: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:16.937125rem;width:24.75rem;top:172.93710136414rem;left:12.936325073243rem;overflow:hidden;display:block; }
#Cff5F3xBkULNfb1dPDX8QblLJHk0yBq0 { position:absolute;display:block;z-index:15115;border-bottom:0;border-left:0;border-right:0;border-top: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:14.499625rem;width:21.249625rem;top:173.49960136414rem;left:28.413276672363rem;overflow:hidden;display:block; }
#RdJLzvAAD1JLWhKPniHczoAAAE4KkMZT { color:#0d121b;display:block;width:55.2491875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:300;z-index:15108;line-height:1.1;letter-spacing:0;top:188.74920272827rem;left:2.3742179870606rem;height:3.36805625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rxAs2UTfWtAhXwd4tCeLVZ1IN6uHBPas { position:absolute;display:block;z-index:15115;border-bottom:0;border-left:0;border-right:0;border-top: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:10.749625rem;width:10.749625rem;top:192.02304267883rem;left:17.374217987061rem;overflow:hidden;display:block; }
#xwmwOaA9i9DLz7yE8sifZyQPyASvdyLW { position:absolute;display:block;z-index:15116;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.55) ;height:9.1875rem;width:16.749625rem;top:192.8046836853rem;left:30.090232849121rem;overflow:hidden;display:block; }
#ZqvIL3RM7h98SsUAkR3C08Ay2Zo0QWe7 { color:#0d121b;display:block;width:38.559375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:300;z-index:15108;line-height:1.1;letter-spacing:0;top:162.49882316589rem;left:10.719139099121rem;height:3.36805625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SgJ0n2kXXTmhZCcgTnQlZ1ekBfJCe1Z0 { color:#0d121b;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:300;z-index:15068;line-height:1.1;letter-spacing:0;top:156.75rem;left:0rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:203.465259552rem;left:20.375001907349rem;z-index:15117; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv #anTT4aPcuwzgfi0hhtfBfuDF7L7URIs6 { display:flex;position:relative;top:0rem;left:0rem; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv #owWgQqqgpMzSqXaulf47cgudlBgThf0Z { width:auto; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv #IXcl5gsVRc3IoT932o8Fgr0MXbtpnDkO {  }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv #D7CR65cKqrhBGxV07Fv74m7MkTDUAslU { display:flex;position:relative;top:0rem;left:0rem; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv #ofr3r1eKqXCTZ8my9n41v6JkEb8QzOvi {  }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv #Zupq4OqX8I7aKLWhlvBNbEpUKBrbiLS4 {  }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv #f4HOBMNI3SkJUVxuk9dkwkD8HRRAIJqo { display:flex;position:relative;top:0rem;left:0rem; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv #ut0iJ6zicDzxewNqo29ZPs0i4tQImiQc {  }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv #RwKl4F8t2BQdd6IOlk0sUOKp4RLaVxqd {  }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv #JkZMxmye80W2zVfV5IomRNzi07Xmitn8 { display:flex;position:relative;top:0rem;left:0rem; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv #v1ywfq0MnLDUqshyo8dzXlNA5lpn99AB {  }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv #w6TgeL3myWgyTR2KVDGs6Rf3zPPkk1dE {  }
#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row .container { background-color: transparent; background-image: none; }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row .container > .video-iframe-container { display: none; }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row > .video-iframe-container { display: none; }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .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); }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row .container { border-width: 0; border-radius: 0; }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#Z5zU3m2iqaBlyywGnGURGSiNauDDyALb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:12.313541412354rem;display:block; }
#X92n2GCxS9LB2MpJKrX0KEFqAWJDaZRw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O23mGuBMkeLLSbFEI4st5tmuXG5mX00F { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:29.813541412354rem;display:block; }
#zaiUiE1tBhKkNTG5OVyrg4rbiApfz6sb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhkrH20muHr7P7C5cCIZWie3fTqgslSk { position:relative;display:none; }#zhkrH20muHr7P7C5cCIZWie3fTqgslSk { border-width: 0; border-radius: 0; }#zhkrH20muHr7P7C5cCIZWie3fTqgslSk > .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; }#zhkrH20muHr7P7C5cCIZWie3fTqgslSk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zurNb2bC7vfyfPpzXtagrIs70ctcdUax { position:absolute;display:block;z-index:15000;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:38.875rem;width:60rem;display:none; }
#mfszPZDNxfeSx6WF52XWdsOteT9sdt9e { position:absolute;display:block;z-index:15000;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: 0rem 0rem 1.0625rem rgba(var(--color-tertiary-4),0.5) ;height:96.1875rem;width:60rem;display:none; }
#ZPUIvE3ZtGkcmEUEuQmcGyiKUmT0WOQX { position:absolute;display:block;z-index:15096;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: 0rem 0rem 1.0625rem #0d121b ;height:20.5rem;width:20.5rem;top:251.4375rem;left:31.875rem;overflow:hidden;display:none; }
#QL2SL5NJtzSdevgSZyVv9N8JEKbDMt4r { position:absolute;display:block;z-index:15094;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: 0rem 0rem 1.0625rem #0d121b ;height:14.0625rem;width:25.5rem;top:253.125rem;left:4.125rem;overflow:hidden;display:none; }
#DKUxeyC5mg4aMy8VCXizmavotTdntavl { position:absolute;display:block;z-index:15097;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: 0rem 0rem 1.0625rem #0d121b ;height:14.25rem;width:25.5rem;top:259.5625rem;left:16.375rem;overflow:hidden;display:none; }
#lrUBT8OUzEOalzJWuBg8PSJW6ltN8fxx { color:#0d121b;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:300;z-index:15068;line-height:1.1;letter-spacing:0;top:228.375rem;left:8.125rem;height:6.53125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QT0BhlTEzT4i4IwmZcPaxTJarC38bNJo { color:#0d121b;display:block;width:38.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:300;z-index:15107;line-height:1.1;letter-spacing:0;top:226.0703125rem;left:8.125rem;height:3.3681625rem;font-style:normal;display:none; }
#f0GVxrDIp2s4ZIrqhTmL5M2MRyuTlQJK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #0d121b ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:6.875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:481.125rem;left:18.1875rem;display:none; }
#p6Qf8ispRgxD4feQnwtmhQVM33rPNUSF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eD24U07O515URkoK8kScfK9ZTihx9T1E { color:#0d121b;display:block;width:37.8125rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:300;z-index:15082;line-height:1.1;letter-spacing:0;top:489.625rem;left:12.3125rem;height:3.71180625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { display:none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HHkMoCtiEJ5iTmXZs5rN7ZVgEHmcFX8C { width:44.625rem;height:2.375rem;top:5.5625rem;left:1.4992218017578rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7yDxmD65atWBl88WKMqGESZUME7knMD { width:47.75rem;height:63.0625rem;top:-1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkXTD87c51og8TT2ChwhToq2noOe284R { width:8rem;height:4.3125rem;top:0rem;left:19.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ws6BrmHCvvJ069Nc6OpKfZtZ6DpHW6kd { width:44.625rem;height:9.6875rem;top:11rem;left:2.1871109008789rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ym1XRra47aebMm4ZoGLQvGl6AHLe53Oy { width:23.4375rem;height:4.9375rem;top:50.125rem;left:12.092971801757rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJhTFkoew4ohTPJrEsJcAI8CxeTPffgh { display:block; }
 }@media only screen and (max-width: 763px) { #zyC2yGdT5N2Cr9SXvykWIHyWDCguTTq7 { width:47.75rem;height:1.8125rem;top:56.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQaZ68iyXEsg4dEwTkkunJW7H55mQKdG { width:44.3125rem;height:24.839608242827rem;top:22.5625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ { display:block; }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4l9ZU1p9sGZKOpM7RCV96MEz2yWT1LO { width:20.1875rem;height:2.1875rem;top:0.5625rem;left:7.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD { display:flex;width:18rem;height:5.0625rem;top:0.375rem;left:25.319444656372rem; }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #B52EvO2zKnJTSCoLGmdIivcdqQyXZ1sk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #gqewEaEIlZWMcc33MSPkGTDfZ6q8fyzU {  }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #JFqFmUgWHe6VIUnzNN5Zqccepg1mlpi5 {  }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #EsUfevkEDTqQXDSkBJ32nuDo0gdmxehK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #IhG4Gl7QiURS2Es0ho6ECxVQEA537bvR {  }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #T0KJ8s6y8vS6ER9qptDslf7nPZ3W0KhX {  }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #WXo8VaLZST0EApTsQy7Fyvl3QbaerDMR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #vtd29bPi2lPR68JwvLXTCFpB1WD6mQrt {  }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #D1Wh353GpEK0phAuEF1TcReoqTWw89Dd {  }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #COAzcXBazZT5kmuigMSNob4b501kctlT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #x3tzWOCRZgZ55XgevbHXcZeDqrVBsTF4 {  }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #nIdcxRvvWXA0PaxrbXH6Cy07OUypPPZE {  }
 }@media only screen and (max-width: 763px) { #GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIugMDVK4XcLQgpPRezOTU421tVioeUV { width:42rem;height:11.8125rem;top:3.5rem;left:2.8732643127441rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e60UsOTl3AUGP9OdoHtX8SaBpyLMFisp { width:47.75rem;height:19.6875rem;top:17.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJtPZg4GnGvhXBbwAR6ZbDPyPH2J83zU { width:42rem;height:11.8125rem;top:40.625rem;left:2.0625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIZtLEhpnunMLpL40M7ECrFQ02Ueor9O { width:47.75rem;height:50.4375rem;top:56.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUVMmPmdlsbZPJQfRbbEIh6mNfM7XeJQ { width:42rem;height:11.8125rem;top:109.4375rem;left:2.875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzi55iLbZRiqlsNpZ5yi56M6xc2nleb7 { width:47.75rem;height:87.6875rem;top:125.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTHo0DM97O3ZlbPEOfM7bu28n9xUx5wv { width:42rem;height:5.875rem;top:327.75rem;left:2.875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXPT1SsC7LqETAwXTtwbhmyvvdQUFGe9 { width:47.75rem;height:65.75rem;top:337.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxDpAblnClsdebppsuk5R6bmOWFaVylB { width:42rem;height:8.8125rem;top:405.9375rem;left:2.875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OX5ZqsDLVDiM3k6iRUE3pUC83nr4mIDq { width:47.75rem;height:72.375rem;top:418.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGFZ8FvmgDxeH5dHANPh1aLrsBJGsDx8 { width:47.75rem;height:494.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW4wrE3bfnZAH9VOmO0PdoWIEBg5Q7RW { width:4.125rem;height:2.1875rem;top:0rem;left:21.812501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5HbhSW8OgdgDMEfx8Qd3p9WDT64T2Bp { width:42rem;height:8.8125rem;top:216.0625rem;left:2.875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkDkClWFINI2UqWo3wl0OuEXApGuZUqq { width:47.75rem;height:41.625rem;top:228.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWlWb1aL7w26uqca8EI4rNPOBmKvVViB { width:42rem;height:8.8125rem;top:272.3125rem;left:2.875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTQMfdaBboMGxDUl0MyJMKAzzwEOhphW { width:47.75rem;height:39.4375rem;top:285rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { display:block; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBhnEvFQdROnErcXlpcyWwKCp3BoyuBB { width:33.5625rem;height:2.5rem;top:7.625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFnS6Ay255LGisJlIGN0SKo3NzyRqLBp { width:44.75rem;height:8.6875rem;top:10.1875rem;left:0rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPF8hPKGS82PZJsczJdCBNC3yZbavptP { width:47.75rem;height:11.8125rem;top:24.75rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRkpSzWwbNNP1QLypW2ToOnPvsi5VNyn { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo { display:block; }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pxd7n5bZgUrivIiZC9qbvbNbHulPGRsw { width:47.75rem;height:0.1875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr55w8gnuxPw4ZbVtNFVcak0yCQ6Hw6w { width:47.75rem;height:5.5625rem;top:12.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #puHHZENmSowTBmbx4XdF6sKJo2bdX7nk { width:33.5625rem;height:2.5rem;top:20.375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrK583qfHi38RpkOQw8bIBZOTr7w4tVE { width:23.9375rem;height:8.6875rem;top:22.9375rem;left:0rem;font-size:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgT5UtTt5JTb8A0W6Nvc74tRtvSoRn65 { width:45.9375rem;height:21.1875rem;top:34.875rem;left:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dq9DwT9CHimTh0gZmnSlZb5qpsf0e5pf { width:1.75rem;height:1.75rem;top:51.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmAonbDHFszDRAQFhtqyH6ESITsu4nyy { width:1.75rem;height:1.75rem;top:47rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #twu1CRXCIUzOdxP4no6NzCNgtAkcNBzZ { width:1.75rem;height:1.75rem;top:42.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgZWFyc2f0PDLECfmHoOIDFpy1UFU8ZZ { width:1.75rem;height:1.75rem;top:37.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4E5dpPz4XBoqBqq4zSh5v6cy58Br3iP { width:1.8125rem;height:1.8125rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHKm3dTyimxJOnwaP8zUpXFFihIu1KUV { width:33.5625rem;height:2.5rem;top:75.875rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqBh5OLq0XZazZpr4TP2Dc5JFIZAHGT4 { width:20.75rem;height:8.6875rem;top:78.4375rem;left:0rem;font-size:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OB3X98mdnxTITC5wFHUIfdZDtatyH1qW { width:45.9375rem;height:21.1875rem;top:88.875rem;left:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4X4JhbaJluwctnD8iJInC6a1TTyMZWz { width:1.8125rem;height:1.8125rem;top:89.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8gNAaNFaTPKQ6F9TyuhArGT1TZsSDDT { width:1.75rem;height:1.75rem;top:91.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJ31I7SUuzISzi17iHFb46TvcMRMA3NI { width:1.75rem;height:1.75rem;top:93.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsQhNwNzJNaqIQO8C7plf36XTRcATbHQ { width:1.75rem;height:1.75rem;top:98.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVnLNgTrDbWQaJJbCkXkUTo2eKBQ2fxy { width:1.75rem;height:1.75rem;top:103.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVaEr33v8KtkghrT8MbnP8g5wpQEwokM { width:47.75rem;height:5.875rem;top:146.875rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOpbXOSwsHRXbXAQtvgtJrOle4rK6Iuy { width:47.75rem;height:544.625rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCT8tq8LsD4s5W52TUMXX4QFLxIpvlOi { width:47.75rem;height:5.875rem;top:202.25rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqluwWxXdlCOfCGO3l2TtJy8UntKI0Jm { width:47.75rem;height:63.5625rem;top:212.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jw5QQxmU2tcn4MzVXOCITmpCyyxa6XQ4 { width:22.9375rem;height:2.5rem;top:538.25rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUdEuUP8dPyVRRNksDgu8z4TyT1ATVHD { width:23.75rem;height:5.25rem;top:536.25rem;left:21.6875rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HzHZNmypDfOM51O9CTPEZ36S1ykuVZc7 { width:47.75rem;height:16.4375rem;top:57.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eu6BTIrUdDJ7RFRl6nFnowKwCiKyUk66 { width:45.9375rem;height:21.1875rem;top:124.9375rem;left:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #udEkNpSJiBsNE7KwQrw4OX2mtBxCRfTp { width:24.875rem;height:8.6875rem;top:114.5rem;left:0rem;font-size:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #npmyooSMbvWhaF8UvqISavtDsur1APXe { width:33.5625rem;height:2.5rem;top:111.9375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8ukNxKCdHZgNiXGwUXDodMosMpRaxn7 { width:1.8125rem;height:1.8125rem;top:125.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3G6MOCzLlRlDI38qOErZALJZNizzmbh { width:1.75rem;height:1.75rem;top:127.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHKNPaoJ2oHs9T9IDafmTRR9TAaWHOym { width:1.75rem;height:1.75rem;top:130rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nlr873R7H4THoy9H9PSCi9Rbwq491EfF { width:1.75rem;height:1.75rem;top:134.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRoLlObqZc3CKv55NZsEiWPlT0d68a2S { width:1.75rem;height:1.75rem;top:139.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPzRA0TgXoCvFWuT3wQ9ew0fn1L4NT2k { width:45.9375rem;height:21.1875rem;top:169.5rem;left:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXmNCFErVSZP4TQ6TZoVaH1ZraF7Bcwu { width:29.3125rem;height:8.625rem;top:157.5625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNgEB1xZKpKbQTCm127gfGSCTw8XLKCf { width:46.75rem;height:2.5rem;top:155rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnHQtVhDsNEHiTZ1Om9kEyVmwznmTL9c { width:1.75rem;height:1.75rem;top:186.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4NSbGbB4IAro8vnAn7x6gLyN6TnFTbl { width:1.75rem;height:1.75rem;top:181.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEHCVq4dQOpCqABUmEL2Nn7M0WftofeW { width:1.75rem;height:1.75rem;top:176.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPQJbwT7EUVTttkLxZ6HR8ZMUTTy3CGI { width:1.75rem;height:1.75rem;top:172.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDKwLnkPmt1RgB3eK7MsaoLC0pSEEJGh { width:1.8125rem;height:1.8125rem;top:169.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #salIAQmEV0Z0sbcvxlXOJpioaoOTWCiI { width:47.75rem;height:7.0625rem;top:192.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1AIHtTCm5oWRRozgC1n3xL2XCwETLi5 { width:47.75rem;height:3.3125rem;top:280.25rem;left:0rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #snwkcTo34wrc9drBR6PiVJOxoZ6uuoVT { width:17.625rem;height:20.4375rem;top:284.1875rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHlFR52aKbszNfv8ampp4vkAvMJNLwSy { width:34.6875rem;height:18.5625rem;top:284.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmGOMxuTXLIPqBETv1JpHt8kAN9W7lIz { width:40rem;height:22.5rem;top:306.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtSa2tRaJ4gnq6Mg697i120CzwDF6IWy { width:47.75rem;height:3.3125rem;top:369.1875rem;left:0rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwNQ2oh1KgcEq1JgWiGKCpxOO5Kmat2G { width:47.75rem;height:3.3125rem;top:331.375rem;left:0rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeTyFTmT3wxFgq2uDIHM93XPX0F8OcE1 { width:16.625rem;height:27.5625rem;top:335.3125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkRuJLHP5i44LblT74acrzzcP7Pg3RTL { width:32.8125rem;height:10.1875rem;top:335.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz67RB9IHKrDuG5Ucyx7obPftWxIOAyk { width:3.75rem;height:3.75rem;top:342.6875rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtyFwGBpOFk0TDdXos8UpgOtwRJvEOeV { width:30.9375rem;height:17.3125rem;top:345.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmrlQJ7sbs2wDaJfoD5inagbIlX8lJhN { width:32.8125rem;height:6.8125rem;top:373.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUTAFcezcFa2zMg187hTsDIdsA1rQKRL { width:3.75rem;height:3.75rem;top:378.9375rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KffmfXEuMRKgxLhvfRV2ZA2nAl7RyN9N { width:30.9375rem;height:17.3125rem;top:381.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgNBc9bHZrpcrHuLFnQxUC9OiLl8gKTP { width:17.1875rem;height:25.8125rem;top:373.1875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDmNWoNJ1yONXtKGJXiEDsZZGgtV82dk { width:47.75rem;height:3.3125rem;top:402.625rem;left:0rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WETGRx0uckzHB4mftgTmWuKA6XKQbUKq { width:15.0625rem;height:15.0625rem;top:406.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEuoRrLdOx5Ca782GL0BduOyc15PbEvy { width:18.25rem;height:13.875rem;top:407.8125rem;left:29.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXWtAL5FPIT0ghHKVHIu83hqIznS8e98 { width:15rem;height:33rem;top:406.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzuyl5hL9UxVptybqlmKPNUf3XOMZr6a { width:34.3125rem;height:6.125rem;top:422.25rem;left:13.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyxbpVcZC3nZrE3VDt1TaBmZmLAxgph3 { width:3.75rem;height:3.75rem;top:427.4375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbT5Of5KKn4iVkbAczT6O5KJC7EzbPNR { width:30.9375rem;height:17.3125rem;top:430.1875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K651iiSqwgq4MHXLiICUUCS7qBuyyu4r { width:47.75rem;height:5.875rem;top:453.25rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6UM0hrRkzXe0vdUzRNsc0per70cRvJO { width:47.75rem;height:17.5rem;top:462.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKdJOuVB5bsL44VdoSGZ9pyHl2nNTM3m { width:47.75rem;height:5.875rem;top:484.875rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GICCcS6XkzcqAbIozMaMWK36JKAq88D2 { width:47.75rem;height:41.625rem;top:493.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRdGA3r84fAurb0uUWhJkB8QErsw3HUz { width:19.9375rem;height:4.125rem;top:77.125rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZD3q1H5oOQbIezR0TRsaO7EJRid4ckPC { width:21.5625rem;height:14.6875rem;top:19.875rem;left:25.993055343628rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFaslyasVAU6Jd5ykCHSO2tqIWJL2xzJ { width:3.75rem;height:3.75rem;top:342.6875rem;left:27.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkAlsQxZ2BsmhxvD98OnmND7ORh6TwJD { width:21.5625rem;height:14.75rem;top:75.375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #no5Cah6fvQphceTaJIC2HoKUzklMoh4e { width:21.5625rem;height:14.75rem;top:111.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq97dCV4F7tzWVv02fXT7bDfSRzRgx8i { width:21.5625rem;height:14.75rem;top:157.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWPWeJTHffPJobW5ix202DUuq5s1prrT { display:block; }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvS5AVUsvEAJxnZ4O96ylW9ZGiN2E8Lx { width:9.4375rem;height:9.4375rem;top:0.8125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLIyMkG9ewUOCT3hVNfueDkHDgmtdaKv { width:47.75rem;height:143.5rem;top:4.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #haQ7sLq5NwMFQawChEZedSe3N2yJp3NB { width:47.75rem;height:76.75rem;top:27.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiNgHtz7oMxC294oXiKMaKrTp64k5VWe { width:47.75rem;height:8.8125rem;top:15.125rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #liMzUULmCAqGqOdzDzAknMNBbLdnATRs { width:47.75rem;height:5.875rem;top:107.4375rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVkHiVxVaiX2oz4JZTut51AFSrvQIbT6 { width:47.75rem;height:19.6875rem;top:116.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LK3exabWhMU1cSX8mku4CJ16qbrdRhhd { width:47.75rem;height:2.9375rem;top:140.25rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MalWSM6K9E5izLf0NE6oU809uUoTR8Mf { display:block; }#MalWSM6K9E5izLf0NE6oU809uUoTR8Mf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mz46IO8aOkOwQZMnGbJXdH4iueKMFtdM { width:23.125rem;height:10.4375rem;top:15.9375rem;left:0.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MysoFMKMgwUBSxyN1q6D5TtAXZEA7Gtn { width:47.75rem;height:6.5625rem;top:28.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXXnmHTkvgHXC4h2i1eHe4rXMwkRVsyd { width:45.9375rem;height:23.5rem;top:36.8125rem;left:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJQ2oCaz3cod9DuL0osopx8wkTo7NCwX { width:1.75rem;height:1.75rem;top:37.0625rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5p1MNxcQFPbrg8VC0ziJzmcpM1JNru7 { width:1.75rem;height:1.75rem;top:41.875rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nl1ySxLJXmysN8zCz4tyPL9urvAR18w3 { width:1.75rem;height:1.75rem;top:51.3125rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oG4v6zDTBxFwUCc2m7xrHAJNwlIRINIm { width:1.75rem;height:1.75rem;top:46.5rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0Mzph45yZggmW3GH0CTchfVdHXmESAd { width:23.125rem;height:13rem;top:65.0625rem;left:0.062492370605469rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnwKcddnWWcDMDeiIrc0vbTuKan7M2Nq { width:47.75rem;height:2.1875rem;top:82.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iixxT2THrHnoBK1BJU30szFQyS1XKIUe { width:45.9375rem;height:16.4375rem;top:85.9375rem;left:1.4992141723632rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rG2ghQTATsDpNSsJCoWy9iv8Kfz67TTT { width:1.75rem;height:1.75rem;top:86.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4uOO3C306oaqNf7tM1ECnKFXes6mIvU { width:1.75rem;height:1.75rem;top:90.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZUtlsiV3wqPU5gPAlkci4V3Pt6VJ5HD { width:1.75rem;height:1.75rem;top:98rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R58brmdRffet4TeTfoyOmOE2gEyWu6O5 { width:9.4375rem;height:9.4375rem;top:0.8125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfHZChW5ervgbv7RqHC3tsW7stqoTJWK { width:47.75rem;height:174.9375rem;top:4.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i09p2PT1xS3IbOrz6NAyUR88vEHtd8du { width:1.75rem;height:1.75rem;top:55.875rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXVBlPh4kq0z6CKMC1wCMXqakKpzlTxU { width:47.75rem;height:57rem;top:104.75rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcipkcok4CwPdNxOVpAzJT5pJqHslhtV { width:11.75rem;height:11.75rem;top:15.875rem;left:28.679689407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3FALCK8yRUcnOTPzI6fPJHtRvl6hSc4 { width:25rem;height:13.937334060011rem;top:65.0625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnP8yHav4mi5U6VLUUEMZACEtta087Tw { width:23.4375rem;height:4.9375rem;top:164.5rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdXJDMICdgygKyX11G7TBAa2Fh82edk3 { display:block; }
 }@media only screen and (max-width: 763px) { #SUqpThUWWCRdtDN4Dx8TlHfZkxPqKCLB { width:47.75rem;height:1.8125rem;top:170.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NoENeReeKwIySuOylF9C1fy0Wv0Q8vls { display:block; }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3k6BoPs7NSTmO6z8CyookSnbEn9sXkX { width:47.75rem;height:0.1875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfXPVyxJT99pDfb4JD1JMD0JkCBERJsC { width:47.75rem;height:10.125rem;top:6.3125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9WUUULBMxaTaFE5txptiDCTK9lhqLkN { width:33.5625rem;height:2.5rem;top:20.1875rem;left:1.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkCzSHLPSEki4bMc7Gcrx1ZH8dwWWacz { width:45rem;height:4.3125rem;top:22.75rem;left:1.3125rem;font-size:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrHKWcnrdquz8vDsaumWtK5BrcQb0cQt { width:47.75rem;height:14.75rem;top:64rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9MDJTfF3LlUaFfEgXp99y7AftT2naI7 { width:23.4375rem;height:4.9375rem;top:55.0625rem;left:12.123428344726rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEhR0TLCaEESEoXUPTcHD5usFrVoTuxf { display:block; }
 }@media only screen and (max-width: 763px) { #CgyTCvbKu1mJpTrg3iiDD789kVcwZtoC { width:47.75rem;height:284.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAiZpeG9QVcO8CevtcVc8DpNXNP5DCMD { width:47.75rem;height:1.8125rem;top:61.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfsWGmIpQVH837431tg2zSEX41M7x91a { width:47.75rem;height:28.5rem;top:189.75rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPJw5CkHaxFwVa6rCIrQfORoxC112oMs { width:47.75rem;height:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cN2Ihh44ooaThUk7XdN1fpoRmQaT1tUz { width:33.5625rem;height:2.5rem;top:82.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wi9FlmLg88AZkbLXqC3NwTIKdL3DqBTG { width:37.5rem;height:4.3125rem;top:84.8125rem;left:0rem;font-size:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXpx9zoU21ui0OTI6uyFXPpG8kQX36rM { width:33.5625rem;height:2.5rem;top:119.75rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJL36PGyEewFUkRLfTP77GqcPt3Ury6u { width:37.5rem;height:4.3125rem;top:122.3125rem;left:0rem;font-size:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqTkTPN8i1GZdQ7Kxt9Jyht3zgXOkBpq { width:47.75rem;height:20.3125rem;top:157.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGVPKGTf26XHyhNGIObxB4FvLpKAaSqP { width:25.125rem;height:5.25rem;top:180.9375rem;left:11.279678344726rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gq9dh7mo4v9LhP1FoOmf0dyDb3TyKAAC { display:block; }
 }@media only screen and (max-width: 763px) { #P3gPpvyUHrS0XuLkbHNzSLZOyy4shAqW { width:47.75rem;height:1.8125rem;top:187.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOQlEUVOudD0bxgwWz5AUFRdJTyV5T2Z { width:38.3125rem;height:21.090229821641rem;top:29.5rem;left:3.9015579223633rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhPodo7JDEJGDXZq00G1MyWGcvphA1TP { width:45.375rem;height:24.964910244506rem;top:128.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k83aqkOm0XTabTgnqZeQP11ZeilvEPvc { width:44.9375rem;height:25rem;top:91.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdsUTI8UuEeLKbeO7XGpdOQ8ASGNISEW { width:47.75rem;height:50.4375rem;top:218.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5UAIzgdhfMtwKnwWcIxAC3FTaoIJHMk { width:25.125rem;height:5.25rem;top:270rem;left:11.280382156372rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUBZibZCIsb5aqaEP6ih2UmBg0L1kAiT { display:block; }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 { width:19.3125rem;height:5.395rem;display:flex;top:219.5rem;left:14.717016220092rem;z-index:15086; }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #Nf2XrgeVREFLWonhTCUKoLJSkmPKCkq7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #GJ6hgTg5HQc646kRVnyiSrN1DoEd5u1Z {  }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #xJks25hFmTmfLdJeIcT5vLQy3sRxKSgi {  }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #DCK2sxdoXL9nvMoktcO08SgQQTNmvWST { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #VvpVG2iOf9oE12AOzMTlgho5naxPC9zK {  }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #Bls2a9zCv4p4T7z51cOdIVeo0S1crwE7 {  }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #DeyUvOBEcS18UrNcLPxt0TeTeolAIA8D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #w6ovZUPOOtPLprZDEL1GC0FQT7kT02lM {  }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #KAsl4iocBl8M0UHX8XGd1IFQiGC2lDo9 {  }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #MAHS7H2xf4T4IFiCxCUI4W1UwdBrOANX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #z1L3BTV0GMgScLJIILznFsMUfaFL8zI4 {  }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #i87aQm54eg0SHzCZ5szrix2JBlTZGncz {  }
 }@media only screen and (max-width: 763px) { #T8Nnof8rTJKoaeOfB0sCiVqDrs1NAPC3 { width:47.75rem;height:1.8125rem;top:276.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F { display:block; }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnEsFp1LTC1tTCOvSwSdFRzanT4DG4T9 { width:47.75rem;height:246.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Uhav4tePbtspXgzCTGLGJ453335UFc { width:38.5rem;height:3.3125rem;top:3.0625rem;left:4.9046859741211rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxwpF05oN5NqDtOr7o6IFPt3ux13p5H9 { width:47.75rem;height:8.375rem;top:5.3125rem;left:0rem;font-size:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHapPaScDheXDMRPIZUT2UZaCvhdJtAi { width:47.75rem;height:141.625rem;top:87.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqLr2v69UINqJZUxD8VvOm7DiBdohNGK { width:47.75rem;height:6.5rem;top:94.125rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMMpJ1iMwevXkTgQsk8assAOoeOVlefF { width:25.125rem;height:6.8125rem;top:143.8125rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ch6QnZ37UqwbCNsoDe5Hp59SqtFKRFTg { display:block; }
 }@media only screen and (max-width: 763px) { #sw6wr0oR9THe4hUIZGTBuaJwLrrhuu5G { width:47.75rem;height:2.5625rem;top:20.5rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lelHnbDIreQWWGwzWRN71HI6NK9OXaaS { width:47.75rem;height:2.5625rem;top:54.375rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rD4JsD7aLLKfD7y0MGDJQFekHcFkxMT3 { width:47.75rem;height:2.1875rem;top:45rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lnb9gJReDn40hbkTMZnMNVPiQR0mb1a2 { width:3.125rem;height:3.125rem;top:49.375rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6tJAkJoP2SyxeieiUaZMPd65eqBQ7UP { width:47.75rem;height:6.5625rem;top:76rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIyNT80MXBKRvX6xwJIEiEQ9y3QHPi0E { width:47.75rem;height:35.0625rem;top:101.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QznzddoQFpLiL4ZEpMleZodKMLSZ8bJc { width:37.75rem;height:5.5625rem;top:220.1875rem;left:5rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmtWwVIK1ggtZyA6gW1AMocv2TRGVVgW { width:25.125rem;height:6.8125rem;top:211.3125rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1uXGqXDrWAE5mervSeCPuGJLgdhcdxE { display:block; }
 }@media only screen and (max-width: 763px) { #pisBPnTPSEWOS34AeBbSOz5bTePO6PP3 { width:47.75rem;height:6.1875rem;top:156.75rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzJJeu0TSTX6R7bmq9wCim5k7BwNFbCT { width:20.625rem;height:5.9375rem;top:136.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSF0KEgIE6gdZop0ODTkgyNl7h98LMX1 { width:46.5625rem;height:3.3125rem;top:91.8125rem;left:1.1875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTSLwyUTInQSAT130ApNbaydGnWcM7cB { width:38.5rem;height:3.3125rem;top:153.4375rem;left:4.5941390991211rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5PJ1AnZhlt93TxybmdhlxTdaOVOm3l8 { width:47.75rem;height:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kU4ltMDy5PQWb4FGNLCvGiOFtGQ0TuqX { width:47.75rem;height:76.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnGqMlWbH5m9w8mL9FalrZJE0KakCJZa { width:25.5rem;height:14.0625rem;top:253.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8s5mXtRdVyFWpobaWOrK0cWLZW2ZUkA { width:25.5rem;height:14.25rem;top:259.5625rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKD29r8WLsa7AbigFGiF7sK2BTzcJ0UO { width:38.5rem;height:3.3125rem;top:226.0625rem;left:2rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HADHWT0kIpDaAXJV9EUtKnIIzNFeWb1O { width:43.75rem;height:6.5rem;top:228.375rem;left:2rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3Mny9ZKZJQShyfFwpNaaTJ7taTi8ATw { width:29rem;height:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVlUOPIerk1oFwhAn8AlCuz2XTrmA9yK { width:24.75rem;height:16.875rem;top:25.5625rem;left:0.56163215637207rem;display:block; }
 }@media only screen and (max-width: 763px) { #moPn14Q0iOTdP6HhlRWpeddvzIfXRL4x { width:24.75rem;height:16.875rem;top:25.5625rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqnT4piZnqtRW2Dorm3Aemluex3nQ2EB { width:24.75rem;height:16.9375rem;top:59.0625rem;left:1.2482643127441rem;display:block; }
 }@media only screen and (max-width: 763px) { #P63yiqktdv9BhQi57q0n9GxagqIWNUTZ { width:21.25rem;height:14.5rem;top:59.25rem;left:23.967016220092rem;display:block; }
 }@media only screen and (max-width: 763px) { #od761VcInJJKPwilLM7Axk6pFRBI8fa5 { width:24.75rem;height:16.875rem;top:166.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5oBhlc8xOQuBDwQi53FXsOZEqagTAn1 { width:24.75rem;height:16.875rem;top:166.25rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #graWDKA3kJU92VWzlDJUkQa60ywHsZgc { width:24.75rem;height:16.937125rem;top:172.875rem;left:6.8113250732425rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cff5F3xBkULNfb1dPDX8QblLJHk0yBq0 { width:21.1875rem;height:14.45723417178rem;top:173.4375rem;left:22.288276672363rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdJLzvAAD1JLWhKPniHczoAAAE4KkMZT { width:47.75rem;height:3.3125rem;top:188.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxAs2UTfWtAhXwd4tCeLVZ1IN6uHBPas { width:10.6875rem;height:10.6875rem;top:192rem;left:11.249217987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwmwOaA9i9DLz7yE8sifZyQPyASvdyLW { width:16.6875rem;height:9.1534232109674rem;top:192.75rem;left:23.965232849121rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqvIL3RM7h98SsUAkR3C08Ay2Zo0QWe7 { width:38.5rem;height:3.3125rem;top:162.4375rem;left:4.5941390991211rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgJ0n2kXXTmhZCcgTnQlZ1ekBfJCe1Z0 { width:19.9375rem;height:6.75rem;top:115.5rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv { display:flex;width:18rem;height:5.0625rem;top:207.3125rem;left:23.569444656372rem; }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #anTT4aPcuwzgfi0hhtfBfuDF7L7URIs6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #owWgQqqgpMzSqXaulf47cgudlBgThf0Z {  }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #IXcl5gsVRc3IoT932o8Fgr0MXbtpnDkO {  }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #D7CR65cKqrhBGxV07Fv74m7MkTDUAslU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #ofr3r1eKqXCTZ8my9n41v6JkEb8QzOvi {  }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #Zupq4OqX8I7aKLWhlvBNbEpUKBrbiLS4 {  }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #f4HOBMNI3SkJUVxuk9dkwkD8HRRAIJqo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #ut0iJ6zicDzxewNqo29ZPs0i4tQImiQc {  }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #RwKl4F8t2BQdd6IOlk0sUOKp4RLaVxqd {  }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #JkZMxmye80W2zVfV5IomRNzi07Xmitn8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #v1ywfq0MnLDUqshyo8dzXlNA5lpn99AB {  }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #w6TgeL3myWgyTR2KVDGs6Rf3zPPkk1dE {  }
 }@media only screen and (max-width: 763px) { #VzMlmnpttekyw0xKv3L3DTzabfTs3b5v { display:block; }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5zU3m2iqaBlyywGnGURGSiNauDDyALb { width:17.5rem;height:3.4375rem;top:0rem;left:6.1885414123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92n2GCxS9LB2MpJKrX0KEFqAWJDaZRw { display:block; }
 }@media only screen and (max-width: 763px) { #O23mGuBMkeLLSbFEI4st5tmuXG5mX00F { width:17.5rem;height:3.4375rem;top:0rem;left:23.688541412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaiUiE1tBhKkNTG5OVyrg4rbiApfz6sb { display:block; }
 }@media only screen and (max-width: 763px) { #zhkrH20muHr7P7C5cCIZWie3fTqgslSk { display:none; }#zhkrH20muHr7P7C5cCIZWie3fTqgslSk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zurNb2bC7vfyfPpzXtagrIs70ctcdUax { width:47.75rem;height:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfszPZDNxfeSx6WF52XWdsOteT9sdt9e { width:47.75rem;height:76.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPUIvE3ZtGkcmEUEuQmcGyiKUmT0WOQX { width:20.5rem;height:20.5rem;top:251.4375rem;left:25.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QL2SL5NJtzSdevgSZyVv9N8JEKbDMt4r { width:25.5rem;height:14.0625rem;top:253.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKUxeyC5mg4aMy8VCXizmavotTdntavl { width:25.5rem;height:14.25rem;top:259.5625rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrUBT8OUzEOalzJWuBg8PSJW6ltN8fxx { width:43.75rem;height:6.5rem;top:228.375rem;left:2rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QT0BhlTEzT4i4IwmZcPaxTJarC38bNJo { width:38.5rem;height:3.3125rem;top:226.0625rem;left:2rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0GVxrDIp2s4ZIrqhTmL5M2MRyuTlQJK { width:25.1875rem;height:6.875rem;top:481.125rem;left:12.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6Qf8ispRgxD4feQnwtmhQVM33rPNUSF { display:block; }
 }@media only screen and (max-width: 763px) { #eD24U07O515URkoK8kScfK9ZTihx9T1E { width:37.8125rem;height:3.6875rem;top:489.625rem;left:6.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .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); } }@media only screen and (max-width: 763px) { #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { background-color:transparent;background-image:none;display:none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HHkMoCtiEJ5iTmXZs5rN7ZVgEHmcFX8C { width:20rem;height:5.77256875rem;top:3.8715279102326rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7yDxmD65atWBl88WKMqGESZUME7knMD { width:20rem;height:42.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkXTD87c51og8TT2ChwhToq2noOe284R { width:4.3125rem;height:2.375rem;top:0rem;left:7.8437497615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws6BrmHCvvJ069Nc6OpKfZtZ6DpHW6kd { width:20rem;height:6.875rem;top:10.248263597488rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym1XRra47aebMm4ZoGLQvGl6AHLe53Oy { width:15.6875rem;height:3.5625rem;top:32.3125rem;left:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJhTFkoew4ohTPJrEsJcAI8CxeTPffgh { display:block; }
 }@media only screen and (max-width: 763px) { #zyC2yGdT5N2Cr9SXvykWIHyWDCguTTq7 { width:20rem;height:1.375rem;top:36.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mQaZ68iyXEsg4dEwTkkunJW7H55mQKdG { height:11.211094303268rem;width:20rem;top:43.874625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row .container { background-color: transparent; background-image: none; }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row .container > .video-iframe-container { display: none; }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row > .video-iframe-container { display: none; }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .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); }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row .container { border-width: 0; border-radius: 0; }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVLnToy4JwOERZEqP5dCfsmsRZKnUADQ > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4l9ZU1p9sGZKOpM7RCV96MEz2yWT1LO { width:20rem;height:2.193575rem;top:0.6875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD { display:flex;width:18rem;height:5.0625rem;top:3.3125004768372rem;left:0.703125rem; }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #B52EvO2zKnJTSCoLGmdIivcdqQyXZ1sk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #gqewEaEIlZWMcc33MSPkGTDfZ6q8fyzU {  }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #JFqFmUgWHe6VIUnzNN5Zqccepg1mlpi5 {  }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #EsUfevkEDTqQXDSkBJ32nuDo0gdmxehK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #IhG4Gl7QiURS2Es0ho6ECxVQEA537bvR {  }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #T0KJ8s6y8vS6ER9qptDslf7nPZ3W0KhX {  }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #WXo8VaLZST0EApTsQy7Fyvl3QbaerDMR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #vtd29bPi2lPR68JwvLXTCFpB1WD6mQrt {  }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #D1Wh353GpEK0phAuEF1TcReoqTWw89Dd {  }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #COAzcXBazZT5kmuigMSNob4b501kctlT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #x3tzWOCRZgZ55XgevbHXcZeDqrVBsTF4 {  }
 }@media only screen and (max-width: 763px) { #DgRh46iBDoxw0cmBEOzHdW0PDrNRw5xD #nIdcxRvvWXA0PaxrbXH6Cy07OUypPPZE {  }
 }@media only screen and (max-width: 763px) { #GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { background-color: transparent; background-image: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .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); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { border-width: 0; border-radius: 0; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { width:20rem;height:493.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIugMDVK4XcLQgpPRezOTU421tVioeUV { width:19.8125rem;height:9.2795rem;top:2.4476585388184rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #e60UsOTl3AUGP9OdoHtX8SaBpyLMFisp { width:19.562125rem;height:18rem;top:12.918358426541rem;left:0.21679681539536rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZJtPZg4GnGvhXBbwAR6ZbDPyPH2J83zU { width:19.9991875rem;height:11.1354375rem;top:32.294139485806rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #cIZtLEhpnunMLpL40M7ECrFQ02Ueor9O { width:19.562125rem;height:57rem;top:44.805463414639rem;left:0.21679681539536rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZUVMmPmdlsbZPJQfRbbEIh6mNfM7XeJQ { width:19.9991875rem;height:9.2795rem;top:103.37227153778rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #zzi55iLbZRiqlsNpZ5yi56M6xc2nleb7 { width:19.562125rem;height:96rem;top:114.74881839752rem;left:0.21679681539536rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mTHo0DM97O3ZlbPEOfM7bu28n9xUx5wv { width:19.9991875rem;height:5.56770625rem;top:317.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #oXPT1SsC7LqETAwXTtwbhmyvvdQUFGe9 { width:19.5625rem;height:76.5rem;top:324.625rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FxDpAblnClsdebppsuk5R6bmOWFaVylB { width:19.9991875rem;height:7.423625rem;top:402.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #OX5ZqsDLVDiM3k6iRUE3pUC83nr4mIDq { width:19.562125rem;height:82.5rem;top:410.8125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nGFZ8FvmgDxeH5dHANPh1aLrsBJGsDx8 { width:20rem;height:583.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UW4wrE3bfnZAH9VOmO0PdoWIEBg5Q7RW { width:4.125rem;height:2.18671875rem;top:0rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5HbhSW8OgdgDMEfx8Qd3p9WDT64T2Bp { width:19.9991875rem;height:5.56770625rem;top:211.983959198rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #PkDkClWFINI2UqWo3wl0OuEXApGuZUqq { width:19.9991875rem;height:45rem;top:218.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UWlWb1aL7w26uqca8EI4rNPOBmKvVViB { width:19.9991875rem;height:7.423625rem;top:264.4265460968rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #MTQMfdaBboMGxDUl0MyJMKAzzwEOhphW { width:19.9991875rem;height:43.5rem;top:273.22732830047rem;left:0.0011718273162842rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { background-color:#ffffff;background-image:none;display:block; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { background-color: transparent; background-image: none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container > .video-iframe-container { display: none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row > .video-iframe-container { display: none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .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); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBhnEvFQdROnErcXlpcyWwKCp3BoyuBB { width:19.5625rem;height:1.85625rem;top:2rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VFnS6Ay255LGisJlIGN0SKo3NzyRqLBp { width:19.562125rem;height:11.8229375rem;top:3.875rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:2.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EPF8hPKGS82PZJsczJdCBNC3yZbavptP { width:19.9991875rem;height:11.1354375rem;top:19.20468711853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gRkpSzWwbNNP1QLypW2ToOnPvsi5VNyn { display:flex;top:15.696483373642rem;left:0rem;width:2.75rem;height:2.75rem;z-index:15005;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo { background-color:#ffffff;background-image:none;display:block; }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row .container { background-color: transparent; background-image: none; }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row .container > .video-iframe-container { display: none; }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row > .video-iframe-container { display: none; }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .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); }#L62RZyzOgxVCKOCHdPCWMBrXD46sdtTo > .row .container { width:20rem;height:580.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pxd7n5bZgUrivIiZC9qbvbNbHulPGRsw { width:20rem;height:58.5625rem;top:44.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tr55w8gnuxPw4ZbVtNFVcak0yCQ6Hw6w { width:20rem;height:3.847225rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #puHHZENmSowTBmbx4XdF6sKJo2bdX7nk { width:19.75rem;height:2.0625rem;top:4.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TrK583qfHi38RpkOQw8bIBZOTr7w4tVE { width:19.75rem;height:2.19965rem;top:7rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GgT5UtTt5JTb8A0W6Nvc74tRtvSoRn65 { width:18.125rem;height:24rem;top:18.0625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Dq9DwT9CHimTh0gZmnSlZb5qpsf0e5pf { width:1.25rem;height:1.25rem;top:36.25rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmAonbDHFszDRAQFhtqyH6ESITsu4nyy { width:1.25rem;height:1.25rem;top:31.6875rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twu1CRXCIUzOdxP4no6NzCNgtAkcNBzZ { width:1.25rem;height:1.25rem;top:25.8125rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgZWFyc2f0PDLECfmHoOIDFpy1UFU8ZZ { width:1.25rem;height:1.25rem;top:19.8125rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4E5dpPz4XBoqBqq4zSh5v6cy58Br3iP { width:1.25rem;height:1.25rem;top:18.25rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHKm3dTyimxJOnwaP8zUpXFFihIu1KUV { width:19.75rem;height:2.0625rem;top:63.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TqBh5OLq0XZazZpr4TP2Dc5JFIZAHGT4 { width:19.75rem;height:2.19965rem;top:65.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OB3X98mdnxTITC5wFHUIfdZDtatyH1qW { width:18.125rem;height:22.5rem;top:74.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z4X4JhbaJluwctnD8iJInC6a1TTyMZWz { width:1.25rem;height:1.25rem;top:75.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8gNAaNFaTPKQ6F9TyuhArGT1TZsSDDT { width:1.25rem;height:1.25rem;top:78rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ31I7SUuzISzi17iHFb46TvcMRMA3NI { width:1.25rem;height:1.25rem;top:81.125rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsQhNwNzJNaqIQO8C7plf36XTRcATbHQ { width:1.25rem;height:1.25rem;top:85.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVnLNgTrDbWQaJJbCkXkUTo2eKBQ2fxy { width:1.25rem;height:1.25rem;top:90.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVaEr33v8KtkghrT8MbnP8g5wpQEwokM { width:19.999125rem;height:5.56770625rem;top:135.00002861023rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LOpbXOSwsHRXbXAQtvgtJrOle4rK6Iuy { width:20rem;height:42.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCT8tq8LsD4s5W52TUMXX4QFLxIpvlOi { width:20rem;height:5.56770625rem;top:184.49913978577rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UqluwWxXdlCOfCGO3l2TtJy8UntKI0Jm { width:19.561625rem;height:64.5rem;top:191.55554962158rem;left:0.43836808204651rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Jw5QQxmU2tcn4MzVXOCITmpCyyxa6XQ4 { width:19.5625rem;height:2.0625rem;top:575.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dUdEuUP8dPyVRRNksDgu8z4TyT1ATVHD { width:19.5625rem;height:2.95573125rem;top:577.625rem;left:0rem;text-align:left;text-align-last:left;font-size:2.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HzHZNmypDfOM51O9CTPEZ36S1ykuVZc7 { width:19.9991875rem;height:18rem;top:43.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eu6BTIrUdDJ7RFRl6nFnowKwCiKyUk66 { width:18.125rem;height:22.5rem;top:111.5625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #udEkNpSJiBsNE7KwQrw4OX2mtBxCRfTp { width:19.9991875rem;height:0;top:86.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #npmyooSMbvWhaF8UvqISavtDsur1APXe { width:19.9991875rem;height:0;top:81.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #F8ukNxKCdHZgNiXGwUXDodMosMpRaxn7 { width:1.25rem;height:1.25rem;top:111.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3G6MOCzLlRlDI38qOErZALJZNizzmbh { width:1.25rem;height:1.25rem;top:114.625rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKNPaoJ2oHs9T9IDafmTRR9TAaWHOym { width:1.25rem;height:1.25rem;top:117.625rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlr873R7H4THoy9H9PSCi9Rbwq491EfF { width:1.25rem;height:1.25rem;top:122.1875rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRoLlObqZc3CKv55NZsEiWPlT0d68a2S { width:1.25rem;height:1.25rem;top:126.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPzRA0TgXoCvFWuT3wQ9ew0fn1L4NT2k { width:18.125rem;height:21rem;top:154.1875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qXmNCFErVSZP4TQ6TZoVaH1ZraF7Bcwu { width:19.9991875rem;height:2.131075rem;top:146rem;left:0rem;text-align:left;text-align-last:left;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bNgEB1xZKpKbQTCm127gfGSCTw8XLKCf { width:19.9991875rem;height:4.125rem;top:141.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XnHQtVhDsNEHiTZ1Om9kEyVmwznmTL9c { width:1.25rem;height:1.25rem;top:166.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4NSbGbB4IAro8vnAn7x6gLyN6TnFTbl { width:1.25rem;height:1.25rem;top:170.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEHCVq4dQOpCqABUmEL2Nn7M0WftofeW { width:1.25rem;height:1.25rem;top:160.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPQJbwT7EUVTttkLxZ6HR8ZMUTTy3CGI { width:1.25rem;height:1.25rem;top:155.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDKwLnkPmt1RgB3eK7MsaoLC0pSEEJGh { width:1.25rem;height:1.25rem;top:154.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #salIAQmEV0Z0sbcvxlXOJpioaoOTWCiI { width:19.999125rem;height:7.5rem;top:175.8125038147rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U1AIHtTCm5oWRRozgC1n3xL2XCwETLi5 { width:17.8125rem;height:4.22395625rem;top:256.75000953674rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #snwkcTo34wrc9drBR6PiVJOxoZ6uuoVT { width:17.625rem;height:10.234375rem;top:273.5625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHlFR52aKbszNfv8ampp4vkAvMJNLwSy { width:20rem;height:10.702702702703rem;top:261.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmGOMxuTXLIPqBETv1JpHt8kAN9W7lIz { height:11.250439470292rem;width:20rem;top:285rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtSa2tRaJ4gnq6Mg697i120CzwDF6IWy { width:19.9991875rem;height:2.11198125rem;top:352.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #kwNQ2oh1KgcEq1JgWiGKCpxOO5Kmat2G { width:19.9991875rem;height:2.11198125rem;top:297.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #KeTyFTmT3wxFgq2uDIHM93XPX0F8OcE1 { width:16.625rem;height:27.56384710531rem;top:300.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkRuJLHP5i44LblT74acrzzcP7Pg3RTL { width:19.9991875rem;height:6.8229375rem;top:329.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz67RB9IHKrDuG5Ucyx7obPftWxIOAyk { display:flex;width:2.0625rem;height:2.0625rem;top:335.5rem;left:16.9375rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #dtyFwGBpOFk0TDdXos8UpgOtwRJvEOeV { height:11.190909090909rem;width:20rem;top:338.125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MmrlQJ7sbs2wDaJfoD5inagbIlX8lJhN { width:19.9991875rem;height:4.5486125rem;top:382.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUTAFcezcFa2zMg187hTsDIdsA1rQKRL { display:flex;width:2.0625rem;height:2.0625rem;top:387.1875rem;left:16.9375rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #KffmfXEuMRKgxLhvfRV2ZA2nAl7RyN9N { height:11.190909090909rem;width:20rem;top:389.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgNBc9bHZrpcrHuLFnQxUC9OiLl8gKTP { width:17.1875rem;height:25.812907746548rem;top:356rem;left:1.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #fDmNWoNJ1yONXtKGJXiEDsZZGgtV82dk { width:14.687125rem;height:4.22395625rem;top:404.375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #WETGRx0uckzHB4mftgTmWuKA6XKQbUKq { width:15.0625rem;height:15.0625rem;top:444rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEuoRrLdOx5Ca782GL0BduOyc15PbEvy { width:18.249625rem;height:7.9600625rem;top:460.4375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXWtAL5FPIT0ghHKVHIu83hqIznS8e98 { width:15rem;height:33rem;top:409.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzuyl5hL9UxVptybqlmKPNUf3XOMZr6a { width:19.9991875rem;height:4.5486125rem;top:468.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyxbpVcZC3nZrE3VDt1TaBmZmLAxgph3 { display:flex;width:2.0625rem;height:2.0625rem;top:473.25rem;left:17.9375rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #tbT5Of5KKn4iVkbAczT6O5KJC7EzbPNR { height:11.190909090909rem;width:20rem;top:475.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K651iiSqwgq4MHXLiICUUCS7qBuyyu4r { width:19.9991875rem;height:5.56770625rem;top:490.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #c6UM0hrRkzXe0vdUzRNsc0per70cRvJO { width:19.9991875rem;height:21rem;top:497rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EKdJOuVB5bsL44VdoSGZ9pyHl2nNTM3m { width:19.9991875rem;height:5.56770625rem;top:519.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GICCcS6XkzcqAbIozMaMWK36JKAq88D2 { width:19.9991875rem;height:48rem;top:526.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GRdGA3r84fAurb0uUWhJkB8QErsw3HUz { width:19.9980625rem;height:4.125rem;top:99.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.1;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ZD3q1H5oOQbIezR0TRsaO7EJRid4ckPC { width:12.125rem;height:8.25rem;top:9.1987857818606rem;left:3.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFaslyasVAU6Jd5ykCHSO2tqIWJL2xzJ { display:flex;width:2.0625rem;height:2.0625rem;top:140.56684207916rem;left:16.868056416511rem;font-size:1.4375rem;z-index:15070; }
 }@media only screen and (max-width: 763px) { #vkAlsQxZ2BsmhxvD98OnmND7ORh6TwJD { width:12.125rem;height:8.25rem;top:67.261285781862rem;left:3.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #no5Cah6fvQphceTaJIC2HoKUzklMoh4e { width:12.125rem;height:8.25rem;top:103.61807632446rem;left:3.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq97dCV4F7tzWVv02fXT7bDfSRzRgx8i { width:9.6875rem;height:6.4375rem;top:147.80555725097rem;left:5.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWPWeJTHffPJobW5ix202DUuq5s1prrT { display:block; }#qWPWeJTHffPJobW5ix202DUuq5s1prrT > .row .container { width:20rem;height:132.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvS5AVUsvEAJxnZ4O96ylW9ZGiN2E8Lx { width:5.0625rem;height:5.0625rem;top:0rem;left:14.129340449326rem;z-index:15069;filter: drop-shadow(0.0625rem 0.0625rem 0.4375rem #c7c9c7);display:block; }
 }@media only screen and (max-width: 763px) { #HLIyMkG9ewUOCT3hVNfueDkHDgmtdaKv { width:20rem;height:143.5rem;top:4.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #haQ7sLq5NwMFQawChEZedSe3N2yJp3NB { width:19.9991875rem;height:78rem;top:16.811809539795rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZiNgHtz7oMxC294oXiKMaKrTp64k5VWe { width:19.9991875rem;height:9.2795rem;top:6.4980459213256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #liMzUULmCAqGqOdzDzAknMNBbLdnATRs { width:19.9991875rem;height:5.56770625rem;top:96.186326995494rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TVkHiVxVaiX2oz4JZTut51AFSrvQIbT6 { width:19.9991875rem;height:24rem;top:103.49881935119rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LK3exabWhMU1cSX8mku4CJ16qbrdRhhd { width:19.9991875rem;height:3.7125rem;top:128.24881935119rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MalWSM6K9E5izLf0NE6oU809uUoTR8Mf { display:block; }#MalWSM6K9E5izLf0NE6oU809uUoTR8Mf > .row .container { width:20rem;height:172.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mz46IO8aOkOwQZMnGbJXdH4iueKMFtdM { width:18.497375rem;height:8.25rem;top:1.9956598281861rem;left:0.7508680820465rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MysoFMKMgwUBSxyN1q6D5TtAXZEA7Gtn { width:19.562125rem;height:7.5rem;top:16.560935974121rem;left:0.43710935115814rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HXXnmHTkvgHXC4h2i1eHe4rXMwkRVsyd { width:17.9375rem;height:25.5rem;top:25rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IJQ2oCaz3cod9DuL0osopx8wkTo7NCwX { width:1.25rem;height:1.25rem;top:25.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5p1MNxcQFPbrg8VC0ziJzmcpM1JNru7 { width:1.24921875rem;height:1.24921875rem;top:29.623826026916rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl1ySxLJXmysN8zCz4tyPL9urvAR18w3 { width:1.25rem;height:1.25rem;top:35.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG4v6zDTBxFwUCc2m7xrHAJNwlIRINIm { width:1.25rem;height:1.25rem;top:40.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Mzph45yZggmW3GH0CTchfVdHXmESAd { width:18.4980625rem;height:10.3125rem;top:52.749607086182rem;left:0.74999994039537rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hnwKcddnWWcDMDeiIrc0vbTuKan7M2Nq { width:19.562125rem;height:3rem;top:70.748434066775rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iixxT2THrHnoBK1BJU30szFQyS1XKIUe { width:17.9375rem;height:19.5rem;top:74.9375rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rG2ghQTATsDpNSsJCoWy9iv8Kfz67TTT { width:1.25rem;height:1.25rem;top:75.1875rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4uOO3C306oaqNf7tM1ECnKFXes6mIvU { width:1.25rem;height:1.25rem;top:81.125rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZUtlsiV3wqPU5gPAlkci4V3Pt6VJ5HD { width:1.25rem;height:1.25rem;top:88.625rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R58brmdRffet4TeTfoyOmOE2gEyWu6O5 { width:2.75rem;height:2.75rem;top:0rem;left:16.550347447396rem;z-index:15069;filter: drop-shadow(0.0625rem 0.0625rem 0.4375rem #c7c9c7);font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfHZChW5ervgbv7RqHC3tsW7stqoTJWK { width:20rem;height:174.9375rem;top:4.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i09p2PT1xS3IbOrz6NAyUR88vEHtd8du { width:1.24921875rem;height:1.24921875rem;top:46.187105178833rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXVBlPh4kq0z6CKMC1wCMXqakKpzlTxU { width:19.9991875rem;height:66rem;top:96.123042821881rem;left:0.0011718273162842rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xcipkcok4CwPdNxOVpAzJT5pJqHslhtV { width:5.5rem;height:5.5rem;top:10.244791984558rem;left:7.2500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3FALCK8yRUcnOTPzI6fPJHtRvl6hSc4 { width:11.625rem;height:6.375rem;top:63.62500190735rem;left:3.9678817987442rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnP8yHav4mi5U6VLUUEMZACEtta087Tw { width:16.1875rem;height:3.375rem;top:164.49959373474rem;left:1.9042966961861rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdXJDMICdgygKyX11G7TBAa2Fh82edk3 { display:block; }
 }@media only screen and (max-width: 763px) { #SUqpThUWWCRdtDN4Dx8TlHfZkxPqKCLB { width:19.9991875rem;height:2.75rem;top:169.18592071533rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NoENeReeKwIySuOylF9C1fy0Wv0Q8vls { background-color:#ffffff;background-image:none;display:block; }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row .container { background-color: transparent; background-image: none; }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row .container > .video-iframe-container { display: none; }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row > .video-iframe-container { display: none; }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .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); }#NoENeReeKwIySuOylF9C1fy0Wv0Q8vls > .row .container { width:20rem;height:202.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3k6BoPs7NSTmO6z8CyookSnbEn9sXkX { width:20rem;height:58.5625rem;top:44.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfXPVyxJT99pDfb4JD1JMD0JkCBERJsC { width:19.9991875rem;height:8.6614375rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #C9WUUULBMxaTaFE5txptiDCTK9lhqLkN { width:19.75rem;height:1.375rem;top:24.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AkCzSHLPSEki4bMc7Gcrx1ZH8dwWWacz { width:19.75rem;height:2.19965rem;top:26.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RrHKWcnrdquz8vDsaumWtK5BrcQb0cQt { width:19.9991875rem;height:12.9913rem;top:37.624217987061rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #b9MDJTfF3LlUaFfEgXp99y7AftT2naI7 { width:16.1875rem;height:3.375rem;top:104.25rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEhR0TLCaEESEoXUPTcHD5usFrVoTuxf { display:block; }
 }@media only screen and (max-width: 763px) { #CgyTCvbKu1mJpTrg3iiDD789kVcwZtoC { width:20rem;height:42.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAiZpeG9QVcO8CevtcVc8DpNXNP5DCMD { width:20rem;height:2.75rem;top:108.125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NfsWGmIpQVH837431tg2zSEX41M7x91a { width:19.5625rem;height:28.5rem;top:110.875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EPJw5CkHaxFwVa6rCIrQfORoxC112oMs { top:159.5625rem;left:0rem;width:20rem;height:12.875rem;z-index:15090;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cN2Ihh44ooaThUk7XdN1fpoRmQaT1tUz { width:20rem;height:1.375rem;top:65.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wi9FlmLg88AZkbLXqC3NwTIKdL3DqBTG { width:20rem;height:2.19965rem;top:66.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MXpx9zoU21ui0OTI6uyFXPpG8kQX36rM { width:20rem;height:1.375rem;top:83.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vJL36PGyEewFUkRLfTP77GqcPt3Ury6u { width:20rem;height:2.19965rem;top:84.75rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bqTkTPN8i1GZdQ7Kxt9Jyht3zgXOkBpq { width:19.9991875rem;height:13.75rem;top:88.061716079712rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #XGVPKGTf26XHyhNGIObxB4FvLpKAaSqP { width:16.1875rem;height:3.375rem;top:30.437559127807rem;left:1.9062501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq9dh7mo4v9LhP1FoOmf0dyDb3TyKAAC { display:block; }
 }@media only screen and (max-width: 763px) { #P3gPpvyUHrS0XuLkbHNzSLZOyy4shAqW { width:20rem;height:2.75rem;top:34.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pOQlEUVOudD0bxgwWz5AUFRdJTyV5T2Z { height:11.00903982409rem;width:20rem;top:12.30820274353rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhPodo7JDEJGDXZq00G1MyWGcvphA1TP { height:11.003817187661rem;width:20rem;top:70.754294395444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k83aqkOm0XTabTgnqZeQP11ZeilvEPvc { height:11.126564673157rem;width:20rem;top:52.442575454712rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdsUTI8UuEeLKbeO7XGpdOQ8ASGNISEW { width:19.999125rem;height:51rem;top:141.07119750976rem;left:0.00086808204650881rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q5UAIzgdhfMtwKnwWcIxAC3FTaoIJHMk { width:16.1875rem;height:3.375rem;top:193.5078163147rem;left:1.9062501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUBZibZCIsb5aqaEP6ih2UmBg0L1kAiT { display:block; }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 { width:19.3125rem;height:5.395rem;display:flex;top:140.18663597107rem;left:0.26736110448838rem;z-index:15086; }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #Nf2XrgeVREFLWonhTCUKoLJSkmPKCkq7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #GJ6hgTg5HQc646kRVnyiSrN1DoEd5u1Z {  }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #xJks25hFmTmfLdJeIcT5vLQy3sRxKSgi {  }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #DCK2sxdoXL9nvMoktcO08SgQQTNmvWST { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #VvpVG2iOf9oE12AOzMTlgho5naxPC9zK {  }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #Bls2a9zCv4p4T7z51cOdIVeo0S1crwE7 {  }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #DeyUvOBEcS18UrNcLPxt0TeTeolAIA8D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #w6ovZUPOOtPLprZDEL1GC0FQT7kT02lM {  }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #KAsl4iocBl8M0UHX8XGd1IFQiGC2lDo9 {  }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #MAHS7H2xf4T4IFiCxCUI4W1UwdBrOANX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #z1L3BTV0GMgScLJIILznFsMUfaFL8zI4 {  }
 }@media only screen and (max-width: 763px) { #dnkLMIz8zDIZaCwTNzybXFDdFABHUHA2 #i87aQm54eg0SHzCZ5szrix2JBlTZGncz {  }
 }@media only screen and (max-width: 763px) { #T8Nnof8rTJKoaeOfB0sCiVqDrs1NAPC3 { width:20rem;height:2.75rem;top:198.50867080689rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F { background-color:#ffffff;background-image:none;display:block; }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row .container { background-color: transparent; background-image: none; }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row .container > .video-iframe-container { display: none; }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row > .video-iframe-container { display: none; }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .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); }#tCT6rPn00GkuVsBtdfvyhbffPmJX1J6F > .row .container { width:20rem;height:163.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnEsFp1LTC1tTCOvSwSdFRzanT4DG4T9 { width:20rem;height:105.5625rem;top:0rem;left:0rem;z-index:14971;display:none; }
 }@media only screen and (max-width: 763px) { #a0Uhav4tePbtspXgzCTGLGJ453335UFc { width:20rem;height:2.1998rem;top:2.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxwpF05oN5NqDtOr7o6IFPt3ux13p5H9 { width:20rem;height:3.98730625rem;top:4.1875rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHapPaScDheXDMRPIZUT2UZaCvhdJtAi { width:20rem;height:256.8125rem;top:87.562515258787rem;left:0rem;box-shadow: 0.0625rem 0rem 1.875rem #c7c9c7 ;z-index:14970;display:none; }
 }@media only screen and (max-width: 763px) { #GqLr2v69UINqJZUxD8VvOm7DiBdohNGK { width:19.5625rem;height:2.68125rem;top:63.105903625487rem;left:0.21875rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMMpJ1iMwevXkTgQsk8assAOoeOVlefF { width:16.1875rem;height:4.49739375rem;top:104.5625038147rem;left:1.9062501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch6QnZ37UqwbCNsoDe5Hp59SqtFKRFTg { display:block; }
 }@media only screen and (max-width: 763px) { #sw6wr0oR9THe4hUIZGTBuaJwLrrhuu5G { width:20rem;height:4.125rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lelHnbDIreQWWGwzWRN71HI6NK9OXaaS { width:20rem;height:4.125rem;top:37.187499046326rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rD4JsD7aLLKfD7y0MGDJQFekHcFkxMT3 { width:19.5625rem;height:3rem;top:27.374091625214rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Lnb9gJReDn40hbkTMZnMNVPiQR0mb1a2 { display:flex;width:3.125rem;height:3.125rem;top:32.874999046326rem;left:8.4374997615813rem; }
 }@media only screen and (max-width: 763px) { #i6tJAkJoP2SyxeieiUaZMPd65eqBQ7UP { width:19.5625rem;height:8.546875rem;top:50.061645507812rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WIyNT80MXBKRvX6xwJIEiEQ9y3QHPi0E { width:19.5625rem;height:36rem;top:64.303834915162rem;left:0.43663191795349rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #QznzddoQFpLiL4ZEpMleZodKMLSZ8bJc { width:19.9991875rem;height:5.5rem;top:152.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mmtWwVIK1ggtZyA6gW1AMocv2TRGVVgW { width:16.187125rem;height:4.5rem;top:146.75rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1uXGqXDrWAE5mervSeCPuGJLgdhcdxE { display:block; }
 }@media only screen and (max-width: 763px) { #pisBPnTPSEWOS34AeBbSOz5bTePO6PP3 { width:20rem;height:0;top:114.875rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzJJeu0TSTX6R7bmq9wCim5k7BwNFbCT { width:10.0625rem;height:2.875rem;top:341.09115600586rem;left:8.4374997615813rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSF0KEgIE6gdZop0ODTkgyNl7h98LMX1 { width:20rem;height:1.58085625rem;top:61.400173187256rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTSLwyUTInQSAT130ApNbaydGnWcM7cB { width:19.9991875rem;height:1.65rem;top:113.43749046326rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5PJ1AnZhlt93TxybmdhlxTdaOVOm3l8 { top:352.68753051757rem;left:7.0859377384187rem;width:12.5625rem;height:8.0625rem;z-index:15118;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kU4ltMDy5PQWb4FGNLCvGiOFtGQ0TuqX { top:352.6875rem;left:1rem;width:5.75rem;height:9.375rem;z-index:15117;overflow:hidden;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #XnGqMlWbH5m9w8mL9FalrZJE0KakCJZa { width:12.3125rem;height:6.625rem;top:363.5rem;left:1.046875rem;box-shadow: 0rem 0rem 1.0625rem #0d121b ;z-index:15120;display:none; }
 }@media only screen and (max-width: 763px) { #K8s5mXtRdVyFWpobaWOrK0cWLZW2ZUkA { width:12.3125rem;height:6.625rem;top:366.0625rem;left:5.5616319179535rem;box-shadow: 0rem 0rem 1.0625rem #0d121b ;z-index:15121;display:none; }
 }@media only screen and (max-width: 763px) { #dKD29r8WLsa7AbigFGiF7sK2BTzcJ0UO { width:20rem;height:0;top:345.16926574707rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #HADHWT0kIpDaAXJV9EUtKnIIzNFeWb1O { width:20rem;height:0;top:347.31249237061rem;left:0rem;font-size:2.625rem;z-index:15070;display:none; }
 }@media only screen and (max-width: 763px) { #J3Mny9ZKZJQShyfFwpNaaTJ7taTi8ATw { top:100.30382251739rem;left:10.500867962837rem;width:9.4994375rem;height:2.74956875rem;z-index:15122;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hVlUOPIerk1oFwhAn8AlCuz2XTrmA9yK { width:12.125rem;height:8.25rem;top:15.059028267861rem;left:1.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #moPn14Q0iOTdP6HhlRWpeddvzIfXRL4x { width:12.125rem;height:8.25rem;top:18.558160424233rem;left:7.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqnT4piZnqtRW2Dorm3Aemluex3nQ2EB { width:12.125rem;height:8.25rem;top:41.8671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P63yiqktdv9BhQi57q0n9GxagqIWNUTZ { width:9.6875rem;height:6.5625rem;top:42.2421875rem;left:9.8741322755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #od761VcInJJKPwilLM7Axk6pFRBI8fa5 { width:10.375rem;height:7rem;top:121.47421073914rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5oBhlc8xOQuBDwQi53FXsOZEqagTAn1 { width:10.375rem;height:7rem;top:121.47421073914rem;left:9.6246088147163rem;display:block; }
 }@media only screen and (max-width: 763px) { #graWDKA3kJU92VWzlDJUkQa60ywHsZgc { width:10.375rem;height:7rem;top:124.63241481781rem;left:2.2171872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cff5F3xBkULNfb1dPDX8QblLJHk0yBq0 { width:9.6875rem;height:6.5625rem;top:124.63241386414rem;left:7.9808586239813rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdJLzvAAD1JLWhKPniHczoAAAE4KkMZT { width:19.9980625rem;height:1.2375rem;top:131.63202667236rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxAs2UTfWtAhXwd4tCeLVZ1IN6uHBPas { width:5.5rem;height:5.5rem;top:133.36952209472rem;left:3.0128903985024rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwmwOaA9i9DLz7yE8sifZyQPyASvdyLW { width:8.3125rem;height:4.5rem;top:133.74374008179rem;left:9.8542965054513rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqvIL3RM7h98SsUAkR3C08Ay2Zo0QWe7 { width:20rem;height:auto;top:162.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SgJ0n2kXXTmhZCcgTnQlZ1ekBfJCe1Z0 { width:19.9991875rem;height:4.26215rem;top:115.53631877899rem;left:0rem;font-size:1.9375rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv .widget-text.counter-number { padding-top:0.323125rem;padding-right:0.2825rem;padding-bottom:0.323125rem;padding-left:0.2825rem;width:1.694375rem;min-width:1.694375rem;height:1.7375rem;font-size:1.293125rem;line-height:27.8px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.201875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.259375rem;height:0.686875rem;font-size:0.485rem;line-height:10.99px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WF2AQLydeHdTxI978wTP0paAzGyoELbv { display:flex;width:11.625rem;height:3.25rem;top:140.11892700195rem;left:3.7829862833023rem;padding-top:0.40375rem;padding-right:0.403125rem;padding-bottom:0.40375rem;padding-left:0.403125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #anTT4aPcuwzgfi0hhtfBfuDF7L7URIs6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #owWgQqqgpMzSqXaulf47cgudlBgThf0Z {  }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #IXcl5gsVRc3IoT932o8Fgr0MXbtpnDkO {  }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #D7CR65cKqrhBGxV07Fv74m7MkTDUAslU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #ofr3r1eKqXCTZ8my9n41v6JkEb8QzOvi {  }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #Zupq4OqX8I7aKLWhlvBNbEpUKBrbiLS4 {  }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #f4HOBMNI3SkJUVxuk9dkwkD8HRRAIJqo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #ut0iJ6zicDzxewNqo29ZPs0i4tQImiQc {  }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #RwKl4F8t2BQdd6IOlk0sUOKp4RLaVxqd {  }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #JkZMxmye80W2zVfV5IomRNzi07Xmitn8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #v1ywfq0MnLDUqshyo8dzXlNA5lpn99AB {  }
 }@media only screen and (max-width: 763px) { #WF2AQLydeHdTxI978wTP0paAzGyoELbv #w6TgeL3myWgyTR2KVDGs6Rf3zPPkk1dE {  }
 }@media only screen and (max-width: 763px) { #VzMlmnpttekyw0xKv3L3DTzabfTs3b5v { background-color:#0d121b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row .container { background-color: transparent; background-image: none; }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row .container > .video-iframe-container { display: none; }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row > .video-iframe-container { display: none; }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .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); }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row .container { border-width: 0; border-radius: 0; }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzMlmnpttekyw0xKv3L3DTzabfTs3b5v > .row .container { width:20rem;height:2.24913125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5zU3m2iqaBlyywGnGURGSiNauDDyALb { width:11.25rem;height:2.24975625rem;top:0rem;left:0rem;font-size:0.75rem;color:#ffffff;font-family:"roboto condensed";line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #X92n2GCxS9LB2MpJKrX0KEFqAWJDaZRw { display:block; }
 }@media only screen and (max-width: 763px) { #O23mGuBMkeLLSbFEI4st5tmuXG5mX00F { width:9.24925rem;height:1.9995125rem;top:0rem;left:10.062255859375rem;font-size:0.75rem;color:#ffffff;font-family:"roboto condensed";line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #zaiUiE1tBhKkNTG5OVyrg4rbiApfz6sb { display:block; }
 }@media only screen and (max-width: 763px) { #zhkrH20muHr7P7C5cCIZWie3fTqgslSk { display:none; }#zhkrH20muHr7P7C5cCIZWie3fTqgslSk > .row .container { width:20rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zurNb2bC7vfyfPpzXtagrIs70ctcdUax { top:10.21875rem;left:7.4375002384187rem;width:12.5625rem;height:8.0625rem;z-index:15120;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mfszPZDNxfeSx6WF52XWdsOteT9sdt9e { top:10.21875rem;left:1.1006944179535rem;width:5.75rem;height:9.375rem;z-index:15119;overflow:hidden;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZPUIvE3ZtGkcmEUEuQmcGyiKUmT0WOQX { width:8.9375rem;height:8.9375rem;top:13rem;left:5.5312502384186rem;box-shadow: 0rem 0rem 1.0625rem #0d121b ;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #QL2SL5NJtzSdevgSZyVv9N8JEKbDMt4r { width:12.3125rem;height:6.625rem;top:18.9375rem;left:0rem;box-shadow: 0rem 0rem 1.0625rem #0d121b ;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #DKUxeyC5mg4aMy8VCXizmavotTdntavl { width:12.3125rem;height:6.625rem;top:20.8125rem;left:5.5312502384186rem;box-shadow: 0rem 0rem 1.0625rem #0d121b ;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #lrUBT8OUzEOalzJWuBg8PSJW6ltN8fxx { width:20rem;height:2.88736875rem;top:6.125rem;left:0rem;font-size:2.625rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #QT0BhlTEzT4i4IwmZcPaxTJarC38bNJo { width:20rem;height:2.19965rem;top:3.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #f0GVxrDIp2s4ZIrqhTmL5M2MRyuTlQJK { width:16.1875rem;height:4.5rem;top:32.3125rem;left:1.90625rem;font-size:1.375rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #p6Qf8ispRgxD4feQnwtmhQVM33rPNUSF { display:block; }
 }@media only screen and (max-width: 763px) { #eD24U07O515URkoK8kScfK9ZTihx9T1E { width:20rem;height:4.1232625rem;top:38.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;z-index:15084;display:block; }
 }