.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); }#ntz699kR7nHAiZDaJJIES7oP2yCn52Zd { 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; }#ntz699kR7nHAiZDaJJIES7oP2yCn52Zd > .row .container { background-color: transparent; background-image: none; }#ntz699kR7nHAiZDaJJIES7oP2yCn52Zd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntz699kR7nHAiZDaJJIES7oP2yCn52Zd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntz699kR7nHAiZDaJJIES7oP2yCn52Zd > .row .container > .video-iframe-container { display: none; }#ntz699kR7nHAiZDaJJIES7oP2yCn52Zd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntz699kR7nHAiZDaJJIES7oP2yCn52Zd > .row > .video-iframe-container { display: none; }#ntz699kR7nHAiZDaJJIES7oP2yCn52Zd > .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); }#ntz699kR7nHAiZDaJJIES7oP2yCn52Zd > .row .container { border-width: 0; border-radius: 0; }#ntz699kR7nHAiZDaJJIES7oP2yCn52Zd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ntz699kR7nHAiZDaJJIES7oP2yCn52Zd > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#tN9UzUxSvKt1tH5QqXCiUiLHhElq7N7T { 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; }
#NDbd631VePOHdXMWzHqTmaGpUvt9tDsM { 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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.9375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.3723958730698rem;left:23.75rem;display:block; }
#wmcCamwOEJ4y832TRTmr8OdtgCzrru0O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1xuw8cRHlmbSnC3HNNgDfJ4lH3snpF3 { 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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.9375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.3720703125rem;left:34.375rem;display:block; }
#i0Bm9p2g6IwsdeEICyxZtSWqgd660bcu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mExzP2hOJRaCGGus9ZsfV1DDXmieicBe { 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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.9375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:1.3720703125rem;left:47.6875rem;display:block; }
#GgLCTbckIIUZAWuh6FgbLpZQieCrlNOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RLEydDQg1DFcxwQocFZuR9TIzerHJF3l { 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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:2.9375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:1.373046875rem;left:60.4384765625rem;display:block; }
#AoV0tlyUSsZQMB80Bc5ppc9hzeUuBJhd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa { 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; }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa.adaptive-delivery-prevent-bg, #OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa.lazyload, #OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa.lazyloading { background-image: none; }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row .container { background-color: transparent; background-image: none; }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row .container > .video-iframe-container { display: none; }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row > .video-iframe-container { display: none; }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .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); }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row .container { border-width: 0; border-radius: 0; }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#gqGxQNMzGTv4JuJrpMH3XaCXfyIltZEg { 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.75rem;left:0rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hMMS4inPCVhZ4g1PUvJq0PHgLxVP0R5P { 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; }
#oqm7t8zWIoXDtshX7PUyB5eLHpe7v26i { 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; }
#lWvOL9OHZ7bUpmbSkOMHlt21xtHQJt2e { 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; }
#cxr54TqDrhFPhLbo96Nr1Q0NXnNC4QzK { 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:15.125rem;left:0rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy { position:relative;display:block; }#VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy { background-color: transparent; background-image: none; }#VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy > .row .container > .video-iframe-container { display: none; }#VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy > .row > .video-iframe-container { display: none; }#VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy > .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); }#VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy { border-width: 0; border-radius: 0; }#VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy > .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; }#VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy > .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:85.75rem;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; }#xhWCAbXUaL6smNuMP1TVGAuoVaOaa1dF { 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; }
#oTsLZ1JMzqV90Ztp9T3lcc4GydA9uxzX { 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; }
#o4kmKpAb4SUsx9EeCAotddNv5ZC9VGeZ { 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; }
#CPp7rhnSEBNlhfSLss4m5c2N1b8eTb4p { 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; }
#ycO8ZTsvPapgDVdanExxp9WiNDCD6roc { color:rgba(var(--color-primary-2),1);display:block;width:43.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:25.9375rem;left:31.375rem;height:;text-align:left;text-align-last:left;display:block; }
#e34h99HBTqqp7CeigfTQG16vOUtu8Tth { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.43728125rem;width:5.43728125rem;top:53.6875rem;left:31.875rem;overflow:hidden;display:block; }
#SfM3vOuSTTQPWoxDPwCu0qw0HKImCCZ8 { color:rgba(var(--color-primary-2),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:59.8125rem;left:31.875rem;height:2.97395625rem;text-align:left;text-align-last:left;display:block; }
#ac5O5TfoVx5LX3gx4uRX6Id7AT4MB67O { color:rgba(var(--color-primary-2),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:62.75rem;left:31.875rem;height:11.546875rem;text-align:left;text-align-last:left;display:block; }
#tI8mObQXqTqWoL1C536LcVCyI4KFThGP { 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; }#tI8mObQXqTqWoL1C536LcVCyI4KFThGP > .row .container { background-color: transparent; background-image: none; }#tI8mObQXqTqWoL1C536LcVCyI4KFThGP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI8mObQXqTqWoL1C536LcVCyI4KFThGP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI8mObQXqTqWoL1C536LcVCyI4KFThGP > .row .container > .video-iframe-container { display: none; }#tI8mObQXqTqWoL1C536LcVCyI4KFThGP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI8mObQXqTqWoL1C536LcVCyI4KFThGP > .row > .video-iframe-container { display: none; }#tI8mObQXqTqWoL1C536LcVCyI4KFThGP > .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); }#tI8mObQXqTqWoL1C536LcVCyI4KFThGP > .row .container { border-width: 0; border-radius: 0; }#tI8mObQXqTqWoL1C536LcVCyI4KFThGP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tI8mObQXqTqWoL1C536LcVCyI4KFThGP > .row .container { font-size:0.875rem;font-family:arial;height:92.25rem;width:75rem;position:relative;display:block; }#ViPqBT8aOKDbDQUof8aNTMMcFzTzIxte { 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; }
#Oiizb2Z8ewi8l0fHxdZVfkhcrweIIi90 { 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; }
#XD1mm6q4EXJiidweNKWpfBodlumHvJBV { 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; }
#WHhkRgtcubwy76paIL3pH6yXNL4X3g0h { color:rgba(var(--color-primary-2),1);display:block;width:68.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:23.060546875rem;left:3.03125rem;height:11.8958125rem;text-align:center;text-align-last:center;display:block; }
#FDEJzBEt8RkGGZTTTl0hoRZr9qHmS9ao { color:rgba(var(--color-primary-2),1);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:44.5rem;left:1.875rem;height:;text-align:left;text-align-last:left;display:block; }
#ZF3wm02p93cF7ZV23IficEgdAq8uKC1r { 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; }
#wIyvvSg8pirN9sIfTpuZoEfI4UwaMzyJ { 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; }
#UfyOhP7DmwOyvHA1p6PmKuEsX5QtsVdv { 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; }
#JAfLiecoNELDqeFPaIz0yEZvuUvAvcMI { color:rgba(var(--color-primary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:70.8125rem;left:7.625rem;height:2.97395625rem;text-align:left;text-align-last:left;display:block; }
#Z9nvJMu3xv4QMV9fVHNTX8feT8AS6r05 { color:rgba(var(--color-primary-2),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:76.8125rem;left:7.5625rem;height:8.921875rem;text-align:left;text-align-last:left;display:block; }
#FLkbdEEwywfT6c5RBDihLCAR4lGfchoV { 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; }
#bs9InyNlHb4T7vRmSMSDMpOTeO2qORhB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o3uSpZBBh6fIOd4DaSvTTgxV38VakxHT { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.43728125rem;width:3.93663125rem;top:75.5625rem;left:1.75rem;overflow:hidden;display:block; }
#xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR { 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; }#xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR > .row .container { background-color: transparent; background-image: none; }#xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR > .row .container > .video-iframe-container { display: none; }#xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR > .row > .video-iframe-container { display: none; }#xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR > .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); }#xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR > .row .container { border-width: 0; border-radius: 0; }#xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#UuUu2dBcOHAUWiD0XielCu7MUaqc1xhp { 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; }
#EEKlTmgUWfHWLbxGx1JkuTzT1lu4zw2h { 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; }
#poAOyqRF8CZuaehUvHhm6xVN4D0NpR3o { 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; }
#mWgRAhuqoF7lJcV0lXi9H4avp3Tori5O { 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; }
#WyMwuNHTkbF6NOEh6JDZROardeOrTJe7 { 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; }
#v0ZiBz7yATTJy4Bm251EUSsl4Re7hkTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AzWCpLF0Auwgi66JZGdaDUXKpKbeNi96 { color:rgba(var(--color-primary-2),1);display:block;width:56.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:37.810546875rem;left:9.03125rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo { 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; }#xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo > .row .container { background-color: transparent; background-image: none; }#xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo > .row .container > .video-iframe-container { display: none; }#xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo > .row > .video-iframe-container { display: none; }#xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo > .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); }#xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo > .row .container { border-width: 0; border-radius: 0; }#xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#MlevHADHODC3igRumCx3sF4RZIMMPm3y { 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; }
#CVxWTmm7Tr0SGmRuhB6cZRgbKshwfoEU { 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; }
#AyIyeZelcLfFWHqTtZIe6LIcQQbrnBZJ { 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; }
#N7mePvP1wKQXaZbTiH2ATTWsMw8wCK93 { color:rgba(var(--color-primary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:7.2504348754881rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#mh7pU3fNpMCsFmXlTgpd3mwT8kBb2GRw { 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; }
#Ir6GpbGdMlGS3ao8qKw5Ww15oLlV6pAv { 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; }
#PTvDtMA4192RWNJPz8HZFMa7WFuTx5c4 { 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; }
#MkptK2a0gOsy8qRqFCT5nhN57DClDVt2 { 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; }
#nquMTM14GmIX4UMTSJbvNqTzEfqw5aT9 { 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; }
#QI4kk3pKDy54DD7sTTbtWJ0SAIaddOgc { 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; }
#eiIBma7XsMvz7WnnGUCbeL4OIlPqCvUe { 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; }
#iatQXEcuuNF5x9UKpUwMwWnxxciz6cW7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lD5TBeXF3BPCFeByeTTVnKxZEo7zzCM9 { 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; }
#zqCvfKeUnLD1KUK0AOdvoAgfW3gPds0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD { 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; }#DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD > .row .container { background-color: transparent; background-image: none; }#DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD > .row .container > .video-iframe-container { display: none; }#DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD > .row > .video-iframe-container { display: none; }#DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD > .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); }#DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD > .row .container { border-width: 0; border-radius: 0; }#DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:75rem;position:relative;display:block; }#U4uoTKAbmyEZwkK6zQqoEchvILzgHvzU { 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; }
#vTpQMsBEu6yoknIXG4WTMfnKc04PQkgS { 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; }
#ohDlEk7L7HOmvXCckwl5iMUgMEdHA3F1 { 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; }
#vPBCRDgiHdomLzCzrMuCeIiGE1ZXsyG0 { color:rgba(var(--color-primary-2),1);display:block;width:56.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:22.748046875rem;left:9.0302734375rem;height:;text-align:center;text-align-last:center;display:block; }
#b4OfiSXE5929ahT7lTNkuqpmQI51EK2v { 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; }
#trfo9WvGmIKkCMBelJ1zrWS6yXunGFnb { 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; }
#nAdNxQ7Ic4zNQ06vIWe7PTpPtN6yv2Te { color:rgba(var(--color-primary-2),1);display:block;width:71.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:38.060546875rem;left:3.6240234375rem;height:5.94791875rem;text-align:left;text-align-last:left;display:block; }
#TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR { 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; }#TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR > .row .container { background-color: transparent; background-image: none; }#TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR > .row .container > .video-iframe-container { display: none; }#TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR > .row > .video-iframe-container { display: none; }#TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR > .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); }#TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR > .row .container { border-width: 0; border-radius: 0; }#TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR > .row .container { font-size:0.875rem;font-family:arial;height:69.625rem;width:75rem;position:relative;display:block; }#ImrB8gVVWoSK96amr16hzqIePmVXDyih { 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; }
#v5Bu2vPuB601r1ECUtB4HX46QBfOr0O3 { 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; }
#u3blVydozBESDV8hblEgzsgcxQWZGh3x { 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; }
#dHrOMu2WrdhaSnuBZffSNT5XlTwkyVl5 { color:rgba(var(--color-primary-2),1);display:block;width:56.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:22.935546875rem;left:9.0302734375rem;height:;text-align:center;text-align-last:center;display:block; }
#t5bAQMFAeQpZS9cDoOoUe4ZJfuA0mJN6 { 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; }
#vDADT2Dvhf0M1kEf8Ivvz2yghOMl7c26 { 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; }
#RylD0y9tkA69v3K1stT1wcTOTqGXqdV7 { 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; }
#ef4NkEIa7hhy5gWsVvX6VSfW5AaIDost { color:rgba(var(--color-primary-2),1);display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:26.685546875rem;left:9.7177734375rem;height:9.234375rem;text-align:left;text-align-last:left;display:block; }#ef4NkEIa7hhy5gWsVvX6VSfW5AaIDost li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ef4NkEIa7hhy5gWsVvX6VSfW5AaIDost li:before{  }
#QGBr1521hGHpNa6UDG2KQhUWptb1kb2R { 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; }#QGBr1521hGHpNa6UDG2KQhUWptb1kb2R > .row .container { background-color: transparent; background-image: none; }#QGBr1521hGHpNa6UDG2KQhUWptb1kb2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGBr1521hGHpNa6UDG2KQhUWptb1kb2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGBr1521hGHpNa6UDG2KQhUWptb1kb2R > .row .container > .video-iframe-container { display: none; }#QGBr1521hGHpNa6UDG2KQhUWptb1kb2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGBr1521hGHpNa6UDG2KQhUWptb1kb2R > .row > .video-iframe-container { display: none; }#QGBr1521hGHpNa6UDG2KQhUWptb1kb2R > .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); }#QGBr1521hGHpNa6UDG2KQhUWptb1kb2R > .row .container { border-width: 0; border-radius: 0; }#QGBr1521hGHpNa6UDG2KQhUWptb1kb2R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGBr1521hGHpNa6UDG2KQhUWptb1kb2R > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#WlGELJiegbCgKpfycHqLgT4f80snBNlg { 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.25rem;left:30.125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#Wqg0TNbOCcGlPbNK0hFNlnLUv07U2zPe { 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:14.5rem;left:30.125rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#Q3625T1kLcAE5qO5QWMSiQdtS0R36mTD { 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.25rem;left:53.625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#THSBvHROCzGTTh9DDNrD93rFBRR7D7HV { color:#313131;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:12.6875rem;left:0.125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#NgR45ss3fX8VEkIaQwhBpL7d6ocgE6U2 { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#0f4632;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:2.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.9375rem;left:0rem;display:block; }
#RAZuqH4NTTxlIezcfR4kPwmKW88RLWrQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTyMwulb2LNZmyF4WcyLGrGbT0TK5LVD { 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:7.75rem;left:30.125rem;overflow:hidden;display:block; }
#cEh4EIUOvbcxG8aqiemOzkDgpylmtf9G { 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:7.75rem;left:53.625rem;overflow:hidden;display:block; }
#sVV3oGA1n3MdaXV6BiN8S5uVBxXEEPkD { 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.375rem;left:0rem;overflow:hidden;display:block; }
#z06cSZbHOm7FP865pxxoBJKlo3ruXNRz { 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; }
#P337KT7zNrs07ioDv6D1T5mIaw6iS9MW { 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) { #ntz699kR7nHAiZDaJJIES7oP2yCn52Zd { display:block; }#ntz699kR7nHAiZDaJJIES7oP2yCn52Zd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tN9UzUxSvKt1tH5QqXCiUiLHhElq7N7T { width:10.0625rem;height:2.2355065217257rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDbd631VePOHdXMWzHqTmaGpUvt9tDsM { width:9.1875rem;height:2.9375rem;top:1.3125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmcCamwOEJ4y832TRTmr8OdtgCzrru0O { display:block; }
 }@media only screen and (max-width: 763px) { #t1xuw8cRHlmbSnC3HNNgDfJ4lH3snpF3 { width:12.625rem;height:2.9375rem;top:1.3125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0Bm9p2g6IwsdeEICyxZtSWqgd660bcu { display:block; }
 }@media only screen and (max-width: 763px) { #mExzP2hOJRaCGGus9ZsfV1DDXmieicBe { width:11.75rem;height:2.9375rem;top:1.3125rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgLCTbckIIUZAWuh6FgbLpZQieCrlNOp { display:block; }
 }@media only screen and (max-width: 763px) { #RLEydDQg1DFcxwQocFZuR9TIzerHJF3l { width:14.5rem;height:2.9375rem;top:1.3125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoV0tlyUSsZQMB80Bc5ppc9hzeUuBJhd { display:block; }
 }@media only screen and (max-width: 763px) { #OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa { display:block; }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqGxQNMzGTv4JuJrpMH3XaCXfyIltZEg { width:47.75rem;height:5.375rem;top:9.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMMS4inPCVhZ4g1PUvJq0PHgLxVP0R5P { width:47.75rem;height:4.875rem;top:21.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqm7t8zWIoXDtshX7PUyB5eLHpe7v26i { width:4.4375rem;height:3.3125rem;top:28.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWvOL9OHZ7bUpmbSkOMHlt21xtHQJt2e { width:4.625rem;height:4.625rem;top:28.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxr54TqDrhFPhLbo96Nr1Q0NXnNC4QzK { width:47.75rem;height:5.375rem;top:15.125rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy { display:block; }#VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhWCAbXUaL6smNuMP1TVGAuoVaOaa1dF { width:4.5625rem;height:5.9192049269846rem;top:8rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTsLZ1JMzqV90Ztp9T3lcc4GydA9uxzX { width:47.75rem;height:4.0625rem;top:14.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4kmKpAb4SUsx9EeCAotddNv5ZC9VGeZ { width:47.75rem;height:;top:18.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPp7rhnSEBNlhfSLss4m5c2N1b8eTb4p { width:29.625rem;height:42.625rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycO8ZTsvPapgDVdanExxp9WiNDCD6roc { width:43.0625rem;height:;top:25.9375rem;left:4.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e34h99HBTqqp7CeigfTQG16vOUtu8Tth { width:5.375rem;height:5.375rem;top:53.6875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfM3vOuSTTQPWoxDPwCu0qw0HKImCCZ8 { width:43.125rem;height:2.9375rem;top:59.8125rem;left:4.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac5O5TfoVx5LX3gx4uRX6Id7AT4MB67O { width:43.125rem;height:11.5rem;top:62.75rem;left:4.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI8mObQXqTqWoL1C536LcVCyI4KFThGP { display:block; }#tI8mObQXqTqWoL1C536LcVCyI4KFThGP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViPqBT8aOKDbDQUof8aNTMMcFzTzIxte { width:5.9375rem;height:5.999025rem;top:7.875rem;left:20.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oiizb2Z8ewi8l0fHxdZVfkhcrweIIi90 { width:47.75rem;height:;top:14.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD1mm6q4EXJiidweNKWpfBodlumHvJBV { width:47.75rem;height:;top:18.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHhkRgtcubwy76paIL3pH6yXNL4X3g0h { width:47.75rem;height:11.875rem;top:23rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDEJzBEt8RkGGZTTTl0hoRZr9qHmS9ao { width:47.75rem;height:;top:44.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF3wm02p93cF7ZV23IficEgdAq8uKC1r { width:47.75rem;height:;top:40.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIyvvSg8pirN9sIfTpuZoEfI4UwaMzyJ { width:4.0625rem;height:4.874025rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfyOhP7DmwOyvHA1p6PmKuEsX5QtsVdv { width:4.0625rem;height:4.87305rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAfLiecoNELDqeFPaIz0yEZvuUvAvcMI { width:31.4375rem;height:2.9375rem;top:70.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9nvJMu3xv4QMV9fVHNTX8feT8AS6r05 { width:23.5rem;height:8.875rem;top:76.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLkbdEEwywfT6c5RBDihLCAR4lGfchoV { width:46.75rem;height:4.5rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs9InyNlHb4T7vRmSMSDMpOTeO2qORhB { display:block; }
 }@media only screen and (max-width: 763px) { #o3uSpZBBh6fIOd4DaSvTTgxV38VakxHT { width:3.875rem;height:5.3516780143285rem;top:75.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR { display:block; }#xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuUu2dBcOHAUWiD0XielCu7MUaqc1xhp { width:6.875rem;height:6.0625rem;top:7.875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEKlTmgUWfHWLbxGx1JkuTzT1lu4zw2h { width:47.75rem;height:;top:14.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poAOyqRF8CZuaehUvHhm6xVN4D0NpR3o { width:47.75rem;height:;top:18.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWgRAhuqoF7lJcV0lXi9H4avp3Tori5O { width:47.75rem;height:;top:22.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyMwuNHTkbF6NOEh6JDZROardeOrTJe7 { width:46.75rem;height:4.5rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0ZiBz7yATTJy4Bm251EUSsl4Re7hkTI { display:block; }
 }@media only screen and (max-width: 763px) { #AzWCpLF0Auwgi66JZGdaDUXKpKbeNi96 { width:47.75rem;height:2.9375rem;top:37.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo { display:block; }#xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlevHADHODC3igRumCx3sF4RZIMMPm3y { width:4.375rem;height:4.3125rem;top:2.0625rem;left:5.9062519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVxWTmm7Tr0SGmRuhB6cZRgbKshwfoEU { width:5.0625rem;height:4.375rem;top:1.875rem;left:21.404733657837rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyIyeZelcLfFWHqTtZIe6LIcQQbrnBZJ { width:4.875rem;height:3.7639274822738rem;top:2.3125rem;left:37.217882156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7mePvP1wKQXaZbTiH2ATTWsMw8wCK93 { width:24.875rem;height:;top:7.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh7pU3fNpMCsFmXlTgpd3mwT8kBb2GRw { width:19.125rem;height:;top:6.9375rem;left:12.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir6GpbGdMlGS3ao8qKw5Ww15oLlV6pAv { width:19.125rem;height:;top:7.375rem;left:28.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTvDtMA4192RWNJPz8HZFMa7WFuTx5c4 { width:23.4375rem;height:;top:10.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkptK2a0gOsy8qRqFCT5nhN57DClDVt2 { 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) { #nquMTM14GmIX4UMTSJbvNqTzEfqw5aT9 { width:23.4375rem;height:1.3125rem;top:15rem;left:8.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI4kk3pKDy54DD7sTTbtWJ0SAIaddOgc { 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) { #eiIBma7XsMvz7WnnGUCbeL4OIlPqCvUe { width:11.25rem;height:2.9375rem;top:17.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iatQXEcuuNF5x9UKpUwMwWnxxciz6cW7 { display:block; }
 }@media only screen and (max-width: 763px) { #lD5TBeXF3BPCFeByeTTVnKxZEo7zzCM9 { width:11.25rem;height:2.9375rem;top:17.6875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqCvfKeUnLD1KUK0AOdvoAgfW3gPds0f { display:block; }
 }@media only screen and (max-width: 763px) { #DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD { display:block; }#DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4uoTKAbmyEZwkK6zQqoEchvILzgHvzU { width:7.625rem;height:6.6950009757367rem;top:6.4375rem;left:20.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTpQMsBEu6yoknIXG4WTMfnKc04PQkgS { width:47.75rem;height:;top:14.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohDlEk7L7HOmvXCckwl5iMUgMEdHA3F1 { width:47.75rem;height:;top:18.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBCRDgiHdomLzCzrMuCeIiGE1ZXsyG0 { width:47.75rem;height:;top:22.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4OfiSXE5929ahT7lTNkuqpmQI51EK2v { width:47.75rem;height:;top:33.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trfo9WvGmIKkCMBelJ1zrWS6yXunGFnb { width:4.0625rem;height:4.874025rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAdNxQ7Ic4zNQ06vIWe7PTpPtN6yv2Te { width:47.75rem;height:5.9375rem;top:38rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR { display:block; }#TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImrB8gVVWoSK96amr16hzqIePmVXDyih { width:8.1875rem;height:8.1875rem;top:5.9375rem;left:19.3603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5Bu2vPuB601r1ECUtB4HX46QBfOr0O3 { width:47.75rem;height:;top:14.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3blVydozBESDV8hblEgzsgcxQWZGh3x { width:47.75rem;height:;top:19rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHrOMu2WrdhaSnuBZffSNT5XlTwkyVl5 { width:47.75rem;height:;top:22.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5bAQMFAeQpZS9cDoOoUe4ZJfuA0mJN6 { width:47.75rem;height:;top:40.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDADT2Dvhf0M1kEf8Ivvz2yghOMl7c26 { width:4.0625rem;height:4.874025rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RylD0y9tkA69v3K1stT1wcTOTqGXqdV7 { width:47.75rem;height:;top:44.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef4NkEIa7hhy5gWsVvX6VSfW5AaIDost { width:47.75rem;height:9.25rem;top:26.625rem;left:0rem;font-size:1.375rem;display:block; }#ef4NkEIa7hhy5gWsVvX6VSfW5AaIDost li:before{  }
 }@media only screen and (max-width: 763px) { #QGBr1521hGHpNa6UDG2KQhUWptb1kb2R { display:block; }#QGBr1521hGHpNa6UDG2KQhUWptb1kb2R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlGELJiegbCgKpfycHqLgT4f80snBNlg { width:22.4375rem;height:1.6875rem;top:12.25rem;left:16.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqg0TNbOCcGlPbNK0hFNlnLUv07U2zPe { width:15.6875rem;height:1.3125rem;top:14.5rem;left:16.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3625T1kLcAE5qO5QWMSiQdtS0R36mTD { width:21.375rem;height:4.5rem;top:12.25rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THSBvHROCzGTTh9DDNrD93rFBRR7D7HV { width:18.75rem;height:1.6875rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgR45ss3fX8VEkIaQwhBpL7d6ocgE6U2 { width:18.9375rem;height:2.3125rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAZuqH4NTTxlIezcfR4kPwmKW88RLWrQ { display:block; }
 }@media only screen and (max-width: 763px) { #yTyMwulb2LNZmyF4WcyLGrGbT0TK5LVD { width:4.1875rem;height:3.6875rem;top:7.75rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEh4EIUOvbcxG8aqiemOzkDgpylmtf9G { width:3.6875rem;height:3.6875rem;top:7.75rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVV3oGA1n3MdaXV6BiN8S5uVBxXEEPkD { width:4.375rem;height:3.3125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z06cSZbHOm7FP865pxxoBJKlo3ruXNRz { width:47.75rem;height:0;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P337KT7zNrs07ioDv6D1T5mIaw6iS9MW { 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) { #ntz699kR7nHAiZDaJJIES7oP2yCn52Zd { position:relative;z-index:auto;display:block; }#ntz699kR7nHAiZDaJJIES7oP2yCn52Zd > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tN9UzUxSvKt1tH5QqXCiUiLHhElq7N7T { width:10.0625rem;height:2.2351088721377rem;top:0.625rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDbd631VePOHdXMWzHqTmaGpUvt9tDsM { width:17.625rem;height:2.4375rem;top:4.734375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmcCamwOEJ4y832TRTmr8OdtgCzrru0O { display:block; }
 }@media only screen and (max-width: 763px) { #t1xuw8cRHlmbSnC3HNNgDfJ4lH3snpF3 { width:17.5625rem;height:2.4375rem;top:7.859375rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0Bm9p2g6IwsdeEICyxZtSWqgd660bcu { display:block; }
 }@media only screen and (max-width: 763px) { #mExzP2hOJRaCGGus9ZsfV1DDXmieicBe { width:17.6875rem;height:2.4375rem;top:10.984375rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgLCTbckIIUZAWuh6FgbLpZQieCrlNOp { display:block; }
 }@media only screen and (max-width: 763px) { #RLEydDQg1DFcxwQocFZuR9TIzerHJF3l { width:17.625rem;height:2.875rem;top:14.171875rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoV0tlyUSsZQMB80Bc5ppc9hzeUuBJhd { display:block; }
 }@media only screen and (max-width: 763px) { #OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa { 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; }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa.adaptive-delivery-prevent-bg, #OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa.lazyload, #OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa.lazyloading { background-image: none; }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row .container { background-color: transparent; background-image: none; }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row .container > .video-iframe-container { display: none; }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row > .video-iframe-container { display: none; }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .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); }#OpVd1CKQxU19Q2QPRUxd9mvkmcBecLSa > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqGxQNMzGTv4JuJrpMH3XaCXfyIltZEg { 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) { #hMMS4inPCVhZ4g1PUvJq0PHgLxVP0R5P { 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) { #oqm7t8zWIoXDtshX7PUyB5eLHpe7v26i { width:3.6875rem;height:2.8125rem;top:22.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWvOL9OHZ7bUpmbSkOMHlt21xtHQJt2e { 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) { #cxr54TqDrhFPhLbo96Nr1Q0NXnNC4QzK { 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) { #VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy { display:block; }#VfV8SXbFat5uHlGTWDAhmt2m8vaNEBuy > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhWCAbXUaL6smNuMP1TVGAuoVaOaa1dF { width:3.5625rem;height:4.625rem;top:4.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTsLZ1JMzqV90Ztp9T3lcc4GydA9uxzX { width:20rem;height:2.5996125rem;top:10.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4kmKpAb4SUsx9EeCAotddNv5ZC9VGeZ { width:20rem;height:2.2747375rem;top:12.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPp7rhnSEBNlhfSLss4m5c2N1b8eTb4p { width:15.9375rem;height:22.9375rem;top:16.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycO8ZTsvPapgDVdanExxp9WiNDCD6roc { 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) { #e34h99HBTqqp7CeigfTQG16vOUtu8Tth { width:4.8125rem;height:4.8125rem;top:60.765625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfM3vOuSTTQPWoxDPwCu0qw0HKImCCZ8 { 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) { #ac5O5TfoVx5LX3gx4uRX6Id7AT4MB67O { 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) { #tI8mObQXqTqWoL1C536LcVCyI4KFThGP { display:block; }#tI8mObQXqTqWoL1C536LcVCyI4KFThGP > .row .container { width:20rem;height:93.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViPqBT8aOKDbDQUof8aNTMMcFzTzIxte { width:4.3125rem;height:4.3125rem;top:3.75rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oiizb2Z8ewi8l0fHxdZVfkhcrweIIi90 { width:20rem;height:2.5996125rem;top:9.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD1mm6q4EXJiidweNKWpfBodlumHvJBV { width:20rem;height:2.2747375rem;top:12.3476625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHhkRgtcubwy76paIL3pH6yXNL4X3g0h { width:18.625rem;height:17.3203125rem;top:17.734375rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDEJzBEt8RkGGZTTTl0hoRZr9qHmS9ao { width:17rem;height:15.3958125rem;top:43.125rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF3wm02p93cF7ZV23IficEgdAq8uKC1r { width:15.0625rem;height:2.2747375rem;top:40.0625rem;left:4.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIyvvSg8pirN9sIfTpuZoEfI4UwaMzyJ { width:2.8125rem;height:3.3125rem;top:38.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfyOhP7DmwOyvHA1p6PmKuEsX5QtsVdv { width:2.8125rem;height:3.3125rem;top:66.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAfLiecoNELDqeFPaIz0yEZvuUvAvcMI { width:14.3125rem;height:4.2246125rem;top:67.3125rem;left:5.0625rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z9nvJMu3xv4QMV9fVHNTX8feT8AS6r05 { width:20rem;height:6.09375rem;top:72.5rem;left:0rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLkbdEEwywfT6c5RBDihLCAR4lGfchoV { width:19rem;height:2.9375rem;top:59.375rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs9InyNlHb4T7vRmSMSDMpOTeO2qORhB { display:block; }
 }@media only screen and (max-width: 763px) { #o3uSpZBBh6fIOd4DaSvTTgxV38VakxHT { width:3.875rem;height:5.3515625rem;top:96.861328125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR { display:block; }#xVJaUCTvbT2nrKrXrf2Sv5drAppZRgaR > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuUu2dBcOHAUWiD0XielCu7MUaqc1xhp { width:4.5625rem;height:3.875rem;top:4.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEKlTmgUWfHWLbxGx1JkuTzT1lu4zw2h { width:20rem;height:2.5996125rem;top:9.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #poAOyqRF8CZuaehUvHhm6xVN4D0NpR3o { width:20rem;height:2.2747375rem;top:11.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWgRAhuqoF7lJcV0lXi9H4avp3Tori5O { width:18.3125rem;height:7.6979375rem;top:14.5625rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyMwuNHTkbF6NOEh6JDZROardeOrTJe7 { width:19rem;height:3rem;top:23rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0ZiBz7yATTJy4Bm251EUSsl4Re7hkTI { display:block; }
 }@media only screen and (max-width: 763px) { #AzWCpLF0Auwgi66JZGdaDUXKpKbeNi96 { width:20rem;height:3.8496125rem;top:27.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo { display:block; }#xm6V1sryZ2oOarFM5aXC2dvlliUkbCuo > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlevHADHODC3igRumCx3sF4RZIMMPm3y { width:4.125rem;height:4.0625rem;top:2rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVxWTmm7Tr0SGmRuhB6cZRgbKshwfoEU { width:4.5rem;height:3.8125rem;top:15.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyIyeZelcLfFWHqTtZIe6LIcQQbrnBZJ { width:4.75rem;height:3.625rem;top:33.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7mePvP1wKQXaZbTiH2ATTWsMw8wCK93 { width:20rem;height:2.5371125rem;top:6.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh7pU3fNpMCsFmXlTgpd3mwT8kBb2GRw { width:19.125rem;height:3.98698125rem;top:20rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir6GpbGdMlGS3ao8qKw5Ww15oLlV6pAv { width:19.125rem;height:1.9934875rem;top:38.125rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTvDtMA4192RWNJPz8HZFMa7WFuTx5c4 { width:18.5rem;height:1.51171875rem;top:9.349609375rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkptK2a0gOsy8qRqFCT5nhN57DClDVt2 { width:20rem;height:2.19921875rem;top:24.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nquMTM14GmIX4UMTSJbvNqTzEfqw5aT9 { width:20rem;height:1.3059875rem;top:26.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI4kk3pKDy54DD7sTTbtWJ0SAIaddOgc { width:20rem;height:4.53515625rem;top:40.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiIBma7XsMvz7WnnGUCbeL4OIlPqCvUe { width:18.3125rem;height:2.9375rem;top:45.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iatQXEcuuNF5x9UKpUwMwWnxxciz6cW7 { display:block; }
 }@media only screen and (max-width: 763px) { #lD5TBeXF3BPCFeByeTTVnKxZEo7zzCM9 { width:18.0625rem;height:2.9375rem;top:49.625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqCvfKeUnLD1KUK0AOdvoAgfW3gPds0f { display:block; }
 }@media only screen and (max-width: 763px) { #DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD { display:block; }#DvUCwxMdFoCgzrcgTtRKBNIXtnARTnrD > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4uoTKAbmyEZwkK6zQqoEchvILzgHvzU { width:4.5rem;height:3.9375rem;top:4.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTpQMsBEu6yoknIXG4WTMfnKc04PQkgS { width:20rem;height:2.5996125rem;top:9.1943125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohDlEk7L7HOmvXCckwl5iMUgMEdHA3F1 { width:20rem;height:2.2747375rem;top:11.79296875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBCRDgiHdomLzCzrMuCeIiGE1ZXsyG0 { width:19.5rem;height:7.6979375rem;top:14.7421875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4OfiSXE5929ahT7lTNkuqpmQI51EK2v { 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) { #trfo9WvGmIKkCMBelJ1zrWS6yXunGFnb { width:2.8125rem;height:3.3125rem;top:26.728515625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAdNxQ7Ic4zNQ06vIWe7PTpPtN6yv2Te { 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) { #TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR { display:block; }#TbSgqoKHKySdJrPOTEvU5uePzSaHEXFR > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImrB8gVVWoSK96amr16hzqIePmVXDyih { width:5.1875rem;height:5.1875rem;top:3.25rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5Bu2vPuB601r1ECUtB4HX46QBfOr0O3 { width:14.0625rem;height:5.19791875rem;top:8.4375rem;left:2.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3blVydozBESDV8hblEgzsgcxQWZGh3x { width:20rem;height:2.2747375rem;top:13.63671875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHrOMu2WrdhaSnuBZffSNT5XlTwkyVl5 { 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) { #t5bAQMFAeQpZS9cDoOoUe4ZJfuA0mJN6 { 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) { #vDADT2Dvhf0M1kEf8Ivvz2yghOMl7c26 { width:2.8125rem;height:3.3125rem;top:37.109375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RylD0y9tkA69v3K1stT1wcTOTqGXqdV7 { width:17.4375rem;height:11.546875rem;top:41.7119140625rem;left:1.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef4NkEIa7hhy5gWsVvX6VSfW5AaIDost { width:18.8125rem;height:11.859375rem;top:21.0986328125rem;left:0.59375rem;font-size:1.375rem;display:block; }#ef4NkEIa7hhy5gWsVvX6VSfW5AaIDost li:before{  }
 }@media only screen and (max-width: 763px) { #QGBr1521hGHpNa6UDG2KQhUWptb1kb2R { display:block; }#QGBr1521hGHpNa6UDG2KQhUWptb1kb2R > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlGELJiegbCgKpfycHqLgT4f80snBNlg { width:19.25rem;height:1.78125rem;top:7.3125rem;left:0.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Wqg0TNbOCcGlPbNK0hFNlnLUv07U2zPe { width:12.4375rem;height:1.03125rem;top:9.75rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Q3625T1kLcAE5qO5QWMSiQdtS0R36mTD { width:17.375rem;height:4.1992125rem;top:19rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #THSBvHROCzGTTh9DDNrD93rFBRR7D7HV { width:18.5rem;height:1.5rem;top:33.9375rem;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) { #NgR45ss3fX8VEkIaQwhBpL7d6ocgE6U2 { width:18.3125rem;height:2.375rem;top:36.125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAZuqH4NTTxlIezcfR4kPwmKW88RLWrQ { display:block; }
 }@media only screen and (max-width: 763px) { #yTyMwulb2LNZmyF4WcyLGrGbT0TK5LVD { width:3.375rem;height:2.9375rem;top:3.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEh4EIUOvbcxG8aqiemOzkDgpylmtf9G { width:3.6875rem;height:3.6875rem;top:14.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVV3oGA1n3MdaXV6BiN8S5uVBxXEEPkD { width:4.375rem;height:3.3125rem;top:28.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z06cSZbHOm7FP865pxxoBJKlo3ruXNRz { width:20rem;height:0.0625rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P337KT7zNrs07ioDv6D1T5mIaw6iS9MW { width:10.4375rem;height:2.4375rem;top:48.0625rem;left:4.8125rem;display:block; }
 }