.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,227,224;--color-primary-1:135,163,153;--color-primary-2:15,70,50;--color-primary-3:8,35,25;--color-primary-4:2,11,8;--color-secondary-0:220,248,234;--color-secondary-1:140,233,184;--color-secondary-2:24,210,112;--color-secondary-3:12,105,56;--color-secondary-4:4,32,17;--color-tertiary-0:255,255,255;--color-tertiary-1:250,233,251;--color-tertiary-2:238,182,242;--color-tertiary-3:119,91,121;--color-tertiary-4:24,18,24;--headlines-font-family:"Fortum Sans";--paragraphs-font-family:"Fortum Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng > .row .container { background-color: transparent; background-image: none; }#pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng > .row .container > .video-iframe-container { display: none; }#pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng > .row > .video-iframe-container { display: none; }#pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng > .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); }#pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng > .row .container { border-width: 0; border-radius: 0; }#pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#fi72BPMqm7OtQUnJSiOJfPuguSTICQqJ { position:absolute;display:block;z-index:15036;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:2.24935rem;width:10.1248125rem;top:1.7176649570465rem;left:0rem;overflow:hidden;display:block; }
#FSmOXXOwJhdtAs8muTskshwe5DuWgi5s { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.0625rem 0.3125rem rgba(var(--color-primary-4),0.46) ;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.9375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.3723958730698rem;left:13.5625rem;display:block; }
#T28Zp5xLcoxB396HZdsAsC7WwyOyEtCB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rREP2fwetqkD9ptD6PJMZ90t4TP69Bpz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.0625rem 0.3125rem rgba(var(--color-primary-4),0.46) ;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:2.9375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.3723958730698rem;left:36.125rem;display:block; }
#fM51shQFV5H4TewT3zKo8vEczvcyMc9V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zu1VtyqEm4KpEGF96fmKawHT5S1asuAn { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.0625rem 0.3125rem rgba(var(--color-primary-4),0.46) ;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.9375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:1.3723958730698rem;left:48.6875rem;display:block; }
#buNCE1KvpJk4VoKTB5EzdsFIW6nQgBen { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AVfwuM41pGEDiPntul0Qi5FM4ps5C4BM { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.0625rem 0.3125rem rgba(var(--color-primary-4),0.46) ;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9980625rem;height:2.936525rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:1.373046875rem;left:61.0009765625rem;display:block; }
#nQ3uPOxNpLaT7MIPW2SHskpl93UOTW3Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z5vZ6Ol1lZ5sMEXDWzWIOBcyeMBmAPGG { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.0625rem 0.3125rem rgba(var(--color-primary-4),0.46) ;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.9375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1.3723958730698rem;left:26.125rem;display:block; }
#thr4FcRsACDwVOHtUIQW0vtaSzMPihPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/3fa24a0f-80c5-4eb0-ae66-b8b26cb3deaa/aurora.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp.adaptive-delivery-prevent-bg, #W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp.lazyload, #W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp.lazyloading { background-image: none; }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row .container { background-color: transparent; background-image: none; }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row .container > .video-iframe-container { display: none; }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row > .video-iframe-container { display: none; }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .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); }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row .container { border-width: 0; border-radius: 0; }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#upqek0fuaHv55U1yAC9RZERO2lXfU5zk { color:#eeb6f2;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:9.25rem;left:0rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sh15zsFFRWZkkinsI8C8A6SPrMgAf4Xv { color:#f7f9ff;display:block;width:54.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:21.125rem;left:10.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#mLaCV3b8OM0R6a1W0aPUgB8oZVBcmg0i { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.4375rem;top:28.875rem;left:35.3125rem;overflow:hidden;display:block; }
#ibk4kBo1wb4WFuS4D4ETHD45v8E4uFZU { box-sizing:content-box;height:4.625rem;width:4.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.0625rem;left:35.1875rem;display:block; }
#NOvFoMzucUxMun3o2VTfG1pm8v9tI4hN { color:#eeb6f2;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:14.625rem;left:0rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX { position:relative;display:block; }#QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX { background-color: transparent; background-image: none; }#QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX > .row .container > .video-iframe-container { display: none; }#QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX > .row > .video-iframe-container { display: none; }#QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX > .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); }#QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX { border-width: 0; border-radius: 0; }#QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX > .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; }#QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX > .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:82rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Iy0TRmTLHkNpRGklyraBglpMbLBAOu5A { position:absolute;display:block;z-index:15000;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:5.99935rem;width:4.62456875rem;top:8rem;left:35.1875rem;overflow:hidden;display:block; }
#G0N333P7vdTCvL5TcAV2BftSGozoUJTD { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.8125rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#i60kX8vASyPclLHFyS7WDbTA6wbkcxWB { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.875rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#vQ0W7KT0qwT0miOBRvoAVzdLGlyPWV0B { position:absolute;display:block;z-index:15003;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:42.625rem;width:29.625rem;top:25.6240234375rem;left:0rem;overflow:hidden;display:block; }
#xT7qsuAoWkbEZhVf1XqXJblHdykyfFZT { color:rgba(var(--color-primary-2),1);display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:25.9375rem;left:31.375rem;height:25.9805rem;text-align:left;text-align-last:left;display:block; }
#dVNQupn5yq0f4Iuh56IHSf9CmXwrpE4A { position:absolute;display:block;z-index:15004;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:5.43728125rem;width:5.43728125rem;top:53.6875rem;left:31.875rem;overflow:hidden;display:block; }
#dCsBILXBWlntr20PI4DFF4d5CpyIs5nr { color:rgba(var(--color-primary-2),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:59.8125rem;left:31.875rem;height:2.97395625rem;text-align:left;text-align-last:left;display:block; }
#DtxpZ03RMHw7dedtSTF2syCb1dZnoZEQ { color:rgba(var(--color-primary-2),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:62.75rem;left:31.875rem;height:11.546875rem;text-align:left;text-align-last:left;display:block; }
#laHV8tNx7J1N6r76SAs6sPEm2r5F31OI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;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; }#laHV8tNx7J1N6r76SAs6sPEm2r5F31OI > .row .container { background-color: transparent; background-image: none; }#laHV8tNx7J1N6r76SAs6sPEm2r5F31OI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHV8tNx7J1N6r76SAs6sPEm2r5F31OI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHV8tNx7J1N6r76SAs6sPEm2r5F31OI > .row .container > .video-iframe-container { display: none; }#laHV8tNx7J1N6r76SAs6sPEm2r5F31OI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHV8tNx7J1N6r76SAs6sPEm2r5F31OI > .row > .video-iframe-container { display: none; }#laHV8tNx7J1N6r76SAs6sPEm2r5F31OI > .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); }#laHV8tNx7J1N6r76SAs6sPEm2r5F31OI > .row .container { border-width: 0; border-radius: 0; }#laHV8tNx7J1N6r76SAs6sPEm2r5F31OI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laHV8tNx7J1N6r76SAs6sPEm2r5F31OI > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:75rem;position:relative;display:block; }#Ii18DlKmXtzHA1pKNbLrUkUeTX7M5g29 { position:absolute;display:block;z-index:15000;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:5.9375rem;width:4rem;top:8rem;left:35.1875rem;overflow:hidden;display:block; }
#Qf3Pl6100dIF925sK2c7dTL17LT2pIgv { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.8125rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#VSxa5fE3STTg9NBEC4kRq0XFbOLgw7lv { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:19.68750500679rem;left:0rem;height:11.546875rem;text-align:center;text-align-last:center;display:block; }
#yd9DkiTDHfyqza68uOrsbdKffQGyqrLp { position:absolute;display:block;z-index:15004;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:5.43728125rem;width:5.43728125rem;top:34.375rem;left:0rem;overflow:hidden;display:block; }
#DwQL05ReDQIm8NhTBrd8l4lszfBDyLZw { color:rgba(var(--color-primary-2),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:40.5rem;left:0rem;height:2.97395625rem;text-align:left;text-align-last:left;display:block; }
#dhIO825BRkAgyHsCgo6NM7CgxTEHQOzs { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:43.4375rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#scxK93TM2xneO08gGXlySbWRkbQrVt2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#scxK93TM2xneO08gGXlySbWRkbQrVt2l > .row .container { background-color: transparent; background-image: none; }#scxK93TM2xneO08gGXlySbWRkbQrVt2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scxK93TM2xneO08gGXlySbWRkbQrVt2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scxK93TM2xneO08gGXlySbWRkbQrVt2l > .row .container > .video-iframe-container { display: none; }#scxK93TM2xneO08gGXlySbWRkbQrVt2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scxK93TM2xneO08gGXlySbWRkbQrVt2l > .row > .video-iframe-container { display: none; }#scxK93TM2xneO08gGXlySbWRkbQrVt2l > .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); }#scxK93TM2xneO08gGXlySbWRkbQrVt2l > .row .container { border-width: 0; border-radius: 0; }#scxK93TM2xneO08gGXlySbWRkbQrVt2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scxK93TM2xneO08gGXlySbWRkbQrVt2l > .row .container { font-size:0.875rem;font-family:arial;height:105.5rem;width:75rem;position:relative;display:block; }#I5RX9fpWemiWT1v8Ou6IN8Tv7QmJTMJu { position:absolute;display:block;z-index:15000;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:5.99935rem;width:5.9375rem;top:7.935546875rem;left:34.53125rem;overflow:hidden;display:block; }
#DNT67XlTLOMN8AVhHN2SmVhJhSbToW0L { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#VhNTDZ1O0UnC5XgpHn1mVvv6vRbS4dC9 { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.8125rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#mlgKv2PT8cyn7o1DXlhvpRH62xBtNR6P { color:rgba(var(--color-primary-2),1);display:block;width:68.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:23.060546875rem;left:3.03125rem;height:11.8958125rem;text-align:center;text-align-last:center;display:block; }
#F0TQzvx0vuJgTX6c73TtOLPhi5ntDNpe { color:rgba(var(--color-primary-2),1);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:44.5rem;left:1.875rem;height:;text-align:left;text-align-last:left;display:block; }
#oZ1l3d4V20io3zSSxEdsy8ugoVb9H9ST { color:rgba(var(--color-primary-2),1);display:block;width:66.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:40.25rem;left:6.6875rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#WoalOEHgPgM1XnInLMoxkdqQD3e6fDd5 { position:absolute;display:block;z-index:15005;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:4.87413125rem;width:4.0625rem;top:38.6875rem;left:1.75rem;overflow:hidden;display:block; }
#ZbWs4OTd6s8CTFu4o96vqMr7pTxKWzHL { position:absolute;display:block;z-index:15006;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:4.87305rem;width:4.0625rem;top:69.0625rem;left:1.6875rem;overflow:hidden;display:block; }
#zuvK4RxsG7dZ1FWE0bnK3PPDcWtTP4Lx { color:rgba(var(--color-primary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:70.9375rem;left:7.5rem;height:2.97395625rem;text-align:left;text-align-last:left;display:block; }
#WEbCU5TaepmgNkJIM49Hmkv1su8nGtkh { color:rgba(var(--color-primary-2),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:76.75rem;left:7.4375rem;height:8.921875rem;text-align:left;text-align-last:left;display:block; }
#xZtnieurT9zeaaaEJzno7H7RgEXrBgx0 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:71.5625rem;height:4.56163125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:55.08984375rem;left:1.71875rem;display:block; }
#iLcZhWy9uT7yqTQZk4rQlcVJlCO6dbwF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qlDWWSk1K25S135VUfqCxHSOTc2UUpRS { position:absolute;display:block;z-index:15007;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:5.43728125rem;width:3.93663125rem;top:75.5625rem;left:1.875rem;overflow:hidden;display:block; }
#THEGQJUQhBkyr7QONGG8qATtH0NikMs9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;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; }#THEGQJUQhBkyr7QONGG8qATtH0NikMs9 > .row .container { background-color: transparent; background-image: none; }#THEGQJUQhBkyr7QONGG8qATtH0NikMs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THEGQJUQhBkyr7QONGG8qATtH0NikMs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THEGQJUQhBkyr7QONGG8qATtH0NikMs9 > .row .container > .video-iframe-container { display: none; }#THEGQJUQhBkyr7QONGG8qATtH0NikMs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THEGQJUQhBkyr7QONGG8qATtH0NikMs9 > .row > .video-iframe-container { display: none; }#THEGQJUQhBkyr7QONGG8qATtH0NikMs9 > .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); }#THEGQJUQhBkyr7QONGG8qATtH0NikMs9 > .row .container { border-width: 0; border-radius: 0; }#THEGQJUQhBkyr7QONGG8qATtH0NikMs9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THEGQJUQhBkyr7QONGG8qATtH0NikMs9 > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#APqWRKJwU0RSTGEnEgNpvwfHD7CS48LK { position:absolute;display:block;z-index:15000;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:6.0625rem;width:6.875rem;top:7.935546875rem;left:34.0625rem;overflow:hidden;display:block; }
#QHfsfX9Ca7AZ9w0C49KQs9q8xp3FzOn0 { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#rEZNw1JTm0lNNzDMf6Sf77eisiqhWpwa { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#sWZ93oeWuisEPBBElqhBWlcGgxcE03CQ { color:rgba(var(--color-primary-2),1);display:block;width:56.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:22.873046875rem;left:9.0302734375rem;height:5.94791875rem;text-align:center;text-align-last:center;display:block; }
#S1LHl9BDX8KIgGIEtfigeRTOm7KF4nFl { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:71.5625rem;height:4.56055rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.5888671875rem;left:1.71875rem;display:block; }
#q6ExRdb3EsrPbcrQD4tA8BEbOxCHN2un { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k1r6iDX4KO4RZEfxQIlsfeDd77yyHa7r { color:rgba(var(--color-primary-2),1);display:block;width:56.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:37.810546875rem;left:9.03125rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;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; }#OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG > .row .container { background-color: transparent; background-image: none; }#OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG > .row .container > .video-iframe-container { display: none; }#OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG > .row > .video-iframe-container { display: none; }#OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG > .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); }#OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG > .row .container { border-width: 0; border-radius: 0; }#OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#g2gimHU6aCvDGoowoAudgT8iJP8rb1mA { position:absolute;display:block;z-index:15007;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:4.3125rem;width:4.375rem;top:2.1245651245117rem;left:10.468751907349rem;overflow:hidden;display:block; }
#aGy4MbTWMfhkeXBJKhbzgJyzLQFNN5kn { position:absolute;display:block;z-index:15008;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:4.375rem;width:5.0625rem;top:1.9342441558838rem;left:35.092233657837rem;overflow:hidden;display:block; }
#iwaBkOKg1nTOaCDsmtpdwrsM1Ufz8WDN { position:absolute;display:block;z-index:15009;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:3.81185rem;width:4.93706875rem;top:2.373046875rem;left:60.030382156372rem;overflow:hidden;display:block; }
#skKeHT17TRZ4G3ef90F15aM6u4Fo0dWx { color:rgba(var(--color-primary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:7.2504348754881rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#sIwlAEcf7IDsGAERmN8pJP2NkDylSpUt { color:rgba(var(--color-primary-2),1);display:block;width:19.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:6.9965286254881rem;left:27.905817031861rem;height:;text-align:center;text-align-last:center;display:block; }
#IK1QihCgTui8faCL4BSfxaTAbR7gVwJX { color:rgba(var(--color-primary-2),1);display:block;width:19.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:7.3817291259762rem;left:52.905817031861rem;height:;text-align:center;text-align-last:center;display:block; }
#cDbcHdHQpffS04GFi7xOdspV4TrzoxU0 { color:rgba(var(--color-primary-2),1);display:block;width:23.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:10.268013000488rem;left:0.7497844696045rem;height:;text-align:center;text-align-last:center;display:block; }
#rPtCmdZPkN9GTa6A7tXfcs37nOJM1LHZ { color:rgba(var(--color-primary-2),1);display:block;width:23.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.767578125rem;left:25.749784469604rem;height:2.3372375rem;text-align:center;text-align-last:center;display:block; }
#tI9iTTBlz7okDVwlaxBw7Hp8suPoCm9k { color:rgba(var(--color-primary-2),1);display:block;width:23.4986875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:14.062482833863rem;left:25.747398376465rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#TMIHCiw8iezvRlsuS2gfCgAnKxgHPC4o { color:rgba(var(--color-primary-2),1);display:block;width:22.249375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:10.268013000488rem;left:51.374788284302rem;height:5.98046875rem;text-align:center;text-align-last:center;display:block; }
#uv1vVFJIZ6bcy111bIoqlTw8bqmdIoeH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.99913125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.728950500488rem;left:50.811632156372rem;display:block; }
#AE6p6Q8TKJZ4SXeZXfciurFgVzowpDl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TE79amB8GD6ORgxmceMz5guC6Po9L9fe { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.27020875rem;height:2.957465rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.701824188233rem;left:63.12500190735rem;display:block; }
#GFtVIAN3WFVxRQ4IdKgPlUfUgERkFOEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf > .row .container { background-color: transparent; background-image: none; }#Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf > .row .container > .video-iframe-container { display: none; }#Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf > .row > .video-iframe-container { display: none; }#Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf > .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); }#Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf > .row .container { border-width: 0; border-radius: 0; }#Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:75rem;position:relative;display:block; }#s2Obud22WUvTUcHkybZliwAo9ZfnZmLU { position:absolute;display:block;z-index:15000;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:6.749125rem;width:7.686625rem;top:6.498046875rem;left:33.6552734375rem;overflow:hidden;display:block; }
#HIuzAwcc8FvGt8aTDBND5QQByTMA000N { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#cuLt2kilsuDEP6AZig6ZOCptlIySDzHh { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.8125rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#MoKmikfWK1bnROplfRN7ZJRKr7MTMh9c { color:rgba(var(--color-primary-2),1);display:block;width:56.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:22.748046875rem;left:9.0302734375rem;height:;text-align:center;text-align-last:center;display:block; }
#y7ORCn6UgO2tTsVhsP5Mn2WJKrBBkXRM { color:rgba(var(--color-primary-2),1);display:block;width:66.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:33.4375rem;left:8.4375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#XCnTDTV4cFJTpKT4VHwAIIr1p4wwswDB { position:absolute;display:block;z-index:15008;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:4.87413125rem;width:4.0625rem;top:31.875rem;left:3.5rem;overflow:hidden;display:block; }
#rHSh5g5hoyM47ITuKwnsTE4C0Ig6rnyA { color:rgba(var(--color-primary-2),1);display:block;width:71.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:38.060546875rem;left:3.6240234375rem;height:5.94791875rem;text-align:left;text-align-last:left;display:block; }
#KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;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; }#KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD > .row .container { background-color: transparent; background-image: none; }#KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD > .row .container > .video-iframe-container { display: none; }#KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD > .row > .video-iframe-container { display: none; }#KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD > .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); }#KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD > .row .container { border-width: 0; border-radius: 0; }#KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD > .row .container { font-size:0.875rem;font-family:arial;height:69.625rem;width:75rem;position:relative;display:block; }#eBPI27S8U8mzmK5cHoWfo8eQoRz74c30 { position:absolute;display:block;z-index:15000;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:8.1875rem;width:8.1875rem;top:5.9814453125rem;left:32.9853515625rem;overflow:hidden;display:block; }
#gQZFfcvu40D63vBl12bXFTPheacqDTkb { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#sDBcAcvIpcC8uBscceLpKKzyXmaaQZ27 { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#NyOJwPxOIQ2Wnyo1eX48wC2doVcWU7ed { color:rgba(var(--color-primary-2),1);display:block;width:56.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:22.935546875rem;left:9.0302734375rem;height:;text-align:center;text-align-last:center;display:block; }
#EpgKw0m86mXX8tAimhqt0agNIriFF2xB { color:rgba(var(--color-primary-2),1);display:block;width:66.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:40.3125rem;left:8.375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#y0fXmQUtwKpqMZ7m6A0bJa72NDNS24l1 { position:absolute;display:block;z-index:15008;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:4.87413125rem;width:4.0625rem;top:38.75rem;left:3.4375rem;overflow:hidden;display:block; }
#vViNJDFLCtRofJyZwmxfeXxHUFCfwIZy { color:rgba(var(--color-primary-2),1);display:block;width:69.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:44.9375rem;left:3.5625rem;height:;text-align:left;text-align-last:left;display:block; }
#MvGZZ0lEmlDfRX20regk2S6x7zxc0yel { color:rgba(var(--color-primary-2),1);display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:26.685546875rem;left:9.7177734375rem;height:9.234375rem;text-align:left;text-align-last:left;display:block; }#MvGZZ0lEmlDfRX20regk2S6x7zxc0yel li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MvGZZ0lEmlDfRX20regk2S6x7zxc0yel li:before{  }
#sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f4632;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; }#sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW > .row .container { background-color: transparent; background-image: none; }#sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW > .row .container > .video-iframe-container { display: none; }#sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW > .row > .video-iframe-container { display: none; }#sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW > .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); }#sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW > .row .container { border-width: 0; border-radius: 0; }#sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#JcEOplo8gUraVOvgq1c6n89Vy36gdkUl { color:#313131;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:13.6875rem;left:38.1875rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#V7TNRau7qthTw7PSnoLyHh21RMfrqX9s { color:#313131;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:15.9375rem;left:38.1875rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#GxZMGVRh9iSwlM8DxPWHb6uLCz6Bbvn9 { color:#313131;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:13.3125rem;left:61.75rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#AgNguUeiGzhK2aF6kksZCzN7cw0RayG4 { color:#313131;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:12.375rem;left:0.125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#X7eg6ansgkD9C08ewcSoezqynmgPT6G1 { background-color:#18d270;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#0f4632;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:2.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.625rem;left:0rem;display:block; }
#TWpbQ5lkUp5WGeLXyWt7WEfhbmXoinC0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n8eWSQoSUw1i24yxA2Cx6WMaK95v8e63 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.1875rem;top:9.1875rem;left:38.1875rem;overflow:hidden;display:block; }
#Rbz0755iSSR4l4UP0sSHavsm1GfJtfZq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:8.8125rem;left:61.75rem;overflow:hidden;display:block; }
#LSDUpOL0vy3GrdmqXR79A8CaOcV4zFHw { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:#18d270;background-image:none;top:23.4375rem;left:0rem;display:block; }
#gTFGXxtbrIvW30bSoRFGtMXfSsSZcVlB { position:absolute;display:block;z-index:15031;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.4375rem;width:10.4375rem;top:26.625rem;left:61.5rem;overflow:hidden;display:block; }
#S9JnqSNice8LJwQkng84tvoUfm9WIafw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.375rem;top:8.0625rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng { display:block; }#pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fi72BPMqm7OtQUnJSiOJfPuguSTICQqJ { width:10.0625rem;height:2.2355065217257rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSmOXXOwJhdtAs8muTskshwe5DuWgi5s { width:11.5rem;height:2.9375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28Zp5xLcoxB396HZdsAsC7WwyOyEtCB { display:block; }
 }@media only screen and (max-width: 763px) { #rREP2fwetqkD9ptD6PJMZ90t4TP69Bpz { width:11.6875rem;height:2.9375rem;top:1.3125rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM51shQFV5H4TewT3zKo8vEczvcyMc9V { display:block; }
 }@media only screen and (max-width: 763px) { #Zu1VtyqEm4KpEGF96fmKawHT5S1asuAn { width:11.4375rem;height:2.9375rem;top:1.3125rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buNCE1KvpJk4VoKTB5EzdsFIW6nQgBen { display:block; }
 }@media only screen and (max-width: 763px) { #AVfwuM41pGEDiPntul0Qi5FM4ps5C4BM { width:13.9375rem;height:2.875rem;top:1.3125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ3uPOxNpLaT7MIPW2SHskpl93UOTW3Q { display:block; }
 }@media only screen and (max-width: 763px) { #Z5vZ6Ol1lZ5sMEXDWzWIOBcyeMBmAPGG { width:9.0625rem;height:2.9375rem;top:1.3125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thr4FcRsACDwVOHtUIQW0vtaSzMPihPc { display:block; }
 }@media only screen and (max-width: 763px) { #W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp { display:block; }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upqek0fuaHv55U1yAC9RZERO2lXfU5zk { width:47.75rem;height:5.375rem;top:9.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh15zsFFRWZkkinsI8C8A6SPrMgAf4Xv { width:47.75rem;height:4.875rem;top:21.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLaCV3b8OM0R6a1W0aPUgB8oZVBcmg0i { width:4.4375rem;height:3.3125rem;top:28.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibk4kBo1wb4WFuS4D4ETHD45v8E4uFZU { width:4.625rem;height:4.625rem;top:28.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOvFoMzucUxMun3o2VTfG1pm8v9tI4hN { width:47.75rem;height:5.375rem;top:14.625rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX { display:block; }#QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iy0TRmTLHkNpRGklyraBglpMbLBAOu5A { width:4.5625rem;height:5.9192049269846rem;top:8rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0N333P7vdTCvL5TcAV2BftSGozoUJTD { width:47.75rem;height:4.0625rem;top:14.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i60kX8vASyPclLHFyS7WDbTA6wbkcxWB { width:47.75rem;height:;top:18.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ0W7KT0qwT0miOBRvoAVzdLGlyPWV0B { width:29.625rem;height:42.625rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT7qsuAoWkbEZhVf1XqXJblHdykyfFZT { width:41.375rem;height:26rem;top:25.9375rem;left:4.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVNQupn5yq0f4Iuh56IHSf9CmXwrpE4A { width:5.375rem;height:5.375rem;top:53.6875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCsBILXBWlntr20PI4DFF4d5CpyIs5nr { width:43.125rem;height:2.9375rem;top:59.8125rem;left:4.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtxpZ03RMHw7dedtSTF2syCb1dZnoZEQ { width:43.125rem;height:11.5rem;top:62.75rem;left:4.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laHV8tNx7J1N6r76SAs6sPEm2r5F31OI { display:block; }#laHV8tNx7J1N6r76SAs6sPEm2r5F31OI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ii18DlKmXtzHA1pKNbLrUkUeTX7M5g29 { width:4rem;height:5.9375rem;top:8rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf3Pl6100dIF925sK2c7dTL17LT2pIgv { width:47.75rem;height:;top:14.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSxa5fE3STTg9NBEC4kRq0XFbOLgw7lv { width:47.75rem;height:11.5rem;top:19.6875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd9DkiTDHfyqza68uOrsbdKffQGyqrLp { width:5.375rem;height:5.375rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwQL05ReDQIm8NhTBrd8l4lszfBDyLZw { width:43.125rem;height:2.9375rem;top:40.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhIO825BRkAgyHsCgo6NM7CgxTEHQOzs { width:47.75rem;height:;top:43.4375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scxK93TM2xneO08gGXlySbWRkbQrVt2l { display:block; }#scxK93TM2xneO08gGXlySbWRkbQrVt2l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5RX9fpWemiWT1v8Ou6IN8Tv7QmJTMJu { width:5.9375rem;height:5.999025rem;top:7.875rem;left:20.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNT67XlTLOMN8AVhHN2SmVhJhSbToW0L { width:47.75rem;height:;top:14.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhNTDZ1O0UnC5XgpHn1mVvv6vRbS4dC9 { width:47.75rem;height:;top:18.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlgKv2PT8cyn7o1DXlhvpRH62xBtNR6P { width:47.75rem;height:11.875rem;top:23rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0TQzvx0vuJgTX6c73TtOLPhi5ntDNpe { width:47.75rem;height:;top:44.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ1l3d4V20io3zSSxEdsy8ugoVb9H9ST { width:47.75rem;height:;top:40.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoalOEHgPgM1XnInLMoxkdqQD3e6fDd5 { width:4.0625rem;height:4.874025rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbWs4OTd6s8CTFu4o96vqMr7pTxKWzHL { width:4.0625rem;height:4.87305rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuvK4RxsG7dZ1FWE0bnK3PPDcWtTP4Lx { width:31.4375rem;height:2.9375rem;top:70.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEbCU5TaepmgNkJIM49Hmkv1su8nGtkh { width:23.5rem;height:8.875rem;top:76.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZtnieurT9zeaaaEJzno7H7RgEXrBgx0 { width:46.75rem;height:4.5rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLcZhWy9uT7yqTQZk4rQlcVJlCO6dbwF { display:block; }
 }@media only screen and (max-width: 763px) { #qlDWWSk1K25S135VUfqCxHSOTc2UUpRS { width:3.875rem;height:5.3516780143285rem;top:75.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEGQJUQhBkyr7QONGG8qATtH0NikMs9 { display:block; }#THEGQJUQhBkyr7QONGG8qATtH0NikMs9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APqWRKJwU0RSTGEnEgNpvwfHD7CS48LK { width:6.875rem;height:6.0625rem;top:7.875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHfsfX9Ca7AZ9w0C49KQs9q8xp3FzOn0 { width:47.75rem;height:;top:14.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEZNw1JTm0lNNzDMf6Sf77eisiqhWpwa { width:47.75rem;height:;top:18.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWZ93oeWuisEPBBElqhBWlcGgxcE03CQ { width:47.75rem;height:;top:22.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1LHl9BDX8KIgGIEtfigeRTOm7KF4nFl { width:46.75rem;height:4.5rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ExRdb3EsrPbcrQD4tA8BEbOxCHN2un { display:block; }
 }@media only screen and (max-width: 763px) { #k1r6iDX4KO4RZEfxQIlsfeDd77yyHa7r { width:47.75rem;height:2.9375rem;top:37.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG { display:block; }#OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2gimHU6aCvDGoowoAudgT8iJP8rb1mA { width:4.375rem;height:4.3125rem;top:2.0625rem;left:5.9062519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGy4MbTWMfhkeXBJKhbzgJyzLQFNN5kn { width:5.0625rem;height:4.375rem;top:1.875rem;left:21.404733657837rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwaBkOKg1nTOaCDsmtpdwrsM1Ufz8WDN { width:4.875rem;height:3.7639274822738rem;top:2.3125rem;left:37.217882156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #skKeHT17TRZ4G3ef90F15aM6u4Fo0dWx { width:24.875rem;height:;top:7.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIwlAEcf7IDsGAERmN8pJP2NkDylSpUt { width:19.125rem;height:;top:6.9375rem;left:12.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK1QihCgTui8faCL4BSfxaTAbR7gVwJX { width:19.125rem;height:;top:7.375rem;left:28.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDbcHdHQpffS04GFi7xOdspV4TrzoxU0 { width:23.4375rem;height:;top:10.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPtCmdZPkN9GTa6A7tXfcs37nOJM1LHZ { width:23.4375rem;height:2.3125rem;top:11.75rem;left:8.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI9iTTBlz7okDVwlaxBw7Hp8suPoCm9k { width:23.4375rem;height:1.375rem;top:14rem;left:8.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMIHCiw8iezvRlsuS2gfCgAnKxgHPC4o { width:22.1875rem;height:5.9375rem;top:10.25rem;left:25.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv1vVFJIZ6bcy111bIoqlTw8bqmdIoeH { width:11.25rem;height:2.9375rem;top:17.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE6p6Q8TKJZ4SXeZXfciurFgVzowpDl6 { display:block; }
 }@media only screen and (max-width: 763px) { #TE79amB8GD6ORgxmceMz5guC6Po9L9fe { width:11.25rem;height:2.9375rem;top:17.6875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFtVIAN3WFVxRQ4IdKgPlUfUgERkFOEV { display:block; }
 }@media only screen and (max-width: 763px) { #Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf { display:block; }#Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2Obud22WUvTUcHkybZliwAo9ZfnZmLU { width:7.625rem;height:6.6950009757367rem;top:6.4375rem;left:20.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIuzAwcc8FvGt8aTDBND5QQByTMA000N { width:47.75rem;height:;top:14.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuLt2kilsuDEP6AZig6ZOCptlIySDzHh { width:47.75rem;height:;top:18.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoKmikfWK1bnROplfRN7ZJRKr7MTMh9c { width:47.75rem;height:;top:22.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ORCn6UgO2tTsVhsP5Mn2WJKrBBkXRM { width:47.75rem;height:;top:33.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCnTDTV4cFJTpKT4VHwAIIr1p4wwswDB { width:4.0625rem;height:4.874025rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHSh5g5hoyM47ITuKwnsTE4C0Ig6rnyA { width:47.75rem;height:5.9375rem;top:38rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD { display:block; }#KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBPI27S8U8mzmK5cHoWfo8eQoRz74c30 { width:8.1875rem;height:8.1875rem;top:5.9375rem;left:19.3603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQZFfcvu40D63vBl12bXFTPheacqDTkb { width:47.75rem;height:;top:14.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDBcAcvIpcC8uBscceLpKKzyXmaaQZ27 { width:47.75rem;height:;top:19rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyOJwPxOIQ2Wnyo1eX48wC2doVcWU7ed { width:47.75rem;height:;top:22.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpgKw0m86mXX8tAimhqt0agNIriFF2xB { width:47.75rem;height:;top:40.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0fXmQUtwKpqMZ7m6A0bJa72NDNS24l1 { width:4.0625rem;height:4.874025rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vViNJDFLCtRofJyZwmxfeXxHUFCfwIZy { width:47.75rem;height:;top:44.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvGZZ0lEmlDfRX20regk2S6x7zxc0yel { width:47.75rem;height:9.25rem;top:26.625rem;left:0rem;font-size:1.375rem;display:block; }#MvGZZ0lEmlDfRX20regk2S6x7zxc0yel li:before{  }
 }@media only screen and (max-width: 763px) { #sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW { display:block; }#sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcEOplo8gUraVOvgq1c6n89Vy36gdkUl { width:22.4375rem;height:1.6875rem;top:13.6875rem;left:24.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7TNRau7qthTw7PSnoLyHh21RMfrqX9s { width:15.6875rem;height:1.3125rem;top:15.9375rem;left:24.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxZMGVRh9iSwlM8DxPWHb6uLCz6Bbvn9 { width:13.25rem;height:4.5rem;top:13.3125rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgNguUeiGzhK2aF6kksZCzN7cw0RayG4 { width:18.75rem;height:1.6875rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7eg6ansgkD9C08ewcSoezqynmgPT6G1 { width:18.9375rem;height:2.3125rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWpbQ5lkUp5WGeLXyWt7WEfhbmXoinC0 { display:block; }
 }@media only screen and (max-width: 763px) { #n8eWSQoSUw1i24yxA2Cx6WMaK95v8e63 { width:4.1875rem;height:3.6875rem;top:9.1875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbz0755iSSR4l4UP0sSHavsm1GfJtfZq { width:3.6875rem;height:3.6875rem;top:8.8125rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSDUpOL0vy3GrdmqXR79A8CaOcV4zFHw { width:47.75rem;height:0;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTFGXxtbrIvW30bSoRFGtMXfSsSZcVlB { width:10.375rem;height:2.4233540357791rem;top:26.625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9JnqSNice8LJwQkng84tvoUfm9WIafw { width:4.375rem;height:3.3125rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng { position:relative;z-index:auto;display:block; }#pwh0Org9lnqnRFLctOkpZ1KXHmw9xlng > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fi72BPMqm7OtQUnJSiOJfPuguSTICQqJ { width:10.0625rem;height:2.2351088721377rem;top:0.625rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSmOXXOwJhdtAs8muTskshwe5DuWgi5s { width:17.625rem;height:2.4375rem;top:4.734375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28Zp5xLcoxB396HZdsAsC7WwyOyEtCB { display:block; }
 }@media only screen and (max-width: 763px) { #rREP2fwetqkD9ptD6PJMZ90t4TP69Bpz { width:17.5625rem;height:2.4375rem;top:11.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM51shQFV5H4TewT3zKo8vEczvcyMc9V { display:block; }
 }@media only screen and (max-width: 763px) { #Zu1VtyqEm4KpEGF96fmKawHT5S1asuAn { width:17.6875rem;height:2.4375rem;top:14.3125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #buNCE1KvpJk4VoKTB5EzdsFIW6nQgBen { display:block; }
 }@media only screen and (max-width: 763px) { #AVfwuM41pGEDiPntul0Qi5FM4ps5C4BM { width:17.625rem;height:2.875rem;top:17.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ3uPOxNpLaT7MIPW2SHskpl93UOTW3Q { display:block; }
 }@media only screen and (max-width: 763px) { #Z5vZ6Ol1lZ5sMEXDWzWIOBcyeMBmAPGG { width:17.9375rem;height:2.4375rem;top:7.921875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thr4FcRsACDwVOHtUIQW0vtaSzMPihPc { display:block; }
 }@media only screen and (max-width: 763px) { #W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3fa24a0f-80c5-4eb0-ae66-b8b26cb3deaa/aurora.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp.adaptive-delivery-prevent-bg, #W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp.lazyload, #W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp.lazyloading { background-image: none; }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row .container { background-color: transparent; background-image: none; }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row .container > .video-iframe-container { display: none; }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row > .video-iframe-container { display: none; }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .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); }#W8WuuzWm1c7AABEg2zhscqwlfzqiyoKp > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upqek0fuaHv55U1yAC9RZERO2lXfU5zk { width:20rem;height:2.1875rem;top:4.3984375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sh15zsFFRWZkkinsI8C8A6SPrMgAf4Xv { width:18.25rem;height:0;top:48.9677734375rem;left:1.75rem;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #mLaCV3b8OM0R6a1W0aPUgB8oZVBcmg0i { width:3.6875rem;height:2.8125rem;top:22.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibk4kBo1wb4WFuS4D4ETHD45v8E4uFZU { width:4.75rem;height:4.75rem;top:21.5rem;left:7.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;display:block; }
 }@media only screen and (max-width: 763px) { #NOvFoMzucUxMun3o2VTfG1pm8v9tI4hN { width:20rem;height:8.125rem;top:7.375rem;left:0rem;font-size:4.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX { display:block; }#QUrT8M0l7wgOnsW3AHBkxlIKRaXnGZcX > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iy0TRmTLHkNpRGklyraBglpMbLBAOu5A { width:3.5625rem;height:4.625rem;top:4.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0N333P7vdTCvL5TcAV2BftSGozoUJTD { width:20rem;height:2.5996125rem;top:10.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i60kX8vASyPclLHFyS7WDbTA6wbkcxWB { width:20rem;height:2.2747375rem;top:12.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ0W7KT0qwT0miOBRvoAVzdLGlyPWV0B { width:15.9375rem;height:22.9375rem;top:16.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT7qsuAoWkbEZhVf1XqXJblHdykyfFZT { width:18.6875rem;height:21.16925rem;top:39.76953125rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVNQupn5yq0f4Iuh56IHSf9CmXwrpE4A { width:4.8125rem;height:4.8125rem;top:60.765625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCsBILXBWlntr20PI4DFF4d5CpyIs5nr { width:14.6875rem;height:2.44921875rem;top:62.8408203125rem;left:5.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtxpZ03RMHw7dedtSTF2syCb1dZnoZEQ { width:18.5rem;height:13.471375rem;top:66.2001953125rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laHV8tNx7J1N6r76SAs6sPEm2r5F31OI { display:block; }#laHV8tNx7J1N6r76SAs6sPEm2r5F31OI > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ii18DlKmXtzHA1pKNbLrUkUeTX7M5g29 { width:3.0625rem;height:4.625rem;top:4.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf3Pl6100dIF925sK2c7dTL17LT2pIgv { width:18.125rem;height:5.19791875rem;top:9.8750009536744rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSxa5fE3STTg9NBEC4kRq0XFbOLgw7lv { width:18.6875rem;height:19.2448125rem;top:16.625rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd9DkiTDHfyqza68uOrsbdKffQGyqrLp { width:4.8125rem;height:4.8125rem;top:37.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwQL05ReDQIm8NhTBrd8l4lszfBDyLZw { width:14.6875rem;height:2.44921875rem;top:39.6875rem;left:5.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhIO825BRkAgyHsCgo6NM7CgxTEHQOzs { width:18.5rem;height:13.471375rem;top:43.0625rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scxK93TM2xneO08gGXlySbWRkbQrVt2l { display:block; }#scxK93TM2xneO08gGXlySbWRkbQrVt2l > .row .container { width:20rem;height:93.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5RX9fpWemiWT1v8Ou6IN8Tv7QmJTMJu { width:4.3125rem;height:4.3125rem;top:3.75rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNT67XlTLOMN8AVhHN2SmVhJhSbToW0L { width:20rem;height:2.5996125rem;top:9.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhNTDZ1O0UnC5XgpHn1mVvv6vRbS4dC9 { width:20rem;height:2.2747375rem;top:12.3476625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlgKv2PT8cyn7o1DXlhvpRH62xBtNR6P { width:18.625rem;height:17.3203125rem;top:17.734375rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0TQzvx0vuJgTX6c73TtOLPhi5ntDNpe { width:17rem;height:15.3958125rem;top:43.125rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ1l3d4V20io3zSSxEdsy8ugoVb9H9ST { width:15.0625rem;height:2.2747375rem;top:40.0625rem;left:4.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoalOEHgPgM1XnInLMoxkdqQD3e6fDd5 { width:2.8125rem;height:3.3125rem;top:38.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbWs4OTd6s8CTFu4o96vqMr7pTxKWzHL { width:2.8125rem;height:3.3125rem;top:66.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuvK4RxsG7dZ1FWE0bnK3PPDcWtTP4Lx { width:14.3125rem;height:4.2246125rem;top:67.3125rem;left:5.0625rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WEbCU5TaepmgNkJIM49Hmkv1su8nGtkh { width:20rem;height:6.09375rem;top:72.5rem;left:0rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZtnieurT9zeaaaEJzno7H7RgEXrBgx0 { width:19rem;height:2.9375rem;top:59.375rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLcZhWy9uT7yqTQZk4rQlcVJlCO6dbwF { display:block; }
 }@media only screen and (max-width: 763px) { #qlDWWSk1K25S135VUfqCxHSOTc2UUpRS { width:3.875rem;height:5.3515625rem;top:96.861328125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #THEGQJUQhBkyr7QONGG8qATtH0NikMs9 { display:block; }#THEGQJUQhBkyr7QONGG8qATtH0NikMs9 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APqWRKJwU0RSTGEnEgNpvwfHD7CS48LK { width:4.5625rem;height:3.875rem;top:4.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHfsfX9Ca7AZ9w0C49KQs9q8xp3FzOn0 { width:20rem;height:2.5996125rem;top:9.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEZNw1JTm0lNNzDMf6Sf77eisiqhWpwa { width:20rem;height:2.2747375rem;top:11.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWZ93oeWuisEPBBElqhBWlcGgxcE03CQ { width:18.3125rem;height:7.6979375rem;top:14.5625rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1LHl9BDX8KIgGIEtfigeRTOm7KF4nFl { width:19rem;height:3rem;top:23rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ExRdb3EsrPbcrQD4tA8BEbOxCHN2un { display:block; }
 }@media only screen and (max-width: 763px) { #k1r6iDX4KO4RZEfxQIlsfeDd77yyHa7r { width:20rem;height:3.8496125rem;top:27.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG { display:block; }#OLDvay9tJTzQq7I9JuosPGyD8uZlSLzG > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2gimHU6aCvDGoowoAudgT8iJP8rb1mA { width:4.125rem;height:4.0625rem;top:2rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGy4MbTWMfhkeXBJKhbzgJyzLQFNN5kn { width:4.5rem;height:3.8125rem;top:15.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwaBkOKg1nTOaCDsmtpdwrsM1Ufz8WDN { width:4.75rem;height:3.625rem;top:33.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skKeHT17TRZ4G3ef90F15aM6u4Fo0dWx { width:20rem;height:2.5371125rem;top:6.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIwlAEcf7IDsGAERmN8pJP2NkDylSpUt { width:19.125rem;height:3.98698125rem;top:20rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK1QihCgTui8faCL4BSfxaTAbR7gVwJX { width:19.125rem;height:1.9934875rem;top:38.125rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDbcHdHQpffS04GFi7xOdspV4TrzoxU0 { width:18.5rem;height:1.51171875rem;top:9.349609375rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPtCmdZPkN9GTa6A7tXfcs37nOJM1LHZ { width:20rem;height:2.19921875rem;top:24.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI9iTTBlz7okDVwlaxBw7Hp8suPoCm9k { width:20rem;height:1.3059875rem;top:26.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMIHCiw8iezvRlsuS2gfCgAnKxgHPC4o { width:20rem;height:4.53515625rem;top:40.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv1vVFJIZ6bcy111bIoqlTw8bqmdIoeH { width:18.3125rem;height:2.9375rem;top:45.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE6p6Q8TKJZ4SXeZXfciurFgVzowpDl6 { display:block; }
 }@media only screen and (max-width: 763px) { #TE79amB8GD6ORgxmceMz5guC6Po9L9fe { width:18.0625rem;height:2.9375rem;top:49.625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFtVIAN3WFVxRQ4IdKgPlUfUgERkFOEV { display:block; }
 }@media only screen and (max-width: 763px) { #Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf { display:block; }#Gua8EDVsPg63ulcZe0D3hbupTtrnQzaf > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2Obud22WUvTUcHkybZliwAo9ZfnZmLU { width:4.5rem;height:3.9375rem;top:4.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIuzAwcc8FvGt8aTDBND5QQByTMA000N { width:20rem;height:2.5996125rem;top:9.1943125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuLt2kilsuDEP6AZig6ZOCptlIySDzHh { width:20rem;height:2.2747375rem;top:11.79296875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoKmikfWK1bnROplfRN7ZJRKr7MTMh9c { width:19.5rem;height:7.6979375rem;top:14.7421875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ORCn6UgO2tTsVhsP5Mn2WJKrBBkXRM { width:10.625rem;height:4.2246125rem;top:26.728515625rem;left:5.3125rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XCnTDTV4cFJTpKT4VHwAIIr1p4wwswDB { width:2.8125rem;height:3.3125rem;top:26.728515625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHSh5g5hoyM47ITuKwnsTE4C0Ig6rnyA { width:18.25rem;height:9.622375rem;top:31.826171875rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD { display:block; }#KiX4uHiwOlBPe48RZVxOTDvo50f8f6hD > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBPI27S8U8mzmK5cHoWfo8eQoRz74c30 { width:5.1875rem;height:5.1875rem;top:3.25rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQZFfcvu40D63vBl12bXFTPheacqDTkb { width:14.0625rem;height:5.19791875rem;top:8.4375rem;left:2.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDBcAcvIpcC8uBscceLpKKzyXmaaQZ27 { width:20rem;height:2.2747375rem;top:13.63671875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyOJwPxOIQ2Wnyo1eX48wC2doVcWU7ed { width:17.875rem;height:3.8496125rem;top:16.44921875rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpgKw0m86mXX8tAimhqt0agNIriFF2xB { width:15.375rem;height:2.2747375rem;top:38.2109375rem;left:4.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0fXmQUtwKpqMZ7m6A0bJa72NDNS24l1 { width:2.8125rem;height:3.3125rem;top:37.109375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vViNJDFLCtRofJyZwmxfeXxHUFCfwIZy { width:17.4375rem;height:11.546875rem;top:41.7119140625rem;left:1.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvGZZ0lEmlDfRX20regk2S6x7zxc0yel { width:18.8125rem;height:11.859375rem;top:21.0986328125rem;left:0.59375rem;font-size:1.375rem;display:block; }#MvGZZ0lEmlDfRX20regk2S6x7zxc0yel li:before{  }
 }@media only screen and (max-width: 763px) { #sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW { display:block; }#sSdgOsyZJm5VZT1Cm8bOMQL9e4cHGQbW > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcEOplo8gUraVOvgq1c6n89Vy36gdkUl { width:14.375rem;height:1.78125rem;top:33.875rem;left:1.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #V7TNRau7qthTw7PSnoLyHh21RMfrqX9s { width:12.4375rem;height:1.03125rem;top:36.3125rem;left:1.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GxZMGVRh9iSwlM8DxPWHb6uLCz6Bbvn9 { width:17.375rem;height:4.1992125rem;top:22.375rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AgNguUeiGzhK2aF6kksZCzN7cw0RayG4 { width:18.5rem;height:1.5rem;top:9rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #X7eg6ansgkD9C08ewcSoezqynmgPT6G1 { width:18.3125rem;height:2.375rem;top:11.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWpbQ5lkUp5WGeLXyWt7WEfhbmXoinC0 { display:block; }
 }@media only screen and (max-width: 763px) { #n8eWSQoSUw1i24yxA2Cx6WMaK95v8e63 { width:3.375rem;height:2.9375rem;top:30.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbz0755iSSR4l4UP0sSHavsm1GfJtfZq { width:3.6875rem;height:3.6875rem;top:17.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSDUpOL0vy3GrdmqXR79A8CaOcV4zFHw { width:20rem;height:0.0625rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTFGXxtbrIvW30bSoRFGtMXfSsSZcVlB { width:10.4375rem;height:2.4375rem;top:46rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9JnqSNice8LJwQkng84tvoUfm9WIafw { width:4.375rem;height:3.3125rem;top:4.625rem;left:1.875rem;display:block; }
 }