.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0f4632;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#vfICJmFxcNnKduwlTsHzTXyvHPtzaDLk { position:absolute;display:block;z-index:15005;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:1.875rem;width:8.375rem;top:1.4994735717774rem;left:0rem;overflow:hidden;display:block; }
#Ig1MnhHeZ1X9QuGkJbWu1COmm252ZzQQ { color:#eeb6f2;display:block;width:48.187125rem;position:absolute;font-family:"fortum sans";font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.8441047668456rem;left:0rem;height:8.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r6CINbttIBV1iq3dbL78thtvlDcK4IIG { color:#eeb6f2;display:block;width:59.5623125rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.49928855896rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-form-header {  }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-regular-label { height:auto;display:block;font-family:"fortum sans";font-size:1rem;font-weight:400;color:#909090;width:25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.6875rem;color:#23375b;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.1; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-text {padding-top: 0; padding-bottom: 0;}#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#23375b;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.1; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-select {padding-top: 0; padding-bottom: 0;}#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#0f4632;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:#f2f9ff;width:25rem;height:3.75rem;font-family:"fortum sans";overflow:hidden;line-height:1.4; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI [class*="-text"]:-moz-placeholder { color:#313131;font-family:"fortum sans";font-size:1.1875rem; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI [class*="-text"]::-moz-placeholder { color:#313131;font-family:"fortum sans";font-size:1.1875rem; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI [class*="-text"]:-ms-input-placeholder { color:#313131;font-family:"fortum sans";font-size:1.1875rem; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI [class*="-text"]::-webkit-input-placeholder { color:#313131;font-family:"fortum sans";font-size:1.1875rem; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"fortum sans";line-height:1.3;font-size:0.875rem;font-weight:300;color:#000000;vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-container:first-of-type{padding-top:0;}#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-container:last-of-type{padding-bottom:0;}#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:31.12451171875rem;top:28.21142578125rem;z-index:15006;position:absolute; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-info-text { display:block;height:auto;font-family:"fortum sans";font-size:0.625rem;line-height:1.1;font-weight:400;color:#313131;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI {display:block;}#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:31.12451171875rem;top:28.21142578125rem;z-index:15006;position:absolute; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #pPJQ1LNtInrmwvlKypH6I3guFaXQ6m79 { position:relative; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #khLoPFBF4AmoXSQJu73QDmqbDvGxV1v3 { position:relative;display:block; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #ekZwqGCKAb8KIxuekWNKJUAHiSScJCLM { position:relative; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #p4Zhho8n4t8mGNHIgSW6D4SlEr1lStOa { position:relative; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #k5QTqFacLZi6qnHJUTafO2S8XAVaIimX { position:relative;display:block; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #Jf1gWVDPVLi50RkRdMz7p3k7OqseCTXg { position:relative; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #TDgadmRDRefwO2ps5md6Qh0L2vBPqDxx { position:relative; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #Vvmie0wWXpxJpV2BKFLvFS0MF7wUVqSx { position:relative;display:block; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #BrvpbbxP1ZkKNK02pSFg9KvMIRQa3DTV { position:relative; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #lQEeWRWcnvuvkQ6nSiDrScpnG41rmQrw { position:relative; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #CeT0BqkbQ1g24V9XzXxDZAN9PEeOkRvK { position:relative;z-index:2; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #c7sgT7SqaQ6zriKa8sMiTpIL3XlggHkz { position:relative; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #hXlBKk0mM4vqgcIsarLkFafW5rrLol87 { position:relative;display:block;z-index:15000; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #iX3ap3CbhUOPeCPfqMlTcVtwACHyXfG0 { position:relative;display:block;z-index:15000; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #I07eAXnGanmzLiuadyty1XMHdONp6dI0 { position:relative;display:block;z-index:15000; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #N5LWvbCTpRgTJ4zFE8P111OomZW3fg2H { position:relative;display:block;z-index:15000; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #eSrO9oLHtwhNzBcEidBkB9f1HFeaWTr6 { position:relative; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #skB4dE9o3dwJX0qI0pBOHlauOXc4ONDO { position:relative; }
#FRlxZ6TplT8ePQ65yEH9p5Tda4eNx6UH { color:#0f4632;display:block;width:16.9998125rem;position:absolute;font-family:"fortum sans";font-size:1.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:23.5625rem;left:36.375rem;height:4.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nyHvKSJCLArlGdeeNd4TNeH2OOXIg3ig { box-sizing:content-box;height:39.3125rem;width:30.4375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:21.25rem;left:29.6240234375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.13) ;display:block; }
#xL3u2Xkw98v5P0ISgNTK13NTykD5cKgp { color:#ffffff;display:block;width:23.186875rem;position:absolute;font-family:"fortum sans";font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:41.375rem;left:3.5625rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QTr5Cv5xmuHyGmWMRZ2wF4EoJb9Zfid6 { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"fortum sans";font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:46.375rem;left:3.5625rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GkKrP07l9HMlcrDldNszlo2AMrpC7nTM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.1875rem;width:29.25rem;top:21.5rem;left:0rem;display:block; }
#SkH0e6PhO0JFBgZ2lICDXmoV98bTZOMp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:41.25rem;left:0rem; }
#PzU6dudEFxXK4V68EOM3UqwofSG0IAKz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:46.25rem;left:0rem; }
#eSWeIAZwdTenKrQ1i8PdDTUJXzQVwIL4 { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"fortum sans";font-size:1.625rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:51.1875rem;left:3.375rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#daNc7bqRxXEpiwOyVsQF3o7KMOX8AuzS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:51.0625rem;left:0rem; }
#hup8Tst7pyTk0O6PP8Xgtterbg1e8KRR { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.2890625rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KWQTBZB8Mz7fDt9XGQHdHK8DVb0Ckza7 { position:absolute;display:block;z-index:15017;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:24.8745rem;width:20.124rem;top:58.03662109375rem;left:39.8759765625rem;overflow:hidden;display:block; }
#G02ddwpDChwlfbJMaZt62H9nH42Rdmpx { position:relative;display:block; }#G02ddwpDChwlfbJMaZt62H9nH42Rdmpx { background-color: transparent; background-image: none; }#G02ddwpDChwlfbJMaZt62H9nH42Rdmpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G02ddwpDChwlfbJMaZt62H9nH42Rdmpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G02ddwpDChwlfbJMaZt62H9nH42Rdmpx > .row .container > .video-iframe-container { display: none; }#G02ddwpDChwlfbJMaZt62H9nH42Rdmpx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G02ddwpDChwlfbJMaZt62H9nH42Rdmpx > .row > .video-iframe-container { display: none; }#G02ddwpDChwlfbJMaZt62H9nH42Rdmpx > .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); }#G02ddwpDChwlfbJMaZt62H9nH42Rdmpx { border-width: 0; border-radius: 0; }#G02ddwpDChwlfbJMaZt62H9nH42Rdmpx > .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; }#G02ddwpDChwlfbJMaZt62H9nH42Rdmpx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wxmBQl9sk6zaRxbrwp5BhC9DSgeO8bVV { color:#000000;display:block;width:46.6875rem;position:absolute;font-family:"fortum sans";font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.3125rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cPOEDvUJBvOTclWRCx5B0FSU81HwiipU { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:4.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:5.525175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C80HclzMa7RbiSfclSUBzckfo2ly8z1w { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:2.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.25rem;left:0rem;height:3.0874rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kry981nQslJaJ6cVuq6mVFkIKz5U9rhF { color:#18d270;display:block;width:4.1875rem;position:absolute;font-family:"fortum sans";font-size:2.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.25rem;left:0.6875rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gCXbM4f2blQh8rOodrU6TDTFVLzzC5UT { color:#000000;display:block;width:43.375rem;position:absolute;font-family:"fortum sans";font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:25.8125rem;left:5.6875rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T5BtAiwt1vmlToQZfZVoIpfnQEzRBhs9 { color:#000000;display:block;width:40.25rem;position:absolute;font-family:"fortum sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:33.1875rem;left:5.5625rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vs6ivILHEW64XuaP3aQSbmzt9dQCMoRp { color:#18d270;display:block;width:4.125rem;position:absolute;font-family:"fortum sans";font-size:2.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.625rem;left:0.375rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n7EZKmBHW8ANCUzfyiBZXkUyuL7bkFyW { position:absolute;display:block;z-index:15017;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:23.5618125rem;width:19.124625rem;top:54.561431884766rem;left:40.87624168396rem;overflow:hidden;display:none; }
#L4piGG4NEa0kWw6s7XXqFINszVt4ciSi { 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; }#L4piGG4NEa0kWw6s7XXqFINszVt4ciSi > .row .container { background-color: transparent; background-image: none; }#L4piGG4NEa0kWw6s7XXqFINszVt4ciSi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4piGG4NEa0kWw6s7XXqFINszVt4ciSi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4piGG4NEa0kWw6s7XXqFINszVt4ciSi > .row .container > .video-iframe-container { display: none; }#L4piGG4NEa0kWw6s7XXqFINszVt4ciSi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4piGG4NEa0kWw6s7XXqFINszVt4ciSi > .row > .video-iframe-container { display: none; }#L4piGG4NEa0kWw6s7XXqFINszVt4ciSi > .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); }#L4piGG4NEa0kWw6s7XXqFINszVt4ciSi > .row .container { border-width: 0; border-radius: 0; }#L4piGG4NEa0kWw6s7XXqFINszVt4ciSi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L4piGG4NEa0kWw6s7XXqFINszVt4ciSi > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#nRsFlCARLFvCwQp9yqxGdy4OiIDtpaf5 { color:#eeb6f2;display:block;width:52.75rem;position:absolute;font-family:"fortum sans";font-size:3.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.125rem;left:7.125rem;height:4.14388125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SXiaTzOlMlxSW2ehEpwEWcAZt5t8BxAy { 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:6.4373125rem;width:6.4373125rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#ZtlF4S692B9BFBUCTf4kTddtEk4D7pck { 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; }#ZtlF4S692B9BFBUCTf4kTddtEk4D7pck > .row .container { background-color: transparent; background-image: none; }#ZtlF4S692B9BFBUCTf4kTddtEk4D7pck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtlF4S692B9BFBUCTf4kTddtEk4D7pck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtlF4S692B9BFBUCTf4kTddtEk4D7pck > .row .container > .video-iframe-container { display: none; }#ZtlF4S692B9BFBUCTf4kTddtEk4D7pck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtlF4S692B9BFBUCTf4kTddtEk4D7pck > .row > .video-iframe-container { display: none; }#ZtlF4S692B9BFBUCTf4kTddtEk4D7pck > .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); }#ZtlF4S692B9BFBUCTf4kTddtEk4D7pck > .row .container { border-width: 0; border-radius: 0; }#ZtlF4S692B9BFBUCTf4kTddtEk4D7pck > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZtlF4S692B9BFBUCTf4kTddtEk4D7pck > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#hvyTGXi9buGHnqRHkDEFVD8MC3yB50Pg { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:10.433589935302rem;left:0rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xkqwhi7Qa7mCNmXkrz0pJqK3bvrhXizB { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:"fortum sans";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:7.0234375rem;left:0rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r3QZ0v5hFCq4T9l2pkfbAQ7rtpG07wEO { position:absolute;display:block;z-index:15000;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.6237rem;width:3.75rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#xkXJq62VSER60HchPx6GztHP2VWOxLd7 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"fortum sans";font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:6.875rem;left:34.6875rem;height:2.17506875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgKn8CfJ2u4pwSWQmvDRnh2Ru2VbeBko { position:absolute;display:block;z-index:15001;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.624825rem;width:3.06196875rem;top:2.4911212921142rem;left:34.687498092651rem;overflow:hidden;display:block; }
#HNbfwms5WhdE4yRpR22fq6gZk9Qxgq4Z { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:10.125rem;left:34.6875rem;height:8.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav { 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; }#tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav > .row .container { background-color: transparent; background-image: none; }#tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav > .row .container > .video-iframe-container { display: none; }#tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav > .row > .video-iframe-container { display: none; }#tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav > .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); }#tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav > .row .container { border-width: 0; border-radius: 0; }#tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:block; }#oq5f4UHLapNROirHtCBxGyJOE7kbatxx { position:absolute;display:block;z-index:15000;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.5617875rem;width:4.31196875rem;top:3.3025569915771rem;left:35.156248092651rem;overflow:hidden;display:block; }
#CiUDTuLQlOWRJCOfQORa7MyeK81dF0GC { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:"fortum sans";font-size:1.8125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:7.8125rem;left:0rem;height:2.17506875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lSTq6KRDgkLuozTT3NfpEbhp5TXLa1pL { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:10.6875rem;left:0rem;height:7.19925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVbeyG10O7cHNZfbug62Hh81SXvvHiGP { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:"fortum sans";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:7.8125rem;left:35.156248092651rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hlTXCotubhJ4UzVZ87cKFrmCkkAy0DwH { color:#ffffff;display:block;width:21.624625rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:10.68625831604rem;left:35.156248092651rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MFmpDD42f0Bpqd8soq7arvJ9ygTedBO7 { position:absolute;display:block;z-index:15001;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.5rem;width:4.0625rem;top:3.4197444915771rem;left:0rem;overflow:hidden;display:block; }
#dqTamEvqEtRsyXWTTDVN8OqCaTv0dJDh { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:"fortum sans";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:15.1513671875rem;left:35.1552734375rem;height:2.548825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#glRa3UPvpWoSASw7TN2LrWvD09g9VR9A { 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; }#glRa3UPvpWoSASw7TN2LrWvD09g9VR9A > .row .container { background-color: transparent; background-image: none; }#glRa3UPvpWoSASw7TN2LrWvD09g9VR9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glRa3UPvpWoSASw7TN2LrWvD09g9VR9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glRa3UPvpWoSASw7TN2LrWvD09g9VR9A > .row .container > .video-iframe-container { display: none; }#glRa3UPvpWoSASw7TN2LrWvD09g9VR9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glRa3UPvpWoSASw7TN2LrWvD09g9VR9A > .row > .video-iframe-container { display: none; }#glRa3UPvpWoSASw7TN2LrWvD09g9VR9A > .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); }#glRa3UPvpWoSASw7TN2LrWvD09g9VR9A > .row .container { border-width: 0; border-radius: 0; }#glRa3UPvpWoSASw7TN2LrWvD09g9VR9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glRa3UPvpWoSASw7TN2LrWvD09g9VR9A > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#s2ykTN4cZ9gWTWB978FJiOBxaTg118qL { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:4.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.8119659423828rem;left:-0.0005340576171875rem;display:block; }
#pCUhVRPO2Tz9CM6gVqbXvxn5wrdbZNbH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S3BuqyQdQU874StC7psMVg6lHFKMkhmz { position:relative;display:block; }#S3BuqyQdQU874StC7psMVg6lHFKMkhmz { background-color: transparent; background-image: none; }#S3BuqyQdQU874StC7psMVg6lHFKMkhmz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3BuqyQdQU874StC7psMVg6lHFKMkhmz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3BuqyQdQU874StC7psMVg6lHFKMkhmz > .row .container > .video-iframe-container { display: none; }#S3BuqyQdQU874StC7psMVg6lHFKMkhmz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3BuqyQdQU874StC7psMVg6lHFKMkhmz > .row > .video-iframe-container { display: none; }#S3BuqyQdQU874StC7psMVg6lHFKMkhmz > .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); }#S3BuqyQdQU874StC7psMVg6lHFKMkhmz { border-width: 0; border-radius: 0; }#S3BuqyQdQU874StC7psMVg6lHFKMkhmz > .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; }#S3BuqyQdQU874StC7psMVg6lHFKMkhmz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:74.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T1rLttkBzl6yF63o15ZTJrrKiyndWsNX { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:2.76220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uSaKW3Fx4xd57MrT27XiBE9C8imEKLVW { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kbn7T8eGguRmdc4kT6s0fpZ1BRKh5T7Z { position:absolute;display:block;z-index:15008;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:22.75rem;width:60rem;top:10.4375rem;left:0rem;overflow:hidden;display:block; }
#nc98kJOzeF8vAmx9PbAu4MB7AF7oMT2R { color:#000000;display:block;width:47.1875rem;position:absolute;font-family:"fortum sans";font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:35.131303787231rem;left:3.02734375rem;height:4.546875rem;display:block; }
#VCAa44VRXg3F2ZqLB1tpdV72RbNAwCvR { color:#000000;display:block;width:52.375rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:44.9375rem;left:4.375rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#McMTTTlTUUzuVpGv65r8y2VMtpHsbfFB { color:#000000;display:block;width:53.247375rem;position:absolute;font-family:"fortum sans";font-size:2.5625rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:44.9375rem;left:0rem;height:3.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RWZwPcIubCZWJOff8vvqn8AP9pmuk3xu { color:#000000;display:block;width:51.1865rem;position:absolute;font-family:"fortum sans";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:40.074462890625rem;left:4.405517578125rem;height:11.15114375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Uhs91f4DKoRhUX0cWc0UOzBHkCxdutKl { color:#000000;display:block;width:51.1865rem;position:absolute;font-family:"fortum sans";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:40.074462890625rem;left:4.405517578125rem;height:11.15114375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Xkf5sO06sqJ0so1pOMi2ZCbCHeqTmvef { color:#000000;display:block;width:51.1865rem;position:absolute;font-family:"fortum sans";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:40.074462890625rem;left:4.405517578125rem;height:11.15114375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FQquSiFcLb9qrepxvAWJw9THrmIipSg4 { color:#000000;display:block;width:51.1865rem;position:absolute;font-family:"fortum sans";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:40.074462890625rem;left:4.405517578125rem;height:11.15114375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BMNpprRsE04DQluqptwKhO6kXm7qewdD { color:#003d31;display:block;width:49.8736875rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:61.1875rem;left:4.4375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mDGc73y1W4HtPdPgLS4VmEaQ3AG4ZFMU { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:"fortum sans";font-size:2.5625rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:60.375rem;left:0rem;height:3.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh > .row .container { background-color: transparent; background-image: none; }#cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh > .row .container > .video-iframe-container { display: none; }#cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh > .row > .video-iframe-container { display: none; }#cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh > .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); }#cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh > .row .container { border-width: 0; border-radius: 0; }#cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#y302MRBwTkXTDe0XWZz1WJC0sg1zEC8T { color:#313131;display:block;width:55.371125rem;position:absolute;font-family:"fortum sans";font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1679649353027rem;left:0rem;height:4.14388125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z > .row .container { background-color: transparent; background-image: none; }#umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z > .row .container > .video-iframe-container { display: none; }#umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z > .row > .video-iframe-container { display: none; }#umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z > .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); }#umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z > .row .container { border-width: 0; border-radius: 0; }#umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;position:relative;display:block; }#r1dOpafdwdE2C4t8vb2NaW75rIvGarOI { 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:10.0625rem;width:14.9375rem;top:2.02734375rem;left:35.343753814698rem;overflow:hidden;display:block; }
#iqKy6wadwQ0KzfJ7syUkNuEZSs4Dn8V0 { color:#313131;display:block;width:23.4375rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.714836120606rem;left:35.343753814698rem;height:22rem;text-align:left;text-align-last:left;display:block; }
#nKuy40onOTamfrU8ExTTOoPBaP6GNq0z { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:9.3125rem;top:1.96484375rem;left:2.9375rem;overflow:hidden;display:block; }
#RTMAoaP4dbeI9tz7M3PZeQzPAb4NfX5M { color:#313131;display:block;width:24.125rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:13.3828125rem;left:2.9375rem;height:22rem;text-align:left;text-align-last:left;display:block; }
#hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003d31;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; }#hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV > .row .container { background-color: transparent; background-image: none; }#hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV > .row .container > .video-iframe-container { display: none; }#hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV > .row > .video-iframe-container { display: none; }#hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV > .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); }#hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV > .row .container { border-width: 0; border-radius: 0; }#hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#sbsvMDrm3ooLxJEEATt43bqiVJIDsABh { color:#ffffff;display:block;width:52.1875rem;position:absolute;font-family:"fortum sans";font-size:3.3125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:11.1875rem;left:4.0625rem;height:7.94925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tdQTEwGHo3apdT0L1GMCwNLuJE8vfD5E { color:#ffffff;display:block;width:52.1875rem;position:absolute;font-family:"fortum sans";font-size:2.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.5625rem;left:3.6875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JC8mBFEiaOlqs7oeBJWpW7zrgV1Wr0vV { color:#ffffff;display:block;width:52.1875rem;position:absolute;font-family:"fortum sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:30.6875rem;left:4.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QB65WAhyexBIar1UkINlEtaSrXmZMWtm { box-sizing:content-box;height:3.9375rem;width:18.75rem;position:absolute;display:block;z-index:15017;background-color:#18d270;background-image:none;top:0rem;left:41.25rem;border-top-right-radius:0rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:0rem;box-shadow: 0.0625rem 0.4375rem 0.3125rem rgba(0,0,0,0.1) ;display:block; }
#yu5zQ5POCDoalyFxOJXbbfIgTPTVhohX { color:#003d31;display:block;width:18.8125rem;position:absolute;font-family:"fortum sans";font-size:1.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1rem;left:41.1875rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfF7gJoUSH5LaNaVy1PIMfv2qS4kUXAw { position:absolute;display:block;z-index:15019;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:7rem;width:7rem;top:3.9375rem;left:26.500003814698rem;overflow:hidden;display:block; }
#ayIKxcz4KEqD5fLN9NJAT9BSzkBkvrfX { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#0f4632;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum cy";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.9375rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:24.875rem;left:4.375rem;display:block; }
#Ld7xJmipPo8rZDWDp6TAhSmfZTqPADSF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 { background-color:#ffffff;background-image:none;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; }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row .container { background-color: transparent; background-image: none; }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row .container > .video-iframe-container { display: none; }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row > .video-iframe-container { display: none; }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .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); }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row .container { border-width: 0; border-radius: 0; }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row .container { font-size:0.875rem;font-family:"open sans";height:34.875rem;width:60rem;overflow:visible;position:relative;display:block; }#ezzOhUzZ562fAEm70UTAJRWWo5dWra5X { position:absolute;display:block;z-index:15030;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:4.5625rem;left:4rem;overflow:hidden;display:block; }
#BTkyuo9ikEC8L11TsI7WN0Sk9h0PrThi { color:#313131;display:block;width:49.75rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:12.125rem;left:5.25rem;height:14rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GsIBuDWQkoMSf6OWddU2G9Dm7tcvnIiT { color:#313131;display:block;width:46.5rem;position:absolute;font-family:"fortum sans";font-size:3.125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:6.125rem;left:10.6875rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KLq3A95rySobfntzLvVVpw76yk3INgng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003d31;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; }#KLq3A95rySobfntzLvVVpw76yk3INgng > .row .container { background-color: transparent; background-image: none; }#KLq3A95rySobfntzLvVVpw76yk3INgng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLq3A95rySobfntzLvVVpw76yk3INgng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLq3A95rySobfntzLvVVpw76yk3INgng > .row .container > .video-iframe-container { display: none; }#KLq3A95rySobfntzLvVVpw76yk3INgng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLq3A95rySobfntzLvVVpw76yk3INgng > .row > .video-iframe-container { display: none; }#KLq3A95rySobfntzLvVVpw76yk3INgng > .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); }#KLq3A95rySobfntzLvVVpw76yk3INgng > .row .container { border-width: 0; border-radius: 0; }#KLq3A95rySobfntzLvVVpw76yk3INgng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KLq3A95rySobfntzLvVVpw76yk3INgng > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:60rem;position:relative;display:block; }#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-form-header {  }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:24.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.1875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:"fortum sans";line-height:.7;vertical-align:top; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:"fortum sans";line-height:.7;vertical-align:top; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#ffffff;width:24.1875rem;height:3.4375rem;font-family:"fortum sans";overflow:hidden;line-height:1; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 [class*="-text"]:-moz-placeholder { color:#313131;font-family:"fortum sans";font-size:0.875rem; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 [class*="-text"]::-moz-placeholder { color:#313131;font-family:"fortum sans";font-size:0.875rem; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 [class*="-text"]:-ms-input-placeholder { color:#313131;font-family:"fortum sans";font-size:0.875rem; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 [class*="-text"]::-webkit-input-placeholder { color:#313131;font-family:"fortum sans";font-size:0.875rem; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"fortum sans";line-height:1.2;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal;float:none; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-container:first-of-type{padding-top:0;}#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-container:last-of-type{padding-bottom:0;}#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.3125rem;left:0.6875rem; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.1875rem;display:block;vertical-align:top; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-info-text { display:block;height:auto;font-family:"fortum sans";font-size:0.625rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 {display:block;}#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.3125rem;left:0.6875rem; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #aL4PDlahgWEZvB5zDaUVBXGAbneqTU6p { position:relative; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #MpvBPWMFnO9dvRUF1Pf03uRSFzWxo4fJ { position:relative;display:block; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #O45vDcf2qPMPiQ6QRZTfZlz9UusHHwSb { position:relative; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #Dl4SzaXo15oglwpumH7pNXwMSk27FCpE { position:relative; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #FTXcbui3DPPUkLlb7VoyA6k28WAI0Jvt { position:relative;display:block; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #whik4u2nDXgTJkw2yPAPu4ItWpwzw9CZ { position:relative; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #GUgIuXaU94JnK2ppkJ9e9gUBB4s8yops { position:relative; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #wQmW6IzwPmqm3FzfiiA676AKuqS9Ii7g { position:relative;display:block; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #pZ4x1TSMSxAKpMwTTC2rrheTLCuLSg01 { position:relative; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #DvkRGfLvsNqKnTO0ZQqOlvoU01HVq96l { position:relative; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #LKNWqF6EE5OOSsoOIHIyeI3snDhklZwo { position:relative;z-index:2; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #xNcT8C6QKIQ1VS6S2G5tZXI2y1dnJxyW { position:relative; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #GT8WztEMislGE47yQGdTDcQn4V37ckr8 { position:relative; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #JcroigvodcFtfWlDB0VGNNZoWfdPEUsd { position:relative; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #GKaAEy1VEbtM8xQdd1IsHD8LNEfpTXc9 { position:relative;display:block;z-index:15000; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #yfd55yNi22KUevOB9vtyrp4PqyE6i4df { position:relative;display:block;z-index:15000; }
#vH0yOUrS9NfBLQNDhKLahJzBOgmVWMg6 { position:absolute;display:block;z-index:15000;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.3125rem 0.625rem rgba(1,18,53,0.06) ;height:36.4375rem;width:28rem;top:7.125rem;left:0rem;display:block; }
#OAgdPXJvDcJkQFXWDlLwQmIavwTP5Toc { color:#003d31;display:block;width:20.75rem;position:absolute;font-family:"fortum sans";font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:10.9375rem;left:3.6875rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#VBpLI9pbNtQFMbDoxhTyqI4kpAB1SdtS { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.3125rem;left:33.75rem;height:7.1484375rem;font-style:normal;display:block; }
#DyAW3WDIyFVt1cCTTpxUCg4TSplZmHVZ { color:#000000;display:block;width:24.875rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.936798095703rem;left:33.93731880188rem;height:8.93555rem;font-style:normal;display:block; }
#VoTttMNwmxa4MfOM5rfOTlUyRybESLJH { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.999481201172rem;left:33.749998092651rem;height:5.36133125rem;font-style:normal;display:block; }
#rtTQsf4aJvsycgNm7MTdfRKCbhVdGnmg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.3125rem;left:30.125rem; }
#PDeoTkVeH5mvcaExSN3SGUh0NuCn6h2V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.374816894531rem;left:30.12428855896rem; }
#lvXnlfG8R4ys6tHoDbtpUhPeeEd23uBs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:26.75rem;left:30.12428855896rem; }
#MEiH0x0D7iotK6K65UeBKMpqR7WscS2Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:34.8125rem;left:30.125rem; }
#CtIF47z6WNnGev6cNaJ9n2nAT4BVvRIR { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:35.125rem;left:33.9375rem;height:5.36133125rem;font-style:normal;display:block; }
#MQ2g95IiPznu5alUgkHT5bq8rBrAQTtA { box-sizing:content-box;height:5rem;width: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:15010;background-color:#ffffff;background-image:none;top:4rem;left:11.5rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.16) ;display:block; }
#bfl4wXZvkZm7aNS3rZdAWMOCmlNcdz6m { 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:4.24926875rem;width:3.4375rem;top:4.375rem;left:12.375rem;overflow:hidden;display:block; }
#rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef { 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; }#rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef > .row .container { background-color: transparent; background-image: none; }#rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef > .row .container > .video-iframe-container { display: none; }#rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef > .row > .video-iframe-container { display: none; }#rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef > .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); }#rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef > .row .container { border-width: 0; border-radius: 0; }#rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#DWCkTQiHZpu4GBsbvOwyiSbmBdsGSRg5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56176875rem;width:12.937rem;top:2.8125rem;left:23.5625rem;overflow:hidden;display:block; }
#mQbykImaBqJOOObFZ6t0flIc2TlFzKKK { display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:0rem;height:1.57470625rem;color:#282828;text-align:center;text-align-last:center;display:block; }
#TbMZdMPCW8H2DO2JIq9mEfA4aCSwSVgz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11rem;left:14.125rem; }
#TbMZdMPCW8H2DO2JIq9mEfA4aCSwSVgz > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }#RtJ9QiQ7OkC4sfpvuUTM0XLeiTFQACT2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.0625rem;left:22.625rem; }
#RtJ9QiQ7OkC4sfpvuUTM0XLeiTFQACT2 > img { max-width: 100%;max-height:100%; width:2.3120125rem; height:2.3120125rem; }#rNXDDMu2PICTpXTfnxzpINWrEuZXp17m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11rem;left:32.25rem; }
#rNXDDMu2PICTpXTfnxzpINWrEuZXp17m > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }#v60bxOoTgol3an9I4D3VLb73udVeRPBA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11rem;left:42.8125rem; }
#v60bxOoTgol3an9I4D3VLb73udVeRPBA > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfICJmFxcNnKduwlTsHzTXyvHPtzaDLk { width:8.375rem;height:1.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig1MnhHeZ1X9QuGkJbWu1COmm252ZzQQ { width:47.75rem;height:8.5rem;top:8.8125rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6CINbttIBV1iq3dbL78thtvlDcK4IIG { width:47.75rem;height:1.6875rem;top:17.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-regular-label { display:block;width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-text {padding-top: 0; padding-bottom: 0;}#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-select {padding-top: 0; padding-bottom: 0;}#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI  { width:25rem;height:auto;top:28.1875rem;left:20.25rem; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI {display:block;}#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI { width:25rem;height:auto;top:28.1875rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #pPJQ1LNtInrmwvlKypH6I3guFaXQ6m79 {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #khLoPFBF4AmoXSQJu73QDmqbDvGxV1v3 {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #ekZwqGCKAb8KIxuekWNKJUAHiSScJCLM {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #p4Zhho8n4t8mGNHIgSW6D4SlEr1lStOa {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #k5QTqFacLZi6qnHJUTafO2S8XAVaIimX { display:block; }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #Jf1gWVDPVLi50RkRdMz7p3k7OqseCTXg {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #TDgadmRDRefwO2ps5md6Qh0L2vBPqDxx {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #Vvmie0wWXpxJpV2BKFLvFS0MF7wUVqSx {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #BrvpbbxP1ZkKNK02pSFg9KvMIRQa3DTV {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #lQEeWRWcnvuvkQ6nSiDrScpnG41rmQrw {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #CeT0BqkbQ1g24V9XzXxDZAN9PEeOkRvK {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #c7sgT7SqaQ6zriKa8sMiTpIL3XlggHkz {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #hXlBKk0mM4vqgcIsarLkFafW5rrLol87 {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #iX3ap3CbhUOPeCPfqMlTcVtwACHyXfG0 {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #I07eAXnGanmzLiuadyty1XMHdONp6dI0 {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #N5LWvbCTpRgTJ4zFE8P111OomZW3fg2H {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #eSrO9oLHtwhNzBcEidBkB9f1HFeaWTr6 {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #skB4dE9o3dwJX0qI0pBOHlauOXc4ONDO {  }
 }@media only screen and (max-width: 763px) { #FRlxZ6TplT8ePQ65yEH9p5Tda4eNx6UH { width:16.9375rem;height:4.625rem;top:23.5625rem;left:30.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHvKSJCLArlGdeeNd4TNeH2OOXIg3ig { width:30.4375rem;height:39.3125rem;top:21.25rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL3u2Xkw98v5P0ISgNTK13NTykD5cKgp { width:23.125rem;height:1.9375rem;top:41.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTr5Cv5xmuHyGmWMRZ2wF4EoJb9Zfid6 { width:21.875rem;height:1.9375rem;top:46.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkKrP07l9HMlcrDldNszlo2AMrpC7nTM { width:29.25rem;height:16.1875rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkH0e6PhO0JFBgZ2lICDXmoV98bTZOMp { width:2.1875rem;height:2.1875rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzU6dudEFxXK4V68EOM3UqwofSG0IAKz { width:2.1875rem;height:2.1875rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSWeIAZwdTenKrQ1i8PdDTUJXzQVwIL4 { width:23.5625rem;height:1.9375rem;top:51.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daNc7bqRxXEpiwOyVsQF3o7KMOX8AuzS { width:2.1875rem;height:2.1875rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hup8Tst7pyTk0O6PP8Xgtterbg1e8KRR { width:43.4375rem;height:1.6875rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWQTBZB8Mz7fDt9XGQHdHK8DVb0Ckza7 { width:20.0625rem;height:24.798482222719rem;top:58rem;left:27.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G02ddwpDChwlfbJMaZt62H9nH42Rdmpx { display:block; }#G02ddwpDChwlfbJMaZt62H9nH42Rdmpx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxmBQl9sk6zaRxbrwp5BhC9DSgeO8bVV { width:46.625rem;height:4.8125rem;top:18.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPOEDvUJBvOTclWRCx5B0FSU81HwiipU { width:47.75rem;height:5.5rem;top:11.5rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C80HclzMa7RbiSfclSUBzckfo2ly8z1w { width:47.75rem;height:3.0625rem;top:8.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kry981nQslJaJ6cVuq6mVFkIKz5U9rhF { width:4.125rem;height:3.125rem;top:25.25rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCXbM4f2blQh8rOodrU6TDTFVLzzC5UT { width:43.3125rem;height:4.375rem;top:25.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5BtAiwt1vmlToQZfZVoIpfnQEzRBhs9 { width:40.25rem;height:4.375rem;top:33.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs6ivILHEW64XuaP3aQSbmzt9dQCMoRp { width:4.0625rem;height:3.125rem;top:32.625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7EZKmBHW8ANCUzfyiBZXkUyuL7bkFyW { width:19.0625rem;height:23.485273608306rem;top:54.5rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4piGG4NEa0kWw6s7XXqFINszVt4ciSi { display:block; }#L4piGG4NEa0kWw6s7XXqFINszVt4ciSi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRsFlCARLFvCwQp9yqxGdy4OiIDtpaf5 { width:47.75rem;height:4.125rem;top:4.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXiaTzOlMlxSW2ehEpwEWcAZt5t8BxAy { width:6.375rem;height:6.375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtlF4S692B9BFBUCTf4kTddtEk4D7pck { display:block; }#ZtlF4S692B9BFBUCTf4kTddtEk4D7pck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvyTGXi9buGHnqRHkDEFVD8MC3yB50Pg { width:25.3125rem;height:6.25rem;top:10.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkqwhi7Qa7mCNmXkrz0pJqK3bvrhXizB { width:25.75rem;height:2.1875rem;top:7rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3QZ0v5hFCq4T9l2pkfbAQ7rtpG07wEO { width:3.75rem;height:3.6237rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkXJq62VSER60HchPx6GztHP2VWOxLd7 { width:17.5rem;height:2.125rem;top:6.875rem;left:25.499998092651rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgKn8CfJ2u4pwSWQmvDRnh2Ru2VbeBko { width:3rem;height:3.5514650500597rem;top:2.4375rem;left:25.499998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNbfwms5WhdE4yRpR22fq6gZk9Qxgq4Z { width:25.3125rem;height:8.375rem;top:10.0625rem;left:22.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav { display:block; }#tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oq5f4UHLapNROirHtCBxGyJOE7kbatxx { width:4.25rem;height:3.5105998565041rem;top:3.25rem;left:25.968748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiUDTuLQlOWRJCOfQORa7MyeK81dF0GC { width:30.0625rem;height:2.125rem;top:7.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSTq6KRDgkLuozTT3NfpEbhp5TXLa1pL { width:23.75rem;height:7.1875rem;top:10.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVbeyG10O7cHNZfbug62Hh81SXvvHiGP { width:19.875rem;height:2.25rem;top:7.8125rem;left:25.968748092651rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTXCotubhJ4UzVZ87cKFrmCkkAy0DwH { width:21.5625rem;height:3.5625rem;top:10.625rem;left:25.9677734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFmpDD42f0Bpqd8soq7arvJ9ygTedBO7 { width:4.0625rem;height:3.5rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTamEvqEtRsyXWTTDVN8OqCaTv0dJDh { width:20.4375rem;height:2.5rem;top:15.125rem;left:25.9677734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glRa3UPvpWoSASw7TN2LrWvD09g9VR9A { display:block; }#glRa3UPvpWoSASw7TN2LrWvD09g9VR9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2ykTN4cZ9gWTWB978FJiOBxaTg118qL { width:46.75rem;height:4.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCUhVRPO2Tz9CM6gVqbXvxn5wrdbZNbH { display:block; }
 }@media only screen and (max-width: 763px) { #S3BuqyQdQU874StC7psMVg6lHFKMkhmz { display:block; }#S3BuqyQdQU874StC7psMVg6lHFKMkhmz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1rLttkBzl6yF63o15ZTJrrKiyndWsNX { width:47.75rem;height:2.75rem;top:4.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSaKW3Fx4xd57MrT27XiBE9C8imEKLVW { width:47.75rem;height:1.75rem;top:7.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbn7T8eGguRmdc4kT6s0fpZ1BRKh5T7Z { width:47.75rem;height:18.105208333333rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc98kJOzeF8vAmx9PbAu4MB7AF7oMT2R { width:47.1875rem;height:4.5rem;top:35.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCAa44VRXg3F2ZqLB1tpdV72RbNAwCvR { width:47.75rem;height:11.25rem;top:44.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #McMTTTlTUUzuVpGv65r8y2VMtpHsbfFB { width:47.75rem;height:3.8125rem;top:44.9375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWZwPcIubCZWJOff8vvqn8AP9pmuk3xu { width:16.8125rem;height:16.75rem;top:30.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uhs91f4DKoRhUX0cWc0UOzBHkCxdutKl { width:16.125rem;height:0.9375rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xkf5sO06sqJ0so1pOMi2ZCbCHeqTmvef { width:16.125rem;height:0.9375rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQquSiFcLb9qrepxvAWJw9THrmIipSg4 { width:16.125rem;height:0.9375rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMNpprRsE04DQluqptwKhO6kXm7qewdD { width:47.75rem;height:4.5rem;top:61.125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDGc73y1W4HtPdPgLS4VmEaQ3AG4ZFMU { width:3.4375rem;height:3.8125rem;top:60.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh { display:block; }#cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y302MRBwTkXTDe0XWZz1WJC0sg1zEC8T { width:47.75rem;height:4.125rem;top:2.125rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z { display:block; }#umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1dOpafdwdE2C4t8vb2NaW75rIvGarOI { width:14.9375rem;height:10.0625rem;top:2rem;left:26.156253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqKy6wadwQ0KzfJ7syUkNuEZSs4Dn8V0 { width:23.4375rem;height:22rem;top:12.6875rem;left:24.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKuy40onOTamfrU8ExTTOoPBaP6GNq0z { width:9.3125rem;height:10.1875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTMAoaP4dbeI9tz7M3PZeQzPAb4NfX5M { width:24.125rem;height:22rem;top:13.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV { display:block; }#hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbsvMDrm3ooLxJEEATt43bqiVJIDsABh { width:47.75rem;height:7.9375rem;top:11.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdQTEwGHo3apdT0L1GMCwNLuJE8vfD5E { width:47.75rem;height:3.625rem;top:19.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC8mBFEiaOlqs7oeBJWpW7zrgV1Wr0vV { width:47.75rem;height:1.125rem;top:30.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB65WAhyexBIar1UkINlEtaSrXmZMWtm { width:18.75rem;height:3.9375rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu5zQ5POCDoalyFxOJXbbfIgTPTVhohX { width:18.8125rem;height:2.25rem;top:1rem;left:28.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfF7gJoUSH5LaNaVy1PIMfv2qS4kUXAw { width:7rem;height:7rem;top:3.9375rem;left:20.375003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayIKxcz4KEqD5fLN9NJAT9BSzkBkvrfX { width:46.75rem;height:3.4375rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld7xJmipPo8rZDWDp6TAhSmfZTqPADSF { display:block; }
 }@media only screen and (max-width: 763px) { #CLbxDFlAktskf6bdlATFdrekV9xQfEm3 { display:block; }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row .container { width:47.75rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezzOhUzZ562fAEm70UTAJRWWo5dWra5X { width:6.125rem;height:6.125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTkyuo9ikEC8L11TsI7WN0Sk9h0PrThi { width:47.75rem;height:14rem;top:12.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsIBuDWQkoMSf6OWddU2G9Dm7tcvnIiT { width:46.5rem;height:5rem;top:6.125rem;left:1.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLq3A95rySobfntzLvVVpw76yk3INgng { display:block; }#KLq3A95rySobfntzLvVVpw76yk3INgng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-regular-label { width:20.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-text { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-textarea { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-select { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-button { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-checkbox-label { width:18.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4  { width:20.3125rem;height:auto;top:19.75rem;left:2.220703125rem; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .radio-container { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 {display:block;}#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 { width:20.3125rem;height:auto;top:19.75rem;left:2.220703125rem; }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #aL4PDlahgWEZvB5zDaUVBXGAbneqTU6p {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #MpvBPWMFnO9dvRUF1Pf03uRSFzWxo4fJ { display:block; }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #O45vDcf2qPMPiQ6QRZTfZlz9UusHHwSb {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #Dl4SzaXo15oglwpumH7pNXwMSk27FCpE {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #FTXcbui3DPPUkLlb7VoyA6k28WAI0Jvt { display:block; }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #whik4u2nDXgTJkw2yPAPu4ItWpwzw9CZ {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #GUgIuXaU94JnK2ppkJ9e9gUBB4s8yops {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #wQmW6IzwPmqm3FzfiiA676AKuqS9Ii7g { display:block; }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #pZ4x1TSMSxAKpMwTTC2rrheTLCuLSg01 {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #DvkRGfLvsNqKnTO0ZQqOlvoU01HVq96l {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #LKNWqF6EE5OOSsoOIHIyeI3snDhklZwo {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #xNcT8C6QKIQ1VS6S2G5tZXI2y1dnJxyW {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #GT8WztEMislGE47yQGdTDcQn4V37ckr8 {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #JcroigvodcFtfWlDB0VGNNZoWfdPEUsd {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #GKaAEy1VEbtM8xQdd1IsHD8LNEfpTXc9 {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #yfd55yNi22KUevOB9vtyrp4PqyE6i4df {  }
 }@media only screen and (max-width: 763px) { #vH0yOUrS9NfBLQNDhKLahJzBOgmVWMg6 { width:47.75rem;height:23.5625rem;top:14.624567031861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAgdPXJvDcJkQFXWDlLwQmIavwTP5Toc { width:20.75rem;height:3.4375rem;top:10.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBpLI9pbNtQFMbDoxhTyqI4kpAB1SdtS { width:26.25rem;height:7.125rem;top:7.25rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyAW3WDIyFVt1cCTTpxUCg4TSplZmHVZ { width:24.875rem;height:8.875rem;top:15.875rem;left:22.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoTttMNwmxa4MfOM5rfOTlUyRybESLJH { width:19.5rem;height:5.3125rem;top:26.9375rem;left:27.624998092651rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtTQsf4aJvsycgNm7MTdfRKCbhVdGnmg { width:2.3125rem;height:2.625rem;top:7.3125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDeoTkVeH5mvcaExSN3SGUh0NuCn6h2V { width:2.3125rem;height:2.625rem;top:15.3125rem;left:23.99928855896rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvXnlfG8R4ys6tHoDbtpUhPeeEd23uBs { width:2.3125rem;height:2.625rem;top:26.75rem;left:23.99928855896rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEiH0x0D7iotK6K65UeBKMpqR7WscS2Q { width:2.3125rem;height:2.625rem;top:34.8125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtIF47z6WNnGev6cNaJ9n2nAT4BVvRIR { width:24.3125rem;height:5.3125rem;top:35.125rem;left:23.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2g95IiPznu5alUgkHT5bq8rBrAQTtA { width:5rem;height:5rem;top:4rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfl4wXZvkZm7aNS3rZdAWMOCmlNcdz6m { width:3.4375rem;height:4.2487rem;top:4.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef { display:block; }#rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWCkTQiHZpu4GBsbvOwyiSbmBdsGSRg5 { width:13.0625rem;height:4.5625rem;top:4.7081146240234rem;left:17.593316555023rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQbykImaBqJOOObFZ6t0flIc2TlFzKKK { width:47.75rem;height:1.3125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbMZdMPCW8H2DO2JIq9mEfA4aCSwSVgz { width:2.375rem;height:2.375rem;top:11rem;left:8rem;display:block; }
#TbMZdMPCW8H2DO2JIq9mEfA4aCSwSVgz > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #RtJ9QiQ7OkC4sfpvuUTM0XLeiTFQACT2 { width:2.25rem;height:2.25rem;top:11.0625rem;left:16.5rem;display:block; }
#RtJ9QiQ7OkC4sfpvuUTM0XLeiTFQACT2 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #rNXDDMu2PICTpXTfnxzpINWrEuZXp17m { width:2.375rem;height:2.375rem;top:11rem;left:26.125rem;display:block; }
#rNXDDMu2PICTpXTfnxzpINWrEuZXp17m > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #v60bxOoTgol3an9I4D3VLb73udVeRPBA { width:2.375rem;height:2.375rem;top:11rem;left:36.6875rem;display:block; }
#v60bxOoTgol3an9I4D3VLb73udVeRPBA > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:99.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfICJmFxcNnKduwlTsHzTXyvHPtzaDLk { width:10rem;height:2.1875rem;top:0.9375rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig1MnhHeZ1X9QuGkJbWu1COmm252ZzQQ { width:18.75rem;height:8.25rem;top:8.8041543960569rem;left:1.2499998807907rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r6CINbttIBV1iq3dbL78thtvlDcK4IIG { width:17.75rem;height:3.82324375rem;top:17.557350158691rem;left:1.343217253685rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-regular-label { display:block;width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-text { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:.9;overflow:hidden;font-size:0.8125rem; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-text {padding-top: 0; padding-bottom: 0;}#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-textarea { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:.9;overflow:hidden;font-size:0.8125rem; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-select { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-select {padding-top: 0; padding-bottom: 0;}#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.2;overflow:hidden;height:3.375rem;font-size:1.5625rem; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI [class*="-text"]:-moz-placeholder { font-size:1rem; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI [class*="-text"]::-moz-placeholder { font-size:1rem; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-checkbox-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-container:first-of-type{padding-top:0;}#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-container:last-of-type{padding-bottom:0;}#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI  { width:15.8125rem;height:auto;top:27.923828125rem;left:0.84375rem; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .radio-container { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI .widget-info-text { font-family:"fortum sans";color:#3f3f3f;font-weight:400;font-style:normal;font-size:0.5625rem;overflow:hidden;height:auto;line-height:1.2; }
#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI {display:block;}#pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI { width:15.8125rem;height:auto;top:27.923828125rem;left:0.84375rem; }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #pPJQ1LNtInrmwvlKypH6I3guFaXQ6m79 {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #khLoPFBF4AmoXSQJu73QDmqbDvGxV1v3 { display:block; }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #ekZwqGCKAb8KIxuekWNKJUAHiSScJCLM {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #p4Zhho8n4t8mGNHIgSW6D4SlEr1lStOa {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #k5QTqFacLZi6qnHJUTafO2S8XAVaIimX { display:block; }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #Jf1gWVDPVLi50RkRdMz7p3k7OqseCTXg {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #TDgadmRDRefwO2ps5md6Qh0L2vBPqDxx {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #Vvmie0wWXpxJpV2BKFLvFS0MF7wUVqSx { display:block; }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #BrvpbbxP1ZkKNK02pSFg9KvMIRQa3DTV {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #lQEeWRWcnvuvkQ6nSiDrScpnG41rmQrw {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #CeT0BqkbQ1g24V9XzXxDZAN9PEeOkRvK {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #c7sgT7SqaQ6zriKa8sMiTpIL3XlggHkz {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #hXlBKk0mM4vqgcIsarLkFafW5rrLol87 {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #iX3ap3CbhUOPeCPfqMlTcVtwACHyXfG0 {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #I07eAXnGanmzLiuadyty1XMHdONp6dI0 {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #N5LWvbCTpRgTJ4zFE8P111OomZW3fg2H {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #eSrO9oLHtwhNzBcEidBkB9f1HFeaWTr6 {  }
 }@media only screen and (max-width: 763px) { #pxt9Z66dLAhcErpncXv9yzJ5wTpwwAsI #skB4dE9o3dwJX0qI0pBOHlauOXc4ONDO {  }
 }@media only screen and (max-width: 763px) { #FRlxZ6TplT8ePQ65yEH9p5Tda4eNx6UH { width:17rem;height:4.048825rem;top:24.62357878685rem;left:1.7187498807907rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyHvKSJCLArlGdeeNd4TNeH2OOXIg3ig { width:20rem;height:34.8125rem;top:23.31201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL3u2Xkw98v5P0ISgNTK13NTykD5cKgp { width:16.5625rem;height:3.1494125rem;top:76.75rem;left:1.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTr5Cv5xmuHyGmWMRZ2wF4EoJb9Zfid6 { width:14.249125rem;height:3.1494125rem;top:85.125rem;left:2.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GkKrP07l9HMlcrDldNszlo2AMrpC7nTM { height:11rem;width:20rem;top:59.19580078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkH0e6PhO0JFBgZ2lICDXmoV98bTZOMp { display:flex;width:2.74956875rem;height:2.74956875rem;top:73.0625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #PzU6dudEFxXK4V68EOM3UqwofSG0IAKz { display:flex;width:2.99913125rem;height:2.99913125rem;top:81.5625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #eSWeIAZwdTenKrQ1i8PdDTUJXzQVwIL4 { width:12.5rem;height:1.57470625rem;top:94.125rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #daNc7bqRxXEpiwOyVsQF3o7KMOX8AuzS { display:flex;width:2.99913125rem;height:2.99913125rem;top:90.625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #hup8Tst7pyTk0O6PP8Xgtterbg1e8KRR { width:18.3125rem;height:1.2000875rem;top:6.2082738876342rem;left:1.5625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KWQTBZB8Mz7fDt9XGQHdHK8DVb0Ckza7 { width:19.0625rem;height:23.485273608306rem;top:91.856351852419rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G02ddwpDChwlfbJMaZt62H9nH42Rdmpx { display:block; }#G02ddwpDChwlfbJMaZt62H9nH42Rdmpx > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxmBQl9sk6zaRxbrwp5BhC9DSgeO8bVV { width:20rem;height:auto;top:18.25rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cPOEDvUJBvOTclWRCx5B0FSU81HwiipU { width:18.9375rem;height:0;top:19.375rem;left:1rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #C80HclzMa7RbiSfclSUBzckfo2ly8z1w { width:17.1875rem;height:0;top:14.625rem;left:1rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #kry981nQslJaJ6cVuq6mVFkIKz5U9rhF { width:3.375rem;height:2.5996125rem;top:20.1875rem;left:0.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCXbM4f2blQh8rOodrU6TDTFVLzzC5UT { width:15.25rem;height:6.6484375rem;top:20.75rem;left:4.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T5BtAiwt1vmlToQZfZVoIpfnQEzRBhs9 { width:14.4375rem;height:6.6484375rem;top:29.375rem;left:4.1875rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vs6ivILHEW64XuaP3aQSbmzt9dQCMoRp { width:3.25rem;height:2.5996125rem;top:29.0625rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7EZKmBHW8ANCUzfyiBZXkUyuL7bkFyW { width:16.937125rem;height:20.9375rem;top:0.68359375rem;left:1.5305396318436rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #L4piGG4NEa0kWw6s7XXqFINszVt4ciSi { display:block; }#L4piGG4NEa0kWw6s7XXqFINszVt4ciSi > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRsFlCARLFvCwQp9yqxGdy4OiIDtpaf5 { width:18.8743125rem;height:2.4375rem;top:9.5rem;left:0.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SXiaTzOlMlxSW2ehEpwEWcAZt5t8BxAy { width:6.3743125rem;height:6.3743125rem;top:3.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtlF4S692B9BFBUCTf4kTddtEk4D7pck { display:block; }#ZtlF4S692B9BFBUCTf4kTddtEk4D7pck > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvyTGXi9buGHnqRHkDEFVD8MC3yB50Pg { width:16.5625rem;height:7rem;top:7.5rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkqwhi7Qa7mCNmXkrz0pJqK3bvrhXizB { width:18.6875rem;height:1.57470625rem;top:5.4375rem;left:1.3125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r3QZ0v5hFCq4T9l2pkfbAQ7rtpG07wEO { width:3.75rem;height:3.6237rem;top:1.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkXJq62VSER60HchPx6GztHP2VWOxLd7 { width:14.2486875rem;height:1.57470625rem;top:23.0625rem;left:1.3750000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgKn8CfJ2u4pwSWQmvDRnh2Ru2VbeBko { width:2.8125rem;height:3.3125rem;top:18.562286376953rem;left:1.3747830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNbfwms5WhdE4yRpR22fq6gZk9Qxgq4Z { width:16.3125rem;height:10.5rem;top:24.999572753906rem;left:1.4995661377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav { display:block; }#tDZ1BFJ4AEi5lGpnvr86AxTHBLZUTyav > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oq5f4UHLapNROirHtCBxGyJOE7kbatxx { width:3.75rem;height:3.0625rem;top:2.6870660781861rem;left:1.5310330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiUDTuLQlOWRJCOfQORa7MyeK81dF0GC { width:16.9346875rem;height:3.1494125rem;top:25.5625rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSTq6KRDgkLuozTT3NfpEbhp5TXLa1pL { width:16.5625rem;height:8.75rem;top:29rem;left:1.5625rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aVbeyG10O7cHNZfbug62Hh81SXvvHiGP { width:17.2486875rem;height:1.57470625rem;top:6.75rem;left:1.3723958134651rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTXCotubhJ4UzVZ87cKFrmCkkAy0DwH { width:16.5625rem;height:3.5rem;top:8.6349840164188rem;left:1.4062500596046rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MFmpDD42f0Bpqd8soq7arvJ9ygTedBO7 { width:4.0625rem;height:3.49935rem;top:21rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTamEvqEtRsyXWTTDVN8OqCaTv0dJDh { width:17.0625rem;height:2.625rem;top:12.259765625rem;left:1.46875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #glRa3UPvpWoSASw7TN2LrWvD09g9VR9A { display:none; }#glRa3UPvpWoSASw7TN2LrWvD09g9VR9A > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s2ykTN4cZ9gWTWB978FJiOBxaTg118qL { width:19rem;height:4.5625rem;top:1.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCUhVRPO2Tz9CM6gVqbXvxn5wrdbZNbH { display:block; }
 }@media only screen and (max-width: 763px) { #S3BuqyQdQU874StC7psMVg6lHFKMkhmz { display:block; }#S3BuqyQdQU874StC7psMVg6lHFKMkhmz > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1rLttkBzl6yF63o15ZTJrrKiyndWsNX { width:18.6875rem;height:3.57421875rem;top:5.75rem;left:0.625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uSaKW3Fx4xd57MrT27XiBE9C8imEKLVW { width:18.9373125rem;height:1.13720625rem;top:9.5rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kbn7T8eGguRmdc4kT6s0fpZ1BRKh5T7Z { width:20rem;height:7.5rem;top:11.935764789581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc98kJOzeF8vAmx9PbAu4MB7AF7oMT2R { width:18.6230625rem;height:7rem;top:20.999350070953rem;left:0.68793410062787rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCAa44VRXg3F2ZqLB1tpdV72RbNAwCvR { width:18.4375rem;height:0;top:23.10546875rem;left:0.78125rem;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #McMTTTlTUUzuVpGv65r8y2VMtpHsbfFB { width:19.4375rem;height:3rem;top:2.0625rem;left:0.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWZwPcIubCZWJOff8vvqn8AP9pmuk3xu { width:16.8125rem;height:16.7968625rem;top:30.6875rem;left:2.375rem;font-size:0.875rem;line-height:1.2;z-index:15011;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #Uhs91f4DKoRhUX0cWc0UOzBHkCxdutKl { width:1.1875rem;height:1.2000875rem;top:30.625rem;left:0.6875rem;font-size:1rem;line-height:1.2;z-index:15012;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #Xkf5sO06sqJ0so1pOMi2ZCbCHeqTmvef { width:1.18696875rem;height:1.2000875rem;top:35.8125rem;left:0.625rem;font-size:1rem;line-height:1.2;z-index:15013;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #FQquSiFcLb9qrepxvAWJw9THrmIipSg4 { width:1.18696875rem;height:1.2000875rem;top:41.0625rem;left:0.75rem;font-size:1rem;line-height:1.2;z-index:15014;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #BMNpprRsE04DQluqptwKhO6kXm7qewdD { width:15.75rem;height:9.8965rem;top:50.25rem;left:3.4375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mDGc73y1W4HtPdPgLS4VmEaQ3AG4ZFMU { width:20rem;height:3rem;top:49.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh { display:block; }#cqt6QHgzoQ68Xrzk4phCG2GxKNwKKlLh > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y302MRBwTkXTDe0XWZz1WJC0sg1zEC8T { width:19.0625rem;height:2.4375rem;top:3.4364147186279rem;left:0.46875005960464rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z { display:block; }#umykT1waUEXdzrUfi6R3KL4L9xP4zL0Z > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1dOpafdwdE2C4t8vb2NaW75rIvGarOI { width:16.183625rem;height:11.058625rem;top:1.6796875rem;left:0.97005206346512rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqKy6wadwQ0KzfJ7syUkNuEZSs4Dn8V0 { width:18.375rem;height:21.9375rem;top:13.624816894531rem;left:0.99786925315856rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nKuy40onOTamfrU8ExTTOoPBaP6GNq0z { width:10.125rem;height:11.0625rem;top:39.7705078125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTMAoaP4dbeI9tz7M3PZeQzPAb4NfX5M { width:18.1875rem;height:21.9375rem;top:51.312511444092rem;left:0.90494793653488rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV { display:block; }#hAUSzw5JTDreRO01Ks2zDT9bdZOk9flV > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbsvMDrm3ooLxJEEATt43bqiVJIDsABh { width:17.375rem;height:5.84765625rem;top:12.960939407349rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdQTEwGHo3apdT0L1GMCwNLuJE8vfD5E { width:20rem;height:2.03125rem;top:19.421876907349rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#18d270;display:block; }
 }@media only screen and (max-width: 763px) { #JC8mBFEiaOlqs7oeBJWpW7zrgV1Wr0vV { width:17.8125rem;height:2.923825rem;top:26.874112129211rem;left:2.1874998807907rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QB65WAhyexBIar1UkINlEtaSrXmZMWtm { width:16.0625rem;height:3.9375rem;top:0rem;left:1.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu5zQ5POCDoalyFxOJXbbfIgTPTVhohX { width:18.8125rem;height:2.11263125rem;top:1.1614589691162rem;left:0.78125005960463rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vfF7gJoUSH5LaNaVy1PIMfv2qS4kUXAw { width:7rem;height:7rem;top:5.2734394073486rem;left:6.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayIKxcz4KEqD5fLN9NJAT9BSzkBkvrfX { width:18.375rem;height:3.4375rem;top:22.1875rem;left:0.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld7xJmipPo8rZDWDp6TAhSmfZTqPADSF { display:block; }
 }@media only screen and (max-width: 763px) { #CLbxDFlAktskf6bdlATFdrekV9xQfEm3 { 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; }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row .container { background-color: transparent; background-image: none; }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row .container > .video-iframe-container { display: none; }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row > .video-iframe-container { display: none; }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .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); }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row .container { border-width: 0; border-radius: 0; }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLbxDFlAktskf6bdlATFdrekV9xQfEm3 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezzOhUzZ562fAEm70UTAJRWWo5dWra5X { width:6.3125rem;height:6.3125rem;top:1.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTkyuo9ikEC8L11TsI7WN0Sk9h0PrThi { width:17rem;height:32.39649375rem;top:10.875rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GsIBuDWQkoMSf6OWddU2G9Dm7tcvnIiT { width:18.5rem;height:3rem;top:7.875rem;left:1.5rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KLq3A95rySobfntzLvVVpw76yk3INgng { display:block; }#KLq3A95rySobfntzLvVVpw76yk3INgng > .row .container { width:20rem;height:101.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;line-height:.1;font-family:arial;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.9375rem; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;line-height:.1;font-family:arial;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;line-height:1.3;background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;height:2.8125rem;font-family:"fortum sans"; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto;line-height:1.1;font-family:"fortum sans";font-weight:400;font-style:normal; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-container:first-of-type{padding-top:0;}#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-container:last-of-type{padding-bottom:0;}#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4  { width:17.5rem;height:auto;top:11.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 {display:block;}#AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 { width:17.5rem;height:auto;top:11.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #aL4PDlahgWEZvB5zDaUVBXGAbneqTU6p {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #MpvBPWMFnO9dvRUF1Pf03uRSFzWxo4fJ { display:block; }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #O45vDcf2qPMPiQ6QRZTfZlz9UusHHwSb {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #Dl4SzaXo15oglwpumH7pNXwMSk27FCpE {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #FTXcbui3DPPUkLlb7VoyA6k28WAI0Jvt { display:block; }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #whik4u2nDXgTJkw2yPAPu4ItWpwzw9CZ {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #GUgIuXaU94JnK2ppkJ9e9gUBB4s8yops {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #wQmW6IzwPmqm3FzfiiA676AKuqS9Ii7g { display:block; }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #pZ4x1TSMSxAKpMwTTC2rrheTLCuLSg01 {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #DvkRGfLvsNqKnTO0ZQqOlvoU01HVq96l {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #LKNWqF6EE5OOSsoOIHIyeI3snDhklZwo {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #xNcT8C6QKIQ1VS6S2G5tZXI2y1dnJxyW {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #GT8WztEMislGE47yQGdTDcQn4V37ckr8 {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #JcroigvodcFtfWlDB0VGNNZoWfdPEUsd {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #GKaAEy1VEbtM8xQdd1IsHD8LNEfpTXc9 {  }
 }@media only screen and (max-width: 763px) { #AfyJR7LgrO2T19afkLFZSBcyip0XW4s4 #yfd55yNi22KUevOB9vtyrp4PqyE6i4df {  }
 }@media only screen and (max-width: 763px) { #vH0yOUrS9NfBLQNDhKLahJzBOgmVWMg6 { width:20rem;height:33.875rem;top:6.8125rem;left:0rem;box-shadow: none;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OAgdPXJvDcJkQFXWDlLwQmIavwTP5Toc { width:16.75rem;height:3.57421875rem;top:9.4374897480012rem;left:1.6250000596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBpLI9pbNtQFMbDoxhTyqI4kpAB1SdtS { width:17.6875rem;height:8.125rem;top:47.875rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DyAW3WDIyFVt1cCTTpxUCg4TSplZmHVZ { width:17.6875rem;height:9.75rem;top:60.625rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoTttMNwmxa4MfOM5rfOTlUyRybESLJH { width:13.5625rem;height:6.5rem;top:76.1875rem;left:3.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtTQsf4aJvsycgNm7MTdfRKCbhVdGnmg { display:flex;width:2.3125rem;height:2.625rem;top:44.5625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #PDeoTkVeH5mvcaExSN3SGUh0NuCn6h2V { display:flex;width:2.3125rem;height:2.625rem;top:57.5625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #lvXnlfG8R4ys6tHoDbtpUhPeeEd23uBs { display:flex;width:2.3125rem;height:2.625rem;top:72.8125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #MEiH0x0D7iotK6K65UeBKMpqR7WscS2Q { display:flex;width:2.3125rem;height:2.625rem;top:85.1875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #CtIF47z6WNnGev6cNaJ9n2nAT4BVvRIR { width:14.875rem;height:4.875rem;top:88.625rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2g95IiPznu5alUgkHT5bq8rBrAQTtA { width:5rem;height:5rem;top:3.3125rem;left:7.5rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.16) ;display:block; }
 }@media only screen and (max-width: 763px) { #bfl4wXZvkZm7aNS3rZdAWMOCmlNcdz6m { width:3.4375rem;height:4.2487rem;top:3.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef { display:block; }#rfBU1ccE3KqTFPvv0a1F6TvATpJTBJef > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWCkTQiHZpu4GBsbvOwyiSbmBdsGSRg5 { width:12.875rem;height:4.53955rem;top:2.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQbykImaBqJOOObFZ6t0flIc2TlFzKKK { width:20rem;height:2.44921875rem;top:8.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbMZdMPCW8H2DO2JIq9mEfA4aCSwSVgz { display:flex;width:2.5rem;height:2.5rem;top:12.5625rem;left:1.125rem; }
#TbMZdMPCW8H2DO2JIq9mEfA4aCSwSVgz > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #RtJ9QiQ7OkC4sfpvuUTM0XLeiTFQACT2 { display:flex;width:2.25rem;height:2.25rem;top:12.875rem;left:5.75rem; }
#RtJ9QiQ7OkC4sfpvuUTM0XLeiTFQACT2 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #rNXDDMu2PICTpXTfnxzpINWrEuZXp17m { display:flex;width:2.375rem;height:2.375rem;top:12.8125rem;left:10.75rem; }
#rNXDDMu2PICTpXTfnxzpINWrEuZXp17m > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #v60bxOoTgol3an9I4D3VLb73udVeRPBA { display:flex;width:2.375rem;height:2.375rem;top:12.875rem;left:16.4375rem; }
#v60bxOoTgol3an9I4D3VLb73udVeRPBA > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }