.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:216,232,240;--color-primary-1:139,187,211;--color-primary-2:61,141,181;--color-primary-3:12,113,163;--color-primary-4:9,74,107;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIiRme38nqgG2OMuH1vkaH553ZJPr8re { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f1f5fa;background-color:rgba(var(--color-tertiary-0),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; }#AIiRme38nqgG2OMuH1vkaH553ZJPr8re > .row .container { background-color: transparent; background-image: none; }#AIiRme38nqgG2OMuH1vkaH553ZJPr8re::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIiRme38nqgG2OMuH1vkaH553ZJPr8re > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIiRme38nqgG2OMuH1vkaH553ZJPr8re > .row .container > .video-iframe-container { display: none; }#AIiRme38nqgG2OMuH1vkaH553ZJPr8re > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIiRme38nqgG2OMuH1vkaH553ZJPr8re > .row > .video-iframe-container { display: none; }#AIiRme38nqgG2OMuH1vkaH553ZJPr8re > .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); }#AIiRme38nqgG2OMuH1vkaH553ZJPr8re > .row .container { border-width: 0; border-radius: 0; }#AIiRme38nqgG2OMuH1vkaH553ZJPr8re > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AIiRme38nqgG2OMuH1vkaH553ZJPr8re > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#BJ0iow3zyM08TQkaGNZZyRpbFx4eV0Xt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:9.1875rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#HG941Ikdtaypwsi6z9iImK6NUVAKScfl { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:0.78125rem;left:57.1875rem;display:block; }
#n9v8iexP6WXeF04CRlnIuPFvHoMpyfZK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.625rem;display:none; }
#NWUlzbWDZW3Gw04QRC8R85G88ympm8lJ { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:2.7017045021057rem;left:56.875rem;display:none; }
#aLnNRArsMTCJHTGrWb14ANogMlBNzcxB { color:#41515b;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:1.65625rem;left:44.8125rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hue0ZLlddsC3hERefpoB5U8L37vphoTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #003169, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(172deg, #003169, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(172deg, #003169, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(172deg, #003169, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003169', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003169', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(172deg, #003169, rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row .container { background-color: transparent; background-image: none; }#hue0ZLlddsC3hERefpoB5U8L37vphoTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row .container > .video-iframe-container { display: none; }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row > .video-iframe-container { display: none; }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .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); }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row .container { border-width: 0; border-radius: 0; }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:60rem;position:relative;display:block; }#KhTyQAftW1p2T3p2NCMnRLKQbqxdQUmG { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15051;line-height:1;letter-spacing:0;top:1.9989576339722rem;left:0.1875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nlcq1Lq02aBQNTDyJsBNmec0b2cbfb6J { box-sizing:content-box;color:#5ab8e8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:6.625rem;left:47.185417175293rem;display:block; }
#ptpsuckTxub1Ps9IvUywqM0EbW8wMkDl { box-sizing:content-box;color:#5ab8e8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:6.6229162216188rem;left:51.375rem;display:block; }
#mDQiRMTZGv1aVMehNiTRHMsQMxT45rwx { box-sizing:content-box;color:#5ab8e8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:6.6229162216188rem;left:55.4375rem;display:block; }
#SA4n4wXheFvRTaBsOnF8ps8azMkN8Kin { box-sizing:content-box;color:#5ab8e8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:6.6229162216188rem;left:49.247917175293rem;display:block; }
#kXu8CmAfzmW3pbX8W09mQpF5hQeIH4Pq { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15065;line-height:1;letter-spacing:0;top:2.0593748092651rem;left:48.246876716614rem;height:1rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZdbKUbD4S0x3OM0ruDQClk7syq0Nfmyc { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1;letter-spacing:0;top:6.4375rem;left:0.1875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZS86FuqT4N2rxBmFM7TGVwNAe2QsiAyJ { position:absolute;display:block;z-index:15017;background-color:transparent;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.0625rem dashed rgba(var(--color-secondary-0),0.4);border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:0.625rem;top:1.6239585876465rem;left:20rem;display:block; }
#bS9V4e1PJ8nvPlZAV2GkkmcDosCCPB3t { position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:6.7479162216188rem;left:47.3125rem;display:block; }
#v8a98r3PbgelSdJOaXozDF1J6hyMDwz4 { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:6.7479162216188rem;left:49.372917175293rem;display:block; }
#VQWy949qlnW0LEQSaI4a6g4S9RT2naUG { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:6.7479162216188rem;left:55.560417175293rem;display:block; }
#hNbbxtGulAWuNAkoeTD59ZpKQUcEzyq1 { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:6.7479162216188rem;left:51.435417175293rem;display:block; }
#m0gLUTS8P5gmCDFm1mE5D1L3z7eJsbGU { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:6.7479162216188rem;left:53.497917175293rem;display:block; }
#fpN4lhmVL4aVOuZ6ix1rCg0VFndoFevd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15059;line-height:1;letter-spacing:0;top:4.1218748092651rem;left:42.185417175293rem;height:1rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#suApkA45cs3yQneuG49GmsQrEm188sXf { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:3.375rem;left:57.3125rem;display:block; }
#qPKZAUM7xXp1enH8bymyQMUJKohAEv4I { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1;letter-spacing:0;top:2.0614585876465rem;left:21.9375rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EeV1NoEtZoTRSKsH0KsyQ03C0vbqQQTw { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1;letter-spacing:0;top:9.0625rem;left:22.25rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IqKzqUSpnDSgQb8TryqrqX6Q0TJZSDQ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15056;line-height:1;letter-spacing:0;top:5.6875rem;left:22.25rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MKUNNXh8nK9ALxStpMT0F5t0iedpsycB { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1;letter-spacing:0;top:12.4375rem;left:22.25rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VwWD1krWdg5moLpeQhC6toyCFUGXQd76 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15058;line-height:1;letter-spacing:0;top:4.0083332061767rem;left:22.25rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E3TlBgzbwFr29t2TXhXOtTaN6gy4OC5x { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15059;line-height:1;letter-spacing:0;top:10.75rem;left:22.25rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P3cbbFq6vizbbxvCl5cTHtCtTnhQrqFL { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15060;line-height:1;letter-spacing:0;top:7.375rem;left:22.25rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W7DbfLxs5Fsdw4nUbwQBux2gzue7wPbR { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15062;line-height:1;letter-spacing:0;top:17.4375rem;left:22.247917175293rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vv1MWNJaCTipTbI0c2VFddZrL6CSMlTf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15058;line-height:1;letter-spacing:0;top:14.125rem;left:22.25rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oiq0PCmWGAS3HQJvsqKdQCyPGN90VEm4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15064;line-height:1;letter-spacing:0;top:15.75rem;left:22.25rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QJTGpp0TNG1XTeTDxNcohGm5pHtUQXa8 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15067;top:1.5593748092651rem;left:28.183334350586rem;display:block; }
#QHNF3zKHUKgr5ODxbPbhxApTvMMBt75S { position:absolute;display:block;z-index:15018;background-color:transparent;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.0625rem dashed rgba(var(--color-secondary-0),0.4);border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:0.6875rem;top:1.6239585876465rem;left:40rem;display:block; }
#yLTBInevN28h683Klo0y55DT011fJXGx { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15056;line-height:1;letter-spacing:0;top:14.873958587646rem;left:0.18645858764649rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HbEZfLlHoo010IHqgmi2ze5xaTTcTeKT { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:14.372917175293rem;left:5.4364585876465rem;display:block; }
#XyG4kvZ2mIu7JZh25Zrx4WVo6JVGO0cB { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1;letter-spacing:0;top:16.320833206177rem;left:0.18645858764649rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KqdyDVB3myRgOh0UZK8NARXVU6U6drOh { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1;letter-spacing:0;top:17.686458587646rem;left:0.18645858764649rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yaFbRBmkg0HXicNiP8Ok4B1TzbzHuKp5 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15056;line-height:1;letter-spacing:0;top:19.123958587646rem;left:0.18645858764649rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UVLLZmkpbLahVvXqvqJmX64h7KAF29Wm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1;letter-spacing:0;top:23.186458587646rem;left:0.18645858764649rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FOAVrFxfIs1eMtCQwMOvcl9Okc6lg3iL { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:1.1864576339722rem;left:57.3125rem;display:block; }
#NGT9SA9rdMkSJoWM4kdsCnBSVB1no3XA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1;letter-spacing:0;top:20.498958587646rem;left:0.18645858764649rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R9cTANw3mlKAMdlwPk2rd3t8CJBMrBnC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15058;line-height:1;letter-spacing:0;top:21.873958587646rem;left:0.18645858764649rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lfierDoWZzOy73egf5eZIEZTolnE3rgl { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.435416221619rem;left:47.121871948243rem;display:block; }
#BhqX2DD1r2nezPwhht8kONKFsdpeLzhb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yArCqrwb3yX9q5eTKXpwwUluGkQxdANX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#QWncyc3xJFuiFCJSrJXkzaP7M9Sbyitz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#wO9Ny0rMPxf1TfD1aJIqhGDzwg7q6yoN { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:2.7017045021057rem;left:56.875rem;display:none; }
#OnN7VDx96hmG2EAkbQWSLOaZHdmFwmax { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:6.6875rem;left:57.622917175293rem;overflow:hidden;display:block; }
#yOF6HwnOeTp1irtGx5w2A4HBqSDGBHpB { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.39583375rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:9.65625rem;left:47.122917175293rem;display:block; }
#lyTbTB4ekOcG7yIqkTF3xD5TRQ0b3oNo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a7M6HMqbWxNW8uIsfNK5T9T5TltAihsC { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1;letter-spacing:0;top:11.0625rem;left:0.1875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LVKNllgTERM00unC2gdAUIhJNyVXVZi9 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15053;line-height:1;letter-spacing:0;top:2.875rem;left:0.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gGqdyqdKDVTAoAFS0QM5wCk1sT8JqELC { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:2.7017045021057rem;left:56.875rem;display:none; }
#uusi6hGTwqUFaSfA8PtpFlMfgqGgDtfA { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15063;line-height:1;letter-spacing:0;top:19.125rem;left:22.25rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NC66s3wQZTUaUqCdganzqMpFd3egx5Np { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1;letter-spacing:0;top:8rem;left:0.1875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HUghJy0eRcHF6qo8hW96HL6VCHix83E8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15053;line-height:1;letter-spacing:0;top:2.875rem;left:0.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#p7EvqDhpuiJcVuMpOtiTAF12bfkkCcAV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#p7EvqDhpuiJcVuMpOtiTAF12bfkkCcAV > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#IF5NGgQXFF9O9CtIt6BZ3OfBpmqEEc8L { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.39583375rem;height:2.39583375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.182292938233rem;left:47.122917175293rem;display:block; }
#q9qZOGHHk2cEyo87oT20IgmTz4BTwiiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKwRl10KKLTJBXLe1QnqRs1OEy52rXAy { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15060;line-height:1;letter-spacing:0;top:20.686458587646rem;left:47.185417175293rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3zFS3pyISi8MUWmGL6DpVGHKU18iAdT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:6.96875rem;left:53.75rem; }
#F3zFS3pyISi8MUWmGL6DpVGHKU18iAdT > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; }#xfDBJblJy5gxSZXhEiJDNX1SHawF7bfa { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1;letter-spacing:0;top:12.616666793823rem;left:0.1875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AqRF5M9A5J2Nk1m7G3pkZRpFQW3WMF57 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1;letter-spacing:0;top:3.375rem;left:0.1875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SEu9DlX3X7uI88VmNgKGk7gCBVxS7fbt { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1;letter-spacing:0;top:4.9989585876465rem;left:0.1875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TenpZc44fnaB8eA8xaPTzepbiNcEf8uH { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15056;line-height:1;letter-spacing:0;top:9.5625rem;left:0.1875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JvTkcn1zwJgQUTUsSW2rDxQeEFTJ50SJ { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:2.7017045021057rem;left:56.875rem;display:none; }
#PT07Bt4CWbXn3B4C79DOzDEU9qokTDod { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vbdpohqTab8bHo8WaUgoM1DP2x4RiDrm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vbdpohqTab8bHo8WaUgoM1DP2x4RiDrm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PD8ATV7oqpskXMkwmn7s9qOwZcMowDKG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#PD8ATV7oqpskXMkwmn7s9qOwZcMowDKG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AIiRme38nqgG2OMuH1vkaH553ZJPr8re { display:block; }#AIiRme38nqgG2OMuH1vkaH553ZJPr8re > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJ0iow3zyM08TQkaGNZZyRpbFx4eV0Xt { width:9.1875rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG941Ikdtaypwsi6z9iImK6NUVAKScfl { top:0.75rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9v8iexP6WXeF04CRlnIuPFvHoMpyfZK { width:3.625rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWUlzbWDZW3Gw04QRC8R85G88ympm8lJ { top:2.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLnNRArsMTCJHTGrWb14ANogMlBNzcxB { top:1.625rem;left:35.9375rem;width:11.8125rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hue0ZLlddsC3hERefpoB5U8L37vphoTT { display:block; }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhTyQAftW1p2T3p2NCMnRLKQbqxdQUmG { top:1.9375rem;left:0rem;width:10.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlcq1Lq02aBQNTDyJsBNmec0b2cbfb6J { top:6.625rem;left:41.060417175293rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptpsuckTxub1Ps9IvUywqM0EbW8wMkDl { top:6.5625rem;left:45.25rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDQiRMTZGv1aVMehNiTRHMsQMxT45rwx { top:6.5625rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA4n4wXheFvRTaBsOnF8ps8azMkN8Kin { top:6.5625rem;left:43.122917175293rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXu8CmAfzmW3pbX8W09mQpF5hQeIH4Pq { top:2rem;left:38.5625rem;width:9.1875rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdbKUbD4S0x3OM0ruDQClk7syq0Nfmyc { top:6.4375rem;left:0rem;width:10.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS86FuqT4N2rxBmFM7TGVwNAe2QsiAyJ { top:1.5625rem;left:13.875rem;width:0.625rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS9V4e1PJ8nvPlZAV2GkkmcDosCCPB3t { top:6.6875rem;left:41.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8a98r3PbgelSdJOaXozDF1J6hyMDwz4 { top:6.6875rem;left:43.247917175293rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQWy949qlnW0LEQSaI4a6g4S9RT2naUG { top:6.6875rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbbxtGulAWuNAkoeTD59ZpKQUcEzyq1 { top:6.6875rem;left:45.310417175293rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0gLUTS8P5gmCDFm1mE5D1L3z7eJsbGU { top:6.6875rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpN4lhmVL4aVOuZ6ix1rCg0VFndoFevd { top:4.0625rem;left:32.6875rem;width:15.0625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suApkA45cs3yQneuG49GmsQrEm188sXf { top:3.375rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPKZAUM7xXp1enH8bymyQMUJKohAEv4I { top:2rem;left:15.8125rem;width:10.125rem;height:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeV1NoEtZoTRSKsH0KsyQ03C0vbqQQTw { top:9.0625rem;left:16.125rem;width:9rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqKzqUSpnDSgQb8TryqrqX6Q0TJZSDQ2 { top:5.6875rem;left:16.125rem;width:13.5625rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKUNNXh8nK9ALxStpMT0F5t0iedpsycB { top:12.4375rem;left:16.125rem;width:10.4375rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwWD1krWdg5moLpeQhC6toyCFUGXQd76 { top:4rem;left:16.125rem;width:10.4375rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3TlBgzbwFr29t2TXhXOtTaN6gy4OC5x { top:10.75rem;left:16.125rem;width:10.4375rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3cbbFq6vizbbxvCl5cTHtCtTnhQrqFL { top:7.375rem;left:16.125rem;width:15rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7DbfLxs5Fsdw4nUbwQBux2gzue7wPbR { top:17.4375rem;left:16.122917175293rem;width:11.375rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv1MWNJaCTipTbI0c2VFddZrL6CSMlTf { top:14.125rem;left:16.125rem;width:12.375rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oiq0PCmWGAS3HQJvsqKdQCyPGN90VEm4 { top:15.75rem;left:16.125rem;width:12.25rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTGpp0TNG1XTeTDxNcohGm5pHtUQXa8 { top:1.5rem;left:22.058334350586rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHNF3zKHUKgr5ODxbPbhxApTvMMBt75S { top:1.5625rem;left:33.875rem;width:0.6875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLTBInevN28h683Klo0y55DT011fJXGx { top:14.8125rem;left:0rem;width:10.0625rem;height:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbEZfLlHoo010IHqgmi2ze5xaTTcTeKT { top:14.3125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyG4kvZ2mIu7JZh25Zrx4WVo6JVGO0cB { top:16.3125rem;left:0rem;width:10.0625rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqdyDVB3myRgOh0UZK8NARXVU6U6drOh { top:17.625rem;left:0rem;width:11.1875rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaFbRBmkg0HXicNiP8Ok4B1TzbzHuKp5 { top:19.0625rem;left:0rem;width:11.125rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVLLZmkpbLahVvXqvqJmX64h7KAF29Wm { top:23.125rem;left:0rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOAVrFxfIs1eMtCQwMOvcl9Okc6lg3iL { top:1.125rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGT9SA9rdMkSJoWM4kdsCnBSVB1no3XA { top:20.4375rem;left:0rem;width:16.3125rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9cTANw3mlKAMdlwPk2rd3t8CJBMrBnC { top:21.8125rem;left:0rem;width:16.3125rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfierDoWZzOy73egf5eZIEZTolnE3rgl { width:12.375rem;height:2.5rem;top:13.375rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhqX2DD1r2nezPwhht8kONKFsdpeLzhb { display:block; }
 }@media only screen and (max-width: 763px) { #yArCqrwb3yX9q5eTKXpwwUluGkQxdANX { display:none; }
 }@media only screen and (max-width: 763px) { #QWncyc3xJFuiFCJSrJXkzaP7M9Sbyitz { display:none; }
 }@media only screen and (max-width: 763px) { #wO9Ny0rMPxf1TfD1aJIqhGDzwg7q6yoN { top:2.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnN7VDx96hmG2EAkbQWSLOaZHdmFwmax { top:6.6875rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOF6HwnOeTp1irtGx5w2A4HBqSDGBHpB { width:12.375rem;height:2.5rem;top:9.625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyTbTB4ekOcG7yIqkTF3xD5TRQ0b3oNo { display:block; }
 }@media only screen and (max-width: 763px) { #a7M6HMqbWxNW8uIsfNK5T9T5TltAihsC { top:11.0625rem;left:0rem;width:10.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVKNllgTERM00unC2gdAUIhJNyVXVZi9 { top:8.875rem;left:8.25rem;width:3.0625rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGqdyqdKDVTAoAFS0QM5wCk1sT8JqELC { top:2.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uusi6hGTwqUFaSfA8PtpFlMfgqGgDtfA { top:19.125rem;left:16.125rem;width:13.25rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC66s3wQZTUaUqCdganzqMpFd3egx5Np { top:8rem;left:0rem;width:9.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUghJy0eRcHF6qo8hW96HL6VCHix83E8 { top:2.0625rem;left:1.625rem;width:7.75rem;height:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7EvqDhpuiJcVuMpOtiTAF12bfkkCcAV { display:none; }
#p7EvqDhpuiJcVuMpOtiTAF12bfkkCcAV > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #IF5NGgQXFF9O9CtIt6BZ3OfBpmqEEc8L { width:12.375rem;height:2.375rem;top:17.125rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9qZOGHHk2cEyo87oT20IgmTz4BTwiiM { display:block; }
 }@media only screen and (max-width: 763px) { #nKwRl10KKLTJBXLe1QnqRs1OEy52rXAy { top:20.625rem;left:35.3125rem;width:12.4375rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3zFS3pyISi8MUWmGL6DpVGHKU18iAdT { top:6.9375rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
#F3zFS3pyISi8MUWmGL6DpVGHKU18iAdT > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #xfDBJblJy5gxSZXhEiJDNX1SHawF7bfa { top:12.5625rem;left:0rem;width:10.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqRF5M9A5J2Nk1m7G3pkZRpFQW3WMF57 { top:3.375rem;left:0rem;width:10.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEu9DlX3X7uI88VmNgKGk7gCBVxS7fbt { top:4.9375rem;left:0rem;width:10.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TenpZc44fnaB8eA8xaPTzepbiNcEf8uH { top:9.5625rem;left:0rem;width:10.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvTkcn1zwJgQUTUsSW2rDxQeEFTJ50SJ { top:2.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PT07Bt4CWbXn3B4C79DOzDEU9qokTDod { display:none; }
 }@media only screen and (max-width: 763px) { #vbdpohqTab8bHo8WaUgoM1DP2x4RiDrm { display:none; }
#vbdpohqTab8bHo8WaUgoM1DP2x4RiDrm > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #PD8ATV7oqpskXMkwmn7s9qOwZcMowDKG { display:none; }
#PD8ATV7oqpskXMkwmn7s9qOwZcMowDKG > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AIiRme38nqgG2OMuH1vkaH553ZJPr8re { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#AIiRme38nqgG2OMuH1vkaH553ZJPr8re { border-width: 0; border-radius: 0; }#AIiRme38nqgG2OMuH1vkaH553ZJPr8re > .row .container { width:20rem;height:4.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJ0iow3zyM08TQkaGNZZyRpbFx4eV0Xt { width:4.4375rem;height:1.25rem;top:1.53125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HG941Ikdtaypwsi6z9iImK6NUVAKScfl { width:2.12421875rem;height:2.12421875rem;top:1.1875rem;left:17.876041412354rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9v8iexP6WXeF04CRlnIuPFvHoMpyfZK { top:0.9375rem;left:0rem;width:3.5625rem;height:2.75rem;z-index:15074;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NWUlzbWDZW3Gw04QRC8R85G88ympm8lJ { width:2.125rem;height:2.125rem;top:1.1875rem;left:15.563541412354rem;font-size:1.4375rem;z-index:15069;color:#00c5ff;display:block; }
 }@media only screen and (max-width: 763px) { #aLnNRArsMTCJHTGrWb14ANogMlBNzcxB { width:9.875rem;height:1.05625rem;top:1.7531251907349rem;left:5.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #hue0ZLlddsC3hERefpoB5U8L37vphoTT { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #003169, #0c71a3);background-image: -moz-linear-gradient(180deg, #003169, #0c71a3);background-image: -ms-linear-gradient(180deg, #003169, #0c71a3);background-image: -o-linear-gradient(180deg, #003169, #0c71a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003169', endColorstr='#0c71a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003169', endColorstr='#0c71a3' );";background-image: linear-gradient(180deg, #003169, #0c71a3);background-size:auto !important;display:block; }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row .container { background-color: transparent; background-image: none; }#hue0ZLlddsC3hERefpoB5U8L37vphoTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row .container > .video-iframe-container { display: none; }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row > .video-iframe-container { display: none; }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .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); }#hue0ZLlddsC3hERefpoB5U8L37vphoTT > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhTyQAftW1p2T3p2NCMnRLKQbqxdQUmG { width:2.875rem;height:0.9375rem;top:1.875rem;left:1.6208333969116rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Nlcq1Lq02aBQNTDyJsBNmec0b2cbfb6J { width:1.875rem;height:1.875rem;top:1.6875rem;left:18.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptpsuckTxub1Ps9IvUywqM0EbW8wMkDl { width:1.875rem;height:1.875rem;top:1.5625rem;left:18.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDQiRMTZGv1aVMehNiTRHMsQMxT45rwx { width:1.875rem;height:1.875rem;top:1.5625rem;left:18.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SA4n4wXheFvRTaBsOnF8ps8azMkN8Kin { width:1.875rem;height:1.875rem;top:1.625rem;left:18.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXu8CmAfzmW3pbX8W09mQpF5hQeIH4Pq { width:8.6248125rem;height:0;top:2.25rem;left:2.0000000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #ZdbKUbD4S0x3OM0ruDQClk7syq0Nfmyc { width:8.75rem;height:0.9375rem;top:4.0625rem;left:11.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZS86FuqT4N2rxBmFM7TGVwNAe2QsiAyJ { width:0.625rem;height:22.1875rem;top:1.5625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bS9V4e1PJ8nvPlZAV2GkkmcDosCCPB3t { width:1.6875rem;height:1.6875rem;top:29.6875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8a98r3PbgelSdJOaXozDF1J6hyMDwz4 { width:1.6875rem;height:1.6875rem;top:32.625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQWy949qlnW0LEQSaI4a6g4S9RT2naUG { width:1.6875rem;height:1.6875rem;top:41.4375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNbbxtGulAWuNAkoeTD59ZpKQUcEzyq1 { width:1.6875rem;height:1.6875rem;top:35.5625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0gLUTS8P5gmCDFm1mE5D1L3z7eJsbGU { width:1.6875rem;height:1.6875rem;top:38.5rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpN4lhmVL4aVOuZ6ix1rCg0VFndoFevd { width:15.625rem;height:0;top:0.71718764305113rem;left:2.0625000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #suApkA45cs3yQneuG49GmsQrEm188sXf { width:2.1875rem;height:2.1875rem;top:2.7177734375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPKZAUM7xXp1enH8bymyQMUJKohAEv4I { width:10.1243125rem;height:1rem;top:18.694791793823rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EeV1NoEtZoTRSKsH0KsyQ03C0vbqQQTw { width:8.9985625rem;height:0.9375rem;top:24.748958587646rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IqKzqUSpnDSgQb8TryqrqX6Q0TJZSDQ2 { width:14.5rem;height:0.9375rem;top:21.936458587646rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MKUNNXh8nK9ALxStpMT0F5t0iedpsycB { width:10.4368125rem;height:0.9375rem;top:27.498958587646rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VwWD1krWdg5moLpeQhC6toyCFUGXQd76 { width:10.4368125rem;height:0.9375rem;top:20.552082061767rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #E3TlBgzbwFr29t2TXhXOtTaN6gy4OC5x { width:10.4368125rem;height:0.9375rem;top:26.123958587646rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #P3cbbFq6vizbbxvCl5cTHtCtTnhQrqFL { width:12.6243125rem;height:0.9375rem;top:23.373958587646rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #W7DbfLxs5Fsdw4nUbwQBux2gzue7wPbR { width:11.3743125rem;height:0.9375rem;top:31.6875rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Vv1MWNJaCTipTbI0c2VFddZrL6CSMlTf { width:12.3739375rem;height:0.9375rem;top:28.873958587646rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Oiq0PCmWGAS3HQJvsqKdQCyPGN90VEm4 { width:12.24875rem;height:0.9375rem;top:30.311458587646rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QJTGpp0TNG1XTeTDxNcohGm5pHtUQXa8 { width:1.875rem;height:1.875rem;top:18.176040649414rem;left:6.2458333969116rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHNF3zKHUKgr5ODxbPbhxApTvMMBt75S { width:0.6875rem;height:22.25rem;top:1.5625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLTBInevN28h683Klo0y55DT011fJXGx { width:10.06125rem;height:1rem;top:9.8833332061769rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HbEZfLlHoo010IHqgmi2ze5xaTTcTeKT { width:1.875rem;height:1.875rem;top:9.3635416030881rem;left:5.2489585876465rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyG4kvZ2mIu7JZh25Zrx4WVo6JVGO0cB { width:4.6875rem;height:0.9375rem;top:11.75rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KqdyDVB3myRgOh0UZK8NARXVU6U6drOh { width:5rem;height:0.9375rem;top:11.747917175293rem;left:9.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yaFbRBmkg0HXicNiP8Ok4B1TzbzHuKp5 { width:6.8125rem;height:0.9375rem;top:13.311458587646rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UVLLZmkpbLahVvXqvqJmX64h7KAF29Wm { width:10.5rem;height:0.9375rem;top:14.873958587646rem;left:9.1864585876462rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FOAVrFxfIs1eMtCQwMOvcl9Okc6lg3iL { width:2.1875rem;height:2.1875rem;top:0.9365234375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGT9SA9rdMkSJoWM4kdsCnBSVB1no3XA { width:6.25rem;height:0.9375rem;top:13.310417175293rem;left:9.1239585876462rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #R9cTANw3mlKAMdlwPk2rd3t8CJBMrBnC { width:7.1875rem;height:0.9375rem;top:14.873958587646rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lfierDoWZzOy73egf5eZIEZTolnE3rgl { width:12.375rem;height:2.5rem;top:13.375rem;left:3.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhqX2DD1r2nezPwhht8kONKFsdpeLzhb { display:block; }
 }@media only screen and (max-width: 763px) { #yArCqrwb3yX9q5eTKXpwwUluGkQxdANX { top:17.176040649414rem;left:0rem;width:20rem;height:0.061257125rem;z-index:15068;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(255,255,255,0.2);border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QWncyc3xJFuiFCJSrJXkzaP7M9Sbyitz { top:8.5635414123538rem;left:0rem;width:20rem;height:0.0614583125rem;z-index:15069;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(255,255,255,0.2);border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #wO9Ny0rMPxf1TfD1aJIqhGDzwg7q6yoN { width:1.5625rem;height:1.5625rem;top:5.875rem;left:0rem;font-size:1.0625rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #OnN7VDx96hmG2EAkbQWSLOaZHdmFwmax { width:1.75rem;height:1.6875rem;top:30rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOF6HwnOeTp1irtGx5w2A4HBqSDGBHpB { width:12.375rem;height:2.5rem;top:9.625rem;left:3.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyTbTB4ekOcG7yIqkTF3xD5TRQ0b3oNo { display:block; }
 }@media only screen and (max-width: 763px) { #a7M6HMqbWxNW8uIsfNK5T9T5TltAihsC { width:10.75rem;height:0.875rem;top:30rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #LVKNllgTERM00unC2gdAUIhJNyVXVZi9 { width:2.3125rem;height:1.125rem;top:1.875rem;left:6.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;z-index:15055;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gGqdyqdKDVTAoAFS0QM5wCk1sT8JqELC { width:1.625rem;height:1.625rem;top:1.4375rem;left:4.9375rem;font-size:1.125rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #uusi6hGTwqUFaSfA8PtpFlMfgqGgDtfA { width:14.6875rem;height:0.9375rem;top:33.0625rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NC66s3wQZTUaUqCdganzqMpFd3egx5Np { width:12.875rem;height:auto;top:6.5rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #HUghJy0eRcHF6qo8hW96HL6VCHix83E8 { width:7rem;height:0.9375rem;top:1.875rem;left:11.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;z-index:15056;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p7EvqDhpuiJcVuMpOtiTAF12bfkkCcAV { display:flex;top:1.625rem;left:9.625rem;width:1.25rem;height:1.25rem;z-index:15072;font-size:0.875rem; }
#p7EvqDhpuiJcVuMpOtiTAF12bfkkCcAV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #IF5NGgQXFF9O9CtIt6BZ3OfBpmqEEc8L { width:12.375rem;height:2.375rem;top:17.125rem;left:3.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9qZOGHHk2cEyo87oT20IgmTz4BTwiiM { display:block; }
 }@media only screen and (max-width: 763px) { #nKwRl10KKLTJBXLe1QnqRs1OEy52rXAy { width:12.4375rem;height:auto;top:20.625rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #F3zFS3pyISi8MUWmGL6DpVGHKU18iAdT { display:flex;width:1.1875rem;height:1.1875rem;top:30.5625rem;left:9.375rem;display:none; }
#F3zFS3pyISi8MUWmGL6DpVGHKU18iAdT > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #xfDBJblJy5gxSZXhEiJDNX1SHawF7bfa { width:6.8125rem;height:0.9375rem;top:6.25rem;left:11.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AqRF5M9A5J2Nk1m7G3pkZRpFQW3WMF57 { width:5.3125rem;height:0;top:1.9375rem;left:6.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #SEu9DlX3X7uI88VmNgKGk7gCBVxS7fbt { width:7.25rem;height:0.9375rem;top:4.0625rem;left:1.6864585876465rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TenpZc44fnaB8eA8xaPTzepbiNcEf8uH { width:7.5rem;height:0.875rem;top:6.25rem;left:1.5927085876465rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JvTkcn1zwJgQUTUsSW2rDxQeEFTJ50SJ { width:1.625rem;height:1.625rem;top:5.78125rem;left:9.4375rem;font-size:1.125rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #PT07Bt4CWbXn3B4C79DOzDEU9qokTDod { display:flex;top:1.5625rem;left:0.125rem;width:1.25rem;height:1.25rem;z-index:15073;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #vbdpohqTab8bHo8WaUgoM1DP2x4RiDrm { display:flex;top:3.8125rem;left:0.125rem;width:1.25rem;height:1.25rem;z-index:15074;font-size:0.875rem; }
#vbdpohqTab8bHo8WaUgoM1DP2x4RiDrm > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #PD8ATV7oqpskXMkwmn7s9qOwZcMowDKG { display:flex;top:3.875rem;left:9.625rem;width:1.25rem;height:1.25rem;z-index:15075;font-size:0.875rem; }
#PD8ATV7oqpskXMkwmn7s9qOwZcMowDKG > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }