.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:232,247,232;--color-primary-1:179,230,179;--color-primary-2:102,204,102;--color-primary-3:51,102,51;--color-primary-4:15,31,15;--color-secondary-0:252,244,253;--color-secondary-1:247,219,249;--color-secondary-2:238,182,242;--color-secondary-3:119,91,121;--color-secondary-4:36,27,36;--color-tertiary-0:255,255,255;--color-tertiary-1:179,197,193;--color-tertiary-2:0,61,49;--color-tertiary-3:0,31,25;--color-tertiary-4:0,6,5;--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); }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP { position:relative;display:none; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP { border-width: 0; border-radius: 0; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .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; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DBoTazZS84J0brXEep6sLro2W0NZb1td { 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:17.625rem;width:75rem;display:none; }
#hNROPfXDsOQktJakhHNN32k2eKMKwWh3 { position:relative;display:block; }#hNROPfXDsOQktJakhHNN32k2eKMKwWh3 { background-color: transparent; background-image: none; }#hNROPfXDsOQktJakhHNN32k2eKMKwWh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNROPfXDsOQktJakhHNN32k2eKMKwWh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNROPfXDsOQktJakhHNN32k2eKMKwWh3 > .row .container > .video-iframe-container { display: none; }#hNROPfXDsOQktJakhHNN32k2eKMKwWh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNROPfXDsOQktJakhHNN32k2eKMKwWh3 > .row > .video-iframe-container { display: none; }#hNROPfXDsOQktJakhHNN32k2eKMKwWh3 > .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); }#hNROPfXDsOQktJakhHNN32k2eKMKwWh3 { border-width: 0; border-radius: 0; }#hNROPfXDsOQktJakhHNN32k2eKMKwWh3 > .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; }#hNROPfXDsOQktJakhHNN32k2eKMKwWh3 > .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:5.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:2.375rem;width:10.125rem;top:1.4375rem;left:0.8125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;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:18.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#A6JWTzpibgUOgD8q2zbKfMt39SmRE5Zq { color:#003d31;display:block;width:17.622375rem;position:absolute;font-family:"fortum sans";font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.2500019073486rem;left:1.3125rem;height:2.26823125rem;display:block; }
#MH1fLcXRgWRExE5MumuKsvcvVk8lIXeZ { 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:46.875rem;width:75rem;display:none; }
#S3WscaWb1oEOpvbDytX82TooPgKRUkr8 { background-color:#ffffff;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:3.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.875rem;height:5.8125rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:4.83203125rem;left:1.3125rem;display:block; }
#TVOnXwiELGtuWLG3JDAvff5lo9XlnARl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2Ni9MqxFpORVkVcL0BNW1AD9h9w76Eg { background-color:#ffffff;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#003d31;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:2.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.625rem;height:5.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:10.5625rem;left:1rem;display:block; }
#Bby8nkUPWmPtM8RGpDCHJIwGiEv9T2uW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zCDWTOyIUfIfZgHh0VCUUlbRy8UmHNm0 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17rem;width:30.5625rem;top:0rem;left:44.4375rem;display:block; }
#zz50W3RAVMsQFEURL85TJOE4C35uHF66 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:8.9375rem;width:75rem;position:relative;display:block; }#GSntTFzkOUgU3qu2FuconsIVq9XASS5s { color:#0f4632;display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.83203125rem;left:0rem;height:3.0872375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ycRqoyshhzdMFLocgWxUzwd58T1IL74T { position:relative;display:block; }#ycRqoyshhzdMFLocgWxUzwd58T1IL74T { background-color: transparent; background-image: none; }#ycRqoyshhzdMFLocgWxUzwd58T1IL74T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycRqoyshhzdMFLocgWxUzwd58T1IL74T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycRqoyshhzdMFLocgWxUzwd58T1IL74T > .row .container > .video-iframe-container { display: none; }#ycRqoyshhzdMFLocgWxUzwd58T1IL74T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycRqoyshhzdMFLocgWxUzwd58T1IL74T > .row > .video-iframe-container { display: none; }#ycRqoyshhzdMFLocgWxUzwd58T1IL74T > .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); }#ycRqoyshhzdMFLocgWxUzwd58T1IL74T { border-width: 0; border-radius: 0; }#ycRqoyshhzdMFLocgWxUzwd58T1IL74T > .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; }#ycRqoyshhzdMFLocgWxUzwd58T1IL74T > .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:52.875rem;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; }#coM4Va2QW9FVP33JNvU6KNF8zD84dIkT { box-sizing:content-box;height:46.5625rem;width:21.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #313131;border-left:0.125rem solid #313131;border-right:0.125rem solid #313131;border-bottom:0.125rem solid #313131;top:1.375rem;left:1.1875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#uENHEO01PKXis7MCs8r8HaLlyVXBXlXV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4.0859375rem;left:3.1875rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GJmbmUu1eLvkw3Gk98h7AygLEowfIAko { box-sizing:content-box;height:46.5rem;width:21.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #313131;border-left:0.125rem solid #313131;border-right:0.125rem solid #313131;border-bottom:0.125rem solid #313131;top:1.4375rem;left:26.25rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#UJwoVRm82yRnOZEV5ZWKllliXOIrRBVR { box-sizing:content-box;height:46.5rem;width:21.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #313131;border-left:0.125rem solid #313131;border-right:0.125rem solid #313131;border-bottom:0.125rem solid #313131;top:1.4375rem;left:51.25rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#KdcwbauVQ83fzXzQrA14LdSgO2qUXs67 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.9375rem;left:25.5rem;height:3.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LlitTk2dmt8LCtvOvGsuE5puyn96I0Hl { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:3.9375rem;left:50.5rem;height:3.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h3nVl5oA8WxGUng58mV7fcqGuiEobPBU { box-sizing:content-box;height:2.375rem;width:9.6875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:7.125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#b9vwUJTM0bGKUOuLdJsgsxSdP4OWG0VE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:0.5rem;left:2.25rem;height:1.72395625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AvNpifFTuBxms5T1u3dzg35k8KeHFL2f { position:absolute;display:block;z-index:15010;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:3.5rem;top:9.25rem;left:10.076200578221rem;overflow:hidden;display:block; }
#u1lcXodh5shfViU0WiWB7Zv960thwAQm { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:9.5rem;left:35rem;overflow:hidden;display:block; }
#E5JW4P2Z93fDU2XdvSlt7V842FGN6zwx { position:absolute;display:block;z-index:15012;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.4375rem;width:3.875rem;top:9.375rem;left:60.1875rem;overflow:hidden;display:block; }
#SFXENIWQTHgvqQXidDRf3xKx2CrwbWfC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.0625rem;left:5.875rem;height:1.625rem;font-style:normal;display:block; }
#oRyszIbx72Bybivu3c5oKi6ozOLRXWPR { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.0625rem;left:5.8125rem;height:1.29948125rem;font-style:normal;display:block; }
#CPbEsrQHRJCP0S9glwi830n0dEFEHEFq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:15.875rem;left:2.625rem; }
#QCGSCh4vWLOMUrqqBeQwoxfhDEZk0qf5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:21.625rem;left:2.625rem; }
#x6oF7D5HPTtSpd1lMGTKFVk1XoltdnHT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.875rem;left:5.9375rem;height:1.625rem;font-style:normal;display:block; }
#kZDT1ODFyub1iIbeDQKOVxff840ZiJ2G { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24rem;left:5.9375rem;height:1.29948125rem;font-style:normal;display:block; }
#IMH1LHa86iWnbcBh4Dd1bCahtNgUkidM { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.1875rem;left:5.9375rem;height:2.59895625rem;font-style:normal;display:block; }
#hmt7XNwPm5Q7SuDTaApBItEeRvO4UnZC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:30.625rem;left:2.875rem; }
#zJIff7OiVpdg2rOv04iBGSMhLDap8TAL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.225261688233rem;left:5.8958358764649rem;height:2.59895625rem;font-style:normal;display:block; }
#p67i8oAmT7x86prdHkI6PGUurwTFDztc { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:31.125rem;left:6.0625rem;height:1.375rem;font-style:normal;display:block; }
#Rva8Eopt8XWWGptOxV3T9wdTLK6TnmxR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:33.1875rem;left:31.125rem;height:2.59895625rem;font-style:normal;display:block; }
#LwaFaO6xUTuJ9cFDiJqyqW4rk0ywxKp2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15027;opacity:1;top:30.9375rem;left:28rem; }
#znNoxJVhatEO2k0x6Q77BJTBKrONcCx3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:31.3125rem;left:31rem;height:1.375rem;font-style:normal;display:block; }
#qI1ct93wDNOkhCPgvn88ohpVpO4kzTJF { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:26.4375rem;left:30.875rem;height:2.59895625rem;font-style:normal;display:block; }
#PAsp0Uo2cZhLQ8TzcAsPhr3Q2TtTAJBq { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:24.25rem;left:30.875rem;height:1.29948125rem;font-style:normal;display:block; }
#MVAl7vqcRN9iHV1fz3ZaUJThPNyrCoTe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.8125rem;left:27.5625rem; }
#wxf6rPBuDCurZdMqXT6dTTaqmtIiNMVd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:22.0625rem;left:30.8125rem;height:1.625rem;font-style:normal;display:block; }
#r60F1vwmlQ3OF4fkwPbwfbtsCwx4BJDv { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.25rem;left:30.6875rem;height:1.29948125rem;font-style:normal;display:block; }
#w0ZU97X9rdcDdteOTMvnArOQPmgIG1K6 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16.25rem;left:30.75rem;height:1.625rem;font-style:normal;display:block; }
#FnDANgc9kxiWFipAT31sgPoG1sv9G0mz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:16.0625rem;left:27.5625rem; }
#gI2V0UMbQkJ9M0XsWgzQCZVnTNusNEcu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:33.30859375rem;left:56rem;height:2.59895625rem;font-style:normal;display:block; }
#l2OxhG3Lr7KIhEaqKfbKPmtC1dmMPQFb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15037;opacity:1;top:30.9375rem;left:53.0625rem; }
#vBTqhMo0Wz0sbNuEzUJ4p1dSe6wfN2s7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:31.3125rem;left:56rem;height:1.375rem;font-style:normal;display:block; }
#URPibnpmbSvJbJQlEdrlBCrgAWNT1ad2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:26.4375rem;left:55.875rem;height:2.59895625rem;font-style:normal;display:block; }
#aSHQPrKoG9D6TXa3qM0aznaofmxNZrMG { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:24.25rem;left:55.875rem;height:1.29948125rem;font-style:normal;display:block; }
#p6SOEaSoNCCBk2TRfrZJRaslCd9wfADq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:21.8125rem;left:52.5625rem; }
#LRf1mxrxLFivHnOX8m6dcvemnKH5OLO9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:22.0625rem;left:55.8125rem;height:1.625rem;font-style:normal;display:block; }
#hTIIZ07XIrg32iLzMPoU5hTkzBAXilmg { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:18.25rem;left:55.6875rem;height:1.29948125rem;font-style:normal;display:block; }
#Jtubmofggax6pT26RD1TmXOOqNnWKgme { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:16.25rem;left:55.75rem;height:1.625rem;font-style:normal;display:block; }
#kAbRU52baXWfF9FLDJUuGE3ka2007GAd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:16.0625rem;left:52.5625rem; }
#lTO3wLN6yIuseFv2ma2NXGopQz0whPn2 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.83333375rem;height:4.83333375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:37.3125rem;left:2.67578125rem;display:block; }
#QuNhdwPnzHIHypibcHshUZCDKGEb3xO1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wg2K1IxPWA8qOPCd2D9ZFSkiT6ulWwBV { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.77083375rem;height:4.70833375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:37.354167938233rem;left:27.770835876465rem;display:block; }
#WhGFTySxUOJbJV7L6Pc798ov9bFsgPtu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcsIQwFotuVotnRbpB59L1Jcihk2XMVg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.64583375rem;height:4.64583375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:37.385417938233rem;left:52.833335876465rem;display:block; }
#HQpgutgM3C8dITMmmsLktwc8cIq6TBET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E6I7z7FwTZPMh3S6nvyUUk5ASGB1K9MW { background-color:#ffffff;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#23375b;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:43.4375rem;left:3.75rem;display:block; }
#Ef2dn4ubQuEUS2I3WOMuD5ARuzNbRQG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qHerKT6NWVS2Gc2tAyTCmFARr5XIHNvn { background-color:#ffffff;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#23375b;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:43.4375rem;left:28.75rem;display:block; }
#LRdgz5oPum57KOSZBcmTEkMmJPKKkyp3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s70uBXWqP4VlZTcU3axhTkZ4yMzZXqct { background-color:#ffffff;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#23375b;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:43.4375rem;left:53.75rem;display:block; }
#thvEgEd9UTUKB7KfaMVhQdGUK7Zn1aCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z { position:relative;display:block; }#EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z { background-color: transparent; background-image: none; }#EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z > .row .container > .video-iframe-container { display: none; }#EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z > .row > .video-iframe-container { display: none; }#EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z > .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); }#EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z { border-width: 0; border-radius: 0; }#EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z > .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; }#EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z > .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:30rem;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; }#E0nriMoirgQmrdHdi1Vi4TUC0saMV9lx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.2070236206055rem;left:3.09375rem;height:9.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UiAOsMhkSeQ9uiUoE1vd0fo2uQwonuBC { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.2057304382324rem;left:27.625rem;height:22.734375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zcpiv2BufzVrOcmMvrSuI9pHuR0XHTdK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.2057304382324rem;left:52.625rem;height:26.14453125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU { 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; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row .container { background-color: transparent; background-image: none; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row .container > .video-iframe-container { display: none; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row > .video-iframe-container { display: none; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .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); }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row .container { border-width: 0; border-radius: 0; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#XEWP9VyOy9pEiGWNKtiFd8m5LoKU7LtW { color:#eeb6f2;display:block;width:69.4375rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.3281211853028rem;left:0rem;height:3.0247375rem;text-align:center;text-align-last:center;display:block; }
#BzLDwRtDdyRowwr3RMxIWRTCexcoI7Lx { color:#ffffff;display:block;width:66.6875rem;position:absolute;font-family:"fortum sans";font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:9.4374961853025rem;left:1.375rem;height:2.54296875rem;text-align:center;text-align-last:center;display:block; }
#MBEhD6wdLpQG2R83vOCnSfIcyPdbumFm { 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:3.875rem;width:5.0625rem;top:5.5625rem;left:62.34375rem;overflow:hidden;display:block; }
#MJd10Fc0XX7wzvRqMccdBPE67sW8qRpI { box-sizing:content-box;height:6.5rem;width:6.5rem;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:15006;background-color:#0f4632;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(11,11,11,0.62) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.4375rem;left:61.625rem;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:36rem;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:7rem;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:18.5rem;left:37.1875rem;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:18.1875rem;left:36.625rem;overflow:hidden;display:block; }
#nhWyK4nybHf0cbuLqNJleh7XHrkXz55I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:5.4375rem;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:43.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; }#CLZbTUMISd18AgRgoTTXfTuKVgERZkAf { color:#0f4632;display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JmQRedDFIavMf2tT8pPgWKqkO9AuzvZL { position:absolute;display:block;z-index:15006;height:24.375rem;width:48.9375rem;top:11.0625rem;left:13.0625rem;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:48.5625rem;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.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;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:13.625rem;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:13.375rem;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:15.3125rem;left:0rem;display:block; }
#UVDvKvhuxsnLQkw15P1y3CbVb5WREOXf { box-sizing:content-box;height:15.625rem;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:15.1875rem;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:12.8125rem;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:12.4375rem;left:34.9375rem;display:block; }
#s6UrN3RgqmBkiylQtf3a1VnP8iywmJKA { color:#0f4632;display:block;width:23.9375rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:19.0625rem;left:25.53125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rhu2ehTGTT4L5Kq09hWQ3WcMw3JPhWcb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:"fortum sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.901042938233rem;left:29.5625rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#XN6Xu8mOs23O3qT0T49W5G28V0sdktLP { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:"fortum sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.901042938233rem;left:52.8125rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#Sq2eGJxvSZmhuDJ1qQr5OkCEptxP63S5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:72.9375rem;height:5.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.500011444092rem;left:0.875rem;display:block; }
#qWNSTitrnFFqWcsIJ70FPUzvVnD9RNaJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:15.1875rem;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:12.4375rem;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:13.375rem;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.375rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:19.0625rem;left:50.625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NCPZxOF9SCFPcSn45AKIcttrsVXi52Th { color:#0f4632;display:block;width:23.9375rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:19.0625rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hp4eLTrKBCvNkahZiUgMJkJeKA5MFbwH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:"fortum sans";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.625rem;left:3.125rem;height:2.76041875rem;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.125rem solid #0f4632;border-left:0.125rem solid #0f4632;border-right:0.125rem solid #0f4632;border-bottom:0.125rem solid #0f4632;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.08333375rem;height:2.95833375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.25rem;left:2.53125rem;display:block; }
#do4mzMaJnCB1tk6SJmwFxTBPsM5ycNPt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:13.1875rem;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.8003125rem;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.375rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:8.2929496765138rem;left:23.5rem;height:2.84895625rem;text-align:left;text-align-last:left;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:24rem;width:75rem;position:relative;display:block; }#EW4Mu5JNGoRcaXChSf52owEGaw58iFTT { color:#0f4632;display:block;width:30.875rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:8rem;left:2.4375rem;height:3.29948125rem;text-align:left;text-align-last:left;display:block; }
#yVNRANx6zMyVErlr1T7lkdJXlW4ZC8J4 { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:"fortum sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:12.1875rem;left:2.25rem;height:5.59895625rem;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:1rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:12.1875rem;left:43.34375rem;height:5.59895625rem;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.375rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:8rem;left:43.34375rem;height:3.29948125rem;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:34.375rem;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:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18.1865234375rem;left:43.3125rem;height:10.5rem;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:10rem;width:9.25rem;top:1.8125rem;left:2.875rem;overflow:hidden;display:block; }
#I2JgozzTmSG9J4r4RC6yF5bLavzHtbDz { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:"fortum sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:18.6640625rem;left:2.875rem;height:7.99479375rem;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.3125rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:12.8125rem;left:43.3125rem;height:3.1484375rem;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.3125rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:13.5771484375rem;left:2.875rem;height:3.1484375rem;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.68823125rem;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:1.3125rem;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:4.5rem;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.68823125rem;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:20.5rem;left:53.25rem;height:3.84895625rem;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) { #wMSK8vplylz6D5qcrGiIBBzd7BolXGRP { display:none; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DBoTazZS84J0brXEep6sLro2W0NZb1td { width:47.75rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNROPfXDsOQktJakhHNN32k2eKMKwWh3 { display:none; }#hNROPfXDsOQktJakhHNN32k2eKMKwWh3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZvKrEVfTLpC96TQ2GJzXf0hOy7IisLPT { width:10.125rem;height:2.375rem;top:1.4375rem;left:0rem;display:none; }
 }@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) { #A6JWTzpibgUOgD8q2zbKfMt39SmRE5Zq { width:17.5625rem;height:2.25rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH1fLcXRgWRExE5MumuKsvcvVk8lIXeZ { width:47.75rem;height:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3WscaWb1oEOpvbDytX82TooPgKRUkr8 { width:41.875rem;height:5.8125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOnXwiELGtuWLG3JDAvff5lo9XlnARl { display:block; }
 }@media only screen and (max-width: 763px) { #o2Ni9MqxFpORVkVcL0BNW1AD9h9w76Eg { width:38.625rem;height:5.3125rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bby8nkUPWmPtM8RGpDCHJIwGiEv9T2uW { display:block; }
 }@media only screen and (max-width: 763px) { #zCDWTOyIUfIfZgHh0VCUUlbRy8UmHNm0 { width:30.5625rem;height:17rem;top:0rem;left:17.1875rem;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:3.0625rem;top:4.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycRqoyshhzdMFLocgWxUzwd58T1IL74T { display:block; }#ycRqoyshhzdMFLocgWxUzwd58T1IL74T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coM4Va2QW9FVP33JNvU6KNF8zD84dIkT { width:21.8125rem;height:46.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uENHEO01PKXis7MCs8r8HaLlyVXBXlXV { width:17.5625rem;height:3.5625rem;top:4.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJmbmUu1eLvkw3Gk98h7AygLEowfIAko { width:21.8125rem;height:46.5rem;top:1.4375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJwoVRm82yRnOZEV5ZWKllliXOIrRBVR { width:21.75rem;height:46.5rem;top:1.4375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdcwbauVQ83fzXzQrA14LdSgO2qUXs67 { width:23.3125rem;height:3.5625rem;top:3.9375rem;left:8.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlitTk2dmt8LCtvOvGsuE5puyn96I0Hl { width:23.3125rem;height:3.5625rem;top:3.9375rem;left:24.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3nVl5oA8WxGUng58mV7fcqGuiEobPBU { width:9.6875rem;height:2.375rem;top:0rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9vwUJTM0bGKUOuLdJsgsxSdP4OWG0VE { width:19.4375rem;height:1.6875rem;top:0.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvNpifFTuBxms5T1u3dzg35k8KeHFL2f { width:3.5rem;height:3.6875rem;top:9.25rem;left:5.513700578221rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1lcXodh5shfViU0WiWB7Zv960thwAQm { width:4.375rem;height:4.375rem;top:9.5rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5JW4P2Z93fDU2XdvSlt7V842FGN6zwx { width:3.875rem;height:4.4375rem;top:9.375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFXENIWQTHgvqQXidDRf3xKx2CrwbWfC { width:14.6875rem;height:1.625rem;top:16.0625rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRyszIbx72Bybivu3c5oKi6ozOLRXWPR { width:16rem;height:1.25rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPbEsrQHRJCP0S9glwi830n0dEFEHEFq { width:2.3125rem;height:2.1875rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCGSCh4vWLOMUrqqBeQwoxfhDEZk0qf5 { width:2.3125rem;height:2.1875rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6oF7D5HPTtSpd1lMGTKFVk1XoltdnHT { width:15.875rem;height:1.625rem;top:21.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZDT1ODFyub1iIbeDQKOVxff840ZiJ2G { width:16rem;height:1.25rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMH1LHa86iWnbcBh4Dd1bCahtNgUkidM { width:16rem;height:2.5625rem;top:26.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmt7XNwPm5Q7SuDTaApBItEeRvO4UnZC { width:2rem;height:1.875rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJIff7OiVpdg2rOv04iBGSMhLDap8TAL { width:15.875rem;height:2.5625rem;top:33.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p67i8oAmT7x86prdHkI6PGUurwTFDztc { width:15.875rem;height:1.375rem;top:31.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rva8Eopt8XWWGptOxV3T9wdTLK6TnmxR { width:15.875rem;height:2.5625rem;top:33.1875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwaFaO6xUTuJ9cFDiJqyqW4rk0ywxKp2 { width:1.875rem;height:1.875rem;top:30.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znNoxJVhatEO2k0x6Q77BJTBKrONcCx3 { width:15.875rem;height:1.375rem;top:31.3125rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI1ct93wDNOkhCPgvn88ohpVpO4kzTJF { width:16rem;height:2.5625rem;top:26.4375rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAsp0Uo2cZhLQ8TzcAsPhr3Q2TtTAJBq { width:16rem;height:1.25rem;top:24.25rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVAl7vqcRN9iHV1fz3ZaUJThPNyrCoTe { width:2.3125rem;height:2.1875rem;top:21.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxf6rPBuDCurZdMqXT6dTTaqmtIiNMVd { width:15.875rem;height:1.625rem;top:22.0625rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r60F1vwmlQ3OF4fkwPbwfbtsCwx4BJDv { width:16rem;height:1.25rem;top:18.25rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ZU97X9rdcDdteOTMvnArOQPmgIG1K6 { width:14.6875rem;height:1.625rem;top:16.25rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnDANgc9kxiWFipAT31sgPoG1sv9G0mz { width:2.3125rem;height:2.1875rem;top:16.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI2V0UMbQkJ9M0XsWgzQCZVnTNusNEcu { width:15.875rem;height:2.5625rem;top:33.25rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2OxhG3Lr7KIhEaqKfbKPmtC1dmMPQFb { width:1.875rem;height:1.875rem;top:30.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBTqhMo0Wz0sbNuEzUJ4p1dSe6wfN2s7 { width:15.875rem;height:1.375rem;top:31.3125rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #URPibnpmbSvJbJQlEdrlBCrgAWNT1ad2 { width:16rem;height:2.5625rem;top:26.4375rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSHQPrKoG9D6TXa3qM0aznaofmxNZrMG { width:16rem;height:1.25rem;top:24.25rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6SOEaSoNCCBk2TRfrZJRaslCd9wfADq { width:2.3125rem;height:2.1875rem;top:21.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRf1mxrxLFivHnOX8m6dcvemnKH5OLO9 { width:15.875rem;height:1.625rem;top:22.0625rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTIIZ07XIrg32iLzMPoU5hTkzBAXilmg { width:16rem;height:1.25rem;top:18.25rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtubmofggax6pT26RD1TmXOOqNnWKgme { width:14.6875rem;height:1.625rem;top:16.25rem;left:32.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAbRU52baXWfF9FLDJUuGE3ka2007GAd { width:2.3125rem;height:2.1875rem;top:16.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTO3wLN6yIuseFv2ma2NXGopQz0whPn2 { width:18.8125rem;height:4.8125rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuNhdwPnzHIHypibcHshUZCDKGEb3xO1 { display:block; }
 }@media only screen and (max-width: 763px) { #wg2K1IxPWA8qOPCd2D9ZFSkiT6ulWwBV { width:18.75rem;height:4.6875rem;top:37.3125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhGFTySxUOJbJV7L6Pc798ov9bFsgPtu { display:block; }
 }@media only screen and (max-width: 763px) { #gcsIQwFotuVotnRbpB59L1Jcihk2XMVg { width:18.625rem;height:4.625rem;top:37.375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQpgutgM3C8dITMmmsLktwc8cIq6TBET { display:block; }
 }@media only screen and (max-width: 763px) { #E6I7z7FwTZPMh3S6nvyUUk5ASGB1K9MW { width:17.5rem;height:3.4375rem;top:43.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ef2dn4ubQuEUS2I3WOMuD5ARuzNbRQG9 { display:block; }
 }@media only screen and (max-width: 763px) { #qHerKT6NWVS2Gc2tAyTCmFARr5XIHNvn { width:17.5rem;height:3.4375rem;top:43.4375rem;left:14.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRdgz5oPum57KOSZBcmTEkMmJPKKkyp3 { display:block; }
 }@media only screen and (max-width: 763px) { #s70uBXWqP4VlZTcU3axhTkZ4yMzZXqct { width:17.5rem;height:3.4375rem;top:43.4375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thvEgEd9UTUKB7KfaMVhQdGUK7Zn1aCk { display:block; }
 }@media only screen and (max-width: 763px) { #EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z { display:none; }#EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E0nriMoirgQmrdHdi1Vi4TUC0saMV9lx { width:18.8125rem;height:9.0625rem;top:1.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiAOsMhkSeQ9uiUoE1vd0fo2uQwonuBC { width:19.75rem;height:22.6875rem;top:1.1875rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcpiv2BufzVrOcmMvrSuI9pHuR0XHTdK { width:19.4375rem;height:26.125rem;top:1.1875rem;left:28.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTBc690tgFX8kz1EhwqTOt8UHPa57mU { display:block; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEWP9VyOy9pEiGWNKtiFd8m5LoKU7LtW { width:47.75rem;height:3rem;top:5.3125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzLDwRtDdyRowwr3RMxIWRTCexcoI7Lx { width:47.75rem;height:2.5rem;top:9.375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBEhD6wdLpQG2R83vOCnSfIcyPdbumFm { width:5.0625rem;height:3.875rem;top:5.5625rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJd10Fc0XX7wzvRqMccdBPE67sW8qRpI { width:6.5rem;height:6.5rem;top:4.4375rem;left:41.25rem;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:7rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F47LSueV1C77pMRfkPdtEN19xwmUH5yQ { width:5.25rem;height:5.25rem;top:18.5rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G20fby17hcnsJrTTiAUHq0TVoc4ybXF8 { width:5.875rem;height:5.875rem;top:18.1875rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhWyK4nybHf0cbuLqNJleh7XHrkXz55I { width:38.75rem;height:21.75rem;top:5.4375rem;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) { #CLZbTUMISd18AgRgoTTXfTuKVgERZkAf { width:47.75rem;height:;top:6.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmQRedDFIavMf2tT8pPgWKqkO9AuzvZL { width:47.75rem;height:24.375rem;top:11.0625rem;left:0rem;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:;top:6.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJr4wnPmaMmObl4VFcwrfaG7eVA7nXI4 { width:4.5rem;height:3.5625rem;top:13.625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOPTenzlllGWXOaQcccZ4TsntF5WZust { width:4.5rem;height:3.5625rem;top:13.375rem;left:21.4375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0R6U0vik1n6VkNxtqxkzk6LIldXiWAH { width:24.0625rem;height:15.625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVDvKvhuxsnLQkw15P1y3CbVb5WREOXf { width:24.25rem;height:15.625rem;top:15.1875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8F4GVH17Oh46FR0AIAVE40nIMegAI4w { width:4.75rem;height:4.75rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agKbo4fh1Umogrq0ObGICc4Fw18TAuf5 { width:4.75rem;height:4.75rem;top:12.4375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6UrN3RgqmBkiylQtf3a1VnP8iywmJKA { width:23.9375rem;height:2.75rem;top:19.0625rem;left:11.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhu2ehTGTT4L5Kq09hWQ3WcMw3JPhWcb { width:15.5625rem;height:2.75rem;top:22.875rem;left:15.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN6Xu8mOs23O3qT0T49W5G28V0sdktLP { width:19.75rem;height:2.75rem;top:22.875rem;left:28rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq2eGJxvSZmhuDJ1qQr5OkCEptxP63S5 { width:46.5rem;height:5.6875rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWNSTitrnFFqWcsIJ70FPUzvVnD9RNaJ { display:block; }
 }@media only screen and (max-width: 763px) { #FbARJTzr4CaKLpxVAvw8yo9sEZtADf3N { width:24.25rem;height:15.5625rem;top:15.1875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUvr0ZuDpTsufG2IcBFcE43iOXDMuciI { width:4.75rem;height:4.75rem;top:12.4375rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGsIdKCvbVxx62xsO4MoSEb9su7q4tvE { width:4.5rem;height:3.5625rem;top:13.375rem;left:43.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfrVqaWTBLA5DZnlbnl5gfOOShgnEaTp { width:24.375rem;height:2.75rem;top:19.0625rem;left:23.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCPZxOF9SCFPcSn45AKIcttrsVXi52Th { width:23.9375rem;height:2.75rem;top:19.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp4eLTrKBCvNkahZiUgMJkJeKA5MFbwH { width:17.8125rem;height:2.75rem;top:22.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmxDXKlei4467cQraoAs6Txyk4kLMPTF { width:19.0625rem;height:2.9375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #do4mzMaJnCB1tk6SJmwFxTBPsM5ycNPt { display:block; }
 }@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:2.8125rem;top:8.25rem;left:9.875rem;font-size:2.375rem;display:block; }
 }@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:30.875rem;height:3.25rem;top:8rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVNRANx6zMyVErlr1T7lkdJXlW4ZC8J4 { width:33rem;height:5.5625rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHmq6euUTqLTTwi0tGu1n3UHax0oXQ01 { width:27.375rem;height:5.5625rem;top:12.1875rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4CWKxWkBftJBiCZvAMdQnXAzdxbBbT6 { width:27.3125rem;height:3.25rem;top:8rem;left:20.4375rem;font-size:1.375rem;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:10.5rem;top:18.125rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c03ds3q8kvfnuXzw3EXwp5VVWvTAq22H { width:9.25rem;height:10rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2JgozzTmSG9J4r4RC6yF5bLavzHtbDz { width:31.9375rem;height:8rem;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3Uu0VrvfC0SFoq3xs8RmHMaeoo9nUKd { width:26.1875rem;height:3.125rem;top:12.8125rem;left:21.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZn0ws1PP6hR9ybti2cNOy7VfrGnT0SC { width:27.3125rem;height:3.125rem;top:13.5625rem;left:0rem;font-size:1.3125rem;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:1.3125rem;top:14.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV1rHqVd5wfatp176OHyIduSEhiE5SZZ { width:21.375rem;height:4.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:4.75rem;top:20.5rem;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) { #wMSK8vplylz6D5qcrGiIBBzd7BolXGRP { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row .container { background-color: transparent; background-image: none; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row .container > .video-iframe-container { display: none; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row > .video-iframe-container { display: none; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .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); }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row .container { border-width: 0; border-radius: 0; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBoTazZS84J0brXEep6sLro2W0NZb1td { top:1.87255859375rem;left:5.625rem;width:8.75rem;height:2rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hNROPfXDsOQktJakhHNN32k2eKMKwWh3 { display:none; }#hNROPfXDsOQktJakhHNN32k2eKMKwWh3 > .row .container { width:20rem;height:5.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZvKrEVfTLpC96TQ2GJzXf0hOy7IisLPT { width:10.1875rem;height:2.375rem;top:1.25rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6JWTzpibgUOgD8q2zbKfMt39SmRE5Zq { width:20rem;height:1.375rem;top:2.247314453125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MH1fLcXRgWRExE5MumuKsvcvVk8lIXeZ { top:10.1875rem;left:0rem;width:20rem;height:12.5rem;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #S3WscaWb1oEOpvbDytX82TooPgKRUkr8 { width:19rem;height:3.375rem;top:3.5911464691162rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOnXwiELGtuWLG3JDAvff5lo9XlnARl { display:block; }
 }@media only screen and (max-width: 763px) { #o2Ni9MqxFpORVkVcL0BNW1AD9h9w76Eg { width:20rem;height:3.3125rem;top:5.9622402191162rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Bby8nkUPWmPtM8RGpDCHJIwGiEv9T2uW { display:block; }
 }@media only screen and (max-width: 763px) { #zCDWTOyIUfIfZgHh0VCUUlbRy8UmHNm0 { height:11.165280680912rem;width:20rem;top:9.46484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz50W3RAVMsQFEURL85TJOE4C35uHF66 { display:block; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSntTFzkOUgU3qu2FuconsIVq9XASS5s { width:16.5625rem;height:3.44791875rem;top:2.0559921264649rem;left:1.71875rem;font-size:1.4375rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ycRqoyshhzdMFLocgWxUzwd58T1IL74T { display:block; }#ycRqoyshhzdMFLocgWxUzwd58T1IL74T > .row .container { width:20rem;height:163.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coM4Va2QW9FVP33JNvU6KNF8zD84dIkT { width:17.4375rem;height:47.5rem;top:4.6041870117188rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uENHEO01PKXis7MCs8r8HaLlyVXBXlXV { width:15rem;height:3.0234375rem;top:10.946614265442rem;left:2.5rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GJmbmUu1eLvkw3Gk98h7AygLEowfIAko { width:17.4375rem;height:48.75rem;top:55.958359511719rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJwoVRm82yRnOZEV5ZWKllliXOIrRBVR { width:17.3125rem;height:51.375rem;top:108.46096326172rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdcwbauVQ83fzXzQrA14LdSgO2qUXs67 { width:20rem;height:3.0234375rem;top:62.872402191163rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LlitTk2dmt8LCtvOvGsuE5puyn96I0Hl { width:20rem;height:3.0234375rem;top:116.00000953674rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #h3nVl5oA8WxGUng58mV7fcqGuiEobPBU { width:9.6875rem;height:2.375rem;top:3.3684902191162rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9vwUJTM0bGKUOuLdJsgsxSdP4OWG0VE { width:19.4375rem;height:1.72395625rem;top:3.7565116882324rem;left:0.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvNpifFTuBxms5T1u3dzg35k8KeHFL2f { width:2.875rem;height:3rem;top:7.4023447036744rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1lcXodh5shfViU0WiWB7Zv960thwAQm { width:4.0625rem;height:4.0625rem;top:58.000002533198rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5JW4P2Z93fDU2XdvSlt7V842FGN6zwx { width:3.625rem;height:4.1875rem;top:110.75260543823rem;left:8.5520839691163rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFXENIWQTHgvqQXidDRf3xKx2CrwbWfC { width:14.6875rem;height:1.70573125rem;top:18.6875rem;left:2.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oRyszIbx72Bybivu3c5oKi6ozOLRXWPR { width:16rem;height:1.29948125rem;top:20.5625rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPbEsrQHRJCP0S9glwi830n0dEFEHEFq { display:flex;width:2.3125rem;height:2.1875rem;top:15.9375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #QCGSCh4vWLOMUrqqBeQwoxfhDEZk0qf5 { display:flex;width:2.3125rem;height:2.1875rem;top:24.313805580139rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #x6oF7D5HPTtSpd1lMGTKFVk1XoltdnHT { width:15.875rem;height:1.70573125rem;top:27.126303344965rem;left:2.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZDT1ODFyub1iIbeDQKOVxff840ZiJ2G { width:16rem;height:1.29948125rem;top:28.957031875849rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMH1LHa86iWnbcBh4Dd1bCahtNgUkidM { width:16rem;height:2.25rem;top:30.786458969116rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hmt7XNwPm5Q7SuDTaApBItEeRvO4UnZC { display:flex;width:2rem;height:1.875rem;top:34.7734375rem;left:9.0520839691163rem; }
 }@media only screen and (max-width: 763px) { #zJIff7OiVpdg2rOv04iBGSMhLDap8TAL { width:15.875rem;height:2.3984375rem;top:40.158855438233rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p67i8oAmT7x86prdHkI6PGUurwTFDztc { width:15.875rem;height:2.88541875rem;top:36.6484375rem;left:2.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rva8Eopt8XWWGptOxV3T9wdTLK6TnmxR { width:15.875rem;height:2.3984375rem;top:92.171880722044rem;left:2.17578125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LwaFaO6xUTuJ9cFDiJqyqW4rk0ywxKp2 { display:flex;width:1.875rem;height:1.875rem;top:87.770835876462rem;left:9.3645839691163rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #znNoxJVhatEO2k0x6Q77BJTBKrONcCx3 { width:15.875rem;height:1.44270625rem;top:90.208332061769rem;left:2.17578125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qI1ct93wDNOkhCPgvn88ohpVpO4kzTJF { width:16rem;height:2.3984375rem;top:83.020833969119rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PAsp0Uo2cZhLQ8TzcAsPhr3Q2TtTAJBq { width:16rem;height:1.29948125rem;top:81.3515663147rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVAl7vqcRN9iHV1fz3ZaUJThPNyrCoTe { display:flex;width:2.3125rem;height:2.1875rem;top:76.583337783812rem;left:8.9583339691163rem; }
 }@media only screen and (max-width: 763px) { #wxf6rPBuDCurZdMqXT6dTTaqmtIiNMVd { width:15.875rem;height:1.70573125rem;top:79.333332061769rem;left:2.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r60F1vwmlQ3OF4fkwPbwfbtsCwx4BJDv { width:16rem;height:1.29948125rem;top:72.833332061769rem;left:2.11328125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0ZU97X9rdcDdteOTMvnArOQPmgIG1K6 { width:14.6875rem;height:1.70573125rem;top:70.770839691162rem;left:2.89453125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FnDANgc9kxiWFipAT31sgPoG1sv9G0mz { display:flex;width:2.3125rem;height:2.1875rem;top:67.958330780269rem;left:8.9583339691163rem; }
 }@media only screen and (max-width: 763px) { #gI2V0UMbQkJ9M0XsWgzQCZVnTNusNEcu { width:15.875rem;height:2.3984375rem;top:147.83593273163rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l2OxhG3Lr7KIhEaqKfbKPmtC1dmMPQFb { display:flex;width:1.875rem;height:1.875rem;top:141.96094512939rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #vBTqhMo0Wz0sbNuEzUJ4p1dSe6wfN2s7 { width:15.875rem;height:2.88541875rem;top:144.39844512939rem;left:2.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URPibnpmbSvJbJQlEdrlBCrgAWNT1ad2 { width:16rem;height:2.3984375rem;top:137.39844512939rem;left:2.17578125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aSHQPrKoG9D6TXa3qM0aznaofmxNZrMG { width:16rem;height:1.29948125rem;top:135.6484413147rem;left:2.17578125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p6SOEaSoNCCBk2TRfrZJRaslCd9wfADq { display:flex;width:2.3125rem;height:2.1875rem;top:130.02345037461rem;left:9.0208339691163rem; }
 }@media only screen and (max-width: 763px) { #LRf1mxrxLFivHnOX8m6dcvemnKH5OLO9 { width:15.875rem;height:1.70573125rem;top:133.5234336853rem;left:2.23828125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTIIZ07XIrg32iLzMPoU5hTkzBAXilmg { width:16rem;height:1.29948125rem;top:126.0859413147rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jtubmofggax6pT26RD1TmXOOqNnWKgme { width:14.6875rem;height:1.70573125rem;top:124.0234375rem;left:2.65625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAbRU52baXWfF9FLDJUuGE3ka2007GAd { display:flex;width:2.3125rem;height:2.1875rem;top:121.0859375rem;left:9.0208339691163rem; }
 }@media only screen and (max-width: 763px) { #lTO3wLN6yIuseFv2ma2NXGopQz0whPn2 { width:13.72916625rem;height:5.04166625rem;top:44.872402191162rem;left:3.1341147422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuNhdwPnzHIHypibcHshUZCDKGEb3xO1 { display:block; }
 }@media only screen and (max-width: 763px) { #wg2K1IxPWA8qOPCd2D9ZFSkiT6ulWwBV { width:13.75rem;height:5.0625rem;top:96.7500038147rem;left:3.45703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhGFTySxUOJbJV7L6Pc798ov9bFsgPtu { display:block; }
 }@media only screen and (max-width: 763px) { #gcsIQwFotuVotnRbpB59L1Jcihk2XMVg { width:13.75rem;height:5.0625rem;top:152.4804649353rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQpgutgM3C8dITMmmsLktwc8cIq6TBET { display:block; }
 }@media only screen and (max-width: 763px) { #E6I7z7FwTZPMh3S6nvyUUk5ASGB1K9MW { width:17.5rem;height:3.4375rem;top:97.497422011719rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ef2dn4ubQuEUS2I3WOMuD5ARuzNbRQG9 { display:block; }
 }@media only screen and (max-width: 763px) { #qHerKT6NWVS2Gc2tAyTCmFARr5XIHNvn { width:17.5rem;height:3.4375rem;top:152.85420301758rem;left:2.1770782470703rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRdgz5oPum57KOSZBcmTEkMmJPKKkyp3 { display:block; }
 }@media only screen and (max-width: 763px) { #s70uBXWqP4VlZTcU3axhTkZ4yMzZXqct { width:17.5rem;height:3.4375rem;top:161.48177623749rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #thvEgEd9UTUKB7KfaMVhQdGUK7Zn1aCk { display:block; }
 }@media only screen and (max-width: 763px) { #EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z { display:none; }#EGXkrnzHVy3e0LJtcyPlQoy3J2cpdR4Z > .row .container { width:20rem;height:114.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E0nriMoirgQmrdHdi1Vi4TUC0saMV9lx { width:18.8125rem;height:23.39064375rem;top:1.25rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiAOsMhkSeQ9uiUoE1vd0fo2uQwonuBC { width:19.75rem;height:41.583375rem;top:25.890625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcpiv2BufzVrOcmMvrSuI9pHuR0XHTdK { width:19.4375rem;height:44.1823125rem;top:68.7239375rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTBc690tgFX8kz1EhwqTOt8UHPa57mU { display:block; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEWP9VyOy9pEiGWNKtiFd8m5LoKU7LtW { width:14.6875rem;height:4.125rem;top:3.8125rem;left:1.0625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BzLDwRtDdyRowwr3RMxIWRTCexcoI7Lx { width:11rem;height:1.6497375rem;top:8.75rem;left:1.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MBEhD6wdLpQG2R83vOCnSfIcyPdbumFm { width:4.125rem;height:3.125rem;top:4.6875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJd10Fc0XX7wzvRqMccdBPE67sW8qRpI { width:5.3125rem;height:5.3125rem;top:3.625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B { display:block; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahkniilO3bLwmXUieeCGa9PxQW70DQcp { width:17.3125rem;height:10.6875rem;top:3.9140625rem;left:1.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F47LSueV1C77pMRfkPdtEN19xwmUH5yQ { width:5.25rem;height:5.25rem;top:13rem;left:7.375rem;display:none; }
 }@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:7.1666679382325rem;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:none; }
 }@media only screen and (max-width: 763px) { #M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B { display:block; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLZbTUMISd18AgRgoTTXfTuKVgERZkAf { width:18.75rem;height:3.16145625rem;top:1.9375rem;left:0.625rem;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JmQRedDFIavMf2tT8pPgWKqkO9AuzvZL { width:17.5625rem;height:24.375rem;top:8.9414067268369rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl { display:block; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9KZSTTFboxLHKCF3rzRGWvacZTEPwNJ { width:20rem;height:3.44791875rem;top:3.875rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CJr4wnPmaMmObl4VFcwrfaG7eVA7nXI4 { width:4.5625rem;height:2.59895625rem;top:10.0625rem;left:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOPTenzlllGWXOaQcccZ4TsntF5WZust { width:4.5625rem;height:2.59895625rem;top:31.75rem;left:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0R6U0vik1n6VkNxtqxkzk6LIldXiWAH { width:20rem;height:14.3125rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVDvKvhuxsnLQkw15P1y3CbVb5WREOXf { width:20rem;height:14.8125rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8F4GVH17Oh46FR0AIAVE40nIMegAI4w { width:4.8125rem;height:4.8125rem;top:8.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agKbo4fh1Umogrq0ObGICc4Fw18TAuf5 { width:4.8125rem;height:4.8125rem;top:30.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6UrN3RgqmBkiylQtf3a1VnP8iywmJKA { width:20rem;height:3.5rem;top:36.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhu2ehTGTT4L5Kq09hWQ3WcMw3JPhWcb { width:17.3125rem;height:3.25rem;top:41rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN6Xu8mOs23O3qT0T49W5G28V0sdktLP { width:15.25rem;height:4.875rem;top:59.3125rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq2eGJxvSZmhuDJ1qQr5OkCEptxP63S5 { width:18.4375rem;height:4.5rem;top:68.1875rem;left:0.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWNSTitrnFFqWcsIJ70FPUzvVnD9RNaJ { display:block; }
 }@media only screen and (max-width: 763px) { #FbARJTzr4CaKLpxVAvw8yo9sEZtADf3N { width:20rem;height:16.4375rem;top:11.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sUvr0ZuDpTsufG2IcBFcE43iOXDMuciI { width:4.8125rem;height:4.8125rem;top:49rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGsIdKCvbVxx62xsO4MoSEb9su7q4tvE { width:4.5625rem;height:2.59895625rem;top:50.125rem;left:7.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfrVqaWTBLA5DZnlbnl5gfOOShgnEaTp { width:20rem;height:3.5rem;top:54.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCPZxOF9SCFPcSn45AKIcttrsVXi52Th { width:20rem;height:3.5rem;top:14.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp4eLTrKBCvNkahZiUgMJkJeKA5MFbwH { width:17.8125rem;height:3.25rem;top:19.4375rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmxDXKlei4467cQraoAs6Txyk4kLMPTF { width:17.5rem;height:2.5625rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #do4mzMaJnCB1tk6SJmwFxTBPsM5ycNPt { 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.95654375rem;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) { #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:2.92448125rem;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:11.1979375rem;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.125rem;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.4375rem;height:8.0625rem;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.72265625rem;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:57.1875rem;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:1.03125rem;top:9.09375rem;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:4.1992125rem;top:17.75rem;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:29.75rem;left:0.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OixOtJMLKGCs09SRgF7u8m2dpJuu8l5E { width:18.5rem;height:1.5rem;top:31.5625rem;left:0rem;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:34.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVPR6vL7Q19Bgm0pqnzcoihc65OUTguB { display:block; }
 }@media only screen and (max-width: 763px) { #sbTMmPqnJyFX9clIkicDkRmn3iZbcqUN { width:18.1875rem;height:3.75rem;top:38.3125rem;left:0.1875rem;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:13.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBbHrQ6dIMP0TTfIpcFifuVHf5tzwSq8 { width:4.375rem;height:3.3125rem;top:25.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dizTlXQgsVtC7eRsrSsGvkt9ihxPq4Kh { width:20rem;height:0.0625rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAuIPcoLDJNdNi9yzUv5DBhy2y1CBQRl { width:10.4375rem;height:2.4375rem;top:47.75rem;left:4.8125rem;display:block; }
 }