.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); }#PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ { 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; }#PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ > .row .container { background-color: transparent; background-image: none; }#PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ > .row .container > .video-iframe-container { display: none; }#PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ > .row > .video-iframe-container { display: none; }#PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ > .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); }#PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ > .row .container { border-width: 0; border-radius: 0; }#PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#zcaSk7lwlrW8OZybqR74bxssyTkJu3qR { 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; }
#HdKWTf8rWk5Kr11p0d8oDN8R47KdCrTe { 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.375rem;height:2.9375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.3720703125rem;left:14rem;display:block; }
#oUBgNXiSy8yIWZS92wC1NvD119SvAcX3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uA2fM6C4b5EJvsoIFC4DP0QVEE1EVNW3 { 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.999rem;height:2.936525rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.373046875rem;left:29.125rem;display:block; }
#fFB1gtRmmeyVXdvigqXGaXfzlpeaDKxF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fCewUDFrS6GTaXs8q4zee9bqLOp6XNe7 { 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.999rem;height:2.936525rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:1.373046875rem;left:45.0625rem;display:block; }
#nldKoEXzJDVGhyQnkOhkRUNmstNUqAJi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ET0JAgCPKIEM93KE38xboIN9qM7WWZtW { 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; }
#vprCFtTVKZ3CXV9TkCRkPFXb1rI6dG78 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv { 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; }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv.adaptive-delivery-prevent-bg, #blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv.lazyload, #blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv.lazyloading { background-image: none; }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row .container { background-color: transparent; background-image: none; }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row .container > .video-iframe-container { display: none; }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row > .video-iframe-container { display: none; }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .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); }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row .container { border-width: 0; border-radius: 0; }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#TwF6HIgixiRJUmls6J13syWQ6oX6MIVe { 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; }
#lUeE2Ii46ZMPvPpphhuTGuZPyhvza4kT { 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; }
#LxzqNK9A07M3rfU0wiUCzU3TvvcIspZz { 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; }
#Wxs4Mo0ilTRZnnSOzmlvCuRvniqFT6eG { 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; }
#JGhda3fxKXtu4wh3mKxyqCsdwRJE8CDu { 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; }
#ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4 { position:relative;display:block; }#ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4 { background-color: transparent; background-image: none; }#ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4 > .row .container > .video-iframe-container { display: none; }#ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4 > .row > .video-iframe-container { display: none; }#ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4 > .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); }#ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4 { border-width: 0; border-radius: 0; }#ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4 > .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; }#ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4 > .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; }#VqfTEnK1h2DfRlDWTHNFIeukcSouOWG8 { 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; }
#FpsqzTT9RGNHyseIGO0tJ1mrhRKl68lC { 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; }
#NMFu3yc3WyCM0DAfMNGREaGHMghqAg0I { 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; }
#nJaFTSvWlE3X5Oha5BM5T812bhT0kq7V { 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; }
#I3sffTNtrcNMtRya2UQ5n9ayQzdtUnoq { color:rgba(var(--color-primary-2),1);display:block;width:41.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:25.9375rem;left:31.375rem;height:23.7916875rem;text-align:left;text-align-last:left;display:block; }
#F4CiXdTF4JHaG82uIbeMvsTK3uUzg7NU { 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.1875rem;left:31.875rem;overflow:hidden;display:block; }
#TPAqOSc3zDGAvHPLLr6JHfoKyn2CL4Qw { 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.3125rem;left:31.875rem;height:2.97395625rem;text-align:left;text-align-last:left;display:block; }
#gJGCv2bDLHZtcLwaCZgacQG4PTXGTV2Q { 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:62.25rem;left:31.875rem;height:11.8958125rem;text-align:left;text-align-last:left;display:block; }
#Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO { 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; }#Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO > .row .container { background-color: transparent; background-image: none; }#Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO > .row .container > .video-iframe-container { display: none; }#Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO > .row > .video-iframe-container { display: none; }#Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO > .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); }#Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO > .row .container { border-width: 0; border-radius: 0; }#Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO > .row .container { font-size:0.875rem;font-family:arial;height:110.5rem;width:75rem;position:relative;display:block; }#TGCXrIrPtn3lmJe4lZA8vnvT9NTc8KlX { 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; }
#AbzWbekfZpgGRGKGemLkMP2WAW4mvQVK { 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; }
#TvQ5IifJ09qhQgHlBOSfzb3IVOuUccT2 { 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; }
#xbIrQwDEv6IUwIC2WVMORADJaVQaUR0U { color:rgba(var(--color-primary-2),1);display:block;width:71.624375rem;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.248046875rem;left:1.6865234375rem;height:8.921875rem;text-align:center;text-align-last:center;display:block; }
#UT32VhInHg3ofMOQnSWIAGT5lcPwVbWb { 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:8.921875rem;text-align:left;text-align-last:left;display:block; }
#dVZUXIauGy7P92eoEHdLmVtuBqMZNutT { 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; }
#qFNZux4cHq54Ml7cZ5NgAM8oFNtOaSe4 { 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; }
#ITGwebADbh8mE17ganQBJUhCxeuyCtV4 { 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; }
#oDNqP8aRTTQSlxuUgyCSf9TSdV4FQmDL { 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:71rem;left:6.75rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#qcy4qfCZoLGFdXTqR0XfyN278P4yZQeV { 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:78.37500190735rem;left:6.6875rem;height:8.921875rem;text-align:left;text-align-last:left;display:block; }
#Z5m7EvVzU3Uhf6lEF1VZrw4BL3TTZi4p { 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; }
#sMTaXBHVH7ocwAarVpZBHNdxzXSB00HG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fEq9yuPscfooT2mH69iZfMcfTESFzAEm { 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:77.125rem;left:1.6875rem;overflow:hidden;display:block; }
#heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K { 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; }#heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K > .row .container { background-color: transparent; background-image: none; }#heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K > .row .container > .video-iframe-container { display: none; }#heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K > .row > .video-iframe-container { display: none; }#heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K > .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); }#heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K > .row .container { border-width: 0; border-radius: 0; }#heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#TpP3F1K0PhMPVKyDHpzTiy4dN7N090AD { 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; }
#TufEtlnO2zgZBQEEKyKXgaZVmXOzW0S4 { 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; }
#TsNQEeOuWBS63cLU8dEw3pAC5pnqS0lL { 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; }
#ApkWMTdz88EeHkaiZC3hJ7NcyulJzEP8 { 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; }
#RrLRSFVTXrBm8W6n6kBVU1LFHKWwVr2J { 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; }
#sx8VFEz9gkdSf58XTgNn5O6qKJQ1wscn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6ME4CbMUc1JrgyirTWqQUnDkK4gS496 { 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; }#h6ME4CbMUc1JrgyirTWqQUnDkK4gS496 > .row .container { background-color: transparent; background-image: none; }#h6ME4CbMUc1JrgyirTWqQUnDkK4gS496::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6ME4CbMUc1JrgyirTWqQUnDkK4gS496 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6ME4CbMUc1JrgyirTWqQUnDkK4gS496 > .row .container > .video-iframe-container { display: none; }#h6ME4CbMUc1JrgyirTWqQUnDkK4gS496 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6ME4CbMUc1JrgyirTWqQUnDkK4gS496 > .row > .video-iframe-container { display: none; }#h6ME4CbMUc1JrgyirTWqQUnDkK4gS496 > .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); }#h6ME4CbMUc1JrgyirTWqQUnDkK4gS496 > .row .container { border-width: 0; border-radius: 0; }#h6ME4CbMUc1JrgyirTWqQUnDkK4gS496 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6ME4CbMUc1JrgyirTWqQUnDkK4gS496 > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#EMtBfl5I82tTXFUQKfxahQtKoKQvzuNA { 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; }
#sSubc40WHz5gWDANCg2kS2zQyxRn28Ak { 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; }
#qrH6PF0sB2LVEMQ7r6UcFenIgRQuxzky { 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; }
#ZNFHVeNFp2UGQPsQMCD8XLCW8nUWNBHy { 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:2.5371125rem;text-align:center;text-align-last:center;display:block; }
#QyL30TdHJ1PFeCcdNFVhcFpv5fvmBccN { 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; }
#xpzFKEcUZsFL5PIUHZb7MVBOUsyvoTKc { 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; }
#yiZD7bL8WMsnIqQw3nHh0lZIwh3rT6CD { 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; }
#wbXeLqOHcILly2tmDvMxxU5hP3BZhEeq { 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; }
#Gi4H0FFzN16RPJnSoLSTXX0OCQ110UXT { color:rgba(var(--color-primary-2),1);display:block;width:23.499375rem;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:15rem;left:25.75rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#l1KqsP2TtPaPEs4cIlgMcw9mJhT7xbwR { 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; }
#t0bJocaGwGgV7SILBh9TsobbRCzzzThl { 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; }
#b9FJ738Tfc29eh44CTdflPQolePRIZUD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QSiwX1PeT4wJHfeRabK7MFOLaNn0RZN0 { 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; }
#N6cddFOqPkCXZsZ1PqaxIg25XFkTMt4S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI { 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; }#Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI > .row .container { background-color: transparent; background-image: none; }#Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI > .row .container > .video-iframe-container { display: none; }#Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI > .row > .video-iframe-container { display: none; }#Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI > .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); }#Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI > .row .container { border-width: 0; border-radius: 0; }#Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI > .row .container { font-size:0.875rem;font-family:arial;height:60.6875rem;width:75rem;position:relative;display:block; }#ORdqWCzJU0HQ11sNhp84yIlzmoJMiXTb { 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; }
#KB9roCFxOO0T8BVTwLQAtqBy4hLCDfXB { 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; }
#JfPTsH2Tcr27tsVZgMtAArKGIRU8vbaK { 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; }
#N7TPAP8axu4SHq1KeZ2p7TdChXpitO1u { 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:5.94791875rem;text-align:center;text-align-last:center;display:block; }
#gAV3fBTTQWlbfyMD702pqA7G7kh8nXGh { 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; }
#AGcxv99D6E83TJqpHznQvIigxTlPpVvV { 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; }
#rCDevxFdrFekJ7vgWTWSz0a4I0gZLVGF { 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:38.060546875rem;left:3.6240234375rem;height:5.94791875rem;text-align:left;text-align-last:left;display:block; }
#CodOnfgpnCuHyfLmPJI3EpnsKvT624LL { 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; }#CodOnfgpnCuHyfLmPJI3EpnsKvT624LL > .row .container { background-color: transparent; background-image: none; }#CodOnfgpnCuHyfLmPJI3EpnsKvT624LL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CodOnfgpnCuHyfLmPJI3EpnsKvT624LL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CodOnfgpnCuHyfLmPJI3EpnsKvT624LL > .row .container > .video-iframe-container { display: none; }#CodOnfgpnCuHyfLmPJI3EpnsKvT624LL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CodOnfgpnCuHyfLmPJI3EpnsKvT624LL > .row > .video-iframe-container { display: none; }#CodOnfgpnCuHyfLmPJI3EpnsKvT624LL > .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); }#CodOnfgpnCuHyfLmPJI3EpnsKvT624LL > .row .container { border-width: 0; border-radius: 0; }#CodOnfgpnCuHyfLmPJI3EpnsKvT624LL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CodOnfgpnCuHyfLmPJI3EpnsKvT624LL > .row .container { font-size:0.875rem;font-family:arial;height:69.625rem;width:75rem;position:relative;display:block; }#k8HAQZLTwwNRaxKqB0ueFJoew55ZnRqt { 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; }
#z9tJbd9hkMEeHgyucrI9l1KOG8kKCKGS { 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; }
#JG8EJfzuR1gqPC5rtEoCvrteoNq9ZAqz { 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; }
#XITmKOHFhf9kEChpwbbwrsolodrchTQ0 { 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:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#hpTTFypis7LtVWcQTsEUgkLTXhQ1T4c5 { 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; }
#v58hh2oVATNE2RUM41VX8UKez1MM8pxr { 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; }
#J7ngusrBby66g284Zr3tkgsMzyovxmme { 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; }
#dTauhIOt6RoQVsoXq9SUgKFRNXpnqqiw { 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: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; }#dTauhIOt6RoQVsoXq9SUgKFRNXpnqqiw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dTauhIOt6RoQVsoXq9SUgKFRNXpnqqiw li:before{  }
#g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5 { 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; }#g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5 > .row .container { background-color: transparent; background-image: none; }#g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5 > .row .container > .video-iframe-container { display: none; }#g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5 > .row > .video-iframe-container { display: none; }#g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5 > .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); }#g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5 > .row .container { border-width: 0; border-radius: 0; }#g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5 > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#omokFTQMwLIXt8UF5FK3ZSEAsNiRsOBS { 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:12.9375rem;left:30.125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#s1WBSeKEvtuqdrg64ubecgTm4kbOMTqb { 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.1875rem;left:30.125rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#zXen8gTg7MbWeKsHLTWC2pE4TQ1VwCXk { color:#313131;display:block;width:21.375rem;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:12.9375rem;left:53.625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#O7bVs5EW7XPonLn18bxmO5hL10miIWLE { color:#313131;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.75rem;left:0rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#xiTzGr1UtXiZ1RpW7T7qWCzJquPLpnvV { 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:15rem;left:0rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#OWrBLpBa7zU3TwJtcUOAfTdpImyRf4b0 { 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:17.4375rem;left:0rem;display:block; }
#T1FwDNnhnu3Vw1y07SECdhIFXzZVTKAe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kRHPgLL0SGINqfFRbbLmoenOObJXquqb { 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:8.4375rem;left:30.125rem;overflow:hidden;display:block; }
#reCNcb65151kztBOie2NaST0VAHXbxcW { 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.4375rem;left:53.625rem;overflow:hidden;display:block; }
#bPACuFzVZHGdZRe0ARdDQtqr0VIScv2G { 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.4375rem;left:0rem;overflow:hidden;display:block; }
#UMH9q2NzTVLNOrJ6xT3g4T89cEDJofi3 { 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; }
#BTPMRtx8Owx4xwk7yfX53TKNxe3lcpJQ { 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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ { display:block; }#PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcaSk7lwlrW8OZybqR74bxssyTkJu3qR { width:10.0625rem;height:2.2355065217257rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdKWTf8rWk5Kr11p0d8oDN8R47KdCrTe { width:13.375rem;height:2.9375rem;top:1.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUBgNXiSy8yIWZS92wC1NvD119SvAcX3 { display:block; }
 }@media only screen and (max-width: 763px) { #uA2fM6C4b5EJvsoIFC4DP0QVEE1EVNW3 { width:13.9375rem;height:2.875rem;top:1.3125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFB1gtRmmeyVXdvigqXGaXfzlpeaDKxF { display:block; }
 }@media only screen and (max-width: 763px) { #fCewUDFrS6GTaXs8q4zee9bqLOp6XNe7 { width:13.9375rem;height:2.875rem;top:1.3125rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nldKoEXzJDVGhyQnkOhkRUNmstNUqAJi { display:block; }
 }@media only screen and (max-width: 763px) { #ET0JAgCPKIEM93KE38xboIN9qM7WWZtW { width:13.9375rem;height:2.875rem;top:1.3125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vprCFtTVKZ3CXV9TkCRkPFXb1rI6dG78 { display:block; }
 }@media only screen and (max-width: 763px) { #blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv { display:block; }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwF6HIgixiRJUmls6J13syWQ6oX6MIVe { width:47.75rem;height:5.375rem;top:9.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUeE2Ii46ZMPvPpphhuTGuZPyhvza4kT { width:47.75rem;height:4.875rem;top:21.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzqNK9A07M3rfU0wiUCzU3TvvcIspZz { width:4.4375rem;height:3.3125rem;top:28.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxs4Mo0ilTRZnnSOzmlvCuRvniqFT6eG { width:4.625rem;height:4.625rem;top:28.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGhda3fxKXtu4wh3mKxyqCsdwRJE8CDu { width:47.75rem;height:5.375rem;top:14.625rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4 { display:block; }#ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqfTEnK1h2DfRlDWTHNFIeukcSouOWG8 { width:4.5625rem;height:5.9192049269846rem;top:8rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpsqzTT9RGNHyseIGO0tJ1mrhRKl68lC { width:47.75rem;height:4.0625rem;top:14.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMFu3yc3WyCM0DAfMNGREaGHMghqAg0I { width:47.75rem;height:;top:18.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJaFTSvWlE3X5Oha5BM5T812bhT0kq7V { width:29.625rem;height:42.625rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3sffTNtrcNMtRya2UQ5n9ayQzdtUnoq { width:41.9375rem;height:23.8125rem;top:25.9375rem;left:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4CiXdTF4JHaG82uIbeMvsTK3uUzg7NU { width:5.375rem;height:5.375rem;top:53.1875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPAqOSc3zDGAvHPLLr6JHfoKyn2CL4Qw { width:43.125rem;height:2.9375rem;top:59.3125rem;left:4.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJGCv2bDLHZtcLwaCZgacQG4PTXGTV2Q { width:43.125rem;height:11.875rem;top:62.25rem;left:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO { display:block; }#Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGCXrIrPtn3lmJe4lZA8vnvT9NTc8KlX { width:5.9375rem;height:5.999025rem;top:7.875rem;left:20.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbzWbekfZpgGRGKGemLkMP2WAW4mvQVK { width:47.75rem;height:;top:14.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvQ5IifJ09qhQgHlBOSfzb3IVOuUccT2 { width:47.75rem;height:;top:18.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbIrQwDEv6IUwIC2WVMORADJaVQaUR0U { width:47.75rem;height:;top:23.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT32VhInHg3ofMOQnSWIAGT5lcPwVbWb { width:47.75rem;height:;top:44.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVZUXIauGy7P92eoEHdLmVtuBqMZNutT { width:47.75rem;height:;top:40.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFNZux4cHq54Ml7cZ5NgAM8oFNtOaSe4 { width:4.0625rem;height:4.874025rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGwebADbh8mE17ganQBJUhCxeuyCtV4 { width:4.0625rem;height:4.87305rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDNqP8aRTTQSlxuUgyCSf9TSdV4FQmDL { width:31.4375rem;height:3rem;top:71rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcy4qfCZoLGFdXTqR0XfyN278P4yZQeV { width:23.5rem;height:8.875rem;top:78.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5m7EvVzU3Uhf6lEF1VZrw4BL3TTZi4p { width:46.75rem;height:4.5rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMTaXBHVH7ocwAarVpZBHNdxzXSB00HG { display:block; }
 }@media only screen and (max-width: 763px) { #fEq9yuPscfooT2mH69iZfMcfTESFzAEm { width:3.875rem;height:5.3516780143285rem;top:77.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K { display:block; }#heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpP3F1K0PhMPVKyDHpzTiy4dN7N090AD { width:6.875rem;height:6.0625rem;top:7.875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufEtlnO2zgZBQEEKyKXgaZVmXOzW0S4 { width:47.75rem;height:;top:14.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsNQEeOuWBS63cLU8dEw3pAC5pnqS0lL { width:47.75rem;height:;top:18.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApkWMTdz88EeHkaiZC3hJ7NcyulJzEP8 { width:47.75rem;height:5.9375rem;top:22.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrLRSFVTXrBm8W6n6kBVU1LFHKWwVr2J { width:46.75rem;height:4.5rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx8VFEz9gkdSf58XTgNn5O6qKJQ1wscn { display:block; }
 }@media only screen and (max-width: 763px) { #h6ME4CbMUc1JrgyirTWqQUnDkK4gS496 { display:block; }#h6ME4CbMUc1JrgyirTWqQUnDkK4gS496 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMtBfl5I82tTXFUQKfxahQtKoKQvzuNA { width:4.375rem;height:4.3125rem;top:2.0625rem;left:5.9062519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSubc40WHz5gWDANCg2kS2zQyxRn28Ak { width:5.0625rem;height:4.375rem;top:1.875rem;left:21.404733657837rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrH6PF0sB2LVEMQ7r6UcFenIgRQuxzky { width:4.875rem;height:3.7639274822738rem;top:2.3125rem;left:37.217882156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNFHVeNFp2UGQPsQMCD8XLCW8nUWNBHy { width:24.8125rem;height:2.5rem;top:7.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyL30TdHJ1PFeCcdNFVhcFpv5fvmBccN { width:19.125rem;height:;top:6.9375rem;left:12.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpzFKEcUZsFL5PIUHZb7MVBOUsyvoTKc { width:19.125rem;height:;top:7.375rem;left:28.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiZD7bL8WMsnIqQw3nHh0lZIwh3rT6CD { width:23.4375rem;height:;top:10.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbXeLqOHcILly2tmDvMxxU5hP3BZhEeq { 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) { #Gi4H0FFzN16RPJnSoLSTXX0OCQ110UXT { width:23.4375rem;height:1.3125rem;top:15rem;left:8.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1KqsP2TtPaPEs4cIlgMcw9mJhT7xbwR { 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) { #t0bJocaGwGgV7SILBh9TsobbRCzzzThl { width:11.25rem;height:2.9375rem;top:17.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9FJ738Tfc29eh44CTdflPQolePRIZUD { display:block; }
 }@media only screen and (max-width: 763px) { #QSiwX1PeT4wJHfeRabK7MFOLaNn0RZN0 { width:11.25rem;height:2.9375rem;top:17.6875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6cddFOqPkCXZsZ1PqaxIg25XFkTMt4S { display:block; }
 }@media only screen and (max-width: 763px) { #Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI { display:block; }#Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORdqWCzJU0HQ11sNhp84yIlzmoJMiXTb { width:7.625rem;height:6.6950009757367rem;top:6.4375rem;left:20.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB9roCFxOO0T8BVTwLQAtqBy4hLCDfXB { width:47.75rem;height:;top:14.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfPTsH2Tcr27tsVZgMtAArKGIRU8vbaK { width:47.75rem;height:;top:18.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7TPAP8axu4SHq1KeZ2p7TdChXpitO1u { width:47.75rem;height:;top:22.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAV3fBTTQWlbfyMD702pqA7G7kh8nXGh { width:47.75rem;height:;top:33.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGcxv99D6E83TJqpHznQvIigxTlPpVvV { width:4.0625rem;height:4.874025rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCDevxFdrFekJ7vgWTWSz0a4I0gZLVGF { width:47.75rem;height:5.9375rem;top:38rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CodOnfgpnCuHyfLmPJI3EpnsKvT624LL { display:block; }#CodOnfgpnCuHyfLmPJI3EpnsKvT624LL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8HAQZLTwwNRaxKqB0ueFJoew55ZnRqt { width:8.1875rem;height:8.1875rem;top:5.9375rem;left:19.3603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9tJbd9hkMEeHgyucrI9l1KOG8kKCKGS { width:47.75rem;height:;top:14.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG8EJfzuR1gqPC5rtEoCvrteoNq9ZAqz { width:47.75rem;height:;top:19rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XITmKOHFhf9kEChpwbbwrsolodrchTQ0 { width:47.75rem;height:;top:22.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpTTFypis7LtVWcQTsEUgkLTXhQ1T4c5 { width:47.75rem;height:;top:40.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v58hh2oVATNE2RUM41VX8UKez1MM8pxr { width:4.0625rem;height:4.874025rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7ngusrBby66g284Zr3tkgsMzyovxmme { width:47.75rem;height:;top:44.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTauhIOt6RoQVsoXq9SUgKFRNXpnqqiw { width:47.75rem;height:9.1875rem;top:26.625rem;left:0rem;font-size:1.375rem;display:block; }#dTauhIOt6RoQVsoXq9SUgKFRNXpnqqiw li:before{  }
 }@media only screen and (max-width: 763px) { #g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5 { display:block; }#g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omokFTQMwLIXt8UF5FK3ZSEAsNiRsOBS { width:22.4375rem;height:1.6875rem;top:12.9375rem;left:16.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1WBSeKEvtuqdrg64ubecgTm4kbOMTqb { width:15.6875rem;height:1.3125rem;top:15.1875rem;left:16.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXen8gTg7MbWeKsHLTWC2pE4TQ1VwCXk { width:21.375rem;height:4.5rem;top:12.9375rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7bVs5EW7XPonLn18bxmO5hL10miIWLE { width:18.0625rem;height:2.25rem;top:12.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiTzGr1UtXiZ1RpW7T7qWCzJquPLpnvV { width:18.75rem;height:1.6875rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWrBLpBa7zU3TwJtcUOAfTdpImyRf4b0 { width:18.9375rem;height:2.3125rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1FwDNnhnu3Vw1y07SECdhIFXzZVTKAe { display:block; }
 }@media only screen and (max-width: 763px) { #kRHPgLL0SGINqfFRbbLmoenOObJXquqb { width:4.1875rem;height:3.6875rem;top:8.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #reCNcb65151kztBOie2NaST0VAHXbxcW { width:3.6875rem;height:3.6875rem;top:8.4375rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPACuFzVZHGdZRe0ARdDQtqr0VIScv2G { width:4.375rem;height:3.3125rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMH9q2NzTVLNOrJ6xT3g4T89cEDJofi3 { width:47.75rem;height:0;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPMRtx8Owx4xwk7yfX53TKNxe3lcpJQ { width:10.375rem;height:2.4233540357791rem;top:26.625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ { position:relative;z-index:auto;display:block; }#PvGM2rxSVdwk9mpECQdei80WcdD7vsWQ > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcaSk7lwlrW8OZybqR74bxssyTkJu3qR { width:10.0625rem;height:2.2351088721377rem;top:0.625rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdKWTf8rWk5Kr11p0d8oDN8R47KdCrTe { width:17.625rem;height:2.4375rem;top:4.734375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUBgNXiSy8yIWZS92wC1NvD119SvAcX3 { display:block; }
 }@media only screen and (max-width: 763px) { #uA2fM6C4b5EJvsoIFC4DP0QVEE1EVNW3 { width:17.5625rem;height:2.4375rem;top:7.859375rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFB1gtRmmeyVXdvigqXGaXfzlpeaDKxF { display:block; }
 }@media only screen and (max-width: 763px) { #fCewUDFrS6GTaXs8q4zee9bqLOp6XNe7 { width:17.6875rem;height:2.4375rem;top:10.984375rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nldKoEXzJDVGhyQnkOhkRUNmstNUqAJi { display:block; }
 }@media only screen and (max-width: 763px) { #ET0JAgCPKIEM93KE38xboIN9qM7WWZtW { width:17.625rem;height:2.875rem;top:14.171875rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vprCFtTVKZ3CXV9TkCRkPFXb1rI6dG78 { display:block; }
 }@media only screen and (max-width: 763px) { #blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv { 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; }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv.adaptive-delivery-prevent-bg, #blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv.lazyload, #blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv.lazyloading { background-image: none; }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row .container { background-color: transparent; background-image: none; }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row .container > .video-iframe-container { display: none; }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row > .video-iframe-container { display: none; }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .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); }#blE1GBg4TDQnsrnd2h7tDItPT2nJgqhv > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwF6HIgixiRJUmls6J13syWQ6oX6MIVe { 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) { #lUeE2Ii46ZMPvPpphhuTGuZPyhvza4kT { 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) { #LxzqNK9A07M3rfU0wiUCzU3TvvcIspZz { width:3.6875rem;height:2.8125rem;top:22.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxs4Mo0ilTRZnnSOzmlvCuRvniqFT6eG { 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) { #JGhda3fxKXtu4wh3mKxyqCsdwRJE8CDu { 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) { #ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4 { display:block; }#ETyRn0sqxgJNTwAKgzl1Uy0E8gTPiSN4 > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqfTEnK1h2DfRlDWTHNFIeukcSouOWG8 { width:3.5625rem;height:4.625rem;top:3.625rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpsqzTT9RGNHyseIGO0tJ1mrhRKl68lC { width:20rem;height:2.5996125rem;top:9.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMFu3yc3WyCM0DAfMNGREaGHMghqAg0I { width:20rem;height:2.2747375rem;top:12.26855625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJaFTSvWlE3X5Oha5BM5T812bhT0kq7V { width:15.9375rem;height:22.9375rem;top:15.9306640625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3sffTNtrcNMtRya2UQ5n9ayQzdtUnoq { 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) { #F4CiXdTF4JHaG82uIbeMvsTK3uUzg7NU { width:4.8125rem;height:4.8125rem;top:60.765625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPAqOSc3zDGAvHPLLr6JHfoKyn2CL4Qw { 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) { #gJGCv2bDLHZtcLwaCZgacQG4PTXGTV2Q { 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) { #Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO { display:block; }#Ps6h3x6HXiT6pyIPC2NoLFtC4aCA5bBO > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGCXrIrPtn3lmJe4lZA8vnvT9NTc8KlX { width:4.3125rem;height:4.3125rem;top:3.75rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbzWbekfZpgGRGKGemLkMP2WAW4mvQVK { width:20rem;height:2.5996125rem;top:9.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvQ5IifJ09qhQgHlBOSfzb3IVOuUccT2 { width:20rem;height:2.2747375rem;top:12.3476625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbIrQwDEv6IUwIC2WVMORADJaVQaUR0U { width:18.625rem;height:13.471375rem;top:17.734375rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT32VhInHg3ofMOQnSWIAGT5lcPwVbWb { width:17rem;height:13.471375rem;top:39.31640625rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVZUXIauGy7P92eoEHdLmVtuBqMZNutT { width:15.0625rem;height:2.2747375rem;top:36.2568359375rem;left:4.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFNZux4cHq54Ml7cZ5NgAM8oFNtOaSe4 { width:2.8125rem;height:3.3125rem;top:34.8310546875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGwebADbh8mE17ganQBJUhCxeuyCtV4 { width:2.8125rem;height:3.3125rem;top:62.1396484375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDNqP8aRTTQSlxuUgyCSf9TSdV4FQmDL { width:14.3125rem;height:4.2246125rem;top:62.94921875rem;left:5.0625rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qcy4qfCZoLGFdXTqR0XfyN278P4yZQeV { width:20rem;height:6.09375rem;top:68.150390625rem;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) { #Z5m7EvVzU3Uhf6lEF1VZrw4BL3TTZi4p { width:19rem;height:3.6875rem;top:54.0146484375rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMTaXBHVH7ocwAarVpZBHNdxzXSB00HG { display:block; }
 }@media only screen and (max-width: 763px) { #fEq9yuPscfooT2mH69iZfMcfTESFzAEm { width:3.875rem;height:5.3515625rem;top:96.861328125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K { display:block; }#heMrMJPE3RIdnocpZVzcOyf2V9mKGv4K > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpP3F1K0PhMPVKyDHpzTiy4dN7N090AD { width:4.5625rem;height:3.875rem;top:4.875rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufEtlnO2zgZBQEEKyKXgaZVmXOzW0S4 { width:20rem;height:2.5996125rem;top:9.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsNQEeOuWBS63cLU8dEw3pAC5pnqS0lL { width:20rem;height:2.2747375rem;top:11.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApkWMTdz88EeHkaiZC3hJ7NcyulJzEP8 { width:18.3125rem;height:5.7744125rem;top:14.5625rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrLRSFVTXrBm8W6n6kBVU1LFHKWwVr2J { width:19rem;height:3.4375rem;top:21.125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx8VFEz9gkdSf58XTgNn5O6qKJQ1wscn { display:block; }
 }@media only screen and (max-width: 763px) { #h6ME4CbMUc1JrgyirTWqQUnDkK4gS496 { display:block; }#h6ME4CbMUc1JrgyirTWqQUnDkK4gS496 > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMtBfl5I82tTXFUQKfxahQtKoKQvzuNA { width:4.125rem;height:4.0625rem;top:2rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSubc40WHz5gWDANCg2kS2zQyxRn28Ak { width:4.5rem;height:3.8125rem;top:18rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrH6PF0sB2LVEMQ7r6UcFenIgRQuxzky { width:4.75rem;height:3.625rem;top:35.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNFHVeNFp2UGQPsQMCD8XLCW8nUWNBHy { width:20rem;height:2.5371125rem;top:6.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyL30TdHJ1PFeCcdNFVhcFpv5fvmBccN { width:19.125rem;height:3.98698125rem;top:22.6875rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpzFKEcUZsFL5PIUHZb7MVBOUsyvoTKc { width:19.125rem;height:1.9934875rem;top:40.3125rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiZD7bL8WMsnIqQw3nHh0lZIwh3rT6CD { width:18.5rem;height:4.53515625rem;top:9.349609375rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbXeLqOHcILly2tmDvMxxU5hP3BZhEeq { width:20rem;height:2.19921875rem;top:27.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi4H0FFzN16RPJnSoLSTXX0OCQ110UXT { width:20rem;height:1.3059875rem;top:29.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1KqsP2TtPaPEs4cIlgMcw9mJhT7xbwR { width:20rem;height:4.53515625rem;top:42.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0bJocaGwGgV7SILBh9TsobbRCzzzThl { width:18.3125rem;height:2.9375rem;top:47.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9FJ738Tfc29eh44CTdflPQolePRIZUD { display:block; }
 }@media only screen and (max-width: 763px) { #QSiwX1PeT4wJHfeRabK7MFOLaNn0RZN0 { width:18.0625rem;height:2.9375rem;top:51.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6cddFOqPkCXZsZ1PqaxIg25XFkTMt4S { display:block; }
 }@media only screen and (max-width: 763px) { #Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI { display:block; }#Ll0lKo9RBzcHwNaGu6dz8Z1s8eS5fySI > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORdqWCzJU0HQ11sNhp84yIlzmoJMiXTb { width:4.5rem;height:3.9375rem;top:4.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB9roCFxOO0T8BVTwLQAtqBy4hLCDfXB { width:20rem;height:2.5996125rem;top:9.1943125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfPTsH2Tcr27tsVZgMtAArKGIRU8vbaK { width:20rem;height:2.2747375rem;top:11.79296875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7TPAP8axu4SHq1KeZ2p7TdChXpitO1u { width:19.5rem;height:7.6979375rem;top:14.7421875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAV3fBTTQWlbfyMD702pqA7G7kh8nXGh { 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) { #AGcxv99D6E83TJqpHznQvIigxTlPpVvV { width:2.8125rem;height:3.3125rem;top:26.728515625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCDevxFdrFekJ7vgWTWSz0a4I0gZLVGF { 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) { #CodOnfgpnCuHyfLmPJI3EpnsKvT624LL { display:block; }#CodOnfgpnCuHyfLmPJI3EpnsKvT624LL > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8HAQZLTwwNRaxKqB0ueFJoew55ZnRqt { width:5.1875rem;height:5.1875rem;top:3.25rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9tJbd9hkMEeHgyucrI9l1KOG8kKCKGS { width:14.0625rem;height:5.19791875rem;top:8.4375rem;left:2.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG8EJfzuR1gqPC5rtEoCvrteoNq9ZAqz { width:20rem;height:2.2747375rem;top:13.63671875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XITmKOHFhf9kEChpwbbwrsolodrchTQ0 { 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) { #hpTTFypis7LtVWcQTsEUgkLTXhQ1T4c5 { 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) { #v58hh2oVATNE2RUM41VX8UKez1MM8pxr { width:2.8125rem;height:3.3125rem;top:37.109375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7ngusrBby66g284Zr3tkgsMzyovxmme { width:17.4375rem;height:9.622375rem;top:41.7119140625rem;left:1.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTauhIOt6RoQVsoXq9SUgKFRNXpnqqiw { width:18.8125rem;height:11.859375rem;top:21.0986328125rem;left:0.59375rem;font-size:1.375rem;display:block; }#dTauhIOt6RoQVsoXq9SUgKFRNXpnqqiw li:before{  }
 }@media only screen and (max-width: 763px) { #g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5 { display:block; }#g02FTmKLDLnzvpCCUdw3XV5CPDGquMk5 > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omokFTQMwLIXt8UF5FK3ZSEAsNiRsOBS { width:17.75rem;height:1.78125rem;top:38.875rem;left:1.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #s1WBSeKEvtuqdrg64ubecgTm4kbOMTqb { width:12.4375rem;height:1.03125rem;top:41.3125rem;left:1.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zXen8gTg7MbWeKsHLTWC2pE4TQ1VwCXk { width:17.375rem;height:4.1992125rem;top:27.0625rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O7bVs5EW7XPonLn18bxmO5hL10miIWLE { width:18.25rem;height:1.78125rem;top:10.25rem;left:0.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xiTzGr1UtXiZ1RpW7T7qWCzJquPLpnvV { width:18.5rem;height:1.5rem;top:12.0625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OWrBLpBa7zU3TwJtcUOAfTdpImyRf4b0 { width:18.3125rem;height:3.125rem;top:14.25rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1FwDNnhnu3Vw1y07SECdhIFXzZVTKAe { display:block; }
 }@media only screen and (max-width: 763px) { #kRHPgLL0SGINqfFRbbLmoenOObJXquqb { width:3.375rem;height:2.9375rem;top:35.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reCNcb65151kztBOie2NaST0VAHXbxcW { width:3.6875rem;height:3.6875rem;top:22.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPACuFzVZHGdZRe0ARdDQtqr0VIScv2G { width:4.375rem;height:3.3125rem;top:6.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMH9q2NzTVLNOrJ6xT3g4T89cEDJofi3 { width:20rem;height:0.0625rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPMRtx8Owx4xwk7yfX53TKNxe3lcpJQ { width:10.4375rem;height:2.4375rem;top:58.1875rem;left:4.78125rem;display:block; }
 }