.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:220,248,234;--color-primary-1:140,233,184;--color-primary-2:24,210,112;--color-primary-3:12,105,56;--color-primary-4:4,32,17;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:40,40,40;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Fortum Sans";--paragraphs-font-family:"Fortum Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1d2b391b-7234-47b6-9d94-d5d24344a37d/Energiazpakietemnapraw7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU.adaptive-delivery-prevent-bg, #WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU.lazyload, #WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU.lazyloading { background-image: none; }#WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU > .row .container { background-color: transparent; background-image: none; }#WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU > .row .container > .video-iframe-container { display: none; }#WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU > .row > .video-iframe-container { display: none; }#WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU > .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); }#WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU > .row .container { border-width: 0; border-radius: 0; }#WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#i8VtGk2CHeBtvITfqQxUBfirUAvRppV9 { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-4),0.8);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0.6875rem 0.8125rem rgba(49,49,49,0.09) ;height:50rem;width:33.3125rem;top:0rem;left:41.6875rem;display:block; }
#KsINrVSWTfh26e6UGSbgrg0hHxIg5ECs { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:38.099365234375rem;left:45.030517578125rem;height:7.5rem;display:block; }
#eeb3O4LznnsTO9VO5MpiOI0ELzKfLytf { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:5.372314453125rem;left:43.18603515625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#brPLtVJ9dvXdTSAVHnBXSeKDgnshpe5c { position:absolute;display:block;z-index:15053;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.81225625rem;width:11.4978125rem;top:1.56005859375rem;left:0rem;overflow:hidden;display:block; }
#IeymOrO6iTzuOFA51m5mnoRHeNvFtIt2 { color:rgba(var(--color-primary-2),1);display:block;width:30.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:7.871337890625rem;left:42.96826171875rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wyMJ5BHAsD8lrhLLa7OFX8wESED03LHN { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:13.57666015625rem;left:42.999267578125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZsEHkTGRsdHpTLrJA3RaPTd4m7KEmu6 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#CwrTUr7CkbvEKQkFRxGOKMH1EqLterAi { color:rgba(var(--color-primary-2),1);display:block;width:30.49925rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:12.24853515625rem;left:0rem;height:5.4431125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#b2lWhMO4if3WkudDpO6aeiguzrv9XBTI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:16.5rem;left:3.75rem;display:none; }
#DRnSc3PelNu2xBB4OTmh9BdRcXd0VVWa { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#B5JxtKbCi3c9OTtXtJW1AbLfOQuWtvOW { position:absolute;display:block;z-index:15046;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:7.37425rem;width:7.4365rem;top:42.625732421875rem;left:33.780517578125rem;overflow:hidden;display:block; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-form-header {  }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#040404;width:25.8125rem;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;vertical-align:top;text-align:left;text-align-last:left;background-color:transparent;background-image:none; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);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:25.8125rem;box-sizing:border-box;height:3.5625rem;vertical-align:top;font-size:0.75rem;overflow:hidden;font-family:arial;color:rgba(var(--color-secondary-0),1);line-height:1.2; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-text {padding-top: 0; padding-bottom: 0;}#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);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:25.8125rem;box-sizing:border-box;height:3.8125rem;vertical-align:top;font-size:0.75rem;overflow:hidden;font-family:arial;color:rgba(var(--color-secondary-0),1);line-height:1.2; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-bottom:0.125rem solid #04d28d;border-left:0.125rem solid #04d28d;border-right:0.125rem solid #04d28d;border-top:0.125rem solid #04d28d;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:25.8125rem;box-sizing:border-box;height:2.5rem;vertical-align:top;font-family:"titillium web";color:rgba(var(--color-secondary-0),1);font-size:1rem;overflow:hidden; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-select {padding-top: 0; padding-bottom: 0;}#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:2.0625rem;font-weight:700;color:rgba(var(--color-secondary-0),1);width:25.8125rem;height:4.3125rem;font-family:var(--headlines-font-family);overflow:hidden;line-height:1.2;font-style:normal;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT [class*="-text"]:-moz-placeholder { font-size:1.0625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT [class*="-text"]::-moz-placeholder { font-size:1.0625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT [class*="-text"]:-ms-input-placeholder { font-size:1.0625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT [class*="-text"]::-webkit-input-placeholder { font-size:1.0625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .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:arial;font-size:0.5rem;font-weight:400;color:rgba(var(--color-secondary-4),1);vertical-align:top;width:24.8125rem;overflow:hidden;font-style:normal;line-height:1.1;float:none; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .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:top; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:"titillium web";font-size:0.75rem;font-weight:400;color:#04d28d;overflow:hidden;font-style:normal;float:none; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-container:first-of-type{padding-top:0;}#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-container:last-of-type{padding-bottom:0;}#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT  { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.8125rem;height:auto;position:absolute;z-index:15041;top:16.17431640625rem;left:44.185791015625rem; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.8125rem;display:block;vertical-align:top; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#040404;vertical-align:top;overflow:hidden;font-style:normal; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT {display:block;}#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.8125rem;height:auto;position:absolute;z-index:15041;top:16.17431640625rem;left:44.185791015625rem; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #WhkAK2cRBw4CGVUatfE4LCuE5EHIJVas { position:relative; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #OfXBsrfpzp7b5hRkbEWxsS4Ha7XRkM7f { position:relative;display:none; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #rIEGudu5uk1v4Ae4iTdVeTZ3VZ3syaA7 { position:relative; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #Oalw90lS2voBHL6u5fAtMMvULWm84RIQ { position:relative; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #SQFuNbK9nuTtK1wQr6k7EJUwTQC3T7ML { position:relative;display:none; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #mmBISQlcJIgXTxkWQmGdT5ooRsid2OEU { position:relative; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #ObMzATqMELxAwvd3NL4FJ99oTZNNiqdk { position:relative; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #i6WFGSLwJmRUBShPxRwp9VDTMyk0zzri { position:relative;display:none; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #l85lW0G1ycmPy988DTytpxcraPRNTMRB { position:relative; }
#axiHW2zWPSNPhgQJXNaVT8pCnSzcQbWW { position:relative;display:block; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #mRocfQFyIJEnXQHkKLyql93dRwdRM6q8 { position:relative; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #GTwlrnONkdtcIQcfna5PIT8pBKsI9Kd3 { position:relative; }
#lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V > .row .container { background-color: transparent; background-image: none; }#lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V > .row .container > .video-iframe-container { display: none; }#lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V > .row > .video-iframe-container { display: none; }#lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V > .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); }#lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V > .row .container { border-width: 0; border-radius: 0; }#lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#FHhX2G0lax09dWxTKfkeDUhbGWCksb5T { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.7483125rem;width:10.8105625rem;top:3.997802734375rem;left:32.091064453125rem;overflow:hidden;display:block; }
#UzNdttzEvLTLAXEICuqkxEmfLrVAR54S { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4965625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:16.5625rem;left:19.25rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#MONPp0T4wPMAV1qV43l0q01sDsGnTl7v { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.3125rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:16.9375rem;width:61.9375rem;top:21.5rem;left:6.5625rem;display:block; }
#pbSpyomXHGmol86fxfcsvTvRDRntAMbC { color:rgba(var(--color-tertiary-4),1);display:block;width:52.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:23.5625rem;left:11rem;height:9.26175rem;text-align:center;text-align-last:center;display:block; }
#ayuScltHG33Oh8KckL7T5Cq1wsvQynwZ { color:#313131;display:block;width:57.5610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:33.75rem;left:8.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna > .row .container { background-color: transparent; background-image: none; }#KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna > .row .container > .video-iframe-container { display: none; }#KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna > .row > .video-iframe-container { display: none; }#KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna > .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); }#KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna > .row .container { border-width: 0; border-radius: 0; }#KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#I7U1GJdZ6tpqGy4iTLQmDamCWhLqwk2C { color:rgba(var(--color-tertiary-4),1);display:block;width:61.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.25rem;left:6.8125rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#Hos35yqGtHFEzsbhTFauFTT6VtHeVORf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:3.9375rem;left:34.75rem;overflow:hidden;display:block; }
#RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf > .row .container { background-color: transparent; background-image: none; }#RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf > .row .container > .video-iframe-container { display: none; }#RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf > .row > .video-iframe-container { display: none; }#RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf > .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); }#RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf > .row .container { border-width: 0; border-radius: 0; }#RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#ZbfkJvoH1m1JbG8yZ86a173qvSJBTbQO { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.76416015625rem;left:9.81201171875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul > .row .container { background-color: transparent; background-image: none; }#xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul > .row .container > .video-iframe-container { display: none; }#xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul > .row > .video-iframe-container { display: none; }#xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul > .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); }#xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul > .row .container { border-width: 0; border-radius: 0; }#xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#OwTxnqISw37nW586svX3zCAiMFDCIO0C { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:25.625rem;width:27.5625rem;top:3.312255859375rem;left:5.43701171875rem;display:block; }
#inoWP3nKAn0pZNxX5vaNReOiVKPZrt9K { 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:6.12426875rem;width:5.7495125rem;top:6.2529296875rem;left:16.3427734375rem;overflow:hidden;display:block; }
#VWVT0V7xQd0DdxEVCZRDBZI1o3Je5uk6 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.983642578125rem;left:7.232666015625rem;height:8.9355625rem;text-align:center;text-align-last:center;display:block; }
#WUiy4PTXReiEm7kaWbJHRXAPEik3VUgp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.932373046875rem;left:7.281494140625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#KWxwLLSMlBtlUernBfomO0hggNZ7tSHS { color:rgba(var(--color-tertiary-4),1);display:block;width:25.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.983642578125rem;left:43.531494140625rem;height:10.722625rem;text-align:center;text-align-last:center;display:block; }
#wVP9PxsOouZKVwF7LRTrVfsArzEfgdmb { color:rgba(var(--color-tertiary-4),1);display:block;width:24.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.931884765625rem;left:44.1552734375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#kBsiQcl8Eq3LmZAfd1JpqbQczQTKkfnQ { 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:6.0625rem;width:5.6875rem;top:6.249267578125rem;left:53.311767578125rem;overflow:hidden;display:block; }
#zs5sh019IbgTaXImB3mnt7h7UT9XGBDe { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:25.625rem;width:27.56225rem;top:3.09375rem;left:42.467041015625rem;display:block; }
#THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn > .row .container { background-color: transparent; background-image: none; }#THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn > .row .container > .video-iframe-container { display: none; }#THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn > .row > .video-iframe-container { display: none; }#THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn > .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); }#THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn > .row .container { border-width: 0; border-radius: 0; }#THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#DbIezsgklFB9MWdZdvc7eCuBuQixmCeS { 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:6.0625rem;width:5.5625rem;top:6.1279296875rem;left:16.3427734375rem;overflow:hidden;display:block; }
#ODa4mdCtvMIx8z8KEK0bn2Bv4dUbELfF { color:rgba(var(--color-tertiary-4),1);display:block;width:25.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.3291015625rem;left:6.591796875rem;height:10.722625rem;text-align:center;text-align-last:center;display:block; }
#xmpwxiu1vyzRTNwX5lnhH3IGMvGyMlsI { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.80810546875rem;left:7.281494140625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#bRXxTNZOXNoL54vCD1ibqwQW5NGxl6Ro { color:rgba(var(--color-tertiary-4),1);display:block;width:24.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.061767578125rem;left:44.1552734375rem;height:10.722625rem;text-align:center;text-align-last:center;display:block; }
#X1gIzbdEqFTraUwe50NsDDFyDRNLTmUd { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.80810546875rem;left:44.78173828125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#FH400JWEhiA4x63OUMDzsTmw0BACNbJB { 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:6rem;width:5.5625rem;top:6.125rem;left:53.3125rem;overflow:hidden;display:block; }
#DFMTU47u8VBKKqKudGz4OMCWoeJPCpBL { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:25.625rem;width:27.56225rem;top:4.06103515625rem;left:5.340576171875rem;display:block; }
#X0T3fnCs8wk9GtGoaxOuFpoXTQSfDlg3 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:25.625rem;width:27.5610625rem;top:4.06005859375rem;left:42.46826171875rem;display:block; }
#al6wPlo5CwTGnE8EPotEsPfyptVSna7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#al6wPlo5CwTGnE8EPotEsPfyptVSna7w > .row .container { background-color: transparent; background-image: none; }#al6wPlo5CwTGnE8EPotEsPfyptVSna7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#al6wPlo5CwTGnE8EPotEsPfyptVSna7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#al6wPlo5CwTGnE8EPotEsPfyptVSna7w > .row .container > .video-iframe-container { display: none; }#al6wPlo5CwTGnE8EPotEsPfyptVSna7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#al6wPlo5CwTGnE8EPotEsPfyptVSna7w > .row > .video-iframe-container { display: none; }#al6wPlo5CwTGnE8EPotEsPfyptVSna7w > .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); }#al6wPlo5CwTGnE8EPotEsPfyptVSna7w > .row .container { border-width: 0; border-radius: 0; }#al6wPlo5CwTGnE8EPotEsPfyptVSna7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#al6wPlo5CwTGnE8EPotEsPfyptVSna7w > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#hOQxMdeaIVGEKxmkFWxM16H77Jmb3CpI { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum cy";font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:62.37425rem;height:5.68725625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.06640625rem;left:6.31103515625rem;display:block; }
#a2vC25ZkQpc2sDqOaLRXG31E1OMUdf65 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ > .row .container { background-color: transparent; background-image: none; }#efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ > .row .container > .video-iframe-container { display: none; }#efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ > .row > .video-iframe-container { display: none; }#efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ > .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); }#efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ > .row .container { border-width: 0; border-radius: 0; }#efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;position:relative;display:block; }#yLFgHo2pRyTEaIqFGqOGIXlyNehThXIm { color:#313131;display:block;width:55.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.3125rem;left:9.81201171875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z8Mc22wNE3bun4mGp4KhmeIJZzKCnBTB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:15.1875rem;top:14rem;left:29.90625rem;overflow:hidden;display:block; }
#IixFUBP48eOAbL2GwHdmhBKfpWuaeVip { color:#313131;display:block;width:59.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:36.060791015625rem;left:7.906494140625rem;height:13.125rem;text-align:center;text-align-last:center;display:block; }
#gJP7dB1FatFrdRTBOL7bU5pqhUVR7ZtB { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:9.8125rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH > .row .container { background-color: transparent; background-image: none; }#Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH > .row .container > .video-iframe-container { display: none; }#Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH > .row > .video-iframe-container { display: none; }#Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH > .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); }#Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH > .row .container { border-width: 0; border-radius: 0; }#Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#FJrCpLKbLUwWHHkvRp9niXT7SWNx2DId { color:#23375b;display:block;width:38.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:4rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rS0mO0L9hhKGGPnGzxHkZpIdTQBJbCGM { color:#23375b;display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.5rem;left:4rem;height:11.25rem;text-align:left;text-align-last:left;display:block; }
#Mqe0awg133BMhNoqXV7cTu1nHI6hQJhf { 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:17.6875rem;width:25.9375rem;top:7.4375rem;left:48.25rem;overflow:hidden;display:block; }
#arTETTkSvII8hEiFvOzPGaMpaMcSt173 { background-color:#f7f9ff;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; }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row .container { background-color: transparent; background-image: none; }#arTETTkSvII8hEiFvOzPGaMpaMcSt173::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row .container > .video-iframe-container { display: none; }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row > .video-iframe-container { display: none; }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .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); }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row .container { border-width: 0; border-radius: 0; }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row .container { font-size:0.875rem;font-family:"open sans";height:33.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#A4QXaX4FnztK835BxCXrvb6zd5y6UyxT { color:#eb6437;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:15.75rem;left:0.0625rem;height:4.7122375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a6hWIdli5U0UIQDZPfX5CBTquHLRm1sG { color:#eb6437;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.373779296875rem;left:0rem;height:5.36198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fD0VAQVhBImxLVgWoF99PBLshJtIFUqz { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:57.8125rem;height:4.4995125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:21.4375rem;left:8.625rem;display:block; }
#IbOk9r0UCqfemwvpc6hoFxFkLHzzfR7E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BHD00LrVa5fzsqMnUhLSLFMx1IRTwPNf { position:absolute;display:block;z-index:15032;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:5.9375rem;width:5.9375rem;top:2.362060546875rem;left:34.53125rem;overflow:hidden;display:block; }
#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row .container { background-color: transparent; background-image: none; }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row .container > .video-iframe-container { display: none; }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row > .video-iframe-container { display: none; }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .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); }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row .container { border-width: 0; border-radius: 0; }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#x3cHx8XQLPkLAVfxiKXFEy5QHv5hoRFC { 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:31.0625rem;overflow:hidden;display:block; }
#teUJ69XsdFAAWskLgiu8OULl4AZ5zP9p { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#MM0oAOJGtG292hbqBdvE0wQ6OAOMNVzP { 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:21.625rem; }
#MM0oAOJGtG292hbqBdvE0wQ6OAOMNVzP > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }#dGErG2TmO1DTbpDtlpnEtoVKPAVy27TG { 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:30.125rem; }
#dGErG2TmO1DTbpDtlpnEtoVKPAVy27TG > img { max-width: 100%;max-height:100%; width:2.3120125rem; height:2.3120125rem; }#z11TtBOhFDJJcnOkc5lJ8fIXhWqEMobd { 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:39.75rem; }
#z11TtBOhFDJJcnOkc5lJ8fIXhWqEMobd > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }#B9bLemWdGWUeX20TCxQd68k5Lh3ZOwMO { 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:50.3125rem; }
#B9bLemWdGWUeX20TCxQd68k5Lh3ZOwMO > 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) { #WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU { display:block; }#WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8VtGk2CHeBtvITfqQxUBfirUAvRppV9 { width:47.75rem;height:23.5625rem;top:14.624567031861rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsINrVSWTfh26e6UGSbgrg0hHxIg5ECs { width:26.5625rem;height:7.5rem;top:38.0625rem;left:21.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeb3O4LznnsTO9VO5MpiOI0ELzKfLytf { width:30.3125rem;height:2.375rem;top:5.3125rem;left:17.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brPLtVJ9dvXdTSAVHnBXSeKDgnshpe5c { width:11.4375rem;height:3.7922588196124rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeymOrO6iTzuOFA51m5mnoRHeNvFtIt2 { width:30.4375rem;height:6.0625rem;top:7.8125rem;left:17.3125rem;font-size:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyMJ5BHAsD8lrhLLa7OFX8wESED03LHN { width:30.625rem;height:2.5625rem;top:13.5625rem;left:17.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZsEHkTGRsdHpTLrJA3RaPTd4m7KEmu6 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwrTUr7CkbvEKQkFRxGOKMH1EqLterAi { width:20rem;height:2.1875rem;top:9.1875rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2lWhMO4if3WkudDpO6aeiguzrv9XBTI { width:12.5rem;height:3.875rem;top:16.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRnSc3PelNu2xBB4OTmh9BdRcXd0VVWa { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5JxtKbCi3c9OTtXtJW1AbLfOQuWtvOW { width:7.375rem;height:7.3132648087138rem;top:42.625rem;left:20.155517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-regular-label { width:24.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-text { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-text {padding-top: 0; padding-bottom: 0;}#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-textarea { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-select { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-select {padding-top: 0; padding-bottom: 0;}#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-button { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-checkbox-label { width:23.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT  { width:24.4998125rem;height:auto;top:17.599285125733rem;left:10.374349117279rem; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .radio-container { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT {display:block;}#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT { width:24.4998125rem;height:auto;top:17.599285125733rem;left:10.374349117279rem; }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #WhkAK2cRBw4CGVUatfE4LCuE5EHIJVas {  }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #OfXBsrfpzp7b5hRkbEWxsS4Ha7XRkM7f { display:none; }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #rIEGudu5uk1v4Ae4iTdVeTZ3VZ3syaA7 {  }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #Oalw90lS2voBHL6u5fAtMMvULWm84RIQ {  }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #SQFuNbK9nuTtK1wQr6k7EJUwTQC3T7ML { display:none; }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #mmBISQlcJIgXTxkWQmGdT5ooRsid2OEU {  }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #ObMzATqMELxAwvd3NL4FJ99oTZNNiqdk {  }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #i6WFGSLwJmRUBShPxRwp9VDTMyk0zzri { display:none; }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #l85lW0G1ycmPy988DTytpxcraPRNTMRB {  }
 }@media only screen and (max-width: 763px) { #axiHW2zWPSNPhgQJXNaVT8pCnSzcQbWW { display:block; }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #mRocfQFyIJEnXQHkKLyql93dRwdRM6q8 {  }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #GTwlrnONkdtcIQcfna5PIT8pBKsI9Kd3 {  }
 }@media only screen and (max-width: 763px) { #lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V { display:block; }#lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHhX2G0lax09dWxTKfkeDUhbGWCksb5T { width:10.75rem;height:10.688098734455rem;top:3.9375rem;left:18.466064453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzNdttzEvLTLAXEICuqkxEmfLrVAR54S { width:36.4375rem;height:4.0625rem;top:16.5625rem;left:5.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONPp0T4wPMAV1qV43l0q01sDsGnTl7v { width:47.625rem;height:16.875rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSpyomXHGmol86fxfcsvTvRDRntAMbC { width:47.75rem;height:9.25rem;top:23.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayuScltHG33Oh8KckL7T5Cq1wsvQynwZ { width:47.75rem;height:1.75rem;top:33.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna { display:block; }#KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7U1GJdZ6tpqGy4iTLQmDamCWhLqwk2C { width:47.75rem;height:11.25rem;top:10.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hos35yqGtHFEzsbhTFauFTT6VtHeVORf { width:5.625rem;height:5.625rem;top:3.9375rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf { display:block; }#RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbfkJvoH1m1JbG8yZ86a173qvSJBTbQO { width:47.75rem;height:3.1875rem;top:5.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul { display:block; }#xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwTxnqISw37nW586svX3zCAiMFDCIO0C { width:27.5625rem;height:25.625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inoWP3nKAn0pZNxX5vaNReOiVKPZrt9K { width:5.6875rem;height:6.0582142426206rem;top:6.25rem;left:9.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWVT0V7xQd0DdxEVCZRDBZI1o3Je5uk6 { width:24.0625rem;height:8.875rem;top:16.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUiy4PTXReiEm7kaWbJHRXAPEik3VUgp { width:22.875rem;height:2.375rem;top:13.875rem;left:0.468994140625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWxwLLSMlBtlUernBfomO0hggNZ7tSHS { width:25.375rem;height:10.6875rem;top:16.9375rem;left:22.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVP9PxsOouZKVwF7LRTrVfsArzEfgdmb { width:24.125rem;height:2.375rem;top:13.875rem;left:23.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBsiQcl8Eq3LmZAfd1JpqbQczQTKkfnQ { width:5.6875rem;height:6.0622723116705rem;top:6.1875rem;left:32.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs5sh019IbgTaXImB3mnt7h7UT9XGBDe { width:27.5rem;height:25.625rem;top:3.0625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn { display:block; }#THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbIezsgklFB9MWdZdvc7eCuBuQixmCeS { width:5.5625rem;height:6.0625rem;top:6.125rem;left:9.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODa4mdCtvMIx8z8KEK0bn2Bv4dUbELfF { width:25rem;height:10.6875rem;top:17.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmpwxiu1vyzRTNwX5lnhH3IGMvGyMlsI { width:22.875rem;height:2.375rem;top:13.75rem;left:0.468994140625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRXxTNZOXNoL54vCD1ibqwQW5NGxl6Ro { width:24.125rem;height:10.6875rem;top:17rem;left:23.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1gIzbdEqFTraUwe50NsDDFyDRNLTmUd { width:22.875rem;height:2.375rem;top:13.75rem;left:24.343994140625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH400JWEhiA4x63OUMDzsTmw0BACNbJB { width:5.5625rem;height:6rem;top:6.125rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFMTU47u8VBKKqKudGz4OMCWoeJPCpBL { width:27.5rem;height:25.625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0T3fnCs8wk9GtGoaxOuFpoXTQSfDlg3 { width:27.5rem;height:25.625rem;top:4rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #al6wPlo5CwTGnE8EPotEsPfyptVSna7w { display:block; }#al6wPlo5CwTGnE8EPotEsPfyptVSna7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOQxMdeaIVGEKxmkFWxM16H77Jmb3CpI { width:46.75rem;height:5.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2vC25ZkQpc2sDqOaLRXG31E1OMUdf65 { display:block; }
 }@media only screen and (max-width: 763px) { #efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ { display:block; }#efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLFgHo2pRyTEaIqFGqOGIXlyNehThXIm { width:47.75rem;height:6.4375rem;top:5.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8Mc22wNE3bun4mGp4KhmeIJZzKCnBTB { width:15.1875rem;height:17.625rem;top:14rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IixFUBP48eOAbL2GwHdmhBKfpWuaeVip { width:47.75rem;height:13.125rem;top:36rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJP7dB1FatFrdRTBOL7bU5pqhUVR7ZtB { width:19.1875rem;height:7.75rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH { display:block; }#Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJrCpLKbLUwWHHkvRp9niXT7SWNx2DId { width:38.4375rem;height:3.1875rem;top:8.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS0mO0L9hhKGGPnGzxHkZpIdTQBJbCGM { width:41.25rem;height:11.25rem;top:12.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqe0awg133BMhNoqXV7cTu1nHI6hQJhf { width:25.9375rem;height:17.68675rem;top:7.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arTETTkSvII8hEiFvOzPGaMpaMcSt173 { display:block; }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row .container { width:47.75rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4QXaX4FnztK835BxCXrvb6zd5y6UyxT { width:27.5rem;height:7.3125rem;top:15.196398735046rem;left:9.908854961395rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6hWIdli5U0UIQDZPfX5CBTquHLRm1sG { width:27.5rem;height:2.4375rem;top:15.196398735046rem;left:9.908854961395rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD0VAQVhBImxLVgWoF99PBLshJtIFUqz { width:46.75rem;height:4.4375rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbOk9r0UCqfemwvpc6hoFxFkLHzzfR7E { display:block; }
 }@media only screen and (max-width: 763px) { #BHD00LrVa5fzsqMnUhLSLFMx1IRTwPNf { width:5.9375rem;height:5.9375rem;top:2.3125rem;left:20.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5eWJHIhsfgflR8m2bhVcOwS68AT95gs { display:block; }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3cHx8XQLPkLAVfxiKXFEy5QHv5hoRFC { width:13.0625rem;height:4.5625rem;top:4.7081146240234rem;left:17.593316555023rem;display:block; }
 }@media only screen and (max-width: 763px) { #teUJ69XsdFAAWskLgiu8OULl4AZ5zP9p { width:47.75rem;height:1.3125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM0oAOJGtG292hbqBdvE0wQ6OAOMNVzP { width:2.375rem;height:2.375rem;top:11rem;left:8rem;display:block; }
#MM0oAOJGtG292hbqBdvE0wQ6OAOMNVzP > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #dGErG2TmO1DTbpDtlpnEtoVKPAVy27TG { width:2.25rem;height:2.25rem;top:11.0625rem;left:16.5rem;display:block; }
#dGErG2TmO1DTbpDtlpnEtoVKPAVy27TG > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #z11TtBOhFDJJcnOkc5lJ8fIXhWqEMobd { width:2.375rem;height:2.375rem;top:11rem;left:26.125rem;display:block; }
#z11TtBOhFDJJcnOkc5lJ8fIXhWqEMobd > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #B9bLemWdGWUeX20TCxQd68k5Lh3ZOwMO { width:2.375rem;height:2.375rem;top:11rem;left:36.6875rem;display:block; }
#B9bLemWdGWUeX20TCxQd68k5Lh3ZOwMO > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:none;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); } }@media only screen and (max-width: 763px) { #WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU { display:block; }#WIudI6qeDxZ0FUExpixQeuQ8nMxuiKWU > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8VtGk2CHeBtvITfqQxUBfirUAvRppV9 { width:20rem;height:60.8125rem;top:1.25rem;left:0rem;box-shadow: none;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #KsINrVSWTfh26e6UGSbgrg0hHxIg5ECs { width:17.5610625rem;height:11.25rem;top:37.01416015625rem;left:1.21826171875rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eeb3O4LznnsTO9VO5MpiOI0ELzKfLytf { width:20rem;height:1.7871125rem;top:8.323974609375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brPLtVJ9dvXdTSAVHnBXSeKDgnshpe5c { width:11.4375rem;height:3.7918671936147rem;top:1.810302734375rem;left:4.27978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeymOrO6iTzuOFA51m5mnoRHeNvFtIt2 { width:20rem;height:0;top:7.87353515625rem;left:0rem;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #wyMJ5BHAsD8lrhLLa7OFX8wESED03LHN { width:20rem;height:0;top:22.00390625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZsEHkTGRsdHpTLrJA3RaPTd4m7KEmu6 { top:0rem;left:0rem;width:20rem;height:57.3125rem;z-index:15031;background-color:rgba(40,40,40,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CwrTUr7CkbvEKQkFRxGOKMH1EqLterAi { width:20rem;height:2.75rem;top:10.823974609375rem;left:0rem;font-size:2.5rem;line-height:1.1;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #b2lWhMO4if3WkudDpO6aeiguzrv9XBTI { top:13.49609375rem;left:1.75048828125rem;width:16.4978125rem;height:2.92480625rem;z-index:15057;text-align:center;text-align-last:center;font-family:"fortum sans";font-weight:700;font-style:normal;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRnSc3PelNu2xBB4OTmh9BdRcXd0VVWa { top:17.9296875rem;left:0rem;width:17.9358125rem;height:16.5625rem;z-index:15039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #B5JxtKbCi3c9OTtXtJW1AbLfOQuWtvOW { width:8rem;height:7.9330330128419rem;top:48.18725rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-text {padding-top: 0; padding-bottom: 0;}#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-select {padding-top: 0; padding-bottom: 0;}#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#18d270;background-image:none;font-size:1.625rem;overflow:hidden; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT  { width:17.5rem;height:auto;top:15.186767578125rem;left:0rem;z-index:15034; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT {display:block;}#uBEpVoKMidJsxksnTWrTLSp70TMTnWWT { width:17.5rem;height:auto;top:15.186767578125rem;left:0rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #WhkAK2cRBw4CGVUatfE4LCuE5EHIJVas {  }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #OfXBsrfpzp7b5hRkbEWxsS4Ha7XRkM7f { display:none; }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #rIEGudu5uk1v4Ae4iTdVeTZ3VZ3syaA7 {  }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #Oalw90lS2voBHL6u5fAtMMvULWm84RIQ {  }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #SQFuNbK9nuTtK1wQr6k7EJUwTQC3T7ML { display:none; }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #mmBISQlcJIgXTxkWQmGdT5ooRsid2OEU {  }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #ObMzATqMELxAwvd3NL4FJ99oTZNNiqdk {  }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #i6WFGSLwJmRUBShPxRwp9VDTMyk0zzri { display:none; }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #l85lW0G1ycmPy988DTytpxcraPRNTMRB {  }
 }@media only screen and (max-width: 763px) { #axiHW2zWPSNPhgQJXNaVT8pCnSzcQbWW { display:block; }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #mRocfQFyIJEnXQHkKLyql93dRwdRM6q8 {  }
 }@media only screen and (max-width: 763px) { #uBEpVoKMidJsxksnTWrTLSp70TMTnWWT #GTwlrnONkdtcIQcfna5PIT8pBKsI9Kd3 {  }
 }@media only screen and (max-width: 763px) { #lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V { display:block; }#lo6NKfZEQvbS58DLn6QL2sN3nGseyh8V > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHhX2G0lax09dWxTKfkeDUhbGWCksb5T { width:7.6245rem;height:7.56225rem;top:2.4365234375rem;left:6.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzNdttzEvLTLAXEICuqkxEmfLrVAR54S { width:20rem;height:5.19921875rem;top:12.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONPp0T4wPMAV1qV43l0q01sDsGnTl7v { width:19.875rem;height:16.875rem;top:21.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbSpyomXHGmol86fxfcsvTvRDRntAMbC { width:20rem;height:7.1484375rem;top:18.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayuScltHG33Oh8KckL7T5Cq1wsvQynwZ { width:20rem;height:1.0559875rem;top:26.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna { display:block; }#KVBXlX0dHI6tx0QmpWOLEoDeA42gbuna > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7U1GJdZ6tpqGy4iTLQmDamCWhLqwk2C { width:16.499rem;height:16.875rem;top:8.18359375rem;left:1.749267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hos35yqGtHFEzsbhTFauFTT6VtHeVORf { width:5.625rem;height:5.625rem;top:1.9482421875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf { display:block; }#RK7LxWphR8PbuGc3x6ExtlTWyQEmx4Rf > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbfkJvoH1m1JbG8yZ86a173qvSJBTbQO { width:19.0625rem;height:4.875rem;top:2.71240234375rem;left:0.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul { display:block; }#xcyXBqDBr7B4sUuNRQV9JNJQqUpfDXul > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwTxnqISw37nW586svX3zCAiMFDCIO0C { width:18.125rem;height:24.875rem;top:1.25rem;left:0.999755859375rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #inoWP3nKAn0pZNxX5vaNReOiVKPZrt9K { width:5.6875rem;height:6.0582142426206rem;top:3.126220703125rem;left:7.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWVT0V7xQd0DdxEVCZRDBZI1o3Je5uk6 { width:17.5rem;height:6.497375rem;top:13.13720703125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUiy4PTXReiEm7kaWbJHRXAPEik3VUgp { width:20rem;height:1.7871125rem;top:10.6201171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWxwLLSMlBtlUernBfomO0hggNZ7tSHS { width:18.93675rem;height:6.497375rem;top:35.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVP9PxsOouZKVwF7LRTrVfsArzEfgdmb { width:14.74975rem;height:3.57421875rem;top:31.75rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBsiQcl8Eq3LmZAfd1JpqbQczQTKkfnQ { width:5.68725625rem;height:6.0620125rem;top:24.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs5sh019IbgTaXImB3mnt7h7UT9XGBDe { width:20rem;height:25.625rem;top:27.562255859375rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn { display:block; }#THpDfmxKXnK4DLGTMiwet0gVEbIRwkcn > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbIezsgklFB9MWdZdvc7eCuBuQixmCeS { width:5.561525rem;height:6.0620125rem;top:2.6904296875rem;left:7.218017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODa4mdCtvMIx8z8KEK0bn2Bv4dUbELfF { width:18.0615rem;height:7.796875rem;top:12.96630859375rem;left:0.96923828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmpwxiu1vyzRTNwX5lnhH3IGMvGyMlsI { width:20rem;height:1.7871125rem;top:10.494384765625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRXxTNZOXNoL54vCD1ibqwQW5NGxl6Ro { width:17.37425rem;height:7.796875rem;top:37.8125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1gIzbdEqFTraUwe50NsDDFyDRNLTmUd { width:20rem;height:1.7871125rem;top:35.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH400JWEhiA4x63OUMDzsTmw0BACNbJB { width:5.561525rem;height:5.99975625rem;top:27.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFMTU47u8VBKKqKudGz4OMCWoeJPCpBL { width:20rem;height:25.625rem;top:54.366455078125rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #X0T3fnCs8wk9GtGoaxOuFpoXTQSfDlg3 { width:20rem;height:25.625rem;top:81.241455078125rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #al6wPlo5CwTGnE8EPotEsPfyptVSna7w { display:block; }#al6wPlo5CwTGnE8EPotEsPfyptVSna7w > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOQxMdeaIVGEKxmkFWxM16H77Jmb3CpI { width:19rem;height:4.3125rem;top:1.25rem;left:0.499267578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2vC25ZkQpc2sDqOaLRXG31E1OMUdf65 { display:block; }
 }@media only screen and (max-width: 763px) { #efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ { display:block; }#efTTDoLtIwXlpV4qJwrKkhtnmcUwbiAQ > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLFgHo2pRyTEaIqFGqOGIXlyNehThXIm { width:19.24925rem;height:0;top:2.5rem;left:0.750732421875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8Mc22wNE3bun4mGp4KhmeIJZzKCnBTB { width:10.4375rem;height:12.1875rem;top:10.81298828125rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IixFUBP48eOAbL2GwHdmhBKfpWuaeVip { width:17.6855625rem;height:21.09375rem;top:24.37353515625rem;left:1.15673828125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJP7dB1FatFrdRTBOL7bU5pqhUVR7ZtB { width:20rem;height:7.3125rem;top:1.93798828125rem;left:0rem;font-size:1.875rem;z-index:15003;color:#313131;display:block; }
 }@media only screen and (max-width: 763px) { #Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH { display:block; }#Lu5uXMQiFvA1GTwqpuQp7G1ovGC19kzH > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJrCpLKbLUwWHHkvRp9niXT7SWNx2DId { width:19.0625rem;height:2.5996125rem;top:3.436279296875rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rS0mO0L9hhKGGPnGzxHkZpIdTQBJbCGM { width:17.8125rem;height:18rem;top:19.67041015625rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mqe0awg133BMhNoqXV7cTu1nHI6hQJhf { width:20rem;height:13.6376875rem;top:6.033935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arTETTkSvII8hEiFvOzPGaMpaMcSt173 { background-color:#f7f9ff;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; }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row .container { background-color: transparent; background-image: none; }#arTETTkSvII8hEiFvOzPGaMpaMcSt173::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row .container > .video-iframe-container { display: none; }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row > .video-iframe-container { display: none; }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .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); }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row .container { border-width: 0; border-radius: 0; }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#arTETTkSvII8hEiFvOzPGaMpaMcSt173 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4QXaX4FnztK835BxCXrvb6zd5y6UyxT { width:19.0625rem;height:2.5989625rem;top:9.875rem;left:0.4375rem;font-size:1rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a6hWIdli5U0UIQDZPfX5CBTquHLRm1sG { width:19.9980625rem;height:2.4375rem;top:7.4375rem;left:0rem;font-size:1.875rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fD0VAQVhBImxLVgWoF99PBLshJtIFUqz { width:18.999rem;height:2.56225625rem;top:13.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbOk9r0UCqfemwvpc6hoFxFkLHzzfR7E { display:block; }
 }@media only screen and (max-width: 763px) { #BHD00LrVa5fzsqMnUhLSLFMx1IRTwPNf { width:4.43725625rem;height:4.43725625rem;top:2.486572265625rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5eWJHIhsfgflR8m2bhVcOwS68AT95gs { background-color:#f7f9ff;background-image:none;display:block; }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row .container { background-color: transparent; background-image: none; }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row .container > .video-iframe-container { display: none; }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row > .video-iframe-container { display: none; }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .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); }#g5eWJHIhsfgflR8m2bhVcOwS68AT95gs > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3cHx8XQLPkLAVfxiKXFEy5QHv5hoRFC { width:12.875rem;height:4.5403234359071rem;top:1.749267578125rem;left:3.560791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teUJ69XsdFAAWskLgiu8OULl4AZ5zP9p { width:20rem;height:2.44921875rem;top:7.03979375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM0oAOJGtG292hbqBdvE0wQ6OAOMNVzP { display:flex;width:2.5rem;height:2.5rem;top:10.675537109375rem;left:1.2646484375rem; }
#MM0oAOJGtG292hbqBdvE0wQ6OAOMNVzP > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #dGErG2TmO1DTbpDtlpnEtoVKPAVy27TG { display:flex;width:2.25rem;height:2.25rem;top:10.92529296875rem;left:5.684814453125rem; }
#dGErG2TmO1DTbpDtlpnEtoVKPAVy27TG > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #z11TtBOhFDJJcnOkc5lJ8fIXhWqEMobd { display:flex;width:2.375rem;height:2.375rem;top:10.863037109375rem;left:10.951904296875rem; }
#z11TtBOhFDJJcnOkc5lJ8fIXhWqEMobd > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #B9bLemWdGWUeX20TCxQd68k5Lh3ZOwMO { display:flex;width:2.375rem;height:2.375rem;top:10.863037109375rem;left:15.811767578125rem; }
#B9bLemWdGWUeX20TCxQd68k5Lh3ZOwMO > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }