.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:219,227,224;--color-primary-1:135,163,153;--color-primary-2:15,70,50;--color-primary-3:8,35,25;--color-primary-4:2,11,8;--color-secondary-0:220,248,234;--color-secondary-1:140,233,184;--color-secondary-2:24,210,112;--color-secondary-3:12,105,56;--color-secondary-4:4,32,17;--color-tertiary-0:255,255,255;--color-tertiary-1:250,233,251;--color-tertiary-2:238,182,242;--color-tertiary-3:119,91,121;--color-tertiary-4:24,18,24;--headlines-font-family:"Fortum Sans";--paragraphs-font-family:"Fortum Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu > .row .container { background-color: transparent; background-image: none; }#KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu > .row .container > .video-iframe-container { display: none; }#KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu > .row > .video-iframe-container { display: none; }#KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu > .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); }#KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu > .row .container { border-width: 0; border-radius: 0; }#KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#FUUDhmoeObLRCssx3BmwVG2I0OQAGmGk { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:10.1248125rem;top:1.7176649570465rem;left:0rem;overflow:hidden;display:block; }
#iuCvyPfa0xZqfo8zAvDVZbyxVX7xU7ie { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.0625rem 0.3125rem rgba(var(--color-primary-4),0.46) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.9375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.375rem;left:13.4375rem;display:block; }
#Q4DSI5fkznOEPDkcoiy3nS8mufz7E5bT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtPuX4RE6gUET8ba22MFcodKd6uSrqpl { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.0625rem 0.3125rem rgba(var(--color-primary-4),0.46) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4995625rem;height:2.93728125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1.375rem;left:28rem;display:block; }
#s62LxtTJGItn7JZmolqWVSLEcyGQSM48 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKZTfMh6Qb5AmaUvK5tUNEkeAcr8glNG { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.0625rem 0.3125rem rgba(var(--color-primary-4),0.46) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9995625rem;height:2.93728125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.375rem;left:45.5625rem;display:block; }
#naDk4y8avKUXykVNuTqIpw8K5zIi9nPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VwFoEaEtuEKTCNAok0sBdb3f9yyoKDbx { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.0625rem 0.3125rem rgba(var(--color-primary-4),0.46) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9995625rem;height:2.93728125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:1.375rem;left:61rem;display:block; }
#csDXLUtV4wyGOnHcs0Z7mc7yf6JlJ978 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOWByot3AsgGgh23bllFz0dTC5zTp58M { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/3fa24a0f-80c5-4eb0-ae66-b8b26cb3deaa/aurora.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; }#oOWByot3AsgGgh23bllFz0dTC5zTp58M.adaptive-delivery-prevent-bg, #oOWByot3AsgGgh23bllFz0dTC5zTp58M.lazyload, #oOWByot3AsgGgh23bllFz0dTC5zTp58M.lazyloading { background-image: none; }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row .container { background-color: transparent; background-image: none; }#oOWByot3AsgGgh23bllFz0dTC5zTp58M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row .container > .video-iframe-container { display: none; }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row > .video-iframe-container { display: none; }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .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); }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row .container { border-width: 0; border-radius: 0; }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#DQw9oRnWR3srUXezgwHBR6qrvbktKAc8 { color:#eeb6f2;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:9.25rem;left:0rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCrEabTBpA1TDUqTi69NH34ctofUx9BM { color:#f7f9ff;display:block;width:54.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:21.125rem;left:10.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#Jv0grzX0PbsPmAnL14dkTwvGkVlwCHAS { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.4375rem;top:28.875rem;left:35.3125rem;overflow:hidden;display:block; }
#X2B4IDVXJZpcJfiha6lrOEAmKF6diUca { box-sizing:content-box;height:4.625rem;width:4.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.0625rem;left:35.1875rem;display:block; }
#EWL7ITnyO0Bhaw6IG3LGehbw206DHLr2 { color:#eeb6f2;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:14.625rem;left:0rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TumhgNTT7kL83WsGUukqIMOK25vaLNyA { position:relative;display:block; }#TumhgNTT7kL83WsGUukqIMOK25vaLNyA { background-color: transparent; background-image: none; }#TumhgNTT7kL83WsGUukqIMOK25vaLNyA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumhgNTT7kL83WsGUukqIMOK25vaLNyA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumhgNTT7kL83WsGUukqIMOK25vaLNyA > .row .container > .video-iframe-container { display: none; }#TumhgNTT7kL83WsGUukqIMOK25vaLNyA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumhgNTT7kL83WsGUukqIMOK25vaLNyA > .row > .video-iframe-container { display: none; }#TumhgNTT7kL83WsGUukqIMOK25vaLNyA > .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); }#TumhgNTT7kL83WsGUukqIMOK25vaLNyA { border-width: 0; border-radius: 0; }#TumhgNTT7kL83WsGUukqIMOK25vaLNyA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TumhgNTT7kL83WsGUukqIMOK25vaLNyA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:82rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fq7x4LbunwqPReXicAZttGihL6C8FTTG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99935rem;width:4.62456875rem;top:8rem;left:35.1875rem;overflow:hidden;display:block; }
#k2xEKlQt5JFhJBZXfW8tXABda30vxLQs { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.8125rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#qJXU9DXPuJq9OA7wTRO5bGBdafbF1PTG { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.875rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#mqRNcdozJPac7Zny3CkpSoFsyv3S8ABP { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.625rem;width:29.625rem;top:25.6240234375rem;left:0rem;overflow:hidden;display:block; }
#GKp3qdeVU6uoIvSTZuvo6lSuW6NiWcDV { color:rgba(var(--color-primary-2),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:25.9375rem;left:31.375rem;height:17.847625rem;text-align:left;text-align-last:left;display:block; }
#chcn9FzQ7SduDm1eDOgXLiBmmuoucIdH { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.43728125rem;width:5.43728125rem;top:44.75rem;left:31.375rem;overflow:hidden;display:block; }
#vgIshZndmaTOwHtC25ulExTVonLIBDm2 { color:rgba(var(--color-primary-2),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:50.875rem;left:31.375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#t1pDPZJQNoZ1Gq1mBZLTxyXiE3iAinlk { color:rgba(var(--color-primary-2),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:53.8125rem;left:31.375rem;height:11.8984375rem;text-align:left;text-align-last:left;display:block; }
#vteBzW4tsGglorTHUmw1x2zPDJnVxxUX { 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; }#vteBzW4tsGglorTHUmw1x2zPDJnVxxUX > .row .container { background-color: transparent; background-image: none; }#vteBzW4tsGglorTHUmw1x2zPDJnVxxUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vteBzW4tsGglorTHUmw1x2zPDJnVxxUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vteBzW4tsGglorTHUmw1x2zPDJnVxxUX > .row .container > .video-iframe-container { display: none; }#vteBzW4tsGglorTHUmw1x2zPDJnVxxUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vteBzW4tsGglorTHUmw1x2zPDJnVxxUX > .row > .video-iframe-container { display: none; }#vteBzW4tsGglorTHUmw1x2zPDJnVxxUX > .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); }#vteBzW4tsGglorTHUmw1x2zPDJnVxxUX > .row .container { border-width: 0; border-radius: 0; }#vteBzW4tsGglorTHUmw1x2zPDJnVxxUX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vteBzW4tsGglorTHUmw1x2zPDJnVxxUX > .row .container { font-size:0.875rem;font-family:arial;height:95.625rem;width:75rem;position:relative;display:block; }#e2RTq8nnoiSTlrUIuoDLaq125ySvRf1m { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.999025rem;width:5.625rem;top:7.935546875rem;left:34.6875rem;overflow:hidden;display:block; }
#a18ibbeUaRQcRxfI16uUCa4tpZVvg33P { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.5625rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#ldK8KmqJBfGC22rh940QzykxNvvx3SKe { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.625rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#ohMPRzKwIzOofNWamvBfR0zNxBg6I6fW { color:rgba(var(--color-primary-2),1);display:block;width:71.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:23.060546875rem;left:1.6865234375rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#LpRxzVAkJoN46EM53bdoUEWDaTfkywgz { color:rgba(var(--color-primary-2),1);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:37.4375rem;left:1.875rem;height:20.82225rem;text-align:left;text-align-last:left;display:block; }
#PTxkCBTyig0lNcwftHzOEeVc6bdlcds3 { color:rgba(var(--color-primary-2),1);display:block;width:66.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:33.1875rem;left:6.6875rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#qfhTyBgoztNUh6gPkx30XIaq8FeHpX7N { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87413125rem;width:4.0625rem;top:31.625rem;left:1.75rem;overflow:hidden;display:block; }
#A27CoGkpWKER7Rrxx3rrsIe74KoK7toL { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87305rem;width:4.0625rem;top:61.998046875rem;left:1.6865234375rem;overflow:hidden;display:block; }
#Pf9FUE30bm9IARmTAiblfhbwFJDMCvcw { color:rgba(var(--color-primary-2),1);display:block;width:66.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:63.9677734375rem;left:6.7548828125rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#MWbSdoVu3wza2u8H4hRTa7Nwy6lcFs37 { color:rgba(var(--color-primary-2),1);display:block;width:68.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:68.4287109375rem;left:1.8115234375rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD { position:relative;display:block; }#NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD { background-color: transparent; background-image: none; }#NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD > .row .container > .video-iframe-container { display: none; }#NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD > .row > .video-iframe-container { display: none; }#NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD > .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); }#NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD { border-width: 0; border-radius: 0; }#NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:96.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l3GW7lmKwbLNvfaBduNoHc1RLkT5AB1T { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99935rem;width:5.9375rem;top:7.935546875rem;left:34.53125rem;overflow:hidden;display:block; }
#EoZsuPMxMa3Z18bIyl16wymQJJCcZqVi { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#FQpl1P3Lr8oNdNnph04GvciF5ydcZTHN { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.8125rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#wmsidRREHgDHGbUZf27L8TTufKGabTGN { color:rgba(var(--color-primary-2),1);display:block;width:71.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:23.248046875rem;left:1.6865234375rem;height:8.9238125rem;text-align:center;text-align-last:center;display:block; }
#vITNUgiXQIxJBreOQeTDiSTI8D2uqBqN { color:rgba(var(--color-primary-2),1);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:44.5rem;left:1.875rem;height:8.9238125rem;text-align:left;text-align-last:left;display:block; }
#vgmOGMWHSqsN84PCglLc9ZvC7KRyOTQw { color:rgba(var(--color-primary-2),1);display:block;width:66.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:40.25rem;left:6.6875rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#U6OShw7W5zpTFvBJ3ixgBERI8AfNodv6 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87413125rem;width:4.0625rem;top:38.6875rem;left:1.75rem;overflow:hidden;display:block; }
#a9EcMm04lB4NkW40pXMHKs7hX9TarIsW { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87305rem;width:4.0625rem;top:69.0625rem;left:1.6875rem;overflow:hidden;display:block; }
#M09JzqhLTdzm39nbUJ3wMvsIEqP3CTJ3 { color:rgba(var(--color-primary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:71rem;left:6.75rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#ugveR1XeGNixMAeRiTovTVt6JcdBbkXI { color:rgba(var(--color-primary-2),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:70.375rem;left:48.625rem;height:8.9238125rem;text-align:left;text-align-last:left;display:block; }
#KrukypTAoL6TSSMH7qPXD2eDIQrS88AF { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:71.5625rem;height:4.56163125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:55.08984375rem;left:1.71875rem;display:block; }
#GrUvnQgdL0BLH9Hx6KA9FUNKfNgi9OZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#usBXLRTUVrLg7f0Tzp1UJeqEoQMCMHpv { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.43728125rem;width:3.93663125rem;top:68.125rem;left:43.5rem;overflow:hidden;display:block; }
#Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ { 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; }#Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ > .row .container { background-color: transparent; background-image: none; }#Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ > .row .container > .video-iframe-container { display: none; }#Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ > .row > .video-iframe-container { display: none; }#Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ > .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); }#Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ > .row .container { border-width: 0; border-radius: 0; }#Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#hfL4RclERIb0FfsFa4HiIw0rpODCVI9e { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.875rem;top:7.935546875rem;left:34.0625rem;overflow:hidden;display:block; }
#FI9elzeucQ7mcwpQPRq2OOlkriDcBULs { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#LdOGXFTio8dFwRvrZtinQXXKGhE4FODi { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#sapi5rMCHwD5NzOXIsRP0pRrukErtaBZ { color:rgba(var(--color-primary-2),1);display:block;width:56.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:22.873046875rem;left:9.0302734375rem;height:5.94921875rem;text-align:center;text-align-last:center;display:block; }
#tE2O3soaNTdBqhzJhypibsPsww0wtLNC { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:71.5625rem;height:4.56055rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.5888671875rem;left:1.71875rem;display:block; }
#V2A2XFmwqVALX9Cn1CMbJsR5qquRiiXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sJDamdEkMNubFtN8g7rScoUqD6wrGlq1 { 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; }#sJDamdEkMNubFtN8g7rScoUqD6wrGlq1 > .row .container { background-color: transparent; background-image: none; }#sJDamdEkMNubFtN8g7rScoUqD6wrGlq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJDamdEkMNubFtN8g7rScoUqD6wrGlq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJDamdEkMNubFtN8g7rScoUqD6wrGlq1 > .row .container > .video-iframe-container { display: none; }#sJDamdEkMNubFtN8g7rScoUqD6wrGlq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJDamdEkMNubFtN8g7rScoUqD6wrGlq1 > .row > .video-iframe-container { display: none; }#sJDamdEkMNubFtN8g7rScoUqD6wrGlq1 > .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); }#sJDamdEkMNubFtN8g7rScoUqD6wrGlq1 > .row .container { border-width: 0; border-radius: 0; }#sJDamdEkMNubFtN8g7rScoUqD6wrGlq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJDamdEkMNubFtN8g7rScoUqD6wrGlq1 > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#UqfSP9SoePRDsBdVTnIfDrBybO7SeZB0 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.375rem;top:2.1245651245117rem;left:10.468751907349rem;overflow:hidden;display:block; }
#T5vc9g8cBM4Nn7an5wSdFmNUPfvBOuRD { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:5.0625rem;top:1.9342441558838rem;left:35.092233657837rem;overflow:hidden;display:block; }
#C5iLNa3uMpXQRlZnbbTlmo95kZgdoxOV { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81185rem;width:4.93706875rem;top:2.373046875rem;left:60.030382156372rem;overflow:hidden;display:block; }
#RCeH9LANTWXE34b93bW2NUAzmxPXCZzm { color:rgba(var(--color-primary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:7.2504348754881rem;left:0rem;height:2.5371125rem;text-align:center;text-align-last:center;display:block; }
#S6Dpkwpez4mgNXro6yyJ94B0cpHTTVaR { color:rgba(var(--color-primary-2),1);display:block;width:19.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:6.9965286254881rem;left:27.905817031861rem;height:;text-align:center;text-align-last:center;display:block; }
#fzSOTu1u1toPUdRHu4iSkJeHohCdt911 { color:rgba(var(--color-primary-2),1);display:block;width:19.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:7.3817291259762rem;left:52.905817031861rem;height:;text-align:center;text-align-last:center;display:block; }
#v2WHJAi5ucu4tBvs9ME4vnM6rv4g4wrV { color:rgba(var(--color-primary-2),1);display:block;width:23.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:10.268013000488rem;left:0.7497844696045rem;height:5.97949375rem;text-align:center;text-align-last:center;display:block; }
#T0WTOduHncmUdhLT2zHHBeo9bG8koyKW { color:rgba(var(--color-primary-2),1);display:block;width:23.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.767578125rem;left:25.749784469604rem;height:2.3372375rem;text-align:center;text-align-last:center;display:block; }
#XVnkZASbeflD6sAeSEmNh1P3MnU2wquz { color:rgba(var(--color-primary-2),1);display:block;width:23.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:15rem;left:25.75rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#JuUZxl7tWv2dVBdGl22tcTJEZFbNcFU7 { color:rgba(var(--color-primary-2),1);display:block;width:22.249375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:10.268013000488rem;left:51.374788284302rem;height:5.97949375rem;text-align:center;text-align-last:center;display:block; }
#NWiHa5B93WEHtRUbTgm1TM4AVuFLTNb2 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.99913125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.728950500488rem;left:50.811632156372rem;display:block; }
#GKH0GEFNTBQzbZ1Q9euHgxAIdwDzsh7f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IDaSTHslGkodcUcZn1a9TJwXBQOE0Dkr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.27020875rem;height:2.957465rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.701824188233rem;left:63.12500190735rem;display:block; }
#FwOGoZCMthIKXyNSGRNqLRcGQz7sq5VN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbpqEHsLxARkceaZDFyhABZEA1duI9rC { position:relative;display:block; }#qbpqEHsLxARkceaZDFyhABZEA1duI9rC { background-color: transparent; background-image: none; }#qbpqEHsLxARkceaZDFyhABZEA1duI9rC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbpqEHsLxARkceaZDFyhABZEA1duI9rC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbpqEHsLxARkceaZDFyhABZEA1duI9rC > .row .container > .video-iframe-container { display: none; }#qbpqEHsLxARkceaZDFyhABZEA1duI9rC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbpqEHsLxARkceaZDFyhABZEA1duI9rC > .row > .video-iframe-container { display: none; }#qbpqEHsLxARkceaZDFyhABZEA1duI9rC > .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); }#qbpqEHsLxARkceaZDFyhABZEA1duI9rC { border-width: 0; border-radius: 0; }#qbpqEHsLxARkceaZDFyhABZEA1duI9rC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qbpqEHsLxARkceaZDFyhABZEA1duI9rC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tLxVL8TBdhCWhS7ybAXyVIqqlnAzXnkz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.749125rem;width:7.686625rem;top:6.498046875rem;left:33.6552734375rem;overflow:hidden;display:block; }
#Zc0voLLHdrQeTkURcWPXbib09whETMrc { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#k2pFPBzff4Bl3NGEL0iQmhuILNxWlvTG { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.8125rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#OzveuGt0xwRsBAQrgogqhK5VJBq6NBVk { color:rgba(var(--color-primary-2),1);display:block;width:56.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:22.748046875rem;left:9.0302734375rem;height:5.94921875rem;text-align:center;text-align-last:center;display:block; }
#HR1lBl1NIE6110f4hwzd7eGdSFXfFmg5 { color:rgba(var(--color-primary-2),1);display:block;width:66.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:33.4375rem;left:8.4375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#NAonT0zzCJlUbWGGdETpFDZGEoyUqcOb { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87413125rem;width:4.0625rem;top:31.875rem;left:3.5rem;overflow:hidden;display:block; }
#XUZtefPTuvNIKUD2frzfdiMW0Cphoafg { color:rgba(var(--color-primary-2),1);display:block;width:69.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:38.060546875rem;left:3.6240234375rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#eJviSEvxtl8iZnUJwTo5auJvezPvSp1m { 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; }#eJviSEvxtl8iZnUJwTo5auJvezPvSp1m > .row .container { background-color: transparent; background-image: none; }#eJviSEvxtl8iZnUJwTo5auJvezPvSp1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJviSEvxtl8iZnUJwTo5auJvezPvSp1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJviSEvxtl8iZnUJwTo5auJvezPvSp1m > .row .container > .video-iframe-container { display: none; }#eJviSEvxtl8iZnUJwTo5auJvezPvSp1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJviSEvxtl8iZnUJwTo5auJvezPvSp1m > .row > .video-iframe-container { display: none; }#eJviSEvxtl8iZnUJwTo5auJvezPvSp1m > .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); }#eJviSEvxtl8iZnUJwTo5auJvezPvSp1m > .row .container { border-width: 0; border-radius: 0; }#eJviSEvxtl8iZnUJwTo5auJvezPvSp1m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJviSEvxtl8iZnUJwTo5auJvezPvSp1m > .row .container { font-size:0.875rem;font-family:arial;height:69.625rem;width:75rem;position:relative;display:block; }#CrG6pupPqdmL8QyJ0WkJcGOpNgo7qx5s { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:5.9814453125rem;left:32.9853515625rem;overflow:hidden;display:block; }
#JXSZncP1ETxE1ye2Jd0fgOWA3OhhnKbb { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#lHQ5rZRLNeCcWlC8DreTd1htRLONd5Rk { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#HAbpEw5CFHBHsMuc008kzKCLShpbGdND { color:rgba(var(--color-primary-2),1);display:block;width:56.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:22.935546875rem;left:9.0302734375rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#Mb87Om9lhZvWzE3dgIGFQCPVKbVz9ogR { color:rgba(var(--color-primary-2),1);display:block;width:66.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:40.3125rem;left:8.375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#Qi2afGqgkrHD3nTkpE4d9WChTNlvfIDh { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87413125rem;width:4.0625rem;top:38.75rem;left:3.4375rem;overflow:hidden;display:block; }
#TIRpf0uwC8PoJW8pLHNnIWINO7PamWcH { color:rgba(var(--color-primary-2),1);display:block;width:69.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:44.9375rem;left:3.5625rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#uGflr3trdx3sd4oFgThtysTICbmJSFEP { color:rgba(var(--color-primary-2),1);display:block;width:56.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:26.685546875rem;left:9.7177734375rem;height:9.2363125rem;text-align:left;text-align-last:left;display:block; }#uGflr3trdx3sd4oFgThtysTICbmJSFEP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uGflr3trdx3sd4oFgThtysTICbmJSFEP li:before{  }
#h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f4632;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB > .row .container { background-color: transparent; background-image: none; }#h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB > .row .container > .video-iframe-container { display: none; }#h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB > .row > .video-iframe-container { display: none; }#h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB > .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); }#h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB > .row .container { border-width: 0; border-radius: 0; }#h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#H15yECSmIlm0xwlTt4GvyMQZbdA8fTzG { color:#313131;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:12.625rem;left:2.375rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#dnmVktH84CZwyFoTJ9pHgX36KpFoWiKz { color:#313131;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:14.875rem;left:2.375rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#r90lO5ckSG21AFgq11A0A4i76I40Firq { color:#313131;display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.625rem;left:25.875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#ymJJLC260yItn9dA97CqQi9MiHCcnorT { color:#313131;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.625rem;left:53.1875rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#bFTUTa5TdXKtTfeZA4GvWS5diyJ9wgT7 { color:#313131;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:14.875rem;left:53.1875rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#e9f5HXaspyQqNdDlyTGGurWVphqlrxq3 { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#0f4632;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:2.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.3125rem;left:53.1875rem;display:block; }
#K3gC0FXcS7bFS6xZoTCdco3mJMO7SEOx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZsI6tdUKlpszTDtC6UNKJ7Rtrn7LIdy1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.1875rem;top:8.125rem;left:2.375rem;overflow:hidden;display:block; }
#KgMwIwnAulRcHcCACBehZZcn5tMZwXnA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:8.125rem;left:25.875rem;overflow:hidden;display:block; }
#GfCbrd8Mal3dd9TJp6bvmTfBvhJauJsZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.375rem;top:8.3125rem;left:53.1875rem;overflow:hidden;display:block; }
#RgCcXWJCD0duNN2RwrX74hLXtEOEh0dP { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:#18d270;background-image:none;top:23.4375rem;left:0rem;display:block; }
#eAJ12qIqMCsoe0L2Sme9LdukbExq0w2Q { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:10.4375rem;top:26.625rem;left:61.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu { display:block; }#KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUUDhmoeObLRCssx3BmwVG2I0OQAGmGk { width:10.0625rem;height:2.2355065217257rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuCvyPfa0xZqfo8zAvDVZbyxVX7xU7ie { width:13.3125rem;height:2.875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4DSI5fkznOEPDkcoiy3nS8mufz7E5bT { display:block; }
 }@media only screen and (max-width: 763px) { #NtPuX4RE6gUET8ba22MFcodKd6uSrqpl { width:16.4375rem;height:2.875rem;top:1.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s62LxtTJGItn7JZmolqWVSLEcyGQSM48 { display:block; }
 }@media only screen and (max-width: 763px) { #ZKZTfMh6Qb5AmaUvK5tUNEkeAcr8glNG { width:13.9375rem;height:2.875rem;top:1.375rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naDk4y8avKUXykVNuTqIpw8K5zIi9nPq { display:block; }
 }@media only screen and (max-width: 763px) { #VwFoEaEtuEKTCNAok0sBdb3f9yyoKDbx { width:13.9375rem;height:2.875rem;top:1.375rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csDXLUtV4wyGOnHcs0Z7mc7yf6JlJ978 { display:block; }
 }@media only screen and (max-width: 763px) { #oOWByot3AsgGgh23bllFz0dTC5zTp58M { display:block; }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQw9oRnWR3srUXezgwHBR6qrvbktKAc8 { width:47.75rem;height:5.375rem;top:9.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCrEabTBpA1TDUqTi69NH34ctofUx9BM { width:47.75rem;height:4.875rem;top:21.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv0grzX0PbsPmAnL14dkTwvGkVlwCHAS { width:4.4375rem;height:3.3125rem;top:28.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2B4IDVXJZpcJfiha6lrOEAmKF6diUca { width:4.625rem;height:4.625rem;top:28.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWL7ITnyO0Bhaw6IG3LGehbw206DHLr2 { width:47.75rem;height:5.375rem;top:14.625rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TumhgNTT7kL83WsGUukqIMOK25vaLNyA { display:block; }#TumhgNTT7kL83WsGUukqIMOK25vaLNyA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fq7x4LbunwqPReXicAZttGihL6C8FTTG { width:4.5625rem;height:5.9192049269846rem;top:8rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2xEKlQt5JFhJBZXfW8tXABda30vxLQs { width:47.75rem;height:4.0625rem;top:14.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJXU9DXPuJq9OA7wTRO5bGBdafbF1PTG { width:47.75rem;height:3.125rem;top:18.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqRNcdozJPac7Zny3CkpSoFsyv3S8ABP { width:29.625rem;height:42.625rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKp3qdeVU6uoIvSTZuvo6lSuW6NiWcDV { width:43.125rem;height:;top:25.9375rem;left:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chcn9FzQ7SduDm1eDOgXLiBmmuoucIdH { width:5.375rem;height:5.375rem;top:44.75rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgIshZndmaTOwHtC25ulExTVonLIBDm2 { width:43.125rem;height:2.9375rem;top:50.875rem;left:4.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1pDPZJQNoZ1Gq1mBZLTxyXiE3iAinlk { width:43.125rem;height:11.875rem;top:53.8125rem;left:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vteBzW4tsGglorTHUmw1x2zPDJnVxxUX { display:block; }#vteBzW4tsGglorTHUmw1x2zPDJnVxxUX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2RTq8nnoiSTlrUIuoDLaq125ySvRf1m { width:5.625rem;height:5.999025rem;top:7.875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a18ibbeUaRQcRxfI16uUCa4tpZVvg33P { width:47.75rem;height:;top:14.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldK8KmqJBfGC22rh940QzykxNvvx3SKe { width:47.75rem;height:;top:18.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohMPRzKwIzOofNWamvBfR0zNxBg6I6fW { width:47.75rem;height:;top:23rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpRxzVAkJoN46EM53bdoUEWDaTfkywgz { width:47.75rem;height:20.8125rem;top:37.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxkCBTyig0lNcwftHzOEeVc6bdlcds3 { width:47.75rem;height:2.9375rem;top:33.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfhTyBgoztNUh6gPkx30XIaq8FeHpX7N { width:4.0625rem;height:4.874025rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A27CoGkpWKER7Rrxx3rrsIe74KoK7toL { width:4.0625rem;height:4.87305rem;top:61.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf9FUE30bm9IARmTAiblfhbwFJDMCvcw { width:47.75rem;height:;top:63.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWbSdoVu3wza2u8H4hRTa7Nwy6lcFs37 { width:47.75rem;height:5.9375rem;top:68.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD { display:block; }#NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3GW7lmKwbLNvfaBduNoHc1RLkT5AB1T { width:5.9375rem;height:5.999025rem;top:7.875rem;left:20.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoZsuPMxMa3Z18bIyl16wymQJJCcZqVi { width:47.75rem;height:;top:14.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQpl1P3Lr8oNdNnph04GvciF5ydcZTHN { width:47.75rem;height:;top:18.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmsidRREHgDHGbUZf27L8TTufKGabTGN { width:47.75rem;height:;top:23.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vITNUgiXQIxJBreOQeTDiSTI8D2uqBqN { width:47.75rem;height:;top:44.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgmOGMWHSqsN84PCglLc9ZvC7KRyOTQw { width:47.75rem;height:;top:40.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6OShw7W5zpTFvBJ3ixgBERI8AfNodv6 { width:4.0625rem;height:4.874025rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9EcMm04lB4NkW40pXMHKs7hX9TarIsW { width:4.0625rem;height:4.87305rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M09JzqhLTdzm39nbUJ3wMvsIEqP3CTJ3 { width:31.4375rem;height:3rem;top:71rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugveR1XeGNixMAeRiTovTVt6JcdBbkXI { width:23.4375rem;height:8.875rem;top:70.375rem;left:24.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrukypTAoL6TSSMH7qPXD2eDIQrS88AF { width:46.75rem;height:4.5rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrUvnQgdL0BLH9Hx6KA9FUNKfNgi9OZT { display:block; }
 }@media only screen and (max-width: 763px) { #usBXLRTUVrLg7f0Tzp1UJeqEoQMCMHpv { width:3.875rem;height:5.3515560996056rem;top:68.125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ { display:block; }#Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfL4RclERIb0FfsFa4HiIw0rpODCVI9e { width:6.875rem;height:6.0625rem;top:7.875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI9elzeucQ7mcwpQPRq2OOlkriDcBULs { width:47.75rem;height:;top:14.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdOGXFTio8dFwRvrZtinQXXKGhE4FODi { width:47.75rem;height:;top:18.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sapi5rMCHwD5NzOXIsRP0pRrukErtaBZ { width:47.75rem;height:5.9375rem;top:22.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2O3soaNTdBqhzJhypibsPsww0wtLNC { width:46.75rem;height:4.5rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2A2XFmwqVALX9Cn1CMbJsR5qquRiiXT { display:block; }
 }@media only screen and (max-width: 763px) { #sJDamdEkMNubFtN8g7rScoUqD6wrGlq1 { display:block; }#sJDamdEkMNubFtN8g7rScoUqD6wrGlq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqfSP9SoePRDsBdVTnIfDrBybO7SeZB0 { width:4.375rem;height:4.3125rem;top:2.0625rem;left:5.9062519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5vc9g8cBM4Nn7an5wSdFmNUPfvBOuRD { width:5.0625rem;height:4.375rem;top:1.875rem;left:21.404733657837rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5iLNa3uMpXQRlZnbbTlmo95kZgdoxOV { width:4.875rem;height:3.7639274822738rem;top:2.3125rem;left:37.217882156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCeH9LANTWXE34b93bW2NUAzmxPXCZzm { width:24.8125rem;height:2.5rem;top:7.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Dpkwpez4mgNXro6yyJ94B0cpHTTVaR { width:19.125rem;height:;top:6.9375rem;left:12.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzSOTu1u1toPUdRHu4iSkJeHohCdt911 { width:19.125rem;height:;top:7.375rem;left:28.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2WHJAi5ucu4tBvs9ME4vnM6rv4g4wrV { width:23.4375rem;height:5.9375rem;top:10.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0WTOduHncmUdhLT2zHHBeo9bG8koyKW { width:23.4375rem;height:2.3125rem;top:11.75rem;left:8.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVnkZASbeflD6sAeSEmNh1P3MnU2wquz { width:23.4375rem;height:1.3125rem;top:15rem;left:8.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuUZxl7tWv2dVBdGl22tcTJEZFbNcFU7 { width:22.1875rem;height:5.9375rem;top:10.25rem;left:25.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWiHa5B93WEHtRUbTgm1TM4AVuFLTNb2 { width:11.25rem;height:2.9375rem;top:17.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKH0GEFNTBQzbZ1Q9euHgxAIdwDzsh7f { display:block; }
 }@media only screen and (max-width: 763px) { #IDaSTHslGkodcUcZn1a9TJwXBQOE0Dkr { width:11.25rem;height:2.9375rem;top:17.6875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOGoZCMthIKXyNSGRNqLRcGQz7sq5VN { display:block; }
 }@media only screen and (max-width: 763px) { #qbpqEHsLxARkceaZDFyhABZEA1duI9rC { display:block; }#qbpqEHsLxARkceaZDFyhABZEA1duI9rC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLxVL8TBdhCWhS7ybAXyVIqqlnAzXnkz { width:7.625rem;height:6.6950009757367rem;top:6.4375rem;left:20.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc0voLLHdrQeTkURcWPXbib09whETMrc { width:47.75rem;height:;top:14.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2pFPBzff4Bl3NGEL0iQmhuILNxWlvTG { width:47.75rem;height:;top:18.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzveuGt0xwRsBAQrgogqhK5VJBq6NBVk { width:47.75rem;height:;top:22.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR1lBl1NIE6110f4hwzd7eGdSFXfFmg5 { width:47.75rem;height:;top:33.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAonT0zzCJlUbWGGdETpFDZGEoyUqcOb { width:4.0625rem;height:4.874025rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUZtefPTuvNIKUD2frzfdiMW0Cphoafg { width:47.75rem;height:5.9375rem;top:38rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJviSEvxtl8iZnUJwTo5auJvezPvSp1m { display:block; }#eJviSEvxtl8iZnUJwTo5auJvezPvSp1m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrG6pupPqdmL8QyJ0WkJcGOpNgo7qx5s { width:8.1875rem;height:8.1875rem;top:5.9375rem;left:19.3603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXSZncP1ETxE1ye2Jd0fgOWA3OhhnKbb { width:47.75rem;height:;top:14.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHQ5rZRLNeCcWlC8DreTd1htRLONd5Rk { width:47.75rem;height:;top:19rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAbpEw5CFHBHsMuc008kzKCLShpbGdND { width:47.75rem;height:;top:22.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb87Om9lhZvWzE3dgIGFQCPVKbVz9ogR { width:47.75rem;height:;top:40.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi2afGqgkrHD3nTkpE4d9WChTNlvfIDh { width:4.0625rem;height:4.874025rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIRpf0uwC8PoJW8pLHNnIWINO7PamWcH { width:47.75rem;height:;top:44.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGflr3trdx3sd4oFgThtysTICbmJSFEP { width:47.75rem;height:9.1875rem;top:26.625rem;left:0rem;font-size:1.375rem;display:block; }#uGflr3trdx3sd4oFgThtysTICbmJSFEP li:before{  }
 }@media only screen and (max-width: 763px) { #h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB { display:block; }#h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H15yECSmIlm0xwlTt4GvyMQZbdA8fTzG { width:22.375rem;height:1.6875rem;top:12.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnmVktH84CZwyFoTJ9pHgX36KpFoWiKz { width:15.625rem;height:1.3125rem;top:14.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r90lO5ckSG21AFgq11A0A4i76I40Firq { width:21.375rem;height:4.5rem;top:12.5625rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymJJLC260yItn9dA97CqQi9MiHCcnorT { width:18.0625rem;height:2.25rem;top:12.625rem;left:29.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTUTa5TdXKtTfeZA4GvWS5diyJ9wgT7 { width:18.75rem;height:1.6875rem;top:14.875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9f5HXaspyQqNdDlyTGGurWVphqlrxq3 { width:18.9375rem;height:2.3125rem;top:17.3125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3gC0FXcS7bFS6xZoTCdco3mJMO7SEOx { display:block; }
 }@media only screen and (max-width: 763px) { #ZsI6tdUKlpszTDtC6UNKJ7Rtrn7LIdy1 { width:4.1875rem;height:3.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgMwIwnAulRcHcCACBehZZcn5tMZwXnA { width:3.6875rem;height:3.6875rem;top:8.125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfCbrd8Mal3dd9TJp6bvmTfBvhJauJsZ { width:4.375rem;height:3.3125rem;top:8.3125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgCcXWJCD0duNN2RwrX74hLXtEOEh0dP { width:47.75rem;height:0;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAJ12qIqMCsoe0L2Sme9LdukbExq0w2Q { width:10.375rem;height:2.4233540357791rem;top:26.625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu { position:relative;z-index:auto;display:block; }#KkOeQbsbwXn4EBP4K7AEpWunwdW89iSu > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUUDhmoeObLRCssx3BmwVG2I0OQAGmGk { width:10.0625rem;height:2.2351088721377rem;top:0.625rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuCvyPfa0xZqfo8zAvDVZbyxVX7xU7ie { width:17.625rem;height:2.4375rem;top:4.734375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4DSI5fkznOEPDkcoiy3nS8mufz7E5bT { display:block; }
 }@media only screen and (max-width: 763px) { #NtPuX4RE6gUET8ba22MFcodKd6uSrqpl { width:17.625rem;height:2.4375rem;top:8.09375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s62LxtTJGItn7JZmolqWVSLEcyGQSM48 { display:block; }
 }@media only screen and (max-width: 763px) { #ZKZTfMh6Qb5AmaUvK5tUNEkeAcr8glNG { width:17.5625rem;height:2.4375rem;top:11.296875rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #naDk4y8avKUXykVNuTqIpw8K5zIi9nPq { display:block; }
 }@media only screen and (max-width: 763px) { #VwFoEaEtuEKTCNAok0sBdb3f9yyoKDbx { width:17.6875rem;height:2.4375rem;top:14.734375rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csDXLUtV4wyGOnHcs0Z7mc7yf6JlJ978 { display:block; }
 }@media only screen and (max-width: 763px) { #oOWByot3AsgGgh23bllFz0dTC5zTp58M { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3fa24a0f-80c5-4eb0-ae66-b8b26cb3deaa/aurora.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#oOWByot3AsgGgh23bllFz0dTC5zTp58M.adaptive-delivery-prevent-bg, #oOWByot3AsgGgh23bllFz0dTC5zTp58M.lazyload, #oOWByot3AsgGgh23bllFz0dTC5zTp58M.lazyloading { background-image: none; }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row .container { background-color: transparent; background-image: none; }#oOWByot3AsgGgh23bllFz0dTC5zTp58M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row .container > .video-iframe-container { display: none; }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row > .video-iframe-container { display: none; }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .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); }#oOWByot3AsgGgh23bllFz0dTC5zTp58M > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQw9oRnWR3srUXezgwHBR6qrvbktKAc8 { width:20rem;height:2.1875rem;top:4.3984375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCrEabTBpA1TDUqTi69NH34ctofUx9BM { width:18.25rem;height:0;top:48.9677734375rem;left:1.75rem;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Jv0grzX0PbsPmAnL14dkTwvGkVlwCHAS { width:3.6875rem;height:2.8125rem;top:21rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2B4IDVXJZpcJfiha6lrOEAmKF6diUca { width:4.75rem;height:4.75rem;top:20.0625rem;left:7.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;display:block; }
 }@media only screen and (max-width: 763px) { #EWL7ITnyO0Bhaw6IG3LGehbw206DHLr2 { width:20rem;height:8.125rem;top:7.375rem;left:0rem;font-size:4.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TumhgNTT7kL83WsGUukqIMOK25vaLNyA { display:block; }#TumhgNTT7kL83WsGUukqIMOK25vaLNyA > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fq7x4LbunwqPReXicAZttGihL6C8FTTG { width:3.5625rem;height:4.625rem;top:3.625rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2xEKlQt5JFhJBZXfW8tXABda30vxLQs { width:20rem;height:2.5996125rem;top:9.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJXU9DXPuJq9OA7wTRO5bGBdafbF1PTG { width:20rem;height:2.2744125rem;top:12.26855625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqRNcdozJPac7Zny3CkpSoFsyv3S8ABP { width:15.9375rem;height:22.9375rem;top:15.9306640625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKp3qdeVU6uoIvSTZuvo6lSuW6NiWcDV { width:18.6875rem;height:19.2480625rem;top:39.76953125rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chcn9FzQ7SduDm1eDOgXLiBmmuoucIdH { width:4.8125rem;height:4.8125rem;top:60.765625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgIshZndmaTOwHtC25ulExTVonLIBDm2 { width:14.6875rem;height:2.44921875rem;top:62.8408203125rem;left:5.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1pDPZJQNoZ1Gq1mBZLTxyXiE3iAinlk { width:18.5rem;height:13.473625rem;top:66.2001953125rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vteBzW4tsGglorTHUmw1x2zPDJnVxxUX { display:block; }#vteBzW4tsGglorTHUmw1x2zPDJnVxxUX > .row .container { width:20rem;height:102.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2RTq8nnoiSTlrUIuoDLaq125ySvRf1m { width:3.8125rem;height:4rem;top:3.9375rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a18ibbeUaRQcRxfI16uUCa4tpZVvg33P { width:20rem;height:4.3984375rem;top:9.060546875rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ldK8KmqJBfGC22rh940QzykxNvvx3SKe { width:20rem;height:4.19921875rem;top:14.009765625rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ohMPRzKwIzOofNWamvBfR0zNxBg6I6fW { width:18.625rem;height:5.7744125rem;top:18.958984375rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpRxzVAkJoN46EM53bdoUEWDaTfkywgz { width:18.3125rem;height:34.6465rem;top:33.5546875rem;left:0.84375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxkCBTyig0lNcwftHzOEeVc6bdlcds3 { width:14rem;height:3.57421875rem;top:29.1484375rem;left:4.96875rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qfhTyBgoztNUh6gPkx30XIaq8FeHpX7N { width:2.8125rem;height:3.375rem;top:28.51171875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A27CoGkpWKER7Rrxx3rrsIe74KoK7toL { width:2.8125rem;height:3.375rem;top:73.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf9FUE30bm9IARmTAiblfhbwFJDMCvcw { width:14.8125rem;height:5.361325rem;top:73.0625rem;left:4.5625rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MWbSdoVu3wza2u8H4hRTa7Nwy6lcFs37 { width:17.5625rem;height:9.624rem;top:79.5rem;left:1.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD { display:block; }#NaS5UtUAfknQArmQ6WCaHbneqTlNaHcD > .row .container { width:20rem;height:87.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3GW7lmKwbLNvfaBduNoHc1RLkT5AB1T { width:4.3125rem;height:4.3125rem;top:3.75rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoZsuPMxMa3Z18bIyl16wymQJJCcZqVi { width:20rem;height:2.5996125rem;top:9.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQpl1P3Lr8oNdNnph04GvciF5ydcZTHN { width:20rem;height:4.548825rem;top:12.3476625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmsidRREHgDHGbUZf27L8TTufKGabTGN { width:18.625rem;height:13.473625rem;top:17.734375rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vITNUgiXQIxJBreOQeTDiSTI8D2uqBqN { width:17rem;height:13.473625rem;top:39.31640625rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgmOGMWHSqsN84PCglLc9ZvC7KRyOTQw { width:15.0625rem;height:2.2744125rem;top:36.2568359375rem;left:4.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6OShw7W5zpTFvBJ3ixgBERI8AfNodv6 { width:2.8125rem;height:3.3125rem;top:34.8310546875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9EcMm04lB4NkW40pXMHKs7hX9TarIsW { width:2.8125rem;height:3.3125rem;top:62.1396484375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M09JzqhLTdzm39nbUJ3wMvsIEqP3CTJ3 { width:14.3125rem;height:4.2246125rem;top:62.94921875rem;left:5.0625rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ugveR1XeGNixMAeRiTovTVt6JcdBbkXI { width:20rem;height:6.09375rem;top:68.150390625rem;left:0rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KrukypTAoL6TSSMH7qPXD2eDIQrS88AF { width:19rem;height:3.6875rem;top:54.0146484375rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrUvnQgdL0BLH9Hx6KA9FUNKfNgi9OZT { display:block; }
 }@media only screen and (max-width: 763px) { #usBXLRTUVrLg7f0Tzp1UJeqEoQMCMHpv { width:3.875rem;height:5.3515625rem;top:96.861328125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ { display:block; }#Lb8p1XShg1deNyAmLrs1Nib0BRDzr0EJ > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfL4RclERIb0FfsFa4HiIw0rpODCVI9e { width:4.5625rem;height:3.875rem;top:2.375rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI9elzeucQ7mcwpQPRq2OOlkriDcBULs { width:20rem;height:2.5996125rem;top:7.185546875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdOGXFTio8dFwRvrZtinQXXKGhE4FODi { width:20rem;height:2.2744125rem;top:9.78515625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sapi5rMCHwD5NzOXIsRP0pRrukErtaBZ { width:18.3125rem;height:5.7744125rem;top:12.572265625rem;left:0.84375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2O3soaNTdBqhzJhypibsPsww0wtLNC { width:19rem;height:3.4375rem;top:19.146484375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2A2XFmwqVALX9Cn1CMbJsR5qquRiiXT { display:block; }
 }@media only screen and (max-width: 763px) { #sJDamdEkMNubFtN8g7rScoUqD6wrGlq1 { display:block; }#sJDamdEkMNubFtN8g7rScoUqD6wrGlq1 > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqfSP9SoePRDsBdVTnIfDrBybO7SeZB0 { width:4.125rem;height:4.0625rem;top:2rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5vc9g8cBM4Nn7an5wSdFmNUPfvBOuRD { width:4.5rem;height:3.8125rem;top:24.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5iLNa3uMpXQRlZnbbTlmo95kZgdoxOV { width:4.75rem;height:3.625rem;top:42.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCeH9LANTWXE34b93bW2NUAzmxPXCZzm { width:20rem;height:2.5371125rem;top:6.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Dpkwpez4mgNXro6yyJ94B0cpHTTVaR { width:19.125rem;height:3.986325rem;top:29.5625rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzSOTu1u1toPUdRHu4iSkJeHohCdt911 { width:19.125rem;height:1.9931625rem;top:47.1875rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2WHJAi5ucu4tBvs9ME4vnM6rv4g4wrV { width:18.5rem;height:4.53515625rem;top:9.349609375rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0WTOduHncmUdhLT2zHHBeo9bG8koyKW { width:20rem;height:2.19921875rem;top:34.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVnkZASbeflD6sAeSEmNh1P3MnU2wquz { width:20rem;height:1.3056625rem;top:36.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuUZxl7tWv2dVBdGl22tcTJEZFbNcFU7 { width:20rem;height:4.53515625rem;top:49.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWiHa5B93WEHtRUbTgm1TM4AVuFLTNb2 { width:18.3125rem;height:2.9375rem;top:54.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKH0GEFNTBQzbZ1Q9euHgxAIdwDzsh7f { display:block; }
 }@media only screen and (max-width: 763px) { #IDaSTHslGkodcUcZn1a9TJwXBQOE0Dkr { width:18.0625rem;height:2.9375rem;top:58.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOGoZCMthIKXyNSGRNqLRcGQz7sq5VN { display:block; }
 }@media only screen and (max-width: 763px) { #qbpqEHsLxARkceaZDFyhABZEA1duI9rC { display:block; }#qbpqEHsLxARkceaZDFyhABZEA1duI9rC > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLxVL8TBdhCWhS7ybAXyVIqqlnAzXnkz { width:4.5rem;height:3.9375rem;top:4.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc0voLLHdrQeTkURcWPXbib09whETMrc { width:20rem;height:2.5996125rem;top:9.1943125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2pFPBzff4Bl3NGEL0iQmhuILNxWlvTG { width:20rem;height:2.2744125rem;top:11.79296875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzveuGt0xwRsBAQrgogqhK5VJBq6NBVk { width:19.5rem;height:7.69925rem;top:14.7421875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR1lBl1NIE6110f4hwzd7eGdSFXfFmg5 { width:10.625rem;height:4.2246125rem;top:26.728515625rem;left:5.3125rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NAonT0zzCJlUbWGGdETpFDZGEoyUqcOb { width:2.8125rem;height:3.3125rem;top:26.728515625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUZtefPTuvNIKUD2frzfdiMW0Cphoafg { width:18.25rem;height:9.624rem;top:31.826171875rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJviSEvxtl8iZnUJwTo5auJvezPvSp1m { display:block; }#eJviSEvxtl8iZnUJwTo5auJvezPvSp1m > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrG6pupPqdmL8QyJ0WkJcGOpNgo7qx5s { width:5.1875rem;height:5.1875rem;top:3.25rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXSZncP1ETxE1ye2Jd0fgOWA3OhhnKbb { width:14.0625rem;height:5.19921875rem;top:8.4375rem;left:2.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHQ5rZRLNeCcWlC8DreTd1htRLONd5Rk { width:20rem;height:2.2744125rem;top:13.63671875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAbpEw5CFHBHsMuc008kzKCLShpbGdND { width:17.875rem;height:3.8496125rem;top:16.44921875rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb87Om9lhZvWzE3dgIGFQCPVKbVz9ogR { width:15.375rem;height:2.2744125rem;top:38.2109375rem;left:4.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi2afGqgkrHD3nTkpE4d9WChTNlvfIDh { width:2.8125rem;height:3.3125rem;top:37.109375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIRpf0uwC8PoJW8pLHNnIWINO7PamWcH { width:17.4375rem;height:7.69925rem;top:41.7119140625rem;left:1.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGflr3trdx3sd4oFgThtysTICbmJSFEP { width:18.8125rem;height:11.8613125rem;top:21.0986328125rem;left:0.59375rem;font-size:1.375rem;display:block; }#uGflr3trdx3sd4oFgThtysTICbmJSFEP li:before{  }
 }@media only screen and (max-width: 763px) { #h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB { display:block; }#h7uIJ0xnhJnGkBCCD9ETbs194WqiQMIB > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H15yECSmIlm0xwlTt4GvyMQZbdA8fTzG { width:19.25rem;height:1.78125rem;top:7.3125rem;left:0.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dnmVktH84CZwyFoTJ9pHgX36KpFoWiKz { width:12.4375rem;height:1.03125rem;top:9.75rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #r90lO5ckSG21AFgq11A0A4i76I40Firq { width:17.375rem;height:4.1982375rem;top:21.8125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ymJJLC260yItn9dA97CqQi9MiHCcnorT { width:18.25rem;height:1.78125rem;top:37.5rem;left:0.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bFTUTa5TdXKtTfeZA4GvWS5diyJ9wgT7 { width:18.5rem;height:1.50065rem;top:39.3125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e9f5HXaspyQqNdDlyTGGurWVphqlrxq3 { width:18.3125rem;height:3.125rem;top:43.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3gC0FXcS7bFS6xZoTCdco3mJMO7SEOx { display:block; }
 }@media only screen and (max-width: 763px) { #ZsI6tdUKlpszTDtC6UNKJ7Rtrn7LIdy1 { width:3.375rem;height:2.9375rem;top:3.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgMwIwnAulRcHcCACBehZZcn5tMZwXnA { width:3.6875rem;height:3.6875rem;top:17.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfCbrd8Mal3dd9TJp6bvmTfBvhJauJsZ { width:4.375rem;height:3.3125rem;top:33.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgCcXWJCD0duNN2RwrX74hLXtEOEh0dP { width:20rem;height:0.0625rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAJ12qIqMCsoe0L2Sme9LdukbExq0w2Q { width:10.4375rem;height:2.4375rem;top:58.1875rem;left:4.78125rem;display:block; }
 }