.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:250,246,227;--color-primary-1:240,225,161;--color-primary-2:224,195,66;--color-primary-3:112,98,33;--color-primary-4:34,29,10;--color-secondary-0:252,250,255;--color-secondary-1:244,238,254;--color-secondary-2:232,221,252;--color-secondary-3:116,111,126;--color-secondary-4:35,33,38;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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); }#ST9SPgNfSLrokLzUnM89T00aN98TawLn { background-color:rgba(255,255,255,0.75);background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row .container { background-color: transparent; background-image: none; }#ST9SPgNfSLrokLzUnM89T00aN98TawLn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row .container > .video-iframe-container { display: none; }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row > .video-iframe-container { display: none; }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .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); }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row .container { border-width: 0; border-radius: 0; }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#aPQQyqDIWQqVIn1ZCoWGUCbtPbvNFwwe { background-color:#2a2aa8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(42,42,168,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.9375rem;left:55.8125rem;display:block; }
#aMTMpOnNbGA7lJ4ncDKSaGDDvGkVgJfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UawN3sZWbcpsD4bH6UGwJ40imgWG8pnx { position:absolute;display:block;z-index:15092;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.1875rem;width:7.5625rem;top:0rem;left:10rem;overflow:hidden;display:block; }
#xXABT9pi8VmasSimZTQwIXq7J1hOLaqb { position:absolute;display:block;z-index:15091;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.375rem;width:5.5625rem;top:0rem;left:5.71875rem;overflow:hidden;display:block; }
#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row .container { background-color: transparent; background-image: none; }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row .container > .video-iframe-container { display: none; }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row > .video-iframe-container { display: none; }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .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); }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row .container { border-width: 0; border-radius: 0; }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ss6QGTCafxFDOcuBT3nOvETENc7oMBUz { color:#69727d;display:block;width:29.625rem;position:absolute;font-family:"schibsted grotesk";font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),1);top:20.03125rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i6oec5gX22F7PhqwbZCw3ihq5KI8Eadb { color:#1a2b3c;display:block;width:28.6875rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:9.966796875rem;left:0rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-form-header {  }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;color:#ffffff;width:39.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2;text-align:left;text-align-last:left;vertical-align:top; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-text { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(105,114,125,0.7);border-left:0.0625rem solid rgba(105,114,125,0.7);border-right:0.0625rem solid rgba(105,114,125,0.7);border-bottom:0.0625rem solid rgba(105,114,125,0.7);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.125rem;box-sizing:border-box;height:2.5rem;color:#1a2b3c;font-size:0.875rem;overflow:hidden;font-family:"schibsted grotesk";text-align:left;text-align-last:left;font-weight:400;font-style:normal;vertical-align:top; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-text {padding-top: 0; padding-bottom: 0;}#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-textarea { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(105,114,125,0.7);border-left:0.0625rem solid rgba(105,114,125,0.7);border-right:0.0625rem solid rgba(105,114,125,0.7);border-bottom:0.0625rem solid rgba(105,114,125,0.7);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.125rem;box-sizing:border-box;height:4.375rem;color:#1a2b3c;font-size:0.875rem;overflow:hidden;font-family:"schibsted grotesk";text-align:left;text-align-last:left;font-weight:400;font-style:normal;vertical-align:top; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-select { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.125rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:"open sans";font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:300;font-style:normal;vertical-align:top; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-select {padding-top: 0; padding-bottom: 0;}#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#2a2aa8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.375rem;margin-bottom:0.25rem;margin-left:2.375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#f2f9ff;width:34.375rem;height:3.4375rem;font-family:inter;overflow:hidden;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.5) ;font-style:normal; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP [class*="-text"]:-moz-placeholder { color:#69727d;font-family:"schibstek grotesk";font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP [class*="-text"]::-moz-placeholder { color:#69727d;font-family:"schibstek grotesk";font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP [class*="-text"]:-ms-input-placeholder { color:#69727d;font-family:"schibstek grotesk";font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP [class*="-text"]::-webkit-input-placeholder { color:#69727d;font-family:"schibstek grotesk";font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.5625rem;font-weight:300;color:#69727d;vertical-align:top;width:37.875rem;overflow:hidden;font-style:normal;float:none; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-container:first-of-type{padding-top:0;}#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-container:last-of-type{padding-bottom:0;}#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:-1.0625rem;top:26.53125rem;z-index:15009;position:absolute; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:39.125rem;display:block;vertical-align:top; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP {display:block;}#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:-1.0625rem;top:26.53125rem;z-index:15009;position:absolute; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #hvwn5PEleVt52MJwhRRJK1kto1R5Ta5e { position:relative; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #m5B4AI06REhOXeLA4SooylQTQnxJbuUE { position:relative;display:none; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #fKZ1oPxbz4TdHr0uaPZApJ1kC1aNk7di { position:relative; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #g31dOgcTUTVZI9Qp36yrGo5Z9aehgEqv { position:relative; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #nff6UWsL5uLfBBzE64bEdil55taHWnJH { position:relative;display:none; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #xDvNrCnor9yC6oV75Z7gc15aW65U2K35 { position:relative; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #yhT5WTdwI4oWZhzT5DF6iHVGkumoM5SF { position:relative; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #QMrcRzOxawvLvAbLM4nRbENqfq4M0gtP { position:relative;z-index:2; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #rmDWT2qURxEEGiNobknT1htCaxVl83Jf { position:relative; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #D91aHTIeLBxFtLrH0Th7K52HWKZT6BNE { position:relative; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #uGVEJ47z1EPFmPOZZsuIwRKQIIuuKkaS { position:relative; }
#G6dcHCHcwSymHEBnATkAk8qx6Uf82Zf1 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#UllRkChPQBCf01w5gWZmKkD4N3Tw8auZ { 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:16.875rem;width:30rem;display:none; }
#xhg2TZAnaRhdCa3Bg55m8VNFVTekfPCQ { 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:16.875rem;width:30rem;display:none; }
#UdBs4AGUDFTiXPDuws04Gr8P5c1A59mw { 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:16.875rem;width:30rem;display:none; }
#shMr8biw7Qxqq5EkFZ54NRg8Wk6naVxk { 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:16.875rem;width:30rem;display:none; }
#L6Jbr3pTCZ1ftAzfV0B9zOOX4EVwBx4R { color:#2a2aa8;display:block;width:44.5625rem;position:absolute;font-family:"schibstek grotesk";font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),1);top:6.81640625rem;left:3.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#waiavtEoaH5ztXuAzRUcl9dJio2E4ozN { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15010;background-color:#2a2aa8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.435546875rem;left:0rem;display:block; }
#btepkeDXsUrpu3TMC0vFcHqP7vFS3fel { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.2) ;height:39.0625rem;width:25.9375rem;top:6.685546875rem;left:45.125rem;overflow:hidden;display:block; }
#GiEX8qMNIFRSHz4AkAU4RNtD8TTc97Rv { position:absolute;display:block;z-index:15012;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:20.5rem;width:29.625rem;top:26.40625rem;left:33.875rem;overflow:hidden;display:block; }
#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f2;background-image:none;position:relative;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row .container { background-color: transparent; background-image: none; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row .container > .video-iframe-container { display: none; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row > .video-iframe-container { display: none; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .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); }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row .container { border-width: 0; border-radius: 0; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#U8pQqhw0CPw9rlkAGybaq2OsDhfI0KEK { color:#ffdf83;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:58.875rem;left:0rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TkRX4uCalN89FoQ8y6CbVHtCI7z6EOft { box-sizing:content-box;height:7.5rem;width:18.9375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:14.8125rem;left:1.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.8125rem 1.875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LpwHK4cCzA83GnT7hVbkKDPbZMwKq5f4 { color:#69727d;display:block;width:61.5rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHPyPCL0mDuAz5WOWBdWTfT9dNFz86LA { color:#1a2b3c;display:block;width:17.6875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.875rem;left:2.875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#milfTSPJzZTyTRixkty2w7VkeLL5PHzv { color:#69727d;display:block;width:17.5625rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.75rem;left:2.875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C26Td91nMVSy41MLiSavBSaq7oIOmmkX { color:#1a2b3c;display:block;width:21.5rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.875rem;left:25.375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FKAOFNmZialWcx2OXIFuddnKIdg33SdT { color:#1a2b3c;display:block;width:18.0625rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.875rem;left:51.125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ungLcg0lT95TyS2QJxMxLUofDNlDdOEG { color:#69727d;display:block;width:21.125rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.75rem;left:25.3125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bIF8IF8x8K7dcLFaQDCq3DTyiAFvNhmt { color:#69727d;display:block;width:21.3125rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.8125rem;left:51.125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zVuoNFfUnIQ1aQkcO2IZKHGLb2vNUgg6 { color:#2a2aa8;display:block;width:44.5625rem;position:absolute;font-family:"schibstek grotesk";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),1);top:3.3125rem;left:3.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GpK0fbZTAzWTsLMwgPbCTkSVhHCBGAzx { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15012;background-color:#2a2aa8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.9375rem;left:0rem;display:block; }
#sKIkqWmW4ECiXzo72IITwIExRLQLRI8F { color:#1a2b3c;display:block;width:61.4375rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.8125rem;left:0rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IlZ6owpXnh3Nyg3c0eUDwC6ABN0OAtbf { box-sizing:content-box;height:7.4375rem;width:23.125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:14.8125rem;left:24.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.8125rem 1.875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ibMIxDeT7k23iI6mqA9rM9WdFqoTqwxT { box-sizing:content-box;height:7.4375rem;width:23.125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:14.875rem;left:49.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.8125rem 1.875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FaKKsIlPONPp6QCGm7koT2lorCEZnexP { position:absolute;display:block;z-index:15016;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:28.3125rem;width:51.0625rem;top:26.375rem;left:35.585293604673rem;overflow:hidden;display:block; }
#oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe > .row .container { background-color: transparent; background-image: none; }#oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe > .row .container > .video-iframe-container { display: none; }#oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe > .row > .video-iframe-container { display: none; }#oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe > .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); }#oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe > .row .container { border-width: 0; border-radius: 0; }#oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#qvy2vs0JmfxKoXew95PddBlrBXapXxII { color:#ffdf83;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:58.875rem;left:0rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tX7qcZewOUGF3Q0L7vFPqUm1S6pxtJyi { color:#69727d;display:block;width:48.9375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.013671875rem;left:3.5625rem;height:12.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dbcXRoUBpDqSgHdoeZ4KlZXpmNZWJUoJ { color:#1a2b3c;display:block;width:40.5625rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:8.15625rem;left:3.5625rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TkwwmumLyeVvTJXlKA3w8RJEXtbNZWfJ { box-sizing:content-box;height:26.6875rem;width:71.4375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:5.6875rem;left:1.78125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.8125rem 1.875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hRJSI3bkiy5reLA7JGZWP3Uv8XZhXHv5 { position:absolute;display:block;z-index:15016;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:28.3125rem;width:51.0625rem;top:26.375rem;left:35.585293604673rem;overflow:hidden;display:none; }
#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f2;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; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row .container { background-color: transparent; background-image: none; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row .container > .video-iframe-container { display: none; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row > .video-iframe-container { display: none; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .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); }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row .container { border-width: 0; border-radius: 0; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#lmEKqfk1SwF1hBDQZcv1ZSiGOWrBqeAR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:14.75rem;left:0rem; }
#BfQgWn7m9BGvMbg9C8si4JBQaAyKC8aL { color:#1a2b3c;display:block;width:48.9375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:15.0625rem;left:2.375rem;height:11.69825625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pJRHgwO90pSATWsA7n73nXrkT7xAqUOZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:17.375rem;left:0rem; }
#tUAhpzAf26rl2AiV3XAflIDPOPvQWP7Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:20.0673828125rem;left:0rem; }
#GQfJENHeBRgk9f3T3RcTS5Bn3Qmh9OzZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:22.6875rem;left:0rem; }
#wDAPi9BfoKXV57aAu7WkxG4aBCscSSGW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:25.1357421875rem;left:0rem; }
#IUJxIRWqmXftA6rhym85hfKKukX0P1qA { background-color:#2a2aa8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-0),0.5) ;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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8125rem;height:4.375rem;text-decoration:none;z-index:15102;text-align:center;text-align-last:center;top:30.625rem;left:0rem;display:block; }
#eEZdZ0dsnl0Cig90hTa4fese43HmnHIh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9tf57DG3gGnDXtGniEn8OMhTbtUm9CJ { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15014;background-color:#2a2aa8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.9375rem;left:0rem;display:block; }
#y1ZtbPqM7mO1c6b7r9QL7JBnN9vWFD0J { color:#2a2aa8;display:block;width:44.5625rem;position:absolute;font-family:"schibstek grotesk";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),1);top:3.3125rem;left:3.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z9iVQawxs0UZdwrVCATseRUo6he7mPWK { color:#69727d;display:block;width:48.9375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.3134765625rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOPsOlu6aL3XLvPn2Mwmo8bemGM1R8rb { color:#1a2b3c;display:block;width:28.25rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:5.8134765625rem;left:0rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dvkDzik9uN6zpBInhTUSDb4muN0nfSyQ { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.2) ;height:32.25rem;width:27.25rem;top:3.3125rem;left:42.21875rem;overflow:hidden;display:block; }
#beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f2;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; }#beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR > .row .container { background-color: transparent; background-image: none; }#beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR > .row .container > .video-iframe-container { display: none; }#beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR > .row > .video-iframe-container { display: none; }#beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR > .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); }#beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR > .row .container { border-width: 0; border-radius: 0; }#beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#vUcQ8w4TrXCuF6bPb8QG2yi28U6zy7S1 { box-sizing:content-box;height:2.4375rem;width:6.375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:16.9375rem;left:22.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid #69727d;border-left:0.0625rem solid #69727d;border-right:0.0625rem solid #69727d;border-bottom:0.0625rem solid #69727d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#zryRTJiLgAuXJRtwkdr8AFuTT0bvME8R { color:#1a2b3c;display:block;width:29.375rem;position:absolute;font-family:"schibsted grotesk";font-size:1.25rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:24.25rem;left:6.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ICcvg9icB3sB8Q5CgT3f6qmuWmPA4THy { color:#1a2b3c;display:block;width:59rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:10rem;left:8.90625rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ry495y8WdNdrQNIHxfqTkfEnKbymZFag { color:#69727d;display:block;width:44.4375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.375rem;left:16.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z4e3Vbw3geftpsGHQHaHq4czLuE4uuP2 { color:#69727d;display:block;width:75rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:6.62109375rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fuQnr1ZOnqJnrgeywSt4RHN0BNSCpCAA { color:#69727d;display:block;width:4.8125rem;position:absolute;font-family:"schibsted grotesk";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5rem;left:23.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t1eTvRoPLkJsrIMeNviAV4TNkQHdfKGB { color:#69727d;display:block;width:8.3125rem;position:absolute;font-family:"schibsted grotesk";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.5rem;left:45.875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AckwMPTCLeTW76xAmq7fon47xIKxJMTS { color:#69727d;display:block;width:9.375rem;position:absolute;font-family:"schibsted grotesk";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.42578125rem;left:32.8125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AWGimLQple1Zo4wTPtzLh361AqAJa8eD { color:#1a2b3c;display:block;width:20.4375rem;position:absolute;font-family:"schibstek grotesk";font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:26.8125rem;left:6.25rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xGLAElhKLw9loLIh386ekfQ1TOv62BQV { color:#1a2b3c;display:block;width:22.875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:30.8125rem;left:6.3125rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X6ukKW0gEbUTce7fNd9PVfPiRrNOREu5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:26.25rem;left:31rem; }
#uW45bRHk6wdr36lhATTpTB6DcFFoZDff { color:#1a2b3c;display:block;width:20.4375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.4375rem;left:35.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cE0NF3E9Ko2JSOkAaKJb3dfEBRabGAz7 { color:#1a2b3c;display:block;width:20.5625rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:29.875rem;left:35.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qhRCJLif7GugQlI70uwJqPngtQ5HTq24 { color:#1a2b3c;display:block;width:20.5625rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:32.1875rem;left:35.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r68oGAyom0rJkGKgiRCiDptMzD1kwIQi { color:#2a2aa8;display:block;width:44.5625rem;position:absolute;font-family:"schibstek grotesk";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),1);top:3.3125rem;left:15.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMmu8rsz5TwsrobN9SewBPyonrF60qdi { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15016;background-color:#2a2aa8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.9375rem;left:30.375rem;display:block; }
#iW9aOTr9QaoebsUfeBTLS26HcL1Ewxh1 { box-sizing:content-box;height:16.9375rem;width:71.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:21.9375rem;left:1.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.8125rem 1.875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GKUKD5tGvmV08od1eBcfd4dmSyTEPQZi { position:absolute;display:block;z-index:15090;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.875rem;width:13.875rem;top:23.5rem;left:56.125rem;overflow:hidden;display:block; }
#kWPWs6oghSPJh2A8nPoSNk1GhxOkDdlc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:28.7373046875rem;left:31rem; }
#n3vqXqnUqoz1SGGIwnMgmPQv0vdZSBKo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:30.88671875rem;left:31rem; }
#ke0z5XOO1SAVpohcnt8hTOg6ZfzimGv5 { box-sizing:content-box;height:2.4375rem;width:9.625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:16.9375rem;left:32.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid #69727d;border-left:0.0625rem solid #69727d;border-right:0.0625rem solid #69727d;border-bottom:0.0625rem solid #69727d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#c487XmsFMXRF2uT1rTAdsFI2pHMlon9w { box-sizing:content-box;height:2.4375rem;width:8.1875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:17rem;left:45.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid #69727d;border-left:0.0625rem solid #69727d;border-right:0.0625rem solid #69727d;border-bottom:0.0625rem solid #69727d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#IRty3v82wJZg0oMb7drZJacfHHlfIKrD { color:#69727d;display:block;width:39.625rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:40.0625rem;left:33.5rem;height:2.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mXPhtapSZUMgTwGx7ZyZhuRJvUaJ5Ov7 { box-sizing:content-box;height:2.4375rem;width:8.1875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:17rem;left:45.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid #e2c350;border-left:0.0625rem solid #e2c350;border-right:0.0625rem solid #e2c350;border-bottom:0.0625rem solid #e2c350;display:none; }
#fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF { border-top:0.0625rem solid #69727d;border-left:0;border-right:0;border-bottom:0.0625rem solid #69727d;background-color:#eeeef2;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; }#fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF > .row .container { background-color: transparent; background-image: none; }#fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF > .row .container > .video-iframe-container { display: none; }#fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF > .row > .video-iframe-container { display: none; }#fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF > .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); }#fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF > .row .container { border-width: 0; border-radius: 0; }#fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#Lu7RAdE79mLMNlJWcJblfXunhyAT9LZb { color:#69727d;display:block;width:35rem;position:absolute;font-family:"schibstek grotesk";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LF0ulRCZClAsvxZUFTJI0ZUGdvsxJWdZ { color:#69727d;display:block;width:34.5rem;position:absolute;font-family:"schibstek grotesk";font-size:1.125rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:15.7685546875rem;left:0.0625rem;height:11.6992125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EQmeCVs7vFNWRp3mtTGvz4Wp2rcnZv5H { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:74.041015625rem;left:47.8125rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#EQmeCVs7vFNWRp3mtTGvz4Wp2rcnZv5H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EQmeCVs7vFNWRp3mtTGvz4Wp2rcnZv5H li:before{  }
#FcMsK84nT4bJwM2UZhVDNpUPufqCE5To { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:84.19140625rem;left:47.96875rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#FcMsK84nT4bJwM2UZhVDNpUPufqCE5To li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FcMsK84nT4bJwM2UZhVDNpUPufqCE5To li:before{  }
#A6A877fKNoQ7Fm7eVqwC5vHpiUplELO9 { color:#2a2aa8;display:block;width:44.5625rem;position:absolute;font-family:"schibstek grotesk";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),1);top:4.443359375rem;left:3.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A2NdOrBFozDiEB9rcT9SDfUUf9ar91tp { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15018;background-color:#2a2aa8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0625rem;left:0rem;display:block; }
#M1xUWUqkZsZ3utEzKqxHrapdX3p8UE5w { color:#1a2b3c;display:block;width:59rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:9.125rem;left:0rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fpgdZvzwxzKED0TFZV7ssISQT3WgG8QN { color:#69727d;display:block;width:27.5625rem;position:absolute;font-family:"schibstek grotesk";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.0390625rem;left:47.4375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gVyySS13Cx3PEEItTTxHAuRmQvQTgvxJ { color:#69727d;display:block;width:27.5625rem;position:absolute;font-family:"schibstek grotesk";font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:15.7685546875rem;left:47.4375rem;height:7.3120125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ayx9apCBycmRlcw6wUTKnVroIhkMpkot { background-color:#2a2aa8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1.125rem 1.5rem 3.1875rem rgba(0,0,0,0.35) ;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.625rem;left:28.40625rem;display:block; }
#Mawsh9w5WCTAultmCVRUPl23TMlHd3qo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,245,242,0.7);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; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container { background-color: transparent; background-image: none; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container > .video-iframe-container { display: none; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row > .video-iframe-container { display: none; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .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); }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container { border-width: 0; border-radius: 0; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#J4pDHmmGzBxEsGLakTQhhHa36wJSGqLa { color:#1a2b3c;display:block;width:40.8125rem;position:absolute;font-family:"schibstek grotesk";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:17.75rem;left:34.1875rem;height:14.29785625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JpxG5I1OPJ5bl2lTJAhBdsTgNk88ftyT { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:39.0625rem;top:32.5rem;left:57.697993908898rem;overflow:hidden;display:none; }
#qUmTlVCtWbzEzTlhAxBkwPfpqWBRk3wq { color:#1a2b3c;display:block;width:31.125rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:9.5rem;left:43.875rem;height:4.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WON3E5l9vKgGTKPac52XSaRVRNhqTgAB { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:18.1875rem;top:37.0625rem;left:14.4375rem;overflow:hidden;display:block; }
#fBUJhumasFqtrfwAIvMTNopJ3UnZHOcG { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.2) ;height:35.75rem;width:23.75rem;top:6.0625rem;left:3.875rem;overflow:hidden;display:block; }
#OBTVb0LFB4MkrfMPqJktuZusEO7ztNhe { color:#2a2aa8;display:block;width:44.5625rem;position:absolute;font-family:"schibstek grotesk";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),1);top:6.0625rem;left:30.4375rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kc1yk4Vx3D9gBRU6u0ZGh78TKANRqznk { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15020;background-color:#2a2aa8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.6875rem;left:67.1875rem;display:block; }
#bI1R86oZAEpObbTqHhetp91MHTqODai9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f2;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; }#bI1R86oZAEpObbTqHhetp91MHTqODai9 > .row .container { background-color: transparent; background-image: none; }#bI1R86oZAEpObbTqHhetp91MHTqODai9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI1R86oZAEpObbTqHhetp91MHTqODai9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI1R86oZAEpObbTqHhetp91MHTqODai9 > .row .container > .video-iframe-container { display: none; }#bI1R86oZAEpObbTqHhetp91MHTqODai9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI1R86oZAEpObbTqHhetp91MHTqODai9 > .row > .video-iframe-container { display: none; }#bI1R86oZAEpObbTqHhetp91MHTqODai9 > .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); }#bI1R86oZAEpObbTqHhetp91MHTqODai9 > .row .container { border-width: 0; border-radius: 0; }#bI1R86oZAEpObbTqHhetp91MHTqODai9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bI1R86oZAEpObbTqHhetp91MHTqODai9 > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#pD63oerOHsdTEpxTWhtqD4berHLcAXAn { color:#1a2b3c;display:block;width:59rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:5.8125rem;left:8rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fzpOos86OAke8Tzll8G9PfAeJz1v4OWl { color:#2a2aa8;display:block;width:44.5625rem;position:absolute;font-family:"schibstek grotesk";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),1);top:3.25rem;left:15.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tnAQ8qQtSIxvtBGZ6tJ9cOM4ubE1G0ox { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15016;background-color:#2a2aa8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:29.5rem;display:block; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(255,255,255,0.6);background-image:none;vertical-align:top;box-shadow: none; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:"schibsted grotesk";color:#1a2b3c;height:auto; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"schibstek grotesk";color:#69727d;height:auto;line-height:1.3;overflow:hidden; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_1faf302ea49244f594cfe5af41ea033daeb226e3.svg");background-size:contain !important; }#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-trigger.adaptive-delivery-prevent-bg, #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-trigger.lazyload, #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-trigger.lazyloading { background-image: none; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn { box-sizing:content-box;height:auto;width:59.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15032;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.94921875rem;left:7.59375rem; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #LK5LltuV603gh7Fv7oMcmgGaltGhMvub { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #nXczLkrQfdEk1Xi2ng67n3cfsgJkyRTW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #z7ZmKsNOWMwcwCgwINNTfKovT5Ib56Hx { display:block;position:relative; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #DsU2aRxO88oCXN5uf6wk52TTyvDSMg9c {  }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #KiXEO0PhmH57K3R73oCCwQIZKSJIAqgK {  }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #NhqFOq0y2TNdLuUvIUBR10JkfaTtGa1l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #evGkFzMI4FDwK4M3ZLUWy5I8vX8hA3JU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #xQ6TUFFx0kC5Sl6LzIiARHFrEgZdqsZl { display:block;position:relative; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #NgBaTWVl1IKsavAkiEP4QeExnry8W1ea {  }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #MTHNkKF0cFS2erlM73TXDnSOpSLCHSoZ { display:none; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #TDk0FRs8NmRhiC4P6zi1ZSZcNflfNqxS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #McrVZmD563tlRZO4Gpu5IFD8pLVGb4PI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #npm1XmPRpwRse3Ql7CfOeTxdiF1ZkDKX { display:block;position:relative; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #MiM8WHRAHdLsgl3ByFGePce635yyw6Ex {  }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #JZ6INwcfyWkIH68mm3rrtdKcKqPxy225 { display:none; }
#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row .container { background-color: transparent; background-image: none; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row .container > .video-iframe-container { display: none; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row > .video-iframe-container { display: none; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .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); }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row .container { border-width: 0; border-radius: 0; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#HvA9LKRNoTPcg7IGaNK5Fc6qEU24LLqW { color:#2a2aa8;display:block;width:17.1875rem;position:absolute;font-family:"schibstek grotesk";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),1);top:4.130859375rem;left:31.0625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DxEMKCto3gtM1Vh1de0pmbgHdx0Qus4b { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15020;background-color:#2a2aa8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.7490234375rem;left:26.8125rem;display:block; }
#OvqdaNBNUbrLNMoV1vdNUHeDKgfdEAbr { box-sizing:content-box;height:7.875rem;width:24.75rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:9.3125rem;left:6.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.8125rem 1.875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cUDIohT5W7k7NSHEF3N4gqVrtgaFxkdq { color:#1a2b3c;display:block;width:22.4375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:10.375rem;left:7.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HxxLvACwQHlTtPIwTVNdv7Ja5QpLWWFx { color:#69727d;display:block;width:22.6875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:12.26953125rem;left:7.3125rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MpfmEgIChStQzTTZpxHES24e0FG7WXZW { color:#1a2b3c;display:block;width:22.1875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:20.6875rem;left:7.53125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hUTzMBZ8okO0vTPpCFL3vZvkzveG7yuR { color:#69727d;display:block;width:22.625rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:24.7119140625rem;left:7.375rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GgGO3mgRTiMTI5kpAcQDMoDZOUaR9qaT { box-sizing:content-box;height:13.4375rem;width:24.5625rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:19.625rem;left:6.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.8125rem 1.875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CPAotB7P1qsBObv7Lko8klgWyFDFIp52 { box-sizing:content-box;height:13.5rem;width:32.125rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:19.625rem;left:38.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.8125rem 1.875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#u79Qo75DAqoP5P27fJezvBu1KoqMQXJF { color:#1a2b3c;display:block;width:21.6875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:20.6875rem;left:39.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0Cv1Iui1v9TO1wql4m58TTL4hZNQLVP { color:#69727d;display:block;width:30.625rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:24.0625rem;left:39.5rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WoWv5Vpt8poZI4dfahn60zcTengarSbC { color:#1a2b3c;display:block;width:21.125rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:10.375rem;left:39.4375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dIiq1kT5HaNwGa5w1xCsb9isH2uXq2yL { color:#69727d;display:block;width:30.9375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:12.375rem;left:39.375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t3yRogSx0SSU318788mLeRi1meibATJi { box-sizing:content-box;height:7.875rem;width:32rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:9.3125rem;left:38.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.8125rem 1.875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#c7f0ShpfKorfl2rnCh0Me8sbudUH1HPP { position:absolute;display:block;z-index:15010;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:20.125rem;width:36.125rem;top:37.5849609375rem;left:19.4375rem;overflow:hidden;display:block; }
#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { background-color: transparent; background-image: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container > .video-iframe-container { display: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container { display: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .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); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { border-width: 0; border-radius: 0; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#wFg5bWkfeemT9JwNFsxUXBrLqVHrHVNd { background-color:#2a2aa8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1.125rem 1.5rem 3.1875rem rgba(0,0,0,0.35) ;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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.84375rem;left:28.40625rem;display:block; }
#UiUEiyE4ROLligfTNg2bCOSyigfBn0BR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gqBnxTV285f8beyBbu44noagDCFdOcq7 { 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:16.875rem;width:30rem;display:none; }
#fRgcSgpSJRQD37cKLsp9HU1R2f0M8cqH { 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:16.875rem;width:30rem;display:none; }
#KWQ4igsfUEkDUrRFWt5bbZhFlbmIrGPy { 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:16.875rem;width:30rem;display:none; }
#kvhbABlHzqOVavUcdgJbBd1B9bN0aKsA { color:#2a2aa8;display:block;width:15.3125rem;position:absolute;font-family:"schibstek grotesk";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),1);top:13.748046875rem;left:32.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nHlfo5IQZ64FC0iIOUyw1UDHtGhcVAMq { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15022;background-color:#2a2aa8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.3671875rem;left:28.40625rem;display:block; }
#UXtppKG6tKCAacmfeFLu6i0FR0NO1sLF { color:#1a2b3c;display:block;width:59rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:16.5rem;left:8rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftMNkb0oo5iBZs9Ldu9JM5owOule1BZH { color:#69727d;display:block;width:71.75rem;position:absolute;font-family:"schibstek grotesk";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:20.76171875rem;left:1.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gh5qibRq7Z6eN5qPI43yRcbr7PbTzNey { position:absolute;display:block;z-index:15010;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:20.125rem;width:36.125rem;top:37.5849609375rem;left:19.4375rem;overflow:hidden;display:none; }
#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { background-color: transparent; background-image: none; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container > .video-iframe-container { display: none; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row > .video-iframe-container { display: none; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .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); }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { border-width: 0; border-radius: 0; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#HiE665ANi8yH0gV4U6BpcFInLeTcTkAN { color:#1a2b3c;display:block;width:71.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.65234375rem;left:1.90625rem;height:6.8232375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFLIbqVA618rP70o99TrFniSC16PNJoP { position:absolute;display:block;z-index:15038;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.1875rem;width:69.625rem;top:39.1875rem;left:4.09375rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ST9SPgNfSLrokLzUnM89T00aN98TawLn { display:block; }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPQQyqDIWQqVIn1ZCoWGUCbtPbvNFwwe { width:10.125rem;height:2.75rem;top:0.9375rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMTMpOnNbGA7lJ4ncDKSaGDDvGkVgJfm { display:block; }
 }@media only screen and (max-width: 763px) { #UawN3sZWbcpsD4bH6UGwJ40imgWG8pnx { top:0rem;left:0rem;width:7.5625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXABT9pi8VmasSimZTQwIXq7J1hOLaqb { top:0rem;left:0rem;width:5.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG { display:block; }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ss6QGTCafxFDOcuBT3nOvETENc7oMBUz { top:20rem;left:0rem;width:29.625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6oec5gX22F7PhqwbZCw3ihq5KI8Eadb { top:9.9375rem;left:0rem;width:28.6875rem;height:9.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-regular-label { display:block;width:39.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-text { width:39.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-text {padding-top: 0; padding-bottom: 0;}#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-textarea { width:39.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-select { width:39.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-select {padding-top: 0; padding-bottom: 0;}#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-button { width:34.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.375rem; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-checkbox-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP  { width:39.125rem;height:auto;top:26.5rem;left:0rem; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .radio-container { width:39.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP {display:block;}#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP { width:39.125rem;height:auto;top:26.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #hvwn5PEleVt52MJwhRRJK1kto1R5Ta5e {  }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #m5B4AI06REhOXeLA4SooylQTQnxJbuUE { display:block; }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #fKZ1oPxbz4TdHr0uaPZApJ1kC1aNk7di {  }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #g31dOgcTUTVZI9Qp36yrGo5Z9aehgEqv {  }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #nff6UWsL5uLfBBzE64bEdil55taHWnJH { display:block; }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #xDvNrCnor9yC6oV75Z7gc15aW65U2K35 {  }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #yhT5WTdwI4oWZhzT5DF6iHVGkumoM5SF {  }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #QMrcRzOxawvLvAbLM4nRbENqfq4M0gtP { z-index:2; }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #rmDWT2qURxEEGiNobknT1htCaxVl83Jf {  }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #D91aHTIeLBxFtLrH0Th7K52HWKZT6BNE {  }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #uGVEJ47z1EPFmPOZZsuIwRKQIIuuKkaS {  }
 }@media only screen and (max-width: 763px) { #G6dcHCHcwSymHEBnATkAk8qx6Uf82Zf1 { display:none; }
 }@media only screen and (max-width: 763px) { #UllRkChPQBCf01w5gWZmKkD4N3Tw8auZ { width:30rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhg2TZAnaRhdCa3Bg55m8VNFVTekfPCQ { width:30rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdBs4AGUDFTiXPDuws04Gr8P5c1A59mw { width:30rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #shMr8biw7Qxqq5EkFZ54NRg8Wk6naVxk { width:30rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6Jbr3pTCZ1ftAzfV0B9zOOX4EVwBx4R { top:6.8125rem;left:0rem;width:44.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waiavtEoaH5ztXuAzRUcl9dJio2E4ozN { top:7.375rem;left:0rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btepkeDXsUrpu3TMC0vFcHqP7vFS3fel { top:6.625rem;left:21.8125rem;width:25.9375rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiEX8qMNIFRSHz4AkAU4RNtD8TTc97Rv { top:26.375rem;left:18.125rem;width:29.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWulxydKth8JXr9B89Ckshkw2SIAT0Hz { display:block; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8pQqhw0CPw9rlkAGybaq2OsDhfI0KEK { top:98.0625rem;left:0rem;width:18.5rem;height:35.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkRX4uCalN89FoQ8y6CbVHtCI7z6EOft { top:14.8125rem;left:0rem;width:18.9375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwHK4cCzA83GnT7hVbkKDPbZMwKq5f4 { top:9.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHPyPCL0mDuAz5WOWBdWTfT9dNFz86LA { top:15.875rem;left:0rem;width:17.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #milfTSPJzZTyTRixkty2w7VkeLL5PHzv { top:17.75rem;left:0rem;width:17.5625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C26Td91nMVSy41MLiSavBSaq7oIOmmkX { top:15.875rem;left:11.75rem;width:21.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKAOFNmZialWcx2OXIFuddnKIdg33SdT { top:15.875rem;left:29.6875rem;width:18.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ungLcg0lT95TyS2QJxMxLUofDNlDdOEG { top:17.75rem;left:11.6875rem;width:21.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIF8IF8x8K7dcLFaQDCq3DTyiAFvNhmt { top:17.8125rem;left:26.4375rem;width:21.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVuoNFfUnIQ1aQkcO2IZKHGLb2vNUgg6 { top:3.3125rem;left:0rem;width:44.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpK0fbZTAzWTsLMwgPbCTkSVhHCBGAzx { top:3.9375rem;left:0rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKIkqWmW4ECiXzo72IITwIExRLQLRI8F { top:6.8125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlZ6owpXnh3Nyg3c0eUDwC6ABN0OAtbf { top:14.8125rem;left:10.4375rem;width:23.125rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibMIxDeT7k23iI6mqA9rM9WdFqoTqwxT { top:14.875rem;left:24.5rem;width:23.125rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaKKsIlPONPp6QCGm7koT2lorCEZnexP { top:26.375rem;left:0rem;width:47.75rem;height:26.47582619339rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe { display:block; }#oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvy2vs0JmfxKoXew95PddBlrBXapXxII { top:98.0625rem;left:0rem;width:18.5rem;height:35.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tX7qcZewOUGF3Q0L7vFPqUm1S6pxtJyi { top:17rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbcXRoUBpDqSgHdoeZ4KlZXpmNZWJUoJ { top:8.125rem;left:0rem;width:40.5625rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkwwmumLyeVvTJXlKA3w8RJEXtbNZWfJ { top:5.6875rem;left:0rem;width:47.625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRJSI3bkiy5reLA7JGZWP3Uv8XZhXHv5 { top:26.375rem;left:0rem;width:47.75rem;height:26.47582619339rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF { display:block; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmEKqfk1SwF1hBDQZcv1ZSiGOWrBqeAR { top:14.75rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfQgWn7m9BGvMbg9C8si4JBQaAyKC8aL { top:15.0625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJRHgwO90pSATWsA7n73nXrkT7xAqUOZ { top:17.375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUAhpzAf26rl2AiV3XAflIDPOPvQWP7Z { top:20.0625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQfJENHeBRgk9f3T3RcTS5Bn3Qmh9OzZ { top:22.6875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDAPi9BfoKXV57aAu7WkxG4aBCscSSGW { top:25.125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUJxIRWqmXftA6rhym85hfKKukX0P1qA { width:20.8125rem;height:4.375rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEZdZ0dsnl0Cig90hTa4fese43HmnHIh { display:block; }
 }@media only screen and (max-width: 763px) { #t9tf57DG3gGnDXtGniEn8OMhTbtUm9CJ { top:3.9375rem;left:0rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1ZtbPqM7mO1c6b7r9QL7JBnN9vWFD0J { top:3.3125rem;left:0rem;width:44.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9iVQawxs0UZdwrVCATseRUo6he7mPWK { top:11.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOPsOlu6aL3XLvPn2Mwmo8bemGM1R8rb { top:5.8125rem;left:0rem;width:28.25rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvkDzik9uN6zpBInhTUSDb4muN0nfSyQ { top:3.3125rem;left:20.5rem;width:27.25rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR { display:block; }#beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUcQ8w4TrXCuF6bPb8QG2yi28U6zy7S1 { top:16.9375rem;left:8.625rem;width:6.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zryRTJiLgAuXJRtwkdr8AFuTT0bvME8R { top:24.25rem;left:0rem;width:29.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICcvg9icB3sB8Q5CgT3f6qmuWmPA4THy { top:10rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry495y8WdNdrQNIHxfqTkfEnKbymZFag { top:13.375rem;left:2.5625rem;width:44.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4e3Vbw3geftpsGHQHaHq4czLuE4uuP2 { top:6.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuQnr1ZOnqJnrgeywSt4RHN0BNSCpCAA { top:17.5rem;left:9.4375rem;width:4.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1eTvRoPLkJsrIMeNviAV4TNkQHdfKGB { top:17.5rem;left:32.25rem;width:8.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AckwMPTCLeTW76xAmq7fon47xIKxJMTS { top:17.375rem;left:19.1875rem;width:9.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWGimLQple1Zo4wTPtzLh361AqAJa8eD { top:26.8125rem;left:0rem;width:20.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGLAElhKLw9loLIh386ekfQ1TOv62BQV { top:30.8125rem;left:0rem;width:22.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6ukKW0gEbUTce7fNd9PVfPiRrNOREu5 { top:26.25rem;left:17.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW45bRHk6wdr36lhATTpTB6DcFFoZDff { top:27.4375rem;left:22.0625rem;width:20.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE0NF3E9Ko2JSOkAaKJb3dfEBRabGAz7 { top:29.875rem;left:21.9375rem;width:20.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhRCJLif7GugQlI70uwJqPngtQ5HTq24 { top:32.1875rem;left:21.9375rem;width:20.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r68oGAyom0rJkGKgiRCiDptMzD1kwIQi { top:3.3125rem;left:2.0625rem;width:44.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMmu8rsz5TwsrobN9SewBPyonrF60qdi { top:3.9375rem;left:16.75rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW9aOTr9QaoebsUfeBTLS26HcL1Ewxh1 { top:21.9375rem;left:0rem;width:47.625rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKUKD5tGvmV08od1eBcfd4dmSyTEPQZi { top:23.5rem;left:33.875rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWPWs6oghSPJh2A8nPoSNk1GhxOkDdlc { top:28.6875rem;left:17.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3vqXqnUqoz1SGGIwnMgmPQv0vdZSBKo { top:30.875rem;left:17.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke0z5XOO1SAVpohcnt8hTOg6ZfzimGv5 { top:16.9375rem;left:19rem;width:9.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c487XmsFMXRF2uT1rTAdsFI2pHMlon9w { top:17rem;left:32.25rem;width:8.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRty3v82wJZg0oMb7drZJacfHHlfIKrD { top:40.0625rem;left:8.125rem;width:39.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXPhtapSZUMgTwGx7ZyZhuRJvUaJ5Ov7 { top:17rem;left:32.25rem;width:8.1875rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF { display:block; }#fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu7RAdE79mLMNlJWcJblfXunhyAT9LZb { top:12.8125rem;left:0rem;width:35rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF0ulRCZClAsvxZUFTJI0ZUGdvsxJWdZ { top:15.75rem;left:0rem;width:34.5rem;height:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQmeCVs7vFNWRp3mtTGvz4Wp2rcnZv5H { top:74rem;left:26.9375rem;width:20.8125rem;height:8.75rem;font-size:1rem;display:none; }#EQmeCVs7vFNWRp3mtTGvz4Wp2rcnZv5H li:before{  }
 }@media only screen and (max-width: 763px) { #FcMsK84nT4bJwM2UZhVDNpUPufqCE5To { top:84.1875rem;left:27.25rem;width:20.5rem;height:;font-size:1rem;display:none; }#FcMsK84nT4bJwM2UZhVDNpUPufqCE5To li:before{  }
 }@media only screen and (max-width: 763px) { #A6A877fKNoQ7Fm7eVqwC5vHpiUplELO9 { top:4.4375rem;left:0rem;width:44.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2NdOrBFozDiEB9rcT9SDfUUf9ar91tp { top:5.0625rem;left:0rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1xUWUqkZsZ3utEzKqxHrapdX3p8UE5w { top:9.125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpgdZvzwxzKED0TFZV7ssISQT3WgG8QN { top:12rem;left:12.75rem;width:27.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVyySS13Cx3PEEItTTxHAuRmQvQTgvxJ { top:15.75rem;left:20.1875rem;width:27.5625rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ayx9apCBycmRlcw6wUTKnVroIhkMpkot { width:18.1875rem;height:3.4375rem;top:32.625rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mawsh9w5WCTAultmCVRUPl23TMlHd3qo { display:block; }
 }@media only screen and (max-width: 763px) { #Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 { display:block; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4pDHmmGzBxEsGLakTQhhHa36wJSGqLa { top:17.75rem;left:6.9375rem;width:40.8125rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpxG5I1OPJ5bl2lTJAhBdsTgNk88ftyT { top:32.5rem;left:7.0625rem;width:39.0625rem;height:21.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUmTlVCtWbzEzTlhAxBkwPfpqWBRk3wq { top:9.5rem;left:16.625rem;width:31.125rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WON3E5l9vKgGTKPac52XSaRVRNhqTgAB { top:37.0625rem;left:0.8125rem;width:18.1875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBUJhumasFqtrfwAIvMTNopJ3UnZHOcG { top:6.0625rem;left:0rem;width:23.75rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTVb0LFB4MkrfMPqJktuZusEO7ztNhe { top:6.0625rem;left:3.1875rem;width:44.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc1yk4Vx3D9gBRU6u0ZGh78TKANRqznk { top:6.6875rem;left:44.625rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI1R86oZAEpObbTqHhetp91MHTqODai9 { display:block; }#bI1R86oZAEpObbTqHhetp91MHTqODai9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pD63oerOHsdTEpxTWhtqD4berHLcAXAn { top:5.8125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzpOos86OAke8Tzll8G9PfAeJz1v4OWl { top:3.25rem;left:2.25rem;width:44.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnAQ8qQtSIxvtBGZ6tJ9cOM4ubE1G0ox { top:3.875rem;left:15.875rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn { display:flex;height:auto;width:27.8125rem;top:15.125rem;left:12.9375rem; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #LK5LltuV603gh7Fv7oMcmgGaltGhMvub {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #nXczLkrQfdEk1Xi2ng67n3cfsgJkyRTW {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #z7ZmKsNOWMwcwCgwINNTfKovT5Ib56Hx {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #DsU2aRxO88oCXN5uf6wk52TTyvDSMg9c {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #KiXEO0PhmH57K3R73oCCwQIZKSJIAqgK {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #NhqFOq0y2TNdLuUvIUBR10JkfaTtGa1l {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #evGkFzMI4FDwK4M3ZLUWy5I8vX8hA3JU {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #xQ6TUFFx0kC5Sl6LzIiARHFrEgZdqsZl {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #NgBaTWVl1IKsavAkiEP4QeExnry8W1ea {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #MTHNkKF0cFS2erlM73TXDnSOpSLCHSoZ {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #TDk0FRs8NmRhiC4P6zi1ZSZcNflfNqxS {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #McrVZmD563tlRZO4Gpu5IFD8pLVGb4PI {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #npm1XmPRpwRse3Ql7CfOeTxdiF1ZkDKX {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #MiM8WHRAHdLsgl3ByFGePce635yyw6Ex {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #JZ6INwcfyWkIH68mm3rrtdKcKqPxy225 {  }
 }@media only screen and (max-width: 763px) { #HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 { display:block; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvA9LKRNoTPcg7IGaNK5Fc6qEU24LLqW { top:4.125rem;left:14.5625rem;width:17.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxEMKCto3gtM1Vh1de0pmbgHdx0Qus4b { top:4.6875rem;left:15.875rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvqdaNBNUbrLNMoV1vdNUHeDKgfdEAbr { top:9.3125rem;left:0rem;width:24.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUDIohT5W7k7NSHEF3N4gqVrtgaFxkdq { top:10.375rem;left:2.5625rem;width:22.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxxLvACwQHlTtPIwTVNdv7Ja5QpLWWFx { top:12.25rem;left:0rem;width:22.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpfmEgIChStQzTTZpxHES24e0FG7WXZW { top:20.6875rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUTzMBZ8okO0vTPpCFL3vZvkzveG7yuR { top:24.6875rem;left:0rem;width:22.625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgGO3mgRTiMTI5kpAcQDMoDZOUaR9qaT { top:19.625rem;left:0rem;width:24.5625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPAotB7P1qsBObv7Lko8klgWyFDFIp52 { top:19.625rem;left:0rem;width:32.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u79Qo75DAqoP5P27fJezvBu1KoqMQXJF { top:20.6875rem;left:10.0625rem;width:21.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Cv1Iui1v9TO1wql4m58TTL4hZNQLVP { top:24.0625rem;left:10.5625rem;width:30.625rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoWv5Vpt8poZI4dfahn60zcTengarSbC { top:10.375rem;left:10.625rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIiq1kT5HaNwGa5w1xCsb9isH2uXq2yL { top:12.375rem;left:0.8125rem;width:30.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3yRogSx0SSU318788mLeRi1meibATJi { top:9.3125rem;left:0rem;width:32rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7f0ShpfKorfl2rnCh0Me8sbudUH1HPP { top:37.5625rem;left:0rem;width:36.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLl3gUXPAhGLbBSwCgNesxchhWem5zVx { display:block; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFg5bWkfeemT9JwNFsxUXBrLqVHrHVNd { width:18.1875rem;height:3.4375rem;top:24.8125rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiUEiyE4ROLligfTNg2bCOSyigfBn0BR { display:block; }
 }@media only screen and (max-width: 763px) { #gqBnxTV285f8beyBbu44noagDCFdOcq7 { width:30rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRgcSgpSJRQD37cKLsp9HU1R2f0M8cqH { width:30rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWQ4igsfUEkDUrRFWt5bbZhFlbmIrGPy { width:30rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvhbABlHzqOVavUcdgJbBd1B9bN0aKsA { top:13.6875rem;left:18.9375rem;width:15.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHlfo5IQZ64FC0iIOUyw1UDHtGhcVAMq { top:14.3125rem;left:14.78125rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXtppKG6tKCAacmfeFLu6i0FR0NO1sLF { top:16.5rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftMNkb0oo5iBZs9Ldu9JM5owOule1BZH { top:20.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh5qibRq7Z6eN5qPI43yRcbr7PbTzNey { top:37.5625rem;left:0rem;width:36.125rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uvu0CWIeCqlwDccyzncEZusEZzpigiAS { display:block; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiE665ANi8yH0gV4U6BpcFInLeTcTkAN { top:2.625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFLIbqVA618rP70o99TrFniSC16PNJoP { top:39.1875rem;left:0rem;width:47.75rem;height:8.3583931777379rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ST9SPgNfSLrokLzUnM89T00aN98TawLn { background-color:rgba(255,255,255,0.75);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row .container { background-color: transparent; background-image: none; }#ST9SPgNfSLrokLzUnM89T00aN98TawLn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row .container > .video-iframe-container { display: none; }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row > .video-iframe-container { display: none; }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .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); }#ST9SPgNfSLrokLzUnM89T00aN98TawLn > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPQQyqDIWQqVIn1ZCoWGUCbtPbvNFwwe { width:10.5rem;height:2.5rem;top:0.5625rem;left:8.5625rem;font-size:1rem;background-color:#2a2aa8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aMTMpOnNbGA7lJ4ncDKSaGDDvGkVgJfm { display:block; }
 }@media only screen and (max-width: 763px) { #UawN3sZWbcpsD4bH6UGwJ40imgWG8pnx { width:5.125rem;height:2.75rem;top:1.25rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXABT9pi8VmasSimZTQwIXq7J1hOLaqb { width:3.125rem;height:1.9375rem;top:0rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG { background-color:#ffffff;background-image:none;display:block; }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row .container { background-color: transparent; background-image: none; }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row .container > .video-iframe-container { display: none; }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row > .video-iframe-container { display: none; }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .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); }#IHSVQA6rBWUwZhy3AeWHWesC2XZ0fVdG > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ss6QGTCafxFDOcuBT3nOvETENc7oMBUz { width:18rem;height:5.99609375rem;top:38.3125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #i6oec5gX22F7PhqwbZCw3ihq5KI8Eadb { width:15.3125rem;height:4.6875rem;top:10.0625rem;left:2.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-text {padding-top: 0; padding-bottom: 0;}#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-select {padding-top: 0; padding-bottom: 0;}#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:1.0625rem;margin-bottom:0.25rem;margin-left:1.0625rem;font-size:1.125rem;overflow:hidden;height:3.25rem; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP  { width:17.5rem;height:auto;top:43rem;left:0rem; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP {display:block;}#UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP { width:17.5rem;height:auto;top:43rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #hvwn5PEleVt52MJwhRRJK1kto1R5Ta5e {  }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #m5B4AI06REhOXeLA4SooylQTQnxJbuUE { display:block; }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #fKZ1oPxbz4TdHr0uaPZApJ1kC1aNk7di {  }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #g31dOgcTUTVZI9Qp36yrGo5Z9aehgEqv {  }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #nff6UWsL5uLfBBzE64bEdil55taHWnJH { display:block; }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #xDvNrCnor9yC6oV75Z7gc15aW65U2K35 {  }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #yhT5WTdwI4oWZhzT5DF6iHVGkumoM5SF {  }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #QMrcRzOxawvLvAbLM4nRbENqfq4M0gtP { z-index:2; }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #rmDWT2qURxEEGiNobknT1htCaxVl83Jf {  }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #D91aHTIeLBxFtLrH0Th7K52HWKZT6BNE {  }
 }@media only screen and (max-width: 763px) { #UenqwTZ4IFWhWfzUpb4NTSdqf6oxUAXP #uGVEJ47z1EPFmPOZZsuIwRKQIIuuKkaS {  }
 }@media only screen and (max-width: 763px) { #G6dcHCHcwSymHEBnATkAk8qx6Uf82Zf1 { top:40.380875rem;left:0rem;width:20rem;height:7.375rem;z-index:14997;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UllRkChPQBCf01w5gWZmKkD4N3Tw8auZ { top:40.380875rem;left:0rem;width:20rem;height:11.25rem;z-index:15015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #xhg2TZAnaRhdCa3Bg55m8VNFVTekfPCQ { top:40.380875rem;left:0rem;width:20rem;height:11.25rem;z-index:15016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UdBs4AGUDFTiXPDuws04Gr8P5c1A59mw { top:40.380875rem;left:0rem;width:20rem;height:11.125rem;z-index:15017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #shMr8biw7Qxqq5EkFZ54NRg8Wk6naVxk { top:40.380875rem;left:0rem;width:20rem;height:11.125rem;z-index:15017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #L6Jbr3pTCZ1ftAzfV0B9zOOX4EVwBx4R { width:17.25rem;height:1.04980625rem;top:6.0625rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #waiavtEoaH5ztXuAzRUcl9dJio2E4ozN { width:1.875rem;height:0.0625rem;top:6.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btepkeDXsUrpu3TMC0vFcHqP7vFS3fel { width:16.625rem;height:25.1875rem;top:9rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiEX8qMNIFRSHz4AkAU4RNtD8TTc97Rv { width:15.125rem;height:10.4375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWulxydKth8JXr9B89Ckshkw2SIAT0Hz { display:block; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8pQqhw0CPw9rlkAGybaq2OsDhfI0KEK { width:18.5rem;height:0;top:87.9355625rem;left:0.75rem;font-size:1.5625rem;line-height:1.2;z-index:15005;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TkRX4uCalN89FoQ8y6CbVHtCI7z6EOft { width:18.5rem;height:7.75rem;top:13.95703125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwHK4cCzA83GnT7hVbkKDPbZMwKq5f4 { width:18.6875rem;height:3.59765625rem;top:8.49609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XHPyPCL0mDuAz5WOWBdWTfT9dNFz86LA { width:17.1875rem;height:1.19970625rem;top:15.20703125rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #milfTSPJzZTyTRixkty2w7VkeLL5PHzv { width:17.25rem;height:3.59765625rem;top:17.08203125rem;left:1.59375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C26Td91nMVSy41MLiSavBSaq7oIOmmkX { width:15.375rem;height:2.3994125rem;top:24.37109375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FKAOFNmZialWcx2OXIFuddnKIdg33SdT { width:13.5rem;height:2.3994125rem;top:34.2080078125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ungLcg0lT95TyS2QJxMxLUofDNlDdOEG { width:15.5625rem;height:3.59765625rem;top:27.234375rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bIF8IF8x8K7dcLFaQDCq3DTyiAFvNhmt { width:16.375rem;height:3.59765625rem;top:37.2705078125rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zVuoNFfUnIQ1aQkcO2IZKHGLb2vNUgg6 { width:11.125rem;height:1.04980625rem;top:1.693359375rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;line-height:1.2;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #GpK0fbZTAzWTsLMwgPbCTkSVhHCBGAzx { width:1.875rem;height:0.0625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKIkqWmW4ECiXzo72IITwIExRLQLRI8F { width:18.5625rem;height:3.75rem;top:3.76171875rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IlZ6owpXnh3Nyg3c0eUDwC6ABN0OAtbf { width:18.25rem;height:8.25rem;top:23.20703125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibMIxDeT7k23iI6mqA9rM9WdFqoTqwxT { width:18.1875rem;height:8.8125rem;top:33.0205078125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaKKsIlPONPp6QCGm7koT2lorCEZnexP { width:20rem;height:11.088875rem;top:48.1455078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe { display:block; }#oHIitVX5bbgJhBAW5OEMMGfWEP5BveQe > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvy2vs0JmfxKoXew95PddBlrBXapXxII { width:18.5rem;height:0;top:87.9355625rem;left:0.75rem;font-size:1.5625rem;line-height:1.2;z-index:15005;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tX7qcZewOUGF3Q0L7vFPqUm1S6pxtJyi { width:16.875rem;height:25.1835625rem;top:21.013671875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dbcXRoUBpDqSgHdoeZ4KlZXpmNZWJUoJ { width:18.1875rem;height:9.375rem;top:10.65625rem;left:0.90625rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkwwmumLyeVvTJXlKA3w8RJEXtbNZWfJ { width:18.875rem;height:41.9375rem;top:5.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRJSI3bkiy5reLA7JGZWP3Uv8XZhXHv5 { width:20rem;height:11.088875rem;top:0.9375rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF { display:block; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmEKqfk1SwF1hBDQZcv1ZSiGOWrBqeAR { display:flex;width:1.625rem;height:1.625rem;top:12.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BfQgWn7m9BGvMbg9C8si4JBQaAyKC8aL { width:17.8125rem;height:11.9921875rem;top:12.75rem;left:1.625rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pJRHgwO90pSATWsA7n73nXrkT7xAqUOZ { display:flex;width:1.4375rem;height:1.4375rem;top:15rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tUAhpzAf26rl2AiV3XAflIDPOPvQWP7Z { display:flex;width:1.4375rem;height:1.4375rem;top:17.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GQfJENHeBRgk9f3T3RcTS5Bn3Qmh9OzZ { display:flex;width:1.5rem;height:1.5rem;top:20rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wDAPi9BfoKXV57aAu7WkxG4aBCscSSGW { display:flex;width:1.5rem;height:1.5rem;top:23.3046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IUJxIRWqmXftA6rhym85hfKKukX0P1qA { width:16.625rem;height:3.75rem;top:50.2509765625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEZdZ0dsnl0Cig90hTa4fese43HmnHIh { display:block; }
 }@media only screen and (max-width: 763px) { #t9tf57DG3gGnDXtGniEn8OMhTbtUm9CJ { width:1.875rem;height:0.0625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1ZtbPqM7mO1c6b7r9QL7JBnN9vWFD0J { width:11.1875rem;height:1.04980625rem;top:2.068359375rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #z9iVQawxs0UZdwrVCATseRUo6he7mPWK { width:16.3125rem;height:2.3994125rem;top:8.74609375rem;left:0rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fOPsOlu6aL3XLvPn2Mwmo8bemGM1R8rb { width:18.25rem;height:3.75rem;top:4.19921875rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dvkDzik9uN6zpBInhTUSDb4muN0nfSyQ { width:18.25rem;height:21.625rem;top:27.1259765625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR { display:block; }#beUyMzdLcIIMoudHxHp5SrJsnG8Af8zR > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUcQ8w4TrXCuF6bPb8QG2yi28U6zy7S1 { width:10.75rem;height:7.8125rem;top:32.6435546875rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zryRTJiLgAuXJRtwkdr8AFuTT0bvME8R { width:18.1875rem;height:1.19970625rem;top:31.7685546875rem;left:1.8125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ICcvg9icB3sB8Q5CgT3f6qmuWmPA4THy { width:20rem;height:3.125rem;top:10.0458984375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ry495y8WdNdrQNIHxfqTkfEnKbymZFag { width:16rem;height:3.59765625rem;top:14.5458984375rem;left:2rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4e3Vbw3geftpsGHQHaHq4czLuE4uuP2 { width:17.25rem;height:5.99609375rem;top:3.2373046875rem;left:1.375rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuQnr1ZOnqJnrgeywSt4RHN0BNSCpCAA { width:4.8125rem;height:1.19970625rem;top:20.1494140625rem;left:7.59375rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t1eTvRoPLkJsrIMeNviAV4TNkQHdfKGB { width:8.3125rem;height:1.19970625rem;top:26.5625rem;left:5.875rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AckwMPTCLeTW76xAmq7fon47xIKxJMTS { width:9.375rem;height:1.19970625rem;top:23.375rem;left:5.375rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWGimLQple1Zo4wTPtzLh361AqAJa8eD { width:15.625rem;height:3.59765625rem;top:41.5rem;left:1.8125rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xGLAElhKLw9loLIh386ekfQ1TOv62BQV { width:14.875rem;height:5.99609375rem;top:34.3125rem;left:1.8125rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X6ukKW0gEbUTce7fNd9PVfPiRrNOREu5 { display:flex;width:3.75rem;height:3.75rem;top:45.8623046875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #uW45bRHk6wdr36lhATTpTB6DcFFoZDff { width:10rem;height:2.3994125rem;top:46.5380859375rem;left:6.75rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cE0NF3E9Ko2JSOkAaKJb3dfEBRabGAz7 { width:12.5625rem;height:2.3994125rem;top:49.6123046875rem;left:5.71875rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qhRCJLif7GugQlI70uwJqPngtQ5HTq24 { width:10.3125rem;height:2.3994125rem;top:52.4140625rem;left:6.4375rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r68oGAyom0rJkGKgiRCiDptMzD1kwIQi { width:15.75rem;height:1.04980625rem;top:1.25rem;left:3.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #yMmu8rsz5TwsrobN9SewBPyonrF60qdi { width:1.875rem;height:0.0625rem;top:1.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW9aOTr9QaoebsUfeBTLS26HcL1Ewxh1 { width:18.5625rem;height:41.5rem;top:30.2685546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKUKD5tGvmV08od1eBcfd4dmSyTEPQZi { width:13.875rem;height:13.875rem;top:56.17578125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWPWs6oghSPJh2A8nPoSNk1GhxOkDdlc { display:flex;width:3.75rem;height:3.75rem;top:48.3232421875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #n3vqXqnUqoz1SGGIwnMgmPQv0vdZSBKo { display:flex;width:3.75rem;height:3.75rem;top:51.73828125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #ke0z5XOO1SAVpohcnt8hTOg6ZfzimGv5 { width:9.625rem;height:2.125rem;top:22.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c487XmsFMXRF2uT1rTAdsFI2pHMlon9w { width:8.1875rem;height:2.1875rem;top:26.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRty3v82wJZg0oMb7drZJacfHHlfIKrD { width:17.8125rem;height:3.14941875rem;top:72.5810546875rem;left:1.09375rem;font-size:0.875rem;line-height:1.2;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mXPhtapSZUMgTwGx7ZyZhuRJvUaJ5Ov7 { width:5.875rem;height:2.4375rem;top:19.3935546875rem;left:7.03125rem;z-index:15006;border-top:0.0625rem solid #69727d;border-left:0.0625rem solid #69727d;border-right:0.0625rem solid #69727d;border-bottom:0.0625rem solid #69727d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF { display:block; }#fd0VNRoAv9IimxdkLzPapnSaGzPpd9RF > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu7RAdE79mLMNlJWcJblfXunhyAT9LZb { width:18.0625rem;height:1.19970625rem;top:7.13671875rem;left:0.96875rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LF0ulRCZClAsvxZUFTJI0ZUGdvsxJWdZ { width:19.0625rem;height:15.58984375rem;top:9.111328125rem;left:0.625rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQmeCVs7vFNWRp3mtTGvz4Wp2rcnZv5H { width:16.8125rem;height:0;top:148.515625rem;left:1.59375rem;font-size:1rem;line-height:1.2;z-index:15066;display:none; }#EQmeCVs7vFNWRp3mtTGvz4Wp2rcnZv5H li:before{  }
 }@media only screen and (max-width: 763px) { #FcMsK84nT4bJwM2UZhVDNpUPufqCE5To { width:17.125rem;height:0;top:138.8056640625rem;left:0.96875rem;font-size:1rem;line-height:1.2;z-index:15068;display:none; }#FcMsK84nT4bJwM2UZhVDNpUPufqCE5To li:before{  }
 }@media only screen and (max-width: 763px) { #A6A877fKNoQ7Fm7eVqwC5vHpiUplELO9 { width:11.375rem;height:1.04980625rem;top:2.25rem;left:4.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #A2NdOrBFozDiEB9rcT9SDfUUf9ar91tp { width:1.875rem;height:0.0625rem;top:2.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1xUWUqkZsZ3utEzKqxHrapdX3p8UE5w { width:18.9375rem;height:1.5625rem;top:4.13671875rem;left:0.53125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpgdZvzwxzKED0TFZV7ssISQT3WgG8QN { width:20rem;height:1.19970625rem;top:26.8115234375rem;left:0rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gVyySS13Cx3PEEItTTxHAuRmQvQTgvxJ { width:15.9375rem;height:9.59375rem;top:29.6328125rem;left:2.03125rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ayx9apCBycmRlcw6wUTKnVroIhkMpkot { width:17rem;height:3.4375rem;top:40.2890625rem;left:1.5rem;font-size:1.125rem;color:#ffffff;background-color:#2a2aa8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #Mawsh9w5WCTAultmCVRUPl23TMlHd3qo { display:block; }
 }@media only screen and (max-width: 763px) { #Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container { background-color: transparent; background-image: none; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container > .video-iframe-container { display: none; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row > .video-iframe-container { display: none; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .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); }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container { border-width: 0; border-radius: 0; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4pDHmmGzBxEsGLakTQhhHa36wJSGqLa { width:19.125rem;height:27.582rem;top:7.646484375rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"schibstek grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #JpxG5I1OPJ5bl2lTJAhBdsTgNk88ftyT { width:8.75rem;height:4.625rem;top:37.318375rem;left:5.625rem;z-index:15037;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qUmTlVCtWbzEzTlhAxBkwPfpqWBRk3wq { width:17.1875rem;height:3.125rem;top:3.4306640625rem;left:1.40625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WON3E5l9vKgGTKPac52XSaRVRNhqTgAB { width:11.1875rem;height:3.0625rem;top:62.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBUJhumasFqtrfwAIvMTNopJ3UnZHOcG { width:18.375rem;height:27.75rem;top:36.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTVb0LFB4MkrfMPqJktuZusEO7ztNhe { width:20rem;height:1.04980625rem;top:1.4990234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #kc1yk4Vx3D9gBRU6u0ZGh78TKANRqznk { width:1.875rem;height:0.0625rem;top:1.9931640625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI1R86oZAEpObbTqHhetp91MHTqODai9 { display:block; }#bI1R86oZAEpObbTqHhetp91MHTqODai9 > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pD63oerOHsdTEpxTWhtqD4berHLcAXAn { width:20rem;height:1.5625rem;top:3.63671875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fzpOos86OAke8Tzll8G9PfAeJz1v4OWl { width:9.5rem;height:1.04980625rem;top:1.625rem;left:6.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #tnAQ8qQtSIxvtBGZ6tJ9cOM4ubE1G0ox { width:1.875rem;height:0.0625rem;top:2.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-heading-text { font-size:1rem;height:auto; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-desc-text { font-size:0.875rem;height:auto; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn { display:flex;height:auto;width:17.4375rem;top:6.38671875rem;left:1.28125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #LK5LltuV603gh7Fv7oMcmgGaltGhMvub {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #nXczLkrQfdEk1Xi2ng67n3cfsgJkyRTW {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #z7ZmKsNOWMwcwCgwINNTfKovT5Ib56Hx {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #DsU2aRxO88oCXN5uf6wk52TTyvDSMg9c {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #KiXEO0PhmH57K3R73oCCwQIZKSJIAqgK {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #NhqFOq0y2TNdLuUvIUBR10JkfaTtGa1l {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #evGkFzMI4FDwK4M3ZLUWy5I8vX8hA3JU {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #xQ6TUFFx0kC5Sl6LzIiARHFrEgZdqsZl {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #NgBaTWVl1IKsavAkiEP4QeExnry8W1ea {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #MTHNkKF0cFS2erlM73TXDnSOpSLCHSoZ {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #TDk0FRs8NmRhiC4P6zi1ZSZcNflfNqxS {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #McrVZmD563tlRZO4Gpu5IFD8pLVGb4PI {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #npm1XmPRpwRse3Ql7CfOeTxdiF1ZkDKX {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #MiM8WHRAHdLsgl3ByFGePce635yyw6Ex {  }
 }@media only screen and (max-width: 763px) { #gwU9A2iinooHabGNAoxDLZoAvvxAc2Rn #JZ6INwcfyWkIH68mm3rrtdKcKqPxy225 {  }
 }@media only screen and (max-width: 763px) { #HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 { display:block; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvA9LKRNoTPcg7IGaNK5Fc6qEU24LLqW { width:17.1875rem;height:1.04980625rem;top:1.4599609375rem;left:2.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #DxEMKCto3gtM1Vh1de0pmbgHdx0Qus4b { width:1.875rem;height:0.0625rem;top:1.9541015625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvqdaNBNUbrLNMoV1vdNUHeDKgfdEAbr { width:17.25rem;height:11.125rem;top:4.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUDIohT5W7k7NSHEF3N4gqVrtgaFxkdq { width:11.5625rem;height:2.3994125rem;top:4.9375rem;left:4.21875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HxxLvACwQHlTtPIwTVNdv7Ja5QpLWWFx { width:15.5625rem;height:5.99609375rem;top:8.015625rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MpfmEgIChStQzTTZpxHES24e0FG7WXZW { width:15.875rem;height:3.59765625rem;top:17.5rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hUTzMBZ8okO0vTPpCFL3vZvkzveG7yuR { width:17rem;height:8.3945rem;top:21.91796875rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GgGO3mgRTiMTI5kpAcQDMoDZOUaR9qaT { width:17.375rem;height:15.125rem;top:16.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPAotB7P1qsBObv7Lko8klgWyFDFIp52 { width:17.1875rem;height:22.625rem;top:47.7783203125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u79Qo75DAqoP5P27fJezvBu1KoqMQXJF { width:15rem;height:4.796875rem;top:48.5263671875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V0Cv1Iui1v9TO1wql4m58TTL4hZNQLVP { width:15.625rem;height:14.390625rem;top:54.3876953125rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WoWv5Vpt8poZI4dfahn60zcTengarSbC { width:11.4375rem;height:2.3994125rem;top:34.3408203125rem;left:4.28125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dIiq1kT5HaNwGa5w1xCsb9isH2uXq2yL { width:16.25rem;height:7.1953125rem;top:37.4033203125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t3yRogSx0SSU318788mLeRi1meibATJi { width:17.25rem;height:12.0625rem;top:33.5908203125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7f0ShpfKorfl2rnCh0Me8sbudUH1HPP { width:20rem;height:11.141625rem;top:53.2607421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLl3gUXPAhGLbBSwCgNesxchhWem5zVx { background-color:#ffffff;background-image:none;display:block; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { background-color: transparent; background-image: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container > .video-iframe-container { display: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container { display: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .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); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFg5bWkfeemT9JwNFsxUXBrLqVHrHVNd { width:11.625rem;height:2.6875rem;top:21.609375rem;left:4.1875rem;font-size:1.125rem;color:#ffffff;background-color:#2a2aa8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #UiUEiyE4ROLligfTNg2bCOSyigfBn0BR { display:block; }
 }@media only screen and (max-width: 763px) { #gqBnxTV285f8beyBbu44noagDCFdOcq7 { top:26.25rem;left:0rem;width:20rem;height:11.25rem;z-index:15038;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fRgcSgpSJRQD37cKLsp9HU1R2f0M8cqH { top:13.75rem;left:0rem;width:20rem;height:11.25rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KWQ4igsfUEkDUrRFWt5bbZhFlbmIrGPy { top:1.25rem;left:0rem;width:20rem;height:11.25rem;z-index:15002;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kvhbABlHzqOVavUcdgJbBd1B9bN0aKsA { width:15.3125rem;height:1.04980625rem;top:1.2490234375rem;left:3.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #nHlfo5IQZ64FC0iIOUyw1UDHtGhcVAMq { width:1.875rem;height:0.0625rem;top:1.7431640625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXtppKG6tKCAacmfeFLu6i0FR0NO1sLF { width:20rem;height:3.125rem;top:11.71875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #ftMNkb0oo5iBZs9Ldu9JM5owOule1BZH { width:16.9375rem;height:3.59765625rem;top:16.07421875rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Gh5qibRq7Z6eN5qPI43yRcbr7PbTzNey { width:20rem;height:11.141625rem;top:2.298828125rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Uvu0CWIeCqlwDccyzncEZusEZzpigiAS { display:block; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiE665ANi8yH0gV4U6BpcFInLeTcTkAN { width:18.3125rem;height:8.125rem;top:2.5625rem;left:0.84375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFLIbqVA618rP70o99TrFniSC16PNJoP { width:20rem;height:3.5rem;top:10.625rem;left:0rem;z-index:15039;display:none; }
 }