.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); }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f4632;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row .container { background-color: transparent; background-image: none; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row .container > .video-iframe-container { display: none; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row > .video-iframe-container { display: none; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .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); }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row .container { border-width: 0; border-radius: 0; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#UivJbxFbcS3nE79oei8m42KNVSTmxt3M { 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:1.74926875rem;width:7.937rem;top:2.46826171875rem;left:0rem;overflow:hidden;display:block; }
#RTIccTv1pwngE6TyzPJdbfWAVxignssT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.1240234375rem;left:22.3720703125rem;display:block; }
#oe7e3y1ur3QGqZ3mWRXAm5t2sEDNcbBm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMReLMfyqvZVDWSTMFpQZ1sGrnJOZ8m2 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0615rem;height:2.436525rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.1240234375rem;left:37.68310546875rem;display:block; }
#tUSFrN1TJ0E9wW4S9CbVwEUOnzRcJk4u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oDbbJV0iLVJ1oN3iF6OlXtdI8ggym7Z7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.436525rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.1240234375rem;left:29.80712890625rem;display:block; }
#DLau5xzllO2ttetP1TNpctbcZamTeOLc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uLDneVe9AQ1dmT2fm6IcAU2wwCt7Opus { 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.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.09228515625rem;left:46.936767578125rem;display:block; }
#HgcGRm4zA8vZH5vSWf6zpxya2Sym3F1x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iswT4GcfwxyWO0XoCmqXqGVWH0SGOmlG { 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:21.125rem;width:60rem;display:none; }
#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:31.5rem;width:60rem;overflow:visible;position:relative;display:block; }#mMUgWO6vrZUitFC5TgyRWIlP9Gg6O1Zp { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"fortum sans";font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.1875rem;left:2.5625rem;height:2.35618125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q6SfyAle9cihZgxvQnAgL3qXT5pA6KP9 { color:#ffffff;display:block;width:36.8125rem;position:absolute;font-family:"fortum sans";font-size:4.1875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:14.4375rem;left:2.5625rem;height:9.2109375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pGQokzFWofhz2fqLBNiGXkXFWMmaKN0f { 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:18.75rem;width:18.75rem;display:none; }
#LHMakA3swv12o5Kgu5wVd0zxtr9fbDXC { 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:7rem;width:6.375rem;top:15.0625rem;left:43.4375rem;overflow:hidden;display:block; }
#p4uOsZ0mNeM1EP5F2ULHssd496DIRwRI { box-sizing:content-box;height:10rem;width:10rem;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:14999;background-color:#ffffff;background-image:none;top:13.5625rem;left:41.625rem;display:block; }
#rOofcp58utvB9wz9KbvT2ybpcVJVpvX7 { 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:4.6875rem;width:4.6875rem;top:24.875rem;left:27.656253814698rem;overflow:hidden;display:block; }
#Ge3Uq2aiA9tloazIfs11ulf2UHe4uNxK { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"fortum sans";font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.4375rem;left:5.8125rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#c6mJQKlytr4EvNaCDf7if5NtbTunVdyv { 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; }#c6mJQKlytr4EvNaCDf7if5NtbTunVdyv > .row .container { background-color: transparent; background-image: none; }#c6mJQKlytr4EvNaCDf7if5NtbTunVdyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6mJQKlytr4EvNaCDf7if5NtbTunVdyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6mJQKlytr4EvNaCDf7if5NtbTunVdyv > .row .container > .video-iframe-container { display: none; }#c6mJQKlytr4EvNaCDf7if5NtbTunVdyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6mJQKlytr4EvNaCDf7if5NtbTunVdyv > .row > .video-iframe-container { display: none; }#c6mJQKlytr4EvNaCDf7if5NtbTunVdyv > .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); }#c6mJQKlytr4EvNaCDf7if5NtbTunVdyv > .row .container { border-width: 0; border-radius: 0; }#c6mJQKlytr4EvNaCDf7if5NtbTunVdyv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6mJQKlytr4EvNaCDf7if5NtbTunVdyv > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:60rem;position:relative;display:block; }#TbPNTvwrMUdSgSR2iivw5iUnkaXzBcZ0 { color:#0f4632;display:block;width:49.5625rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:12.875rem;left:7.5rem;height:4.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZVq4dLn1oJbhlgX6eoChEHSvHUK6P9gS { color:#0f4632;display:block;width:54.375rem;position:absolute;font-family:"fortum sans";font-size:2.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.3125rem;left:2.75rem;height:7.63675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MTyHG17rm7wmJm5toTrL1XfxMpyWWFOr { color:#23375b;display:block;width:4.0625rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:13.3125rem;left:2.9375rem;height:4.12553125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2H67PWmuI68BNSSeB00dkG92TzV4kTm { 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; }#T2H67PWmuI68BNSSeB00dkG92TzV4kTm > .row .container { background-color: transparent; background-image: none; }#T2H67PWmuI68BNSSeB00dkG92TzV4kTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2H67PWmuI68BNSSeB00dkG92TzV4kTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2H67PWmuI68BNSSeB00dkG92TzV4kTm > .row .container > .video-iframe-container { display: none; }#T2H67PWmuI68BNSSeB00dkG92TzV4kTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2H67PWmuI68BNSSeB00dkG92TzV4kTm > .row > .video-iframe-container { display: none; }#T2H67PWmuI68BNSSeB00dkG92TzV4kTm > .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); }#T2H67PWmuI68BNSSeB00dkG92TzV4kTm > .row .container { border-width: 0; border-radius: 0; }#T2H67PWmuI68BNSSeB00dkG92TzV4kTm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2H67PWmuI68BNSSeB00dkG92TzV4kTm > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#ct2PaiL58DmSTfGgtTOtSJ0apRGrDK4t { color:#0f4632;display:block;width:16rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:8.75rem;left:21.9375rem;height:1.6503875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R1Hx7Z7TkJTIruKaIQzPpPRrbgxHDWhL { color:#0f4632;display:block;width:15.3125rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:10.625rem;left:21.9375rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DwsfpUvE41oEAT50gsav014xdVtpLwb4 { color:#0f4632;display:block;width:18.125rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.75rem;left:0.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTkGEUl9o66WHs0XDcSc31VzlI7lPsHm { color:#0f4632;display:block;width:16.0611875rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.75rem;left:0.9375rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U1xemsmktC9UnmVgCZTep35rdDlu4NTe { color:#0f4632;display:block;width:16.062rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.8125rem;left:41.25rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0KItFunsEi8lMyIspRSw74ClwBFlGkZ { color:#0f4632;display:block;width:16.125rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.75rem;left:41.25rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t6sE0Tdl0wSFm7uIIqk3wDzOUODtPPKR { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15020;background-color:rgba(35,55,91,0.08);background-image:none;top:1.4375rem;left:0.9375rem;display:block; }
#ucED8pZqOzoadvZX1gTsRFHORRfLTVs5 { box-sizing:content-box;height:4.311525rem;width:4.311525rem;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:15021;background-color:rgba(35,55,91,0.08);background-image:none;top:1.43798828125rem;left:21.93701171875rem;display:block; }
#AzOLTO5IMSy6nWmpgDxzOZSOrcJr2Eol { box-sizing:content-box;height:4.311525rem;width:4.311525rem;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:15022;background-color:rgba(35,55,91,0.08);background-image:none;top:1.43798828125rem;left:41.25rem;display:block; }
#WGJ6ETAXF4pmRT0uTQVJckBHFvtfhvnq { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:2.125rem;left:1.625rem;overflow:hidden;display:block; }
#U1HyJJtGtmzS4unk5RVad8ipW6vacSxO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:2.125rem;left:22.809894561767rem;overflow:hidden;display:block; }
#CX2sCQEK8TDVSR5kuqQOvNv44uf9JAgW { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:2.375rem;left:42.186199188233rem;overflow:hidden;display:block; }
#qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW { position:relative;display:block; }#qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW { background-color: transparent; background-image: none; }#qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW > .row .container > .video-iframe-container { display: none; }#qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW > .row > .video-iframe-container { display: none; }#qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW > .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); }#qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW { border-width: 0; border-radius: 0; }#qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW > .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; }#qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW > .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:33.875rem;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; }#bIXpI84lpc4mVuXhNni2nl4fi1w42ksM { color:#0f4632;display:block;width:18.125rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.5rem;left:33.437503814698rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#XzTogI8c1DcSoUI9Qmr9dTW8FWU5mf1L { color:#0f4632;display:block;width:49.1875rem;position:absolute;font-family:"fortum sans";font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.80859375rem;left:8.4375rem;height:3.33105625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oGCr3QLgmTFRsxmT1VKxRPkQP8rnq4ab { color:#0f4632;display:block;width:46.1236875rem;position:absolute;font-family:"fortum sans";font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8.1393241882325rem;left:8.26171875rem;height:4.048825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qtFMTr3tHSlH6rKtzIV2Jl5u6e8seoDX { color:#23375b;display:block;width:6.9375rem;position:absolute;font-family:"fortum sans";font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8098983764649rem;left:2.3125rem;height:3.33105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WHD9JKgDd8RUP8MSvKuZavFedXTyv968 { color:#18d270;display:block;width:14.8125rem;position:absolute;font-family:"fortum sans";font-size:5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5rem;left:8.4375rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QT4WzM1NZf47BUQcrGKHNiFGxezR2Etw { color:#18d270;display:block;width:14.0625rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.4375rem;left:8.4375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zs2wmaoPy97y7qqa7CQNruJy7le5C0za { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5612rem;width:2.5612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:17.9375rem;left:26.6875rem; }
#X2paQ8498dTpASx5XDcI2JTa6yliMpPH { position:relative;display:block; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH { background-color: transparent; background-image: none; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .row .container > .video-iframe-container { display: none; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .row > .video-iframe-container { display: none; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .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); }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH { border-width: 0; border-radius: 0; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .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; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .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:6.9375rem;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; }#TORM4aOAGzTiBnRBo8rzckztbo611DJ9 { color:#0f4632;display:block;width:44.5rem;position:absolute;font-family:"fortum sans";font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.2421875rem;left:3.20703125rem;height:2.44921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JTH8r3CKpAyzHTRfCTpbwvsfAAKvqd2b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6862rem;width:3.93489375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.625rem;left:48.498699188233rem; }
#JWsdXeVvfhSUwMx9tuq8L24CR9trdlP6 { color:#000000;display:block;width:36.1865rem;position:absolute;font-family:"fortum sans";font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.33154296875rem;left:6.998291015625rem;height:2.27416875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ { position:relative;display:block; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ { background-color: transparent; background-image: none; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .row .container > .video-iframe-container { display: none; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .row > .video-iframe-container { display: none; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .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); }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ { border-width: 0; border-radius: 0; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .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; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .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:52.5625rem;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; }#Uy32ABMy11JZwTX7HmQU75QAPqrpOh5l { box-sizing:content-box;height:3.25rem;width:60rem;position:absolute;display:block;z-index:15018;background-color:#f7f9ff;background-image:none;top:6.1865234375rem;left:-0.0634765625rem;display:block; }
#PvSK2Nn7VuNCNph8L5T7GsGsaeHdfHCM { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.1870727539062rem;left:0rem;height:1.54385625rem;display:block; }
#sWtcCbwzepyHu956d1hEt5V1hEn1CB9l { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:10.812286376953rem;left:0rem;height:1.54385625rem;display:block; }
#KapmXTHeCim94fZzBU0QGvKIWT1NzKmR { color:#23375b;display:block;width:12.5rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.311767578125rem;left:20rem;height:1.54385625rem;display:block; }
#hGlddsnS84DVOO8Gfgz7VnRq0ma4lEOX { box-sizing:content-box;height:3.25rem;width:60rem;position:absolute;display:block;z-index:15019;background-color:#f7f9ff;background-image:none;top:13.6865234375rem;left:0rem;display:block; }
#ZuvBWZ69OXINBflXT1cS2EE3UX937cmk { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:14.562286376953rem;left:0rem;height:1.54385625rem;display:block; }
#XWx2au1bdsm99eWvegsq6qbbVxoESuLo { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:18.187072753906rem;left:0rem;height:1.54385625rem;display:block; }
#l05v1MkTVllcmyH3BRG8gzGnJTLBFvI6 { box-sizing:content-box;height:3.25rem;width:60rem;position:absolute;display:block;z-index:15020;background-color:#f7f9ff;background-image:none;top:20.811767578125rem;left:0rem;display:block; }
#WULe5UoTbBkEMEiPd4bNRXUOSObWXptV { color:#23375b;display:block;width:12.5rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.311767578125rem;left:41.99951171875rem;height:1.54385625rem;display:block; }
#AMvMTORWNxsw0etsyl4DlSsOs21Os08T { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.812286376953rem;left:0rem;height:1.54385625rem;display:block; }
#QgaLnUuulHIBKmKobXEJ3wA0UEdDLhim { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:25.312286376953rem;left:0rem;height:1.54385625rem;display:block; }
#kF6itvxbvAA63mrFupBOT6rg6uc1pftX { box-sizing:content-box;height:3.25rem;width:60rem;position:absolute;display:block;z-index:15021;background-color:#f7f9ff;background-image:none;top:27.708740234375rem;left:0rem;display:block; }
#lLTovoCL9Q81aVWbLVKZqeTcfyekeGbd { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:28.5625rem;left:0rem;height:1.54385625rem;display:block; }
#UO8A9PPUvx3XUoyAv3CKPiH8izSb2qC5 { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.374572753906rem;left:0rem;height:1.54385625rem;display:block; }
#xwgqlOwwl90bz5gAuh73161oduTPd8gR { box-sizing:content-box;height:3.25rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:#f7f9ff;background-image:none;top:35.140380859375rem;left:0rem;display:block; }
#a4UtRbTfllLloQliHZJ89mMRGl1kTJll { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:44.18424987793rem;left:0rem;height:1.54385625rem;display:block; }
#JiFA2gCXmPCQwE77cDp8ywMC1TV0rpm2 { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:40.31120300293rem;left:0rem;height:1.54385625rem;display:block; }
#Ps0K8RWQwiXsIP6snt2gvJWWAs0O98ug { box-sizing:content-box;height:3.25rem;width:60rem;position:absolute;display:block;z-index:15023;background-color:#f7f9ff;background-image:none;top:43.331298828125rem;left:0rem;display:block; }
#umFJTJBN0v7hlqTT84sTThemEIEVwBV3 { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:35.99609375rem;left:-0.00048828125rem;height:1.54385625rem;display:block; }
#Eocv55UD8pbhhoUkhehUTryGLOTRRA9e { position:relative;display:none; }#Eocv55UD8pbhhoUkhehUTryGLOTRRA9e { border-width: 0; border-radius: 0; }#Eocv55UD8pbhhoUkhehUTryGLOTRRA9e > .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; }#Eocv55UD8pbhhoUkhehUTryGLOTRRA9e > .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.9375rem;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:none; }#OeeOxm5xpw0ANnXMPOtTwTnFCbx32ltT { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:block; }
#EkzmnFANo56K8r67uzEcSfNdtZepymzn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:23.125rem;height:1.54296875rem;display:block; }
#w7ZECriGkqrmMWUO0HlAvy3NgD5kIIki { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:44.75rem;height:1.54296875rem;display:block; }
#N5NlhovHISQFHKMxe072fdEnW58maQUC { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:1.54296875rem;display:block; }
#fCFpfnGEuaHOoalyCLDCFpAKaJpGcwAT { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.54296875rem;display:block; }
#fT4LLTzts7L60RrT7T0kWsbSCbkOeJNC { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:1.54296875rem;display:block; }
#i3KOqhFSu0oVmOQTEmHiKpPP1L9lC8ec { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20rem;left:0rem;height:1.54296875rem;display:block; }
#LZ7DxTz9hTsOeQgleC2mb2tQd0x7k9RH { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.125rem;left:0rem;height:1.54296875rem;display:block; }
#alUv8rNW4GcVREztyw5Gcd3TIQ8RTlHW { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.4375rem;left:0rem;height:1.54296875rem;display:block; }
#CTgOnx3evy4zd26Wb6ch8LqtG9d3MuOC { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:30.125rem;left:0rem;height:1.54296875rem;display:block; }
#mvSMmd29VKEdTVBCpLwt6safcBsAXSal { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:33.4375rem;left:0rem;height:1.54296875rem;display:block; }
#B072TGgTJucSSTFBknIp82CAuQMiegdi { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.625rem;left:0rem;height:1.54296875rem;display:block; }
#eVeqLdHabglNUZ3odpaNIIgXwVDvepN2 { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:41.375rem;left:0.375rem;height:1.54296875rem;display:block; }
#IEcBeTTnczbuZ7EmvVpScmkJM5e37SGW { box-sizing:content-box;height:3.25rem;width:58.8125rem;position:absolute;display:block;z-index:14999;background-color:#f7f9ff;background-image:none;top:4.75rem;left:0rem;display:block; }
#u0TSZQJA84sNfGzGnUgIdoysVK3JB4mh { box-sizing:content-box;height:3.24978125rem;width:58.811875rem;position:absolute;display:block;z-index:15000;background-color:#f7f9ff;background-image:none;top:12.25rem;left:0rem;display:block; }
#TZtmbvumg5K0KegMuVFx4VkCONOlpA3a { box-sizing:content-box;height:3.2487rem;width:58.811875rem;position:absolute;display:block;z-index:15001;background-color:#f7f9ff;background-image:none;top:19rem;left:0rem;display:block; }
#naDfACg4ZqUNq7gXvH8N5U2XbLuFfw4o { box-sizing:content-box;height:3.2487rem;width:58.811875rem;position:absolute;display:block;z-index:15002;background-color:#f7f9ff;background-image:none;top:25.4375rem;left:0rem;display:block; }
#EdOSFDheQuc4Q35OnNRm0aLsCc3TCrul { box-sizing:content-box;height:3.2487rem;width:58.811875rem;position:absolute;display:block;z-index:15003;background-color:#f7f9ff;background-image:none;top:32.375rem;left:0rem;display:block; }
#zMBtftk2FAKq8yDQyC4v4NF2qkbfWs0G { box-sizing:content-box;height:3.2487rem;width:58.811875rem;position:absolute;display:block;z-index:15004;background-color:#f7f9ff;background-image:none;top:40.4375rem;left:0rem;display:block; }
#wDbEpNA8xWmRopyW0TKovR2oAqIu0oaR { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#x0mQ9pXKIQK4x0sxN68SW564bltv1Fu8 { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#PwSH9OlOTUT3oyuMJn8hozvLUxsGUlnF { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#HetWzUTV5QAqF06OVwu0BVWNyedugb4M { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#AS2ME1QN2to7rIGLZpJVkA33K7HIcEgw { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#zSWrrRp5NlaZTTODUNn7A14SBaVnZ8TS { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#inzrV2rbWwqR1WGbr5cXZ8Lfuf0sKQXi { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#CJKxfOOx0WGDE34tn4q9OcC042KDQq92 { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#gHDuuKQ8JVAFWvN9flOFV224tw0Zo64o { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#PayMXZC2AkQg06FTWiJNAlI3eTmBDecd { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#cpdsxxzRq67cO1L4w2VlqDaxlK9HxHu8 { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G { 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; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row .container { background-color: transparent; background-image: none; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row .container > .video-iframe-container { display: none; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row > .video-iframe-container { display: none; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .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); }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row .container { border-width: 0; border-radius: 0; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#gP0x1NxWfLPlRWOAfO7DQ9LaUIE8AOgk { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:55.8125rem;height:4.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.06640625rem;left:2.09228515625rem;display:block; }
#EBKObrx0ZddA9h8vxMzzeHU9lwc3sKDi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w43eCVkc01XXxRgVQNtzngTe0utcTskQ { 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; }#w43eCVkc01XXxRgVQNtzngTe0utcTskQ > .row .container { background-color: transparent; background-image: none; }#w43eCVkc01XXxRgVQNtzngTe0utcTskQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w43eCVkc01XXxRgVQNtzngTe0utcTskQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w43eCVkc01XXxRgVQNtzngTe0utcTskQ > .row .container > .video-iframe-container { display: none; }#w43eCVkc01XXxRgVQNtzngTe0utcTskQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w43eCVkc01XXxRgVQNtzngTe0utcTskQ > .row > .video-iframe-container { display: none; }#w43eCVkc01XXxRgVQNtzngTe0utcTskQ > .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); }#w43eCVkc01XXxRgVQNtzngTe0utcTskQ > .row .container { border-width: 0; border-radius: 0; }#w43eCVkc01XXxRgVQNtzngTe0utcTskQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w43eCVkc01XXxRgVQNtzngTe0utcTskQ > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#FWblcHhKrv5m9rbH163fKoJTJ0zUyJcx { color:#ffffff;display:block;width:55.3735625rem;position:absolute;font-family:"fortum sans";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:2.4375rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AbLUwEir62wwQAZ1KqLM626Q0l7KIqzQ { color:#ffffff;display:block;width:46.5rem;position:absolute;font-family:"fortum sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:2.6;letter-spacing:0;top:11.4375rem;left:2.4375rem;height:12.8125rem;text-align:left;text-align-last:left;display:block; }#AbLUwEir62wwQAZ1KqLM626Q0l7KIqzQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AbLUwEir62wwQAZ1KqLM626Q0l7KIqzQ li:before{  }
#WVfIuQeCTJROvmTgZWzfHWa6v5KS4NG0 { color:#ffffff;display:block;width:55.3735625rem;position:absolute;font-family:"fortum sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.125rem;left:4.625rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uHaD4mXn4THgrU4CwfzvT3HqpfTTA36H { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:11.875rem;left:29.312503814698rem;display:block; }
#Fcz05LHc8tRQVcLdc6Ow9osEhEzNqNuf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQHCS2G4GpTrhuRzKbBr812U9aKfn7mO { color:#ffffff;display:block;width:46.122375rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:29.375rem;left:13.9375rem;height:1.70605625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HoTAHQM0efBRzUflGb5SAoggJQO6NBAg { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.6;letter-spacing:0;top:11.25rem;left:11.625rem;height:10.3735625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#F1oXHiftmiWnwLenTr1QLCnFn6s79pJs { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.6;letter-spacing:0;top:11.25rem;left:11.625rem;height:10.3735625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sHqReL6FxMETy8aZxGZZXMVgV0xEoeSo { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.6;letter-spacing:0;top:11.25rem;left:11.625rem;height:10.3735625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe { 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; }#oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe > .row .container { background-color: transparent; background-image: none; }#oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe > .row .container > .video-iframe-container { display: none; }#oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe > .row > .video-iframe-container { display: none; }#oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe > .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); }#oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe > .row .container { border-width: 0; border-radius: 0; }#oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#J8KMCS9pT22KAPpcJQwWhKyqsT4bi9Tm { color:#0f4632;display:block;width:55.372375rem;position:absolute;font-family:"fortum sans";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9999923706055rem;left:2.3125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XCTXmQp361qEns425p5D8GiknXTn90L0 { color:#0f4632;display:block;width:31.5625rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:10.061199188233rem;left:2.3125rem;height:20.996125rem;text-align:left;text-align-last:left;display:block; }
#fw37Rb2Qtfnic6sppBOpud0nDOUdSsLI { 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: 0.0625rem 0.0625rem 1.0625rem rgba(0,36,109,0.12) ;height:15.1875rem;width:22.3125rem;top:5.3711032867432rem;left:37.686199188233rem;overflow:hidden;display:block; }
#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN { 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; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row .container { background-color: transparent; background-image: none; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row .container > .video-iframe-container { display: none; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row > .video-iframe-container { display: none; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .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); }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row .container { border-width: 0; border-radius: 0; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#rhmEe9z8NSDRtn3x9NUHU0UvBQozkOKu { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:55.8125rem;height:4.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.06640625rem;left:2.09228515625rem;display:block; }
#M3t9z0eOwD1SUTk3gV4F2LgKcHVZD30Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n0T0S6G9towbx0APCoohCNTOeJ8mR8mx { 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; }#n0T0S6G9towbx0APCoohCNTOeJ8mR8mx > .row .container { background-color: transparent; background-image: none; }#n0T0S6G9towbx0APCoohCNTOeJ8mR8mx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0T0S6G9towbx0APCoohCNTOeJ8mR8mx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0T0S6G9towbx0APCoohCNTOeJ8mR8mx > .row .container > .video-iframe-container { display: none; }#n0T0S6G9towbx0APCoohCNTOeJ8mR8mx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0T0S6G9towbx0APCoohCNTOeJ8mR8mx > .row > .video-iframe-container { display: none; }#n0T0S6G9towbx0APCoohCNTOeJ8mR8mx > .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); }#n0T0S6G9towbx0APCoohCNTOeJ8mR8mx > .row .container { border-width: 0; border-radius: 0; }#n0T0S6G9towbx0APCoohCNTOeJ8mR8mx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0T0S6G9towbx0APCoohCNTOeJ8mR8mx > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:60rem;position:relative;display:block; }#No0XqhnOdxNrTW0wtV0BWZUt9lN4VfiJ { position:absolute;display:block;z-index:15004;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:20.4375rem;width:17.5625rem;top:29.625rem;left:11.75rem;overflow:hidden;display:block; }
#tswvi6gs4T8QfFUXr9T3DXZ70kAIrlXN { color:#0f4632;display:block;width:53.4375rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.4375rem;left:2rem;height:15.59378125rem;text-align:left;text-align-last:left;display:block; }
#hgHu25hCf8HCI7bWTeqIxUI4hVM8g5zL { color:#23375b;display:block;width:58rem;position:absolute;font-family:"fortum sans";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:2rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xDsFhHQa6XERshaAKENRLGTLCwcuh0f7 { 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:19.4361875rem;width:17.7486875rem;top:30.125rem;left:30.0625rem;overflow:hidden;display:block; }
#tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC { position:relative;display:block; }#tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC { background-color: transparent; background-image: none; }#tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC > .row .container > .video-iframe-container { display: none; }#tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC > .row > .video-iframe-container { display: none; }#tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC > .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); }#tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC { border-width: 0; border-radius: 0; }#tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC > .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; }#tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC > .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:48.5rem;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; }#TZ4CrBOF6va6pnz13vIIAmUOUXLBeXGC { 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:15005;background-color:#ffffff;background-image:none;top:16.5625rem;left:27.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-form-header {  }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-regular-label { height:auto;display:block;font-family:"fortum sans";font-size:1rem;font-weight:400;color:#909090;width:33.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; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .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:33.25rem;box-sizing:border-box;height:3.1875rem;color:#23375b;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.1; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-input-text {padding-top: 0; padding-bottom: 0;}#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .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:33.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; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .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:33.25rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-input-select {padding-top: 0; padding-bottom: 0;}#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .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; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .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:#18d270;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.3125rem;font-weight:bold;color:#f2f9ff;width:33.25rem;height:3.75rem;font-family:"fortum sans";overflow:hidden;line-height:1.4; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c [class*="-text"]:-moz-placeholder { color:#23375b;font-family:"fortum sans";font-size:1rem; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c [class*="-text"]::-moz-placeholder { color:#23375b;font-family:"fortum sans";font-size:1rem; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c [class*="-text"]:-ms-input-placeholder { color:#23375b;font-family:"fortum sans";font-size:1rem; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c [class*="-text"]::-webkit-input-placeholder { color:#23375b;font-family:"fortum sans";font-size:1rem; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:32.0625rem;overflow:hidden;font-style:normal; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .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; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .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; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-container:first-of-type{padding-top:0;}#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-container:last-of-type{padding-bottom:0;}#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.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: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:12.125rem;top:19.75rem;z-index:15003;position:absolute; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.25rem;display:block;vertical-align:top; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-info-text { display:block;height:auto;font-family:"fortum sans";font-size:0.5625rem;line-height:1.1;font-weight:400;color:#23375b;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; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c {display:block;}#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.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: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:12.125rem;top:19.75rem;z-index:15003;position:absolute; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #fvPxAPzJbynErQLfCetCpJpHduWVfDfK { position:relative; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #WRNBJwKmlQUPvVugE1JFg3Ic8n6h2tN8 { position:relative;display:block; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #EZqt3BgJ29RiT3t8nfvXyA1dOR4wpTl9 { position:relative; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #uNWt2qpClee92k4hkDV9mb0TnE1CDgqB { position:relative; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #hFNncUfhi5CwOKXpvAyD6K9J3iAKVGXd { position:relative;display:block; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #HLJ7gIQxTzpCW154TFrCnBWopwtBXIS7 { position:relative; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #lI66773nCVX77u2fcD4Ln3hyru1o0OIb { position:relative; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #FOM7f0JEL4dOZiFXwLeFdzd5aPAmevRZ { position:relative;display:block; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #AQHcv9GKFEWwizlCNhu6zBaxrf41NJW1 { position:relative; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #k0cIs6uif6wwEEuMawbNnKFxnEqOLbDz { position:relative;display:block;z-index:15000; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #WpksdN3CzhLIw37U3K3DJOTNUQ7U8brE { position:relative;display:block;z-index:15000; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #oQIgm1GA5FqydEhbEAmVwpfiEf6Bt79m { position:relative;display:block;z-index:15000; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #ghRIOvWTlxvhlV0SrXIyT6kDmG2ra6SK { position:relative;display:block;z-index:15000; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #s5FPqNEZO6eTgm6lqXKO2DVUiNCDgLvQ { position:relative; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #TxVb94ZSUykZJ8r0y4kTtIAQByTeJIR8 { position:relative; }
#mzf8aPThXPGKH99JK05MotWgWeZGnaNQ { position:absolute;display:block;z-index:15006;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.93676875rem;width:3.93676875rem;top:17.125rem;left:28.125rem;overflow:hidden;display:block; }
#MW6PCJMk4EDcnVDeFvppT9fHbSB58Qqf { color:#0f4632;display:block;width:57.125rem;position:absolute;font-family:"fortum sans";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.9492397308349rem;left:1.4375rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA { background-color:#f8f8f8;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; }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row .container { background-color: transparent; background-image: none; }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row .container > .video-iframe-container { display: none; }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row > .video-iframe-container { display: none; }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .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); }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row .container { border-width: 0; border-radius: 0; }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row .container { font-size:0.875rem;font-family:"open sans";height:42.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#JIL27tMCyEBMbTcd6PmaxPKlqb4zPI8g { color:#0f4632;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.062255859375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#czmzISvU0GgRSQHfAThIGerkyOeroK4r { background-color:#0f4632;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:11rem;left:5.1875rem;display:block; }
#kTqOAiT8KyUS1BhT8RhSTsOORPHROCCr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PxEovA22P27TUxxygMB18d1oERJgRD4W { background-color:#0f4632;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:15.0625rem;left:5.1875rem;display:block; }
#RSpW362pg4pMWCqUZmrxG3NFy12b3163 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oMJs0MPkBCiQlpwx8TtEfnyZsaqRM4te { background-color:#0f4632;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:19.125rem;left:5.25rem;display:block; }
#cLVXOedmoTTynBXsygFscMD9rkWG6wOX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JClwkmVDgKwo1Sxr5yavHF1l5dna1vc8 { background-color:#0f4632;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:23.25rem;left:5.1875rem;display:block; }
#C2Kv4xV4sBcONofKEhpixehJJ2nlrmnV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e8XHTWK49i5DAUEuMhbelhXP2GvX2dPW { background-color:#0f4632;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:27.0625rem;left:5.1875rem;display:block; }
#ghROliXQ1rTesTT3xIDN745aMKr0Np44 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CD7fmXoUf6U8vkkzOcIdKqnzT5hvHaPJ { background-color:#0f4632;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:30.9375rem;left:5.1875rem;display:block; }
#KgDXksAkU1RuoWo1ufTpqTUCRv2G9Ou9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ulVtgH54mM2h9UsdFNe5lFwZMKnRmqEy { background-color:#0f4632;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.622375rem;height:3.125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:34.749569416046rem;left:5.1877174377441rem;display:block; }
#NkRHkOQE7eBoZ4IfkeNxu5gfULu8Jixm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q { 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; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row .container { background-color: transparent; background-image: none; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row .container > .video-iframe-container { display: none; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row > .video-iframe-container { display: none; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .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); }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row .container { border-width: 0; border-radius: 0; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#UInlKlLuye63T2oiMd3eoBAAd7ZJFMo4 { 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; }
#BJbxSRB9IMn2kFK6RbVHMEu5k69apFc0 { display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:0rem;height:1.3125rem;color:#282828;text-align:center;text-align-last:center;display:block; }
#L5f1lA0ZfD6GMS2aWFXIW3yBOfEkFG5e { 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; }
#L5f1lA0ZfD6GMS2aWFXIW3yBOfEkFG5e > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }#ifav9lQx9AT641vKieF74vEE7FTVPJOT { 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; }
#ifav9lQx9AT641vKieF74vEE7FTVPJOT > img { max-width: 100%;max-height:100%; width:2.3120125rem; height:2.3120125rem; }#WQHvkCwqV582CP8A29O83zaJbDzZh28N { 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; }
#WQHvkCwqV582CP8A29O83zaJbDzZh28N > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }#UfeJVrCiuf3QlgfnIiOJat8eT6ReIASy { 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; }
#UfeJVrCiuf3QlgfnIiOJat8eT6ReIASy > 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) { #H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT { display:block; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UivJbxFbcS3nE79oei8m42KNVSTmxt3M { width:7.875rem;height:1.7356043097203rem;top:2.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTIccTv1pwngE6TyzPJdbfWAVxignssT { width:8.0625rem;height:2.4375rem;top:2.0625rem;left:16.2470703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oe7e3y1ur3QGqZ3mWRXAm5t2sEDNcbBm { display:block; }
 }@media only screen and (max-width: 763px) { #cMReLMfyqvZVDWSTMFpQZ1sGrnJOZ8m2 { width:8rem;height:2.375rem;top:2.0625rem;left:31.55810546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUSFrN1TJ0E9wW4S9CbVwEUOnzRcJk4u { display:block; }
 }@media only screen and (max-width: 763px) { #oDbbJV0iLVJ1oN3iF6OlXtdI8ggym7Z7 { width:7.1875rem;height:2.375rem;top:2.0625rem;left:23.68212890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLau5xzllO2ttetP1TNpctbcZamTeOLc { display:block; }
 }@media only screen and (max-width: 763px) { #uLDneVe9AQ1dmT2fm6IcAU2wwCt7Opus { width:12.1875rem;height:2.5rem;top:2.0625rem;left:34.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgcGRm4zA8vZH5vSWf6zpxya2Sym3F1x { display:block; }
 }@media only screen and (max-width: 763px) { #iswT4GcfwxyWO0XoCmqXqGVWH0SGOmlG { width:47.75rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMUgWO6vrZUitFC5TgyRWIlP9Gg6O1Zp { width:29.5rem;height:2.3125rem;top:11.1875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6SfyAle9cihZgxvQnAgL3qXT5pA6KP9 { width:36.8125rem;height:9.1875rem;top:14.4375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGQokzFWofhz2fqLBNiGXkXFWMmaKN0f { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHMakA3swv12o5Kgu5wVd0zxtr9fbDXC { width:6.375rem;height:7rem;top:15.0625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4uOsZ0mNeM1EP5F2ULHssd496DIRwRI { width:10rem;height:10rem;top:13.5625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOofcp58utvB9wz9KbvT2ybpcVJVpvX7 { width:4.6875rem;height:4.6875rem;top:24.875rem;left:21.531253814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ge3Uq2aiA9tloazIfs11ulf2UHe4uNxK { width:20rem;height:1.6875rem;top:23.8125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6mJQKlytr4EvNaCDf7if5NtbTunVdyv { display:block; }#c6mJQKlytr4EvNaCDf7if5NtbTunVdyv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbPNTvwrMUdSgSR2iivw5iUnkaXzBcZ0 { width:47.75rem;height:4.9375rem;top:12.875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVq4dLn1oJbhlgX6eoChEHSvHUK6P9gS { width:47.75rem;height:7.625rem;top:4.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTyHG17rm7wmJm5toTrL1XfxMpyWWFOr { width:4.0625rem;height:4.125rem;top:13.3125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2H67PWmuI68BNSSeB00dkG92TzV4kTm { display:block; }#T2H67PWmuI68BNSSeB00dkG92TzV4kTm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ct2PaiL58DmSTfGgtTOtSJ0apRGrDK4t { width:16rem;height:1.625rem;top:8.75rem;left:15.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Hx7Z7TkJTIruKaIQzPpPRrbgxHDWhL { width:15.3125rem;height:10.5rem;top:10.625rem;left:15.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwsfpUvE41oEAT50gsav014xdVtpLwb4 { width:18.125rem;height:1.9375rem;top:8.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTkGEUl9o66WHs0XDcSc31VzlI7lPsHm { width:16rem;height:9.75rem;top:10.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1xemsmktC9UnmVgCZTep35rdDlu4NTe { width:16rem;height:1.9375rem;top:8.8125rem;left:31.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0KItFunsEi8lMyIspRSw74ClwBFlGkZ { width:16.125rem;height:11.375rem;top:10.75rem;left:31.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6sE0Tdl0wSFm7uIIqk3wDzOUODtPPKR { width:4.3125rem;height:4.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucED8pZqOzoadvZX1gTsRFHORRfLTVs5 { width:4.25rem;height:4.25rem;top:1.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzOLTO5IMSy6nWmpgDxzOZSOrcJr2Eol { width:4.25rem;height:4.25rem;top:1.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGJ6ETAXF4pmRT0uTQVJckBHFvtfhvnq { width:2.875rem;height:2.875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1HyJJtGtmzS4unk5RVad8ipW6vacSxO { width:2.75rem;height:2.75rem;top:2.125rem;left:16.622394561767rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX2sCQEK8TDVSR5kuqQOvNv44uf9JAgW { width:2.6875rem;height:2.6875rem;top:2.375rem;left:31.873699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW { display:block; }#qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIXpI84lpc4mVuXhNni2nl4fi1w42ksM { width:18.125rem;height:9.75rem;top:14.5rem;left:27.312503814698rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzTogI8c1DcSoUI9Qmr9dTW8FWU5mf1L { width:47.75rem;height:3.3125rem;top:4.75rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGCr3QLgmTFRsxmT1VKxRPkQP8rnq4ab { width:46.0625rem;height:4rem;top:8.125rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtFMTr3tHSlH6rKtzIV2Jl5u6e8seoDX { width:6.9375rem;height:3.3125rem;top:4.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHD9JKgDd8RUP8MSvKuZavFedXTyv968 { width:14.8125rem;height:6.5rem;top:14.5rem;left:2.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT4WzM1NZf47BUQcrGKHNiFGxezR2Etw { width:14.0625rem;height:1.9375rem;top:20.4375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs2wmaoPy97y7qqa7CQNruJy7le5C0za { width:2.5rem;height:2.5rem;top:17.9375rem;left:20.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2paQ8498dTpASx5XDcI2JTa6yliMpPH { display:block; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TORM4aOAGzTiBnRBo8rzckztbo611DJ9 { width:44.5rem;height:2.4375rem;top:2.1875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTH8r3CKpAyzHTRfCTpbwvsfAAKvqd2b { width:3.875rem;height:3.625rem;top:1.625rem;left:42.373699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWsdXeVvfhSUwMx9tuq8L24CR9trdlP6 { width:17.5rem;height:6rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0bdokwgU5MQuakO099fz6B8D3TvAiAZ { display:none; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uy32ABMy11JZwTX7HmQU75QAPqrpOh5l { width:47.75rem;height:3.25rem;top:6.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvSK2Nn7VuNCNph8L5T7GsGsaeHdfHCM { width:47.75rem;height:1.5rem;top:7.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWtcCbwzepyHu956d1hEt5V1hEn1CB9l { width:47.75rem;height:1.5rem;top:10.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KapmXTHeCim94fZzBU0QGvKIWT1NzKmR { width:12.5rem;height:1.5rem;top:3.25rem;left:13.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGlddsnS84DVOO8Gfgz7VnRq0ma4lEOX { width:47.75rem;height:3.25rem;top:13.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuvBWZ69OXINBflXT1cS2EE3UX937cmk { width:47.75rem;height:1.5rem;top:14.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWx2au1bdsm99eWvegsq6qbbVxoESuLo { width:47.75rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l05v1MkTVllcmyH3BRG8gzGnJTLBFvI6 { width:47.75rem;height:3.25rem;top:20.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WULe5UoTbBkEMEiPd4bNRXUOSObWXptV { width:12.5rem;height:1.5rem;top:3.25rem;left:35.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMvMTORWNxsw0etsyl4DlSsOs21Os08T { width:47.75rem;height:1.5rem;top:21.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgaLnUuulHIBKmKobXEJ3wA0UEdDLhim { width:47.75rem;height:1.5rem;top:25.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kF6itvxbvAA63mrFupBOT6rg6uc1pftX { width:47.75rem;height:3.25rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLTovoCL9Q81aVWbLVKZqeTcfyekeGbd { width:47.75rem;height:1.5rem;top:28.5625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UO8A9PPUvx3XUoyAv3CKPiH8izSb2qC5 { width:47.75rem;height:1.5rem;top:32.3125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwgqlOwwl90bz5gAuh73161oduTPd8gR { width:47.75rem;height:3.25rem;top:35.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4UtRbTfllLloQliHZJ89mMRGl1kTJll { width:47.75rem;height:1.5rem;top:44.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiFA2gCXmPCQwE77cDp8ywMC1TV0rpm2 { width:47.75rem;height:1.5rem;top:40.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ps0K8RWQwiXsIP6snt2gvJWWAs0O98ug { width:47.75rem;height:3.25rem;top:43.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #umFJTJBN0v7hlqTT84sTThemEIEVwBV3 { width:47.75rem;height:1.5rem;top:35.9375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eocv55UD8pbhhoUkhehUTryGLOTRRA9e { display:none; }#Eocv55UD8pbhhoUkhehUTryGLOTRRA9e > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OeeOxm5xpw0ANnXMPOtTwTnFCbx32ltT { width:47.75rem;height:1.5rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkzmnFANo56K8r67uzEcSfNdtZepymzn { width:12.5rem;height:1.5rem;top:1.875rem;left:17rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7ZECriGkqrmMWUO0HlAvy3NgD5kIIki { width:12.5rem;height:1.5rem;top:1.875rem;left:35.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5NlhovHISQFHKMxe072fdEnW58maQUC { width:47.75rem;height:1.5rem;top:9.375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCFpfnGEuaHOoalyCLDCFpAKaJpGcwAT { width:47.75rem;height:1.5rem;top:13.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fT4LLTzts7L60RrT7T0kWsbSCbkOeJNC { width:47.75rem;height:1.5rem;top:16.3125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3KOqhFSu0oVmOQTEmHiKpPP1L9lC8ec { width:47.75rem;height:1.5rem;top:20rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZ7DxTz9hTsOeQgleC2mb2tQd0x7k9RH { width:47.75rem;height:1.5rem;top:23.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #alUv8rNW4GcVREztyw5Gcd3TIQ8RTlHW { width:47.75rem;height:1.5rem;top:26.375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTgOnx3evy4zd26Wb6ch8LqtG9d3MuOC { width:47.75rem;height:1.5rem;top:30.0625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvSMmd29VKEdTVBCpLwt6safcBsAXSal { width:47.75rem;height:1.5rem;top:33.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B072TGgTJucSSTFBknIp82CAuQMiegdi { width:47.75rem;height:1.5rem;top:37.5625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVeqLdHabglNUZ3odpaNIIgXwVDvepN2 { width:47.75rem;height:1.5rem;top:41.3125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEcBeTTnczbuZ7EmvVpScmkJM5e37SGW { width:47.75rem;height:3.1875rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0TSZQJA84sNfGzGnUgIdoysVK3JB4mh { width:47.75rem;height:3.1875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZtmbvumg5K0KegMuVFx4VkCONOlpA3a { width:47.75rem;height:3.1875rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naDfACg4ZqUNq7gXvH8N5U2XbLuFfw4o { width:47.75rem;height:3.1875rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdOSFDheQuc4Q35OnNRm0aLsCc3TCrul { width:47.75rem;height:3.1875rem;top:32.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMBtftk2FAKq8yDQyC4v4NF2qkbfWs0G { width:47.75rem;height:3.1875rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDbEpNA8xWmRopyW0TKovR2oAqIu0oaR { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0mQ9pXKIQK4x0sxN68SW564bltv1Fu8 { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwSH9OlOTUT3oyuMJn8hozvLUxsGUlnF { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HetWzUTV5QAqF06OVwu0BVWNyedugb4M { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AS2ME1QN2to7rIGLZpJVkA33K7HIcEgw { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSWrrRp5NlaZTTODUNn7A14SBaVnZ8TS { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #inzrV2rbWwqR1WGbr5cXZ8Lfuf0sKQXi { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJKxfOOx0WGDE34tn4q9OcC042KDQq92 { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHDuuKQ8JVAFWvN9flOFV224tw0Zo64o { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PayMXZC2AkQg06FTWiJNAlI3eTmBDecd { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpdsxxzRq67cO1L4w2VlqDaxlK9HxHu8 { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G { display:block; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP0x1NxWfLPlRWOAfO7DQ9LaUIE8AOgk { width:46.75rem;height:4.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBKObrx0ZddA9h8vxMzzeHU9lwc3sKDi { display:block; }
 }@media only screen and (max-width: 763px) { #w43eCVkc01XXxRgVQNtzngTe0utcTskQ { display:block; }#w43eCVkc01XXxRgVQNtzngTe0utcTskQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWblcHhKrv5m9rbH163fKoJTJ0zUyJcx { width:47.75rem;height:4.0625rem;top:6.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbLUwEir62wwQAZ1KqLM626Q0l7KIqzQ { width:46.5rem;height:12.8125rem;top:11.4375rem;left:0rem;font-size:1.5625rem;display:none; }#AbLUwEir62wwQAZ1KqLM626Q0l7KIqzQ li:before{  }
 }@media only screen and (max-width: 763px) { #WVfIuQeCTJROvmTgZWzfHWa6v5KS4NG0 { width:47.75rem;height:3.25rem;top:26.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHaD4mXn4THgrU4CwfzvT3HqpfTTA36H { width:16.875rem;height:2.625rem;top:11.875rem;left:23.187503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcz05LHc8tRQVcLdc6Ow9osEhEzNqNuf { display:block; }
 }@media only screen and (max-width: 763px) { #kQHCS2G4GpTrhuRzKbBr812U9aKfn7mO { width:46.0625rem;height:1.6875rem;top:29.375rem;left:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoTAHQM0efBRzUflGb5SAoggJQO6NBAg { width:18.625rem;height:2.5625rem;top:5.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F1oXHiftmiWnwLenTr1QLCnFn6s79pJs { width:15.4375rem;height:;top:13.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHqReL6FxMETy8aZxGZZXMVgV0xEoeSo { width:15.4375rem;height:3.1875rem;top:16.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe { display:block; }#oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8KMCS9pT22KAPpcJQwWhKyqsT4bi9Tm { width:47.75rem;height:4.0625rem;top:5.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTXmQp361qEns425p5D8GiknXTn90L0 { width:31.5625rem;height:21rem;top:10rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw37Rb2Qtfnic6sppBOpud0nDOUdSsLI { width:22.3125rem;height:15.1875rem;top:5.3125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN { display:block; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhmEe9z8NSDRtn3x9NUHU0UvBQozkOKu { width:46.75rem;height:4.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3t9z0eOwD1SUTk3gV4F2LgKcHVZD30Z { display:block; }
 }@media only screen and (max-width: 763px) { #n0T0S6G9towbx0APCoohCNTOeJ8mR8mx { display:block; }#n0T0S6G9towbx0APCoohCNTOeJ8mR8mx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #No0XqhnOdxNrTW0wtV0BWZUt9lN4VfiJ { width:17.5625rem;height:20.4375rem;top:29.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tswvi6gs4T8QfFUXr9T3DXZ70kAIrlXN { width:47.75rem;height:15.5625rem;top:13.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgHu25hCf8HCI7bWTeqIxUI4hVM8g5zL { width:47.75rem;height:8.125rem;top:3.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDsFhHQa6XERshaAKENRLGTLCwcuh0f7 { width:17.6875rem;height:19.36918244835rem;top:30.125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC { display:block; }#tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ4CrBOF6va6pnz13vIIAmUOUXLBeXGC { width:5rem;height:5rem;top:16.5625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-regular-label { display:block;width:33.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-input-text { width:33.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-input-text {padding-top: 0; padding-bottom: 0;}#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-textarea { width:33.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-input-select { width:33.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-input-select {padding-top: 0; padding-bottom: 0;}#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-input-button { width:33.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-checkbox-label { width:32.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c  { width:33.25rem;height:22.4375rem;top:19.75rem;left:6rem; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .radio-container { width:33.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c {display:block;}#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c { width:33.25rem;height:22.4375rem;top:19.75rem;left:6rem; }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #fvPxAPzJbynErQLfCetCpJpHduWVfDfK {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #WRNBJwKmlQUPvVugE1JFg3Ic8n6h2tN8 {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #EZqt3BgJ29RiT3t8nfvXyA1dOR4wpTl9 {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #uNWt2qpClee92k4hkDV9mb0TnE1CDgqB {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #hFNncUfhi5CwOKXpvAyD6K9J3iAKVGXd { display:block; }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #HLJ7gIQxTzpCW154TFrCnBWopwtBXIS7 {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #lI66773nCVX77u2fcD4Ln3hyru1o0OIb {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #FOM7f0JEL4dOZiFXwLeFdzd5aPAmevRZ {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #AQHcv9GKFEWwizlCNhu6zBaxrf41NJW1 {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #k0cIs6uif6wwEEuMawbNnKFxnEqOLbDz {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #WpksdN3CzhLIw37U3K3DJOTNUQ7U8brE {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #oQIgm1GA5FqydEhbEAmVwpfiEf6Bt79m {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #ghRIOvWTlxvhlV0SrXIyT6kDmG2ra6SK {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #s5FPqNEZO6eTgm6lqXKO2DVUiNCDgLvQ {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #TxVb94ZSUykZJ8r0y4kTtIAQByTeJIR8 {  }
 }@media only screen and (max-width: 763px) { #mzf8aPThXPGKH99JK05MotWgWeZGnaNQ { width:3.875rem;height:3.875rem;top:17.125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW6PCJMk4EDcnVDeFvppT9fHbSB58Qqf { width:47.75rem;height:11.25rem;top:3.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phCbCFMi7Gd73FGOvXzGLUq32iAudNDA { display:block; }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row .container { width:47.75rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIL27tMCyEBMbTcd6PmaxPKlqb4zPI8g { width:47.75rem;height:4.0625rem;top:5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #czmzISvU0GgRSQHfAThIGerkyOeroK4r { width:46.75rem;height:3.125rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTqOAiT8KyUS1BhT8RhSTsOORPHROCCr { display:block; }
 }@media only screen and (max-width: 763px) { #PxEovA22P27TUxxygMB18d1oERJgRD4W { width:46.75rem;height:3.125rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSpW362pg4pMWCqUZmrxG3NFy12b3163 { display:block; }
 }@media only screen and (max-width: 763px) { #oMJs0MPkBCiQlpwx8TtEfnyZsaqRM4te { width:46.75rem;height:3.125rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLVXOedmoTTynBXsygFscMD9rkWG6wOX { display:block; }
 }@media only screen and (max-width: 763px) { #JClwkmVDgKwo1Sxr5yavHF1l5dna1vc8 { width:46.75rem;height:3.125rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2Kv4xV4sBcONofKEhpixehJJ2nlrmnV { display:block; }
 }@media only screen and (max-width: 763px) { #e8XHTWK49i5DAUEuMhbelhXP2GvX2dPW { width:46.75rem;height:3.125rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghROliXQ1rTesTT3xIDN745aMKr0Np44 { display:block; }
 }@media only screen and (max-width: 763px) { #CD7fmXoUf6U8vkkzOcIdKqnzT5hvHaPJ { width:46.75rem;height:3.125rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgDXksAkU1RuoWo1ufTpqTUCRv2G9Ou9 { display:block; }
 }@media only screen and (max-width: 763px) { #ulVtgH54mM2h9UsdFNe5lFwZMKnRmqEy { width:46.75rem;height:3.125rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkRHkOQE7eBoZ4IfkeNxu5gfULu8Jixm { display:block; }
 }@media only screen and (max-width: 763px) { #rniSz3EtATKg6hBd2GNOB25Zmsetg46Q { display:block; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UInlKlLuye63T2oiMd3eoBAAd7ZJFMo4 { width:13.0625rem;height:4.5625rem;top:4.7081146240234rem;left:17.593316555023rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJbxSRB9IMn2kFK6RbVHMEu5k69apFc0 { width:47.75rem;height:1.3125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5f1lA0ZfD6GMS2aWFXIW3yBOfEkFG5e { width:2.375rem;height:2.375rem;top:10.9375rem;left:8rem;display:block; }
#L5f1lA0ZfD6GMS2aWFXIW3yBOfEkFG5e > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #ifav9lQx9AT641vKieF74vEE7FTVPJOT { width:2.25rem;height:2.25rem;top:11rem;left:16.5rem;display:block; }
#ifav9lQx9AT641vKieF74vEE7FTVPJOT > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #WQHvkCwqV582CP8A29O83zaJbDzZh28N { width:2.375rem;height:2.375rem;top:10.9375rem;left:26.125rem;display:block; }
#WQHvkCwqV582CP8A29O83zaJbDzZh28N > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #UfeJVrCiuf3QlgfnIiOJat8eT6ReIASy { width:2.375rem;height:2.375rem;top:10.9375rem;left:36.6875rem;display:block; }
#UfeJVrCiuf3QlgfnIiOJat8eT6ReIASy > 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) { #H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UivJbxFbcS3nE79oei8m42KNVSTmxt3M { width:8.25rem;height:1.3125rem;top:1.872802734375rem;left:0.9365234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTIccTv1pwngE6TyzPJdbfWAVxignssT { width:12.3125rem;height:2.4375rem;top:4.8125rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oe7e3y1ur3QGqZ3mWRXAm5t2sEDNcbBm { display:block; }
 }@media only screen and (max-width: 763px) { #cMReLMfyqvZVDWSTMFpQZ1sGrnJOZ8m2 { width:12.3125rem;height:2.4375rem;top:7.75rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUSFrN1TJ0E9wW4S9CbVwEUOnzRcJk4u { display:block; }
 }@media only screen and (max-width: 763px) { #oDbbJV0iLVJ1oN3iF6OlXtdI8ggym7Z7 { width:12.3125rem;height:2.4375rem;top:7.9375rem;left:3.8437502980233rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLau5xzllO2ttetP1TNpctbcZamTeOLc { display:block; }
 }@media only screen and (max-width: 763px) { #uLDneVe9AQ1dmT2fm6IcAU2wwCt7Opus { width:9.0625rem;height:2.436525rem;top:1.21728515625rem;left:9.936767578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgcGRm4zA8vZH5vSWf6zpxya2Sym3F1x { display:block; }
 }@media only screen and (max-width: 763px) { #iswT4GcfwxyWO0XoCmqXqGVWH0SGOmlG { top:1.312255859375rem;left:0.687255859375rem;width:7.25rem;height:2.375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMUgWO6vrZUitFC5TgyRWIlP9Gg6O1Zp { width:20rem;height:0;top:9.6240234375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q6SfyAle9cihZgxvQnAgL3qXT5pA6KP9 { width:16.5rem;height:7.8369375rem;top:17.4375rem;left:0.87500005960463rem;font-size:2.375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pGQokzFWofhz2fqLBNiGXkXFWMmaKN0f { top:24rem;left:0rem;width:6rem;height:6rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LHMakA3swv12o5Kgu5wVd0zxtr9fbDXC { width:3.3125rem;height:3.6875rem;top:9.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4uOsZ0mNeM1EP5F2ULHssd496DIRwRI { width:5.561525rem;height:5.561525rem;top:8.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOofcp58utvB9wz9KbvT2ybpcVJVpvX7 { width:4.6875rem;height:4.6875rem;top:64.6826328125rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ge3Uq2aiA9tloazIfs11ulf2UHe4uNxK { width:19.125rem;height:1.70605625rem;top:14.9375rem;left:0.8125rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #c6mJQKlytr4EvNaCDf7if5NtbTunVdyv { display:block; }#c6mJQKlytr4EvNaCDf7if5NtbTunVdyv > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbPNTvwrMUdSgSR2iivw5iUnkaXzBcZ0 { width:18.25rem;height:6.1484375rem;top:17.248699188233rem;left:0.87500005960463rem;font-size:2.5625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZVq4dLn1oJbhlgX6eoChEHSvHUK6P9gS { width:18.0625rem;height:10.3984375rem;top:5.7942695617676rem;left:0.96875005960463rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MTyHG17rm7wmJm5toTrL1XfxMpyWWFOr { width:18.875rem;height:3.73730625rem;top:2.05859375rem;left:0.56250005960464rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T2H67PWmuI68BNSSeB00dkG92TzV4kTm { display:block; }#T2H67PWmuI68BNSSeB00dkG92TzV4kTm > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ct2PaiL58DmSTfGgtTOtSJ0apRGrDK4t { width:18.375rem;height:1.51171875rem;top:7.6966152191163rem;left:1.3111980557442rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R1Hx7Z7TkJTIruKaIQzPpPRrbgxHDWhL { width:18.1875rem;height:8.3105625rem;top:9.5rem;left:1.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DwsfpUvE41oEAT50gsav014xdVtpLwb4 { width:18.3125rem;height:1.7871125rem;top:27.062501907349rem;left:1.6861980557442rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTkGEUl9o66WHs0XDcSc31VzlI7lPsHm { width:17.625rem;height:7.714875rem;top:29.09765625rem;left:1.65625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U1xemsmktC9UnmVgCZTep35rdDlu4NTe { width:18.5625rem;height:1.7871125rem;top:47rem;left:1.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T0KItFunsEi8lMyIspRSw74ClwBFlGkZ { width:17.5rem;height:9.2578125rem;top:49.3125rem;left:1.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t6sE0Tdl0wSFm7uIIqk3wDzOUODtPPKR { width:4.3125rem;height:4.3125rem;top:21.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucED8pZqOzoadvZX1gTsRFHORRfLTVs5 { width:4.25rem;height:4.25rem;top:1.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzOLTO5IMSy6nWmpgDxzOZSOrcJr2Eol { width:4.25rem;height:4.25rem;top:41.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGJ6ETAXF4pmRT0uTQVJckBHFvtfhvnq { width:2.8125rem;height:2.8125rem;top:22.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1HyJJtGtmzS4unk5RVad8ipW6vacSxO { width:2.375rem;height:2.375rem;top:2.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX2sCQEK8TDVSR5kuqQOvNv44uf9JAgW { width:2.75rem;height:2.75rem;top:42.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW { display:block; }#qgSnHBeLpqOTyy0mR4w52Jxgp1Cwe1oW > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIXpI84lpc4mVuXhNni2nl4fi1w42ksM { width:17.1875rem;height:9.2578125rem;top:9.0625rem;left:1.4375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XzTogI8c1DcSoUI9Qmr9dTW8FWU5mf1L { width:15.1236875rem;height:1.9934875rem;top:6.4375rem;left:1.4375000596046rem;font-size:1.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oGCr3QLgmTFRsxmT1VKxRPkQP8rnq4ab { width:16.687rem;height:0;top:21.2060546875rem;left:1.656494140625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #qtFMTr3tHSlH6rKtzIV2Jl5u6e8seoDX { width:18.6875rem;height:2.61230625rem;top:2.9375rem;left:1.25rem;font-size:2.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WHD9JKgDd8RUP8MSvKuZavFedXTyv968 { width:18.5rem;height:3.73730625rem;top:20.5625rem;left:0rem;font-size:2.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QT4WzM1NZf47BUQcrGKHNiFGxezR2Etw { width:18.125rem;height:1.4622375rem;top:18.934898376465rem;left:0.375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Zs2wmaoPy97y7qqa7CQNruJy7le5C0za { display:flex;width:2.5rem;height:2.5rem;top:55.89480625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2paQ8498dTpASx5XDcI2JTa6yliMpPH { display:block; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TORM4aOAGzTiBnRBo8rzckztbo611DJ9 { width:17.5rem;height:0;top:2.491455078125rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JTH8r3CKpAyzHTRfCTpbwvsfAAKvqd2b { display:flex;width:3.875rem;height:3.625rem;top:7.67578125rem;left:8.0625002980231rem; }
 }@media only screen and (max-width: 763px) { #JWsdXeVvfhSUwMx9tuq8L24CR9trdlP6 { width:18.5625rem;height:4.0234375rem;top:3.109375rem;left:0.71875005960463rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15004;color:#0f4632;display:block; }
 }@media only screen and (max-width: 763px) { #d0bdokwgU5MQuakO099fz6B8D3TvAiAZ { display:none; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uy32ABMy11JZwTX7HmQU75QAPqrpOh5l { width:20rem;height:3.1875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvSK2Nn7VuNCNph8L5T7GsGsaeHdfHCM { width:20rem;height:auto;top:7.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWtcCbwzepyHu956d1hEt5V1hEn1CB9l { width:20rem;height:auto;top:10.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KapmXTHeCim94fZzBU0QGvKIWT1NzKmR { width:12.5rem;height:0;top:-1.6243438720703rem;left:7.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGlddsnS84DVOO8Gfgz7VnRq0ma4lEOX { width:20rem;height:3.1875rem;top:5.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuvBWZ69OXINBflXT1cS2EE3UX937cmk { width:20rem;height:auto;top:14.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWx2au1bdsm99eWvegsq6qbbVxoESuLo { width:20rem;height:auto;top:18.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l05v1MkTVllcmyH3BRG8gzGnJTLBFvI6 { width:20rem;height:3.1875rem;top:10.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WULe5UoTbBkEMEiPd4bNRXUOSObWXptV { width:12.5rem;height:0;top:-1.6243438720703rem;left:7.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMvMTORWNxsw0etsyl4DlSsOs21Os08T { width:20rem;height:auto;top:21.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgaLnUuulHIBKmKobXEJ3wA0UEdDLhim { width:20rem;height:auto;top:25.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kF6itvxbvAA63mrFupBOT6rg6uc1pftX { width:20rem;height:3.1875rem;top:14.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLTovoCL9Q81aVWbLVKZqeTcfyekeGbd { width:20rem;height:auto;top:28.5625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UO8A9PPUvx3XUoyAv3CKPiH8izSb2qC5 { width:20rem;height:auto;top:32.3125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwgqlOwwl90bz5gAuh73161oduTPd8gR { width:20rem;height:3.25rem;top:35.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4UtRbTfllLloQliHZJ89mMRGl1kTJll { width:20rem;height:0;top:19.85285949707rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiFA2gCXmPCQwE77cDp8ywMC1TV0rpm2 { width:20rem;height:auto;top:40.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ps0K8RWQwiXsIP6snt2gvJWWAs0O98ug { width:20rem;height:3.1875rem;top:19rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #umFJTJBN0v7hlqTT84sTThemEIEVwBV3 { width:20rem;height:auto;top:35.9375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eocv55UD8pbhhoUkhehUTryGLOTRRA9e { display:block; }#Eocv55UD8pbhhoUkhehUTryGLOTRRA9e > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeeOxm5xpw0ANnXMPOtTwTnFCbx32ltT { width:20rem;height:0;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkzmnFANo56K8r67uzEcSfNdtZepymzn { width:12.5rem;height:0;top:5.6868515014649rem;left:5.7497830986977rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7ZECriGkqrmMWUO0HlAvy3NgD5kIIki { width:12.5rem;height:0;top:2.0713996887207rem;left:5.7497830986977rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5NlhovHISQFHKMxe072fdEnW58maQUC { width:20rem;height:0;top:11.56640625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCFpfnGEuaHOoalyCLDCFpAKaJpGcwAT { width:20rem;height:0;top:21.8828125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fT4LLTzts7L60RrT7T0kWsbSCbkOeJNC { width:20rem;height:0;top:27.76171875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3KOqhFSu0oVmOQTEmHiKpPP1L9lC8ec { width:20rem;height:0;top:34.641052246094rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZ7DxTz9hTsOeQgleC2mb2tQd0x7k9RH { width:20rem;height:0;top:40.519958496094rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #alUv8rNW4GcVREztyw5Gcd3TIQ8RTlHW { width:20rem;height:0;top:47.398216247559rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTgOnx3evy4zd26Wb6ch8LqtG9d3MuOC { width:20rem;height:0;top:53.277122497559rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvSMmd29VKEdTVBCpLwt6safcBsAXSal { width:20rem;height:0;top:60.219390869141rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B072TGgTJucSSTFBknIp82CAuQMiegdi { width:20rem;height:0;top:66.098297119137rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVeqLdHabglNUZ3odpaNIIgXwVDvepN2 { width:20rem;height:0;top:72.914703369137rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEcBeTTnczbuZ7EmvVpScmkJM5e37SGW { width:20rem;height:6.6875rem;top:8.0609807968137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0TSZQJA84sNfGzGnUgIdoysVK3JB4mh { width:20rem;height:6.75rem;top:22.249567985534rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZtmbvumg5K0KegMuVFx4VkCONOlpA3a { width:20rem;height:6.4375rem;top:53.092448234558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naDfACg4ZqUNq7gXvH8N5U2XbLuFfw4o { width:20rem;height:6.625rem;top:37.273221492767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdOSFDheQuc4Q35OnNRm0aLsCc3TCrul { width:20rem;height:3.1875rem;top:86.842447280881rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMBtftk2FAKq8yDQyC4v4NF2qkbfWs0G { width:20rem;height:6.75rem;top:68.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDbEpNA8xWmRopyW0TKovR2oAqIu0oaR { width:18.25rem;height:4.62890625rem;top:1.9965286254882rem;left:1.0935329794884rem;font-size:1.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #x0mQ9pXKIQK4x0sxN68SW564bltv1Fu8 { width:18.2498125rem;height:4.62890625rem;top:9.1210947036744rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #PwSH9OlOTUT3oyuMJn8hozvLUxsGUlnF { width:18.2498125rem;height:4.62890625rem;top:16.183594703674rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #HetWzUTV5QAqF06OVwu0BVWNyedugb4M { width:18.2498125rem;height:4.62890625rem;top:23.433161735534rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #AS2ME1QN2to7rIGLZpJVkA33K7HIcEgw { width:18.2498125rem;height:4.62890625rem;top:30.745444297791rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zSWrrRp5NlaZTTODUNn7A14SBaVnZ8TS { width:18.2498125rem;height:4.62890625rem;top:38.432076931rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #inzrV2rbWwqR1WGbr5cXZ8Lfuf0sKQXi { width:18.2498125rem;height:4.62890625rem;top:46.180559158325rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #CJKxfOOx0WGDE34tn4q9OcC042KDQq92 { width:18.2498125rem;height:4.62890625rem;top:54.180773735046rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #gHDuuKQ8JVAFWvN9flOFV224tw0Zo64o { width:18.2498125rem;height:4.62890625rem;top:61.992186546326rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #PayMXZC2AkQg06FTWiJNAlI3eTmBDecd { width:18.2498125rem;height:4.62890625rem;top:69.25rem;left:0.875rem;font-size:1.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cpdsxxzRq67cO1L4w2VlqDaxlK9HxHu8 { width:18.2498125rem;height:4.62890625rem;top:76.810981750487rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G { display:block; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP0x1NxWfLPlRWOAfO7DQ9LaUIE8AOgk { width:17.99925rem;height:3.62426875rem;top:0.904541015625rem;left:0.99853515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBKObrx0ZddA9h8vxMzzeHU9lwc3sKDi { display:block; }
 }@media only screen and (max-width: 763px) { #w43eCVkc01XXxRgVQNtzngTe0utcTskQ { display:block; }#w43eCVkc01XXxRgVQNtzngTe0utcTskQ > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWblcHhKrv5m9rbH163fKoJTJ0zUyJcx { width:18.875rem;height:2.5996125rem;top:3.8125rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbLUwEir62wwQAZ1KqLM626Q0l7KIqzQ { width:20rem;height:0;top:5.09765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#AbLUwEir62wwQAZ1KqLM626Q0l7KIqzQ li:before{  }
 }@media only screen and (max-width: 763px) { #WVfIuQeCTJROvmTgZWzfHWa6v5KS4NG0 { width:18.9361875rem;height:2.11230625rem;top:23.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHaD4mXn4THgrU4CwfzvT3HqpfTTA36H { width:18.18725rem;height:2.37426875rem;top:9.4375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcz05LHc8tRQVcLdc6Ow9osEhEzNqNuf { display:block; }
 }@media only screen and (max-width: 763px) { #kQHCS2G4GpTrhuRzKbBr812U9aKfn7mO { width:20rem;height:0;top:24.588623046875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #HoTAHQM0efBRzUflGb5SAoggJQO6NBAg { width:18.125rem;height:2.92480625rem;top:6.8125rem;left:1.1250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15001;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) { #F1oXHiftmiWnwLenTr1QLCnFn6s79pJs { width:15.4986875rem;height:3.5996125rem;top:13.1875rem;left:2.2473958134651rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15003;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sHqReL6FxMETy8aZxGZZXMVgV0xEoeSo { width:15.4980625rem;height:3.5996125rem;top:18.25rem;left:2.25rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15004;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe { display:block; }#oItQtuq8DFHNk0vLe3l9FTr1Jao70ABe > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8KMCS9pT22KAPpcJQwWhKyqsT4bi9Tm { width:17.9375rem;height:5.19921875rem;top:2.7096366882324rem;left:1.0312500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTXmQp361qEns425p5D8GiknXTn90L0 { width:17.6875rem;height:23.1445rem;top:7.9075527191163rem;left:1.0312500596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fw37Rb2Qtfnic6sppBOpud0nDOUdSsLI { width:17.75rem;height:12.0625rem;top:32.497398376465rem;left:1.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN { display:block; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhmEe9z8NSDRtn3x9NUHU0UvBQozkOKu { width:18.125rem;height:4.3125rem;top:1.28125rem;left:0.93750005960463rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3t9z0eOwD1SUTk3gV4F2LgKcHVZD30Z { display:block; }
 }@media only screen and (max-width: 763px) { #n0T0S6G9towbx0APCoohCNTOeJ8mR8mx { display:block; }#n0T0S6G9towbx0APCoohCNTOeJ8mR8mx > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #No0XqhnOdxNrTW0wtV0BWZUt9lN4VfiJ { width:6.8115rem;height:7.937rem;top:14.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tswvi6gs4T8QfFUXr9T3DXZ70kAIrlXN { width:17.1875rem;height:26.23046875rem;top:24.444580078125rem;left:1.40625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hgHu25hCf8HCI7bWTeqIxUI4hVM8g5zL { width:18.4375rem;height:7.972625rem;top:2.4921875rem;left:0.78125005960463rem;font-size:1.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xDsFhHQa6XERshaAKENRLGTLCwcuh0f7 { width:9.812rem;height:10.81175rem;top:11.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC { display:block; }#tq0VLSsP7t5B7wxa1uzOu9SfNJgX4BNC > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ4CrBOF6va6pnz13vIIAmUOUXLBeXGC { width:4.3125rem;height:4.3125rem;top:9.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-regular-label { display:block;width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-input-text { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-input-text {padding-top: 0; padding-bottom: 0;}#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-textarea { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-input-select { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-input-select {padding-top: 0; padding-bottom: 0;}#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.2;overflow:hidden;height:3.375rem; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-checkbox-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-container:first-of-type{padding-top:0;}#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .widget-container:last-of-type{padding-bottom:0;}#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c  { width:15.7498125rem;height:auto;top:12rem;left:0.875rem; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .radio-container { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c .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; }
#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c {display:block;}#zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c { width:15.7498125rem;height:auto;top:12rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #fvPxAPzJbynErQLfCetCpJpHduWVfDfK {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #WRNBJwKmlQUPvVugE1JFg3Ic8n6h2tN8 {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #EZqt3BgJ29RiT3t8nfvXyA1dOR4wpTl9 {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #uNWt2qpClee92k4hkDV9mb0TnE1CDgqB {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #hFNncUfhi5CwOKXpvAyD6K9J3iAKVGXd { display:block; }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #HLJ7gIQxTzpCW154TFrCnBWopwtBXIS7 {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #lI66773nCVX77u2fcD4Ln3hyru1o0OIb {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #FOM7f0JEL4dOZiFXwLeFdzd5aPAmevRZ {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #AQHcv9GKFEWwizlCNhu6zBaxrf41NJW1 {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #k0cIs6uif6wwEEuMawbNnKFxnEqOLbDz {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #WpksdN3CzhLIw37U3K3DJOTNUQ7U8brE {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #oQIgm1GA5FqydEhbEAmVwpfiEf6Bt79m {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #ghRIOvWTlxvhlV0SrXIyT6kDmG2ra6SK {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #s5FPqNEZO6eTgm6lqXKO2DVUiNCDgLvQ {  }
 }@media only screen and (max-width: 763px) { #zxBDhrf1yyBbODqL4CE9kEZfmrWs6i8c #TxVb94ZSUykZJ8r0y4kTtIAQByTeJIR8 {  }
 }@media only screen and (max-width: 763px) { #mzf8aPThXPGKH99JK05MotWgWeZGnaNQ { width:3.4375rem;height:3.4375rem;top:10rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW6PCJMk4EDcnVDeFvppT9fHbSB58Qqf { width:15.875rem;height:6.875rem;top:1.8880233764649rem;left:2.0625000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #phCbCFMi7Gd73FGOvXzGLUq32iAudNDA { background-color:#f8f8f8;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; }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row .container { background-color: transparent; background-image: none; }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row .container > .video-iframe-container { display: none; }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row > .video-iframe-container { display: none; }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .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); }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row .container { border-width: 0; border-radius: 0; }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phCbCFMi7Gd73FGOvXzGLUq32iAudNDA > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIL27tMCyEBMbTcd6PmaxPKlqb4zPI8g { width:20rem;height:2.2753875rem;top:3.624267578125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czmzISvU0GgRSQHfAThIGerkyOeroK4r { width:19rem;height:3.125rem;top:6.9375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTqOAiT8KyUS1BhT8RhSTsOORPHROCCr { display:block; }
 }@media only screen and (max-width: 763px) { #PxEovA22P27TUxxygMB18d1oERJgRD4W { width:19rem;height:3.125rem;top:10.6875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSpW362pg4pMWCqUZmrxG3NFy12b3163 { display:block; }
 }@media only screen and (max-width: 763px) { #oMJs0MPkBCiQlpwx8TtEfnyZsaqRM4te { width:19rem;height:3.125rem;top:14.4375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLVXOedmoTTynBXsygFscMD9rkWG6wOX { display:block; }
 }@media only screen and (max-width: 763px) { #JClwkmVDgKwo1Sxr5yavHF1l5dna1vc8 { width:19rem;height:3.125rem;top:18.25rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2Kv4xV4sBcONofKEhpixehJJ2nlrmnV { display:block; }
 }@media only screen and (max-width: 763px) { #e8XHTWK49i5DAUEuMhbelhXP2GvX2dPW { width:19rem;height:3.125rem;top:22rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghROliXQ1rTesTT3xIDN745aMKr0Np44 { display:block; }
 }@media only screen and (max-width: 763px) { #CD7fmXoUf6U8vkkzOcIdKqnzT5hvHaPJ { width:19rem;height:3.125rem;top:25.75rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgDXksAkU1RuoWo1ufTpqTUCRv2G9Ou9 { display:block; }
 }@media only screen and (max-width: 763px) { #ulVtgH54mM2h9UsdFNe5lFwZMKnRmqEy { width:19rem;height:3.125rem;top:29.49978518486rem;left:0.49913197755814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkRHkOQE7eBoZ4IfkeNxu5gfULu8Jixm { display:block; }
 }@media only screen and (max-width: 763px) { #rniSz3EtATKg6hBd2GNOB25Zmsetg46Q { display:block; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UInlKlLuye63T2oiMd3eoBAAd7ZJFMo4 { width:12.875rem;height:4.53955rem;top:2.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJbxSRB9IMn2kFK6RbVHMEu5k69apFc0 { 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) { #L5f1lA0ZfD6GMS2aWFXIW3yBOfEkFG5e { display:flex;width:2.5rem;height:2.5rem;top:12.5625rem;left:1.125rem; }
#L5f1lA0ZfD6GMS2aWFXIW3yBOfEkFG5e > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ifav9lQx9AT641vKieF74vEE7FTVPJOT { display:flex;width:2.25rem;height:2.25rem;top:12.875rem;left:5.75rem; }
#ifav9lQx9AT641vKieF74vEE7FTVPJOT > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #WQHvkCwqV582CP8A29O83zaJbDzZh28N { display:flex;width:2.375rem;height:2.375rem;top:12.8125rem;left:10.75rem; }
#WQHvkCwqV582CP8A29O83zaJbDzZh28N > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #UfeJVrCiuf3QlgfnIiOJat8eT6ReIASy { display:flex;width:2.375rem;height:2.375rem;top:12.875rem;left:16.4375rem; }
#UfeJVrCiuf3QlgfnIiOJat8eT6ReIASy > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }