.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0f4632;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#ZvKrEVfTLpC96TQ2GJzXf0hOy7IisLPT { 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:3.6875rem;width:10.1875rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#A6JWTzpibgUOgD8q2zbKfMt39SmRE5Zq { color:#ffffff;display:block;width:49.5605625rem;position:absolute;font-family:"fortum sans";font-size:4.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:8.6241321563719rem;left:0rem;height:9.2100625rem;display:block; }
#rlZWs9280pQoORfG7WZCmTo49cNbOTTR { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.5rem;width:36.25rem;top:8.625rem;left:38.384765625rem;display:block; }
#t0p2dgl210xaFBaEMhfBSev1PgMmz2WD { 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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.75rem;height:2.99805rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.192493438721rem;left:0rem;display:block; }
#nvHbiUQ6oOuHMoZto56bRcu0XDBfEEzQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRITZStahmU6OAf2nIsVPgmP7v3a8Jdg { color:#eeb6f2;display:block;width:36.875rem;position:absolute;font-family:"fortum sans";font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:18.468967437744rem;left:0rem;height:3.98763125rem;display:block; }
#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl { position:relative;display:block; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl { background-color: transparent; background-image: none; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .row .container > .video-iframe-container { display: none; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .row > .video-iframe-container { display: none; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .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); }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl { border-width: 0; border-radius: 0; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .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; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .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:92.3125rem;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; }#T9KZSTTFboxLHKCF3rzRGWvacZTEPwNJ { color:#0f4632;display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#CJr4wnPmaMmObl4VFcwrfaG7eVA7nXI4 { color:#0f4632;display:block;width:4.5625rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.875rem;left:9.375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#bOPTenzlllGWXOaQcccZ4TsntF5WZust { color:#0f4632;display:block;width:4.5625rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.625rem;left:35.0625rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#K0R6U0vik1n6VkNxtqxkzk6LIldXiWAH { box-sizing:content-box;height:15.625rem;width:24.0625rem;position:absolute;display:block;z-index:15001;background-color:#f7f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:0rem;display:block; }
#UVDvKvhuxsnLQkw15P1y3CbVb5WREOXf { box-sizing:content-box;height:15.6875rem;width:24.25rem;position:absolute;display:block;z-index:15002;background-color:#f7f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:25.1875rem;display:block; }
#I8F4GVH17Oh46FR0AIAVE40nIMegAI4w { box-sizing:content-box;height:4.8125rem;width:4.8125rem;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:15003;background-color:#18d270;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.0625rem;left:9.3125rem;display:block; }
#agKbo4fh1Umogrq0ObGICc4Fw18TAuf5 { box-sizing:content-box;height:4.8125rem;width:4.8125rem;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:15004;background-color:#18d270;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:34.9375rem;display:block; }
#s6UrN3RgqmBkiylQtf3a1VnP8iywmJKA { color:#0f4632;display:block;width:23.9375rem;position:absolute;font-family:"fortum sans";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:16.4375rem;left:25.5625rem;height:3.849825rem;text-align:center;text-align-last:center;display:block; }
#Rhu2ehTGTT4L5Kq09hWQ3WcMw3JPhWcb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.875rem;left:28.4375rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#XN6Xu8mOs23O3qT0T49W5G28V0sdktLP { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.875rem;left:51.1875rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#Sq2eGJxvSZmhuDJ1qQr5OkCEptxP63S5 { 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:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:72.875rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.8125rem;left:0.875rem;display:block; }
#qWNSTitrnFFqWcsIJ70FPUzvVnD9RNaJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rp5zsaToXtrgN1rWqzGXfcyv4NXwbnFn { color:#0f4632;display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:45.5rem;left:0rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#AdRH8Os7nfF4nUOUuV6DNTRSGvNcDRqn { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:32rem;width:57.125rem;top:50.3125rem;left:9.125rem;display:block; }
#FbARJTzr4CaKLpxVAvw8yo9sEZtADf3N { box-sizing:content-box;height:15.5625rem;width:24.25rem;position:absolute;display:block;z-index:15003;background-color:#f7f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:50.5625rem;display:block; }
#sUvr0ZuDpTsufG2IcBFcE43iOXDMuciI { box-sizing:content-box;height:4.8125rem;width:4.8125rem;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:15005;background-color:#18d270;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:60.6875rem;display:block; }
#DGsIdKCvbVxx62xsO4MoSEb9su7q4tvE { color:#0f4632;display:block;width:4.5625rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.625rem;left:60.75rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#kfrVqaWTBLA5DZnlbnl5gfOOShgnEaTp { color:#0f4632;display:block;width:24.375rem;position:absolute;font-family:"fortum sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:16.4375rem;left:50.4375rem;height:3.849825rem;text-align:center;text-align-last:center;display:block; }
#NCPZxOF9SCFPcSn45AKIcttrsVXi52Th { color:#0f4632;display:block;width:23.9375rem;position:absolute;font-family:"fortum sans";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:16.4375rem;left:0rem;height:3.849825rem;text-align:center;text-align-last:center;display:block; }
#Hp4eLTrKBCvNkahZiUgMJkJeKA5MFbwH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.875rem;left:3.125rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#CmxDXKlei4467cQraoAs6Txyk4kLMPTF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #0f4632;border-left:0.1875rem solid #0f4632;border-right:0.1875rem solid #0f4632;border-bottom:0.1875rem solid #0f4632;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: 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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25rem;left:2.9375rem;display:block; }
#do4mzMaJnCB1tk6SJmwFxTBPsM5ycNPt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zz50W3RAVMsQFEURL85TJOE4C35uHF66 { 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; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container { background-color: transparent; background-image: none; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container > .video-iframe-container { display: none; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row > .video-iframe-container { display: none; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .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); }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container { border-width: 0; border-radius: 0; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:block; }#GSntTFzkOUgU3qu2FuconsIVq9XASS5s { color:#0f4632;display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.08203125rem;left:0rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#pvWgVXhbqOEfnAdOdB7JBf7TfzsQuQfU { box-sizing:content-box;height:36.8125rem;width:28.8125rem;position:absolute;display:block;z-index:15002;background-color:#0f4632;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.18620300293rem;left:6.4670162200925rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iJD6lmvI5rJKRg0h3WDCvDtgd4P0Tp96 { box-sizing:content-box;height:36.4375rem;width:28.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem solid #0f4632;border-left:0.1875rem solid #0f4632;border-right:0.1875rem solid #0f4632;border-bottom:0.1875rem solid #0f4632;top:9.18620300293rem;left:36.15452003479rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lvKcpC1isIgSTeqTcCyD93ohVqBCLWuh { color:#eeb6f2;display:block;width:28.811875rem;position:absolute;font-family:"fortum sans";font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.830074310302rem;left:6.4680995941163rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#KoU7KCT7BGATZXEcs4HHXP2ZFSmgFDKF { color:#0f4632;display:block;width:28.811875rem;position:absolute;font-family:"fortum sans";font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.827905654908rem;left:36.294488906861rem;height:;text-align:center;text-align-last:center;display:block; }
#DyH8bTQlkwSGt3QWr7UL42KUWk13HbcH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:15.3662109375rem;left:9.03125rem; }
#xETAVuDARm8UWURmlmDUJzv0TrxmW5g6 { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:"fortum sans";font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4345703125rem;left:11.8427734375rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uLx10Zif57MRuNlxn8WBD3O3XtlkAvT1 { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.95703125rem;left:8.96875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZzbIheW0WwzWBGkBvdbTVR5yIroctdR5 { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.436875rem;height:2.68663125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.684246063233rem;left:8.6545162200925rem;display:block; }
#z7AUscy5VPRUKK0y3lwZs2r7wO9aQedL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iNQ4woFHA361EKpOR2TUgRVX6Xe7Fotp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.5751953125rem;left:38.53125rem; }
#dQ3DVUcgTLKcac3GpFlaWp93MUQqGRLI { color:#0f4632;display:block;width:23.5rem;position:absolute;font-family:"fortum sans";font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.45703125rem;left:41.71875rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uv5TAsDzVRmOiFZgq2iyeykVVv8EVlB3 { color:#0f4632;display:block;width:26.375rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.95703125rem;left:38.53125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cniKO3dSFlS3NMug8oefKD2elZT7FSF3 { background-color:#0f4632;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;box-sizing:border-box;color:#18d270;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3120625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.620227813721rem;left:38.541666030884rem;display:block; }
#opN1U0FfVIf5oNg2v6qu48XwBDT9de9Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg { position:relative;display:block; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg { background-color: transparent; background-image: none; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .row .container > .video-iframe-container { display: none; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .row > .video-iframe-container { display: none; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .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); }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg { border-width: 0; border-radius: 0; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .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; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .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:24.8125rem;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; }#qx2fTAOAAJVkbFo4o3VN3Eb7ZBbQNPLe { color:#0f4632;display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#Q39lDuUAJNeEsT5kv1Wsq1DodB7kXOZW { 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:4.0625rem;width:4.0625rem;top:10.9375rem;left:6.5625rem;overflow:hidden;display:block; }
#eMBQ9Qibw75oew7ZAdcvWiASgQh1TSgJ { color:#0f4632;display:block;width:17.1875rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.75rem;left:0rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#DXtSBM7MoM8LvOzv2NzeqrddrPshIXuU { 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.3125rem;top:10.8125rem;left:25.5625rem;overflow:hidden;display:block; }
#tqUmW7DQCduoVpAvsnXqxprqidQ96mbF { color:#0f4632;display:block;width:17.1875rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.8125rem;left:19.125rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#HqKGZkllwvH3uNElHQQNHVxmDqtB0012 { 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.3125rem;width:4.3125rem;top:10.8125rem;left:45.125rem;overflow:hidden;display:block; }
#gfA3dZ9eT22smVaNpAnTxcUokQwUBUmN { color:#0f4632;display:block;width:17.1875rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:38.6875rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#T1ZnLQhOkiQz7I3agEIDlikuLnHicZfH { 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:4.3125rem;width:4.3125rem;top:10.8125rem;left:64.9375rem;overflow:hidden;display:block; }
#TqxAdHh5wDxyd6WJ5EfOQDnNQmdSacBL { color:#0f4632;display:block;width:15.875rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.8125rem;left:59.125rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B { position:relative;display:block; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B { background-color: transparent; background-image: none; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .row .container > .video-iframe-container { display: none; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .row > .video-iframe-container { display: none; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .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); }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B { border-width: 0; border-radius: 0; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .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; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .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:27.0625rem;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; }#ahkniilO3bLwmXUieeCGa9PxQW70DQcp { position:absolute;display:block;z-index:15001;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:21.1875rem;width:34.125rem;top:2.9375rem;left:39.8125rem;overflow:hidden;display:block; }
#F47LSueV1C77pMRfkPdtEN19xwmUH5yQ { box-sizing:content-box;height:5.25rem;width:5.25rem;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:15002;background-color:#0f4632;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:37.15625rem;display:block; }
#G20fby17hcnsJrTTiAUHq0TVoc4ybXF8 { 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:5.875rem;width:5.875rem;top:14.125rem;left:36.59375rem;overflow:hidden;display:block; }
#nhWyK4nybHf0cbuLqNJleh7XHrkXz55I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:1.375rem;left:0rem;display:block; }
#UD77Bos3SKe5JRWGVMfleLf6nyacVnW5 { 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:18.75rem;width:18.75rem;display:none; }
#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B { position:relative;display:block; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B { background-color: transparent; background-image: none; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .row .container > .video-iframe-container { display: none; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .row > .video-iframe-container { display: none; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .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); }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B { border-width: 0; border-radius: 0; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .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; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .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:45.375rem;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; }#q3oDNPfsnqNkFp18kkIUenrw7wgwpebe { 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:21.4375rem;width:71.625rem;top:11.5rem;left:2.375rem;overflow:hidden;display:block; }
#CLZbTUMISd18AgRgoTTXfTuKVgERZkAf { color:#0f4632;display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#HHLbwVDVmgNLnemMb0r5hu5a6tOhx5Sv { color:#0f4632;display:block;width:17.1875rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.375rem;left:3.0625rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#yWL96V0euSMVhcM8luZodAMZy59v6LtU { color:#0f4632;display:block;width:32.625rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36.125rem;left:3.0625rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#m11XUWnc3xwpsA2LIUdrkaohVqBcN6VP { 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:73.625rem;width:75rem;display:none; }
#VxevtokNdh19FfgPsxOrTVskf2WXfXWX { 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; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row .container { background-color: transparent; background-image: none; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row .container > .video-iframe-container { display: none; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row > .video-iframe-container { display: none; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .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); }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row .container { border-width: 0; border-radius: 0; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#Dg6pa4gGnERcUlCiRd0QFyDSwHlDglaD { color:#0f4632;display:block;width:26.8125rem;position:absolute;font-family:"fortum sans";font-size:6.5rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:5.125rem;left:2.125rem;height:7.7998125rem;text-align:left;text-align-last:left;display:block; }
#ohEikxMwNUCagHfRbu1IlxzzqyviEMZl { color:#0f4632;display:block;width:32.625rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:12.4375rem;left:2.125rem;height:3.2986125rem;text-align:left;text-align-last:left;display:block; }
#yT3yVGyoWkie1TpCI8rGKRK67PeJ4wyC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:12.0625rem;left:36.375rem;overflow:hidden;display:block; }
#zxb1FRLJ06TQtc36U1S2u8DkI1oHaWWX { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15012;background-color:#0f4632;background-image:none;top:12.3125rem;left:36.8125rem;display:block; }
#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk { 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; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row .container { background-color: transparent; background-image: none; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row .container > .video-iframe-container { display: none; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row > .video-iframe-container { display: none; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .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); }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row .container { border-width: 0; border-radius: 0; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#EW4Mu5JNGoRcaXChSf52owEGaw58iFTT { color:#0f4632;display:block;width:28.25rem;position:absolute;font-family:"fortum sans";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:8rem;left:2.4375rem;height:4.375rem;text-align:left;text-align-last:left;display:block; }
#yVNRANx6zMyVErlr1T7lkdJXlW4ZC8J4 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3125rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:13rem;left:2.4375rem;height:12.2439375rem;text-align:left;text-align-last:left;display:block; }
#xHmq6euUTqLTTwi0tGu1n3UHax0oXQ01 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:13rem;left:43.34375rem;height:8.7456875rem;text-align:left;text-align-last:left;display:block; }
#h4CWKxWkBftJBiCZvAMdQnXAzdxbBbT6 { color:#0f4632;display:block;width:27.3125rem;position:absolute;font-family:"fortum sans";font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:8rem;left:43.34375rem;height:4.375rem;text-align:left;text-align-last:left;display:block; }
#ZVqymiXmBUBZURJcrE3TIgTgXGT8IXT4 { position:absolute;display:block;z-index:15021;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:6.125rem;width:6.125rem;top:1.625rem;left:2.4375rem;overflow:hidden;display:block; }
#lCFCqcTnhmtK2dcClWFHkJkidS2TsAeD { position:absolute;display:block;z-index:15022;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:6.125rem;width:6.125rem;top:1.625rem;left:43.3125rem;overflow:hidden;display:block; }
#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd { 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; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row .container { background-color: transparent; background-image: none; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row .container > .video-iframe-container { display: none; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row > .video-iframe-container { display: none; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .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); }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row .container { border-width: 0; border-radius: 0; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#tFXIclJJQc3DT0Ic0a0A3TNXV5t9MAnT { position:absolute;display:block;z-index:15003;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:9.375rem;width:14rem;top:1.8125rem;left:43.3125rem;overflow:hidden;display:block; }
#pEwqb1igS4si9ozW23Wi8yU9OTz6Rg1B { color:#313131;display:block;width:28.6875rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18.1865234375rem;left:43.3125rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#c03ds3q8kvfnuXzw3EXwp5VVWvTAq22H { position:absolute;display:block;z-index:15007;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:10.1875rem;width:9.3125rem;top:1.8125rem;left:2.875rem;overflow:hidden;display:block; }
#I2JgozzTmSG9J4r4RC6yF5bLavzHtbDz { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:18.6640625rem;left:2.875rem;height:13.99848125rem;text-align:left;text-align-last:left;display:block; }
#u3Uu0VrvfC0SFoq3xs8RmHMaeoo9nUKd { color:#0f4632;display:block;width:26.1875rem;position:absolute;font-family:"fortum sans";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:12.8125rem;left:43.3125rem;height:4.375rem;text-align:left;text-align-last:left;display:block; }
#HZn0ws1PP6hR9ybti2cNOy7VfrGnT0SC { color:#0f4632;display:block;width:27.3125rem;position:absolute;font-family:"fortum sans";font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:13.5771484375rem;left:2.875rem;height:4.375rem;text-align:left;text-align-last:left;display:block; }
#lDHToFKrbId468QUf1L2T5BTJymIOBAT { 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; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row .container { background-color: transparent; background-image: none; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row .container > .video-iframe-container { display: none; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row > .video-iframe-container { display: none; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .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); }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row .container { border-width: 0; border-radius: 0; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#VQzfiAoqU96Fu2fZ8KEDFQ1Q8OQFe9g0 { 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.625rem;left:2.375rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#HCHqp7mlwqOtkQKRbP3hrd7op21CgaHf { 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.875rem;left:2.375rem;height:5.2474rem;text-align:left;text-align-last:left;display:block; }
#HV1rHqVd5wfatp176OHyIduSEhiE5SZZ { 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.625rem;left:25.875rem;height:7.50325rem;text-align:left;text-align-last:left;display:block; }
#ko4lnp9dRFIEwPXy7W9HTwig15CSiH8M { color:#313131;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.625rem;left:53.1875rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#OixOtJMLKGCs09SRgF7u8m2dpJuu8l5E { 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:14.875rem;left:53.1875rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#u7I1DGSNLyWPN8CHeiAvTqs7GSRd42bQ { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#0f4632;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:2.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.3125rem;left:53.1875rem;display:block; }
#KVPR6vL7Q19Bgm0pqnzcoihc65OUTguB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sbTMmPqnJyFX9clIkicDkRmn3iZbcqUN { color:#313131;display:block;width:18.625rem;position:absolute;font-family:helvetica;font-size:0.6875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:21.0625rem;left:53.375rem;height:5.7747375rem;text-align:left;text-align-last:left;display:block; }
#QV9DN3TFBMRwa7vpCVmBfQpO2WlUxqw0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.1875rem;top:8.125rem;left:2.375rem;overflow:hidden;display:block; }
#t3x9AoZErZmUgwnUa1SeO2auNwRQWxe2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:8.125rem;left:25.875rem;overflow:hidden;display:block; }
#uBbHrQ6dIMP0TTfIpcFifuVHf5tzwSq8 { 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.3125rem;left:53.1875rem;overflow:hidden;display:block; }
#dizTlXQgsVtC7eRsrSsGvkt9ihxPq4Kh { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:#18d270;background-image:none;top:30.4375rem;left:0.09375rem;display:block; }
#EAuIPcoLDJNdNi9yzUv5DBhy2y1CBQRl { 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:33.625rem;left:61.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvKrEVfTLpC96TQ2GJzXf0hOy7IisLPT { width:10.1875rem;height:3.6875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6JWTzpibgUOgD8q2zbKfMt39SmRE5Zq { width:47.75rem;height:9.1875rem;top:8.5625rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlZWs9280pQoORfG7WZCmTo49cNbOTTR { width:36.25rem;height:20.5rem;top:8.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0p2dgl210xaFBaEMhfBSev1PgMmz2WD { width:33.75rem;height:2.9375rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvHbiUQ6oOuHMoZto56bRcu0XDBfEEzQ { display:block; }
 }@media only screen and (max-width: 763px) { #HRITZStahmU6OAf2nIsVPgmP7v3a8Jdg { width:36.875rem;height:3.9375rem;top:18.4375rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl { display:block; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9KZSTTFboxLHKCF3rzRGWvacZTEPwNJ { width:47.75rem;height:3.5625rem;top:3.5rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJr4wnPmaMmObl4VFcwrfaG7eVA7nXI4 { width:4.5625rem;height:3.5625rem;top:11.875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOPTenzlllGWXOaQcccZ4TsntF5WZust { width:4.5625rem;height:3.5625rem;top:11.625rem;left:21.4375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0R6U0vik1n6VkNxtqxkzk6LIldXiWAH { width:24.0625rem;height:15.625rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVDvKvhuxsnLQkw15P1y3CbVb5WREOXf { width:24.25rem;height:15.6875rem;top:13.4375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8F4GVH17Oh46FR0AIAVE40nIMegAI4w { width:4.8125rem;height:4.8125rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agKbo4fh1Umogrq0ObGICc4Fw18TAuf5 { width:4.8125rem;height:4.8125rem;top:10.6875rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6UrN3RgqmBkiylQtf3a1VnP8iywmJKA { width:23.9375rem;height:3.8125rem;top:16.4375rem;left:11.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhu2ehTGTT4L5Kq09hWQ3WcMw3JPhWcb { width:17.8125rem;height:3.25rem;top:20.875rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN6Xu8mOs23O3qT0T49W5G28V0sdktLP { width:23.375rem;height:3.25rem;top:20.875rem;left:24.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq2eGJxvSZmhuDJ1qQr5OkCEptxP63S5 { width:46.75rem;height:4rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWNSTitrnFFqWcsIJ70FPUzvVnD9RNaJ { display:block; }
 }@media only screen and (max-width: 763px) { #rp5zsaToXtrgN1rWqzGXfcyv4NXwbnFn { width:47.75rem;height:3.5625rem;top:45.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdRH8Os7nfF4nUOUuV6DNTRSGvNcDRqn { width:47.75rem;height:26.748358862144rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbARJTzr4CaKLpxVAvw8yo9sEZtADf3N { width:24.25rem;height:15.5625rem;top:13.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUvr0ZuDpTsufG2IcBFcE43iOXDMuciI { width:4.8125rem;height:4.8125rem;top:10.6875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGsIdKCvbVxx62xsO4MoSEb9su7q4tvE { width:4.5625rem;height:3.5625rem;top:11.625rem;left:43.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfrVqaWTBLA5DZnlbnl5gfOOShgnEaTp { width:24.375rem;height:3.8125rem;top:16.4375rem;left:23.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCPZxOF9SCFPcSn45AKIcttrsVXi52Th { width:23.9375rem;height:3.8125rem;top:16.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp4eLTrKBCvNkahZiUgMJkJeKA5MFbwH { width:17.8125rem;height:3.25rem;top:20.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmxDXKlei4467cQraoAs6Txyk4kLMPTF { width:17.5rem;height:2.5625rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #do4mzMaJnCB1tk6SJmwFxTBPsM5ycNPt { display:block; }
 }@media only screen and (max-width: 763px) { #zz50W3RAVMsQFEURL85TJOE4C35uHF66 { display:block; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSntTFzkOUgU3qu2FuconsIVq9XASS5s { width:47.75rem;height:;top:3.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvWgVXhbqOEfnAdOdB7JBf7TfzsQuQfU { width:28.8125rem;height:36.8125rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJD6lmvI5rJKRg0h3WDCvDtgd4P0Tp96 { width:28.8125rem;height:36.4375rem;top:9.125rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvKcpC1isIgSTeqTcCyD93ohVqBCLWuh { width:28.75rem;height:2.5rem;top:10.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoU7KCT7BGATZXEcs4HHXP2ZFSmgFDKF { width:28.75rem;height:;top:10.8125rem;left:19rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyH8bTQlkwSGt3QWr7UL42KUWk13HbcH { width:1.875rem;height:1.875rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xETAVuDARm8UWURmlmDUJzv0TrxmW5g6 { width:23.5rem;height:2.0625rem;top:15.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLx10Zif57MRuNlxn8WBD3O3XtlkAvT1 { width:26.3125rem;height:;top:18.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzbIheW0WwzWBGkBvdbTVR5yIroctdR5 { width:24.375rem;height:2.625rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7AUscy5VPRUKK0y3lwZs2r7wO9aQedL { display:block; }
 }@media only screen and (max-width: 763px) { #iNQ4woFHA361EKpOR2TUgRVX6Xe7Fotp { width:1.875rem;height:1.875rem;top:15.5625rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ3DVUcgTLKcac3GpFlaWp93MUQqGRLI { width:23.5rem;height:2.0625rem;top:15.4375rem;left:24.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv5TAsDzVRmOiFZgq2iyeykVVv8EVlB3 { width:26.3125rem;height:;top:18.9375rem;left:21.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cniKO3dSFlS3NMug8oefKD2elZT7FSF3 { width:24.25rem;height:2.8125rem;top:39.5625rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opN1U0FfVIf5oNg2v6qu48XwBDT9de9Z { display:block; }
 }@media only screen and (max-width: 763px) { #y66TT2PgwWtZahnECwUQP28AnRkUE1Lg { display:block; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qx2fTAOAAJVkbFo4o3VN3Eb7ZBbQNPLe { width:47.75rem;height:3.5625rem;top:5.0625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q39lDuUAJNeEsT5kv1Wsq1DodB7kXOZW { width:4.0625rem;height:4.0625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMBQ9Qibw75oew7ZAdcvWiASgQh1TSgJ { width:17.1875rem;height:3.875rem;top:15.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXtSBM7MoM8LvOzv2NzeqrddrPshIXuU { width:4.3125rem;height:4.3125rem;top:10.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqUmW7DQCduoVpAvsnXqxprqidQ96mbF { width:17.1875rem;height:3.875rem;top:15.8125rem;left:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqKGZkllwvH3uNElHQQNHVxmDqtB0012 { width:4.3125rem;height:4.3125rem;top:10.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfA3dZ9eT22smVaNpAnTxcUokQwUBUmN { width:17.1875rem;height:3.875rem;top:15.8125rem;left:25.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ZnLQhOkiQz7I3agEIDlikuLnHicZfH { width:4.3125rem;height:4.3125rem;top:10.8125rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqxAdHh5wDxyd6WJ5EfOQDnNQmdSacBL { width:15.875rem;height:3.875rem;top:15.8125rem;left:31.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B { display:none; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ahkniilO3bLwmXUieeCGa9PxQW70DQcp { width:34.125rem;height:21.1875rem;top:2.9375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F47LSueV1C77pMRfkPdtEN19xwmUH5yQ { width:5.25rem;height:5.25rem;top:14.4375rem;left:23.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G20fby17hcnsJrTTiAUHq0TVoc4ybXF8 { width:5.875rem;height:5.875rem;top:14.125rem;left:22.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhWyK4nybHf0cbuLqNJleh7XHrkXz55I { width:38.75rem;height:21.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD77Bos3SKe5JRWGVMfleLf6nyacVnW5 { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B { display:block; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3oDNPfsnqNkFp18kkIUenrw7wgwpebe { width:47.75rem;height:14.291666666667rem;top:11.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLZbTUMISd18AgRgoTTXfTuKVgERZkAf { width:47.75rem;height:3.5625rem;top:7.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHLbwVDVmgNLnemMb0r5hu5a6tOhx5Sv { width:17.1875rem;height:1.9375rem;top:33.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWL96V0euSMVhcM8luZodAMZy59v6LtU { width:32.625rem;height:1.9375rem;top:36.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m11XUWnc3xwpsA2LIUdrkaohVqBcN6VP { width:47.75rem;height:46.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxevtokNdh19FfgPsxOrTVskf2WXfXWX { display:block; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg6pa4gGnERcUlCiRd0QFyDSwHlDglaD { width:26.8125rem;height:7.75rem;top:5.125rem;left:0rem;font-size:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohEikxMwNUCagHfRbu1IlxzzqyviEMZl { width:32.625rem;height:3.25rem;top:12.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT3yVGyoWkie1TpCI8rGKRK67PeJ4wyC { width:4.0625rem;height:4.0625rem;top:12.0625rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxb1FRLJ06TQtc36U1S2u8DkI1oHaWWX { width:3.5625rem;height:3.5625rem;top:12.3125rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk { display:block; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW4Mu5JNGoRcaXChSf52owEGaw58iFTT { width:28.25rem;height:4.375rem;top:8rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVNRANx6zMyVErlr1T7lkdJXlW4ZC8J4 { width:31.3125rem;height:12.25rem;top:13rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHmq6euUTqLTTwi0tGu1n3UHax0oXQ01 { width:27.375rem;height:8.75rem;top:13rem;left:19rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4CWKxWkBftJBiCZvAMdQnXAzdxbBbT6 { width:27.3125rem;height:4.375rem;top:8rem;left:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVqymiXmBUBZURJcrE3TIgTgXGT8IXT4 { width:6.125rem;height:6.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCFCqcTnhmtK2dcClWFHkJkidS2TsAeD { width:6.125rem;height:6.125rem;top:1.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndStuPXqMV0KcTScfWDUTkRhnIr6yurd { display:block; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFXIclJJQc3DT0Ic0a0A3TNXV5t9MAnT { width:14rem;height:9.375rem;top:1.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEwqb1igS4si9ozW23Wi8yU9OTz6Rg1B { width:28.6875rem;height:15rem;top:18.125rem;left:19.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c03ds3q8kvfnuXzw3EXwp5VVWvTAq22H { width:9.3125rem;height:10.1875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2JgozzTmSG9J4r4RC6yF5bLavzHtbDz { width:28.9375rem;height:14rem;top:18.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3Uu0VrvfC0SFoq3xs8RmHMaeoo9nUKd { width:26.1875rem;height:4.375rem;top:12.8125rem;left:21.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZn0ws1PP6hR9ybti2cNOy7VfrGnT0SC { width:27.3125rem;height:4.375rem;top:13.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDHToFKrbId468QUf1L2T5BTJymIOBAT { display:block; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQzfiAoqU96Fu2fZ8KEDFQ1Q8OQFe9g0 { width:22.4375rem;height:1.6875rem;top:12.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCHqp7mlwqOtkQKRbP3hrd7op21CgaHf { width:15.6875rem;height:5.25rem;top:14.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV1rHqVd5wfatp176OHyIduSEhiE5SZZ { width:21.375rem;height:7.5rem;top:12.625rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko4lnp9dRFIEwPXy7W9HTwig15CSiH8M { width:18.0625rem;height:2.25rem;top:12.625rem;left:29.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OixOtJMLKGCs09SRgF7u8m2dpJuu8l5E { width:18.75rem;height:1.6875rem;top:14.875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7I1DGSNLyWPN8CHeiAvTqs7GSRd42bQ { width:18.9375rem;height:2.3125rem;top:17.3125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVPR6vL7Q19Bgm0pqnzcoihc65OUTguB { display:block; }
 }@media only screen and (max-width: 763px) { #sbTMmPqnJyFX9clIkicDkRmn3iZbcqUN { width:18.625rem;height:6.6875rem;top:21.0625rem;left:29.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV9DN3TFBMRwa7vpCVmBfQpO2WlUxqw0 { width:4.1875rem;height:3.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3x9AoZErZmUgwnUa1SeO2auNwRQWxe2 { width:3.6875rem;height:3.6875rem;top:8.125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBbHrQ6dIMP0TTfIpcFifuVHf5tzwSq8 { width:4.375rem;height:3.3125rem;top:8.3125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dizTlXQgsVtC7eRsrSsGvkt9ihxPq4Kh { width:47.75rem;height:0.0625rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAuIPcoLDJNdNi9yzUv5DBhy2y1CBQRl { width:10.4375rem;height:2.4375rem;top:33.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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvKrEVfTLpC96TQ2GJzXf0hOy7IisLPT { width:10.1875rem;height:3.6875rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6JWTzpibgUOgD8q2zbKfMt39SmRE5Zq { width:20rem;height:4.8112rem;top:6.0625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlZWs9280pQoORfG7WZCmTo49cNbOTTR { height:11.152375rem;width:20rem;top:21.379123687744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0p2dgl210xaFBaEMhfBSev1PgMmz2WD { width:18.9985rem;height:2.5rem;top:16.442057609558rem;left:0.50021702051162rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvHbiUQ6oOuHMoZto56bRcu0XDBfEEzQ { display:block; }
 }@media only screen and (max-width: 763px) { #HRITZStahmU6OAf2nIsVPgmP7v3a8Jdg { width:20rem;height:2.1994375rem;top:12.094184398651rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl { display:block; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .row .container { width:20rem;height:95.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9KZSTTFboxLHKCF3rzRGWvacZTEPwNJ { width:20rem;height:6.9759375rem;top:3.875rem;left:0rem;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CJr4wnPmaMmObl4VFcwrfaG7eVA7nXI4 { width:4.5625rem;height:2.5996125rem;top:13.9375rem;left:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOPTenzlllGWXOaQcccZ4TsntF5WZust { width:4.5625rem;height:2.5996125rem;top:34.625rem;left:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0R6U0vik1n6VkNxtqxkzk6LIldXiWAH { width:20rem;height:14.3125rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVDvKvhuxsnLQkw15P1y3CbVb5WREOXf { width:20rem;height:14.8125rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8F4GVH17Oh46FR0AIAVE40nIMegAI4w { width:4.8125rem;height:4.8125rem;top:12.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agKbo4fh1Umogrq0ObGICc4Fw18TAuf5 { width:4.8125rem;height:4.8125rem;top:33.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6UrN3RgqmBkiylQtf3a1VnP8iywmJKA { width:20rem;height:3.849825rem;top:39.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhu2ehTGTT4L5Kq09hWQ3WcMw3JPhWcb { width:17.3125rem;height:3.2487rem;top:43.875rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN6Xu8mOs23O3qT0T49W5G28V0sdktLP { width:15.25rem;height:4.87305rem;top:62.4375rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq2eGJxvSZmhuDJ1qQr5OkCEptxP63S5 { width:18.4375rem;height:3.0625rem;top:71.0625rem;left:0.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWNSTitrnFFqWcsIJ70FPUzvVnD9RNaJ { display:block; }
 }@media only screen and (max-width: 763px) { #rp5zsaToXtrgN1rWqzGXfcyv4NXwbnFn { width:17.25rem;height:2.75rem;top:77.1875rem;left:1.375rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AdRH8Os7nfF4nUOUuV6DNTRSGvNcDRqn { height:11.21875rem;width:20rem;top:80.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbARJTzr4CaKLpxVAvw8yo9sEZtADf3N { width:20rem;height:16.4375rem;top:15.375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sUvr0ZuDpTsufG2IcBFcE43iOXDMuciI { width:4.8125rem;height:4.8125rem;top:52.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGsIdKCvbVxx62xsO4MoSEb9su7q4tvE { width:4.5625rem;height:2.5996125rem;top:53.25rem;left:7.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfrVqaWTBLA5DZnlbnl5gfOOShgnEaTp { width:20rem;height:3.849825rem;top:58rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCPZxOF9SCFPcSn45AKIcttrsVXi52Th { width:20rem;height:3.849825rem;top:18.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp4eLTrKBCvNkahZiUgMJkJeKA5MFbwH { width:17.8125rem;height:3.2487rem;top:23.3125rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmxDXKlei4467cQraoAs6Txyk4kLMPTF { width:17.5rem;height:2.5625rem;top:27.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #do4mzMaJnCB1tk6SJmwFxTBPsM5ycNPt { display:block; }
 }@media only screen and (max-width: 763px) { #zz50W3RAVMsQFEURL85TJOE4C35uHF66 { display:block; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSntTFzkOUgU3qu2FuconsIVq9XASS5s { width:20rem;height:4.65060625rem;top:3.625rem;left:0rem;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pvWgVXhbqOEfnAdOdB7JBf7TfzsQuQfU { width:18.4375rem;height:29.625rem;top:9.4357604980469rem;left:0.71831601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJD6lmvI5rJKRg0h3WDCvDtgd4P0Tp96 { width:17.5625rem;height:30.9375rem;top:47.999130249024rem;left:1.0622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvKcpC1isIgSTeqTcCyD93ohVqBCLWuh { width:20rem;height:2.51855625rem;top:11.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoU7KCT7BGATZXEcs4HHXP2ZFSmgFDKF { width:20rem;height:4.65060625rem;top:49.6875rem;left:0rem;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DyH8bTQlkwSGt3QWr7UL42KUWk13HbcH { display:flex;width:1.375rem;height:1.375rem;top:14.4375rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #xETAVuDARm8UWURmlmDUJzv0TrxmW5g6 { width:15.8125rem;height:1.3808625rem;top:14.5rem;left:3.9375rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uLx10Zif57MRuNlxn8WBD3O3XtlkAvT1 { width:16.6875rem;height:14.4303125rem;top:17rem;left:1.6875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZzbIheW0WwzWBGkBvdbTVR5yIroctdR5 { width:16.62325rem;height:2.8125rem;top:33.621953964233rem;left:1.6872830986977rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7AUscy5VPRUKK0y3lwZs2r7wO9aQedL { display:block; }
 }@media only screen and (max-width: 763px) { #iNQ4woFHA361EKpOR2TUgRVX6Xe7Fotp { display:flex;width:1.375rem;height:1.375rem;top:56.0625rem;left:2.1875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #dQ3DVUcgTLKcac3GpFlaWp93MUQqGRLI { width:15.6875rem;height:1.3808625rem;top:56.125rem;left:4.3125rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Uv5TAsDzVRmOiFZgq2iyeykVVv8EVlB3 { width:16.8125rem;height:13.403875rem;top:59.125rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cniKO3dSFlS3NMug8oefKD2elZT7FSF3 { width:16.7480625rem;height:2.9362rem;top:74.186203002931rem;left:1.6254342198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #opN1U0FfVIf5oNg2v6qu48XwBDT9de9Z { display:block; }
 }@media only screen and (max-width: 763px) { #y66TT2PgwWtZahnECwUQP28AnRkUE1Lg { display:block; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qx2fTAOAAJVkbFo4o3VN3Eb7ZBbQNPLe { width:18.3125rem;height:4.39886875rem;top:4.625rem;left:0.875rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Q39lDuUAJNeEsT5kv1Wsq1DodB7kXOZW { width:4.0625rem;height:4.0625rem;top:10.0625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMBQ9Qibw75oew7ZAdcvWiASgQh1TSgJ { width:17.1875rem;height:3.8984375rem;top:14.6875rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXtSBM7MoM8LvOzv2NzeqrddrPshIXuU { width:4.3125rem;height:4.3125rem;top:20.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqUmW7DQCduoVpAvsnXqxprqidQ96mbF { width:17.1875rem;height:3.8984375rem;top:25.1875rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqKGZkllwvH3uNElHQQNHVxmDqtB0012 { width:4.3125rem;height:4.3125rem;top:30.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfA3dZ9eT22smVaNpAnTxcUokQwUBUmN { width:17.1875rem;height:3.8984375rem;top:34.875rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ZnLQhOkiQz7I3agEIDlikuLnHicZfH { width:4.3125rem;height:4.3125rem;top:40.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqxAdHh5wDxyd6WJ5EfOQDnNQmdSacBL { width:15.875rem;height:3.8984375rem;top:45.75rem;left:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B { display:block; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahkniilO3bLwmXUieeCGa9PxQW70DQcp { width:20rem;height:12.417rem;top:3.291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F47LSueV1C77pMRfkPdtEN19xwmUH5yQ { width:5.25rem;height:5.25rem;top:13rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G20fby17hcnsJrTTiAUHq0TVoc4ybXF8 { width:5.875rem;height:5.875rem;top:24.25rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhWyK4nybHf0cbuLqNJleh7XHrkXz55I { width:20rem;height:21.75rem;top:19.4169921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD77Bos3SKe5JRWGVMfleLf6nyacVnW5 { top:12.65625rem;left:6.90625rem;width:5.875rem;height:5.875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B { display:block; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3oDNPfsnqNkFp18kkIUenrw7wgwpebe { width:19.375rem;height:5.875rem;top:6.9609375rem;left:0.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CLZbTUMISd18AgRgoTTXfTuKVgERZkAf { width:20rem;height:3.98654375rem;top:2.0625rem;left:0rem;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HHLbwVDVmgNLnemMb0r5hu5a6tOhx5Sv { width:16.625rem;height:1.3808625rem;top:25.9375rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWL96V0euSMVhcM8luZodAMZy59v6LtU { width:19.125rem;height:1.3808625rem;top:27.6875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m11XUWnc3xwpsA2LIUdrkaohVqBcN6VP { top:6.296875rem;left:0.40625rem;width:19.1875rem;height:18.8125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VxevtokNdh19FfgPsxOrTVskf2WXfXWX { display:block; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg6pa4gGnERcUlCiRd0QFyDSwHlDglaD { width:18.5625rem;height:2.95605625rem;top:2.875rem;left:1.4375rem;font-size:2.6875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ohEikxMwNUCagHfRbu1IlxzzqyviEMZl { width:18.4375rem;height:1.58105625rem;top:6.0810546875rem;left:1.5625rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yT3yVGyoWkie1TpCI8rGKRK67PeJ4wyC { width:4.0625rem;height:4.0625rem;top:8.875rem;left:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxb1FRLJ06TQtc36U1S2u8DkI1oHaWWX { width:3.5625rem;height:3.5625rem;top:9.1875rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk { display:block; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW4Mu5JNGoRcaXChSf52owEGaw58iFTT { width:17.9375rem;height:4.38801875rem;top:6.2841796875rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yVNRANx6zMyVErlr1T7lkdJXlW4ZC8J4 { width:17.375rem;height:13.997375rem;top:34.0673828125rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xHmq6euUTqLTTwi0tGu1n3UHax0oXQ01 { width:17.6875rem;height:8.3984375rem;top:10.9375rem;left:1.15625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #h4CWKxWkBftJBiCZvAMdQnXAzdxbBbT6 { width:13.8125rem;height:4.38801875rem;top:28.994140625rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZVqymiXmBUBZURJcrE3TIgTgXGT8IXT4 { width:5.1875rem;height:5.1875rem;top:0.9091796875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCFCqcTnhmtK2dcClWFHkJkidS2TsAeD { width:5.375rem;height:5.375rem;top:23.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndStuPXqMV0KcTScfWDUTkRhnIr6yurd { display:block; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFXIclJJQc3DT0Ic0a0A3TNXV5t9MAnT { width:11.6875rem;height:7.9375rem;top:2.0107421875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEwqb1igS4si9ozW23Wi8yU9OTz6Rg1B { width:17.9375rem;height:13.997375rem;top:15.12890625rem;left:1.03125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #c03ds3q8kvfnuXzw3EXwp5VVWvTAq22H { width:7.5rem;height:8.25rem;top:33.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2JgozzTmSG9J4r4RC6yF5bLavzHtbDz { width:18.125rem;height:12.59765rem;top:47.75rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #u3Uu0VrvfC0SFoq3xs8RmHMaeoo9nUKd { width:18.875rem;height:2.92535rem;top:11.33203125rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HZn0ws1PP6hR9ybti2cNOy7VfrGnT0SC { width:16.125rem;height:4.72330625rem;top:42.2958984375rem;left:0.96875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lDHToFKrbId468QUf1L2T5BTJymIOBAT { display:block; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQzfiAoqU96Fu2fZ8KEDFQ1Q8OQFe9g0 { 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) { #HCHqp7mlwqOtkQKRbP3hrd7op21CgaHf { width:12.4375rem;height:4.1276rem;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) { #HV1rHqVd5wfatp176OHyIduSEhiE5SZZ { width:17.375rem;height:6.9986875rem;top:21.8125rem;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) { #ko4lnp9dRFIEwPXy7W9HTwig15CSiH8M { width:18.25rem;height:1.78125rem;top:37.5rem;left:0.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OixOtJMLKGCs09SRgF7u8m2dpJuu8l5E { width:18.5rem;height:1.50065rem;top:39.3125rem;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) { #u7I1DGSNLyWPN8CHeiAvTqs7GSRd42bQ { width:18.3125rem;height:3.125rem;top:43.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVPR6vL7Q19Bgm0pqnzcoihc65OUTguB { display:block; }
 }@media only screen and (max-width: 763px) { #sbTMmPqnJyFX9clIkicDkRmn3iZbcqUN { width:18.1875rem;height:5.625rem;top:47.25rem;left:0.90625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.5;font-family:"fortum cy";display:block; }
 }@media only screen and (max-width: 763px) { #QV9DN3TFBMRwa7vpCVmBfQpO2WlUxqw0 { width:3.375rem;height:2.9375rem;top:3.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3x9AoZErZmUgwnUa1SeO2auNwRQWxe2 { width:3.6875rem;height:3.6875rem;top:17.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBbHrQ6dIMP0TTfIpcFifuVHf5tzwSq8 { width:4.375rem;height:3.3125rem;top:33.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dizTlXQgsVtC7eRsrSsGvkt9ihxPq4Kh { width:20rem;height:0.0625rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAuIPcoLDJNdNi9yzUv5DBhy2y1CBQRl { width:10.4375rem;height:2.4375rem;top:58.1875rem;left:4.78125rem;display:block; }
 }