.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#1e2627;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#eQdKpC181eInmd6NkETKBXl7FxqbunSB { position:relative;display:block; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB { background-color: transparent; background-image: none; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row .container > .video-iframe-container { display: none; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row > .video-iframe-container { display: none; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .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); }#eQdKpC181eInmd6NkETKBXl7FxqbunSB { border-width: 0; border-radius: 0; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1e2627;background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pRl4miNW1b30VSM4tiG9m02aOP2ZnxbL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.8125rem;top:0.9375rem;left:34.09375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1e2627;background-image:url("https://images.assets-landingi.com/uc/3a4684ff-1335-4ed2-9a9c-6c6cf9ac4a4e/Image.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; } #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN *:focus-visible, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN input[type="text"]:focus-visible, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN input[type="email"]:focus-visible, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN input[type="tel"]:focus-visible, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN textarea:focus-visible { outline:0.125rem solid rgba(30,38,39,1);; } #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;overflow:visible;position:relative;display:block; }#deKV09gNRTHygauhCdWCzhCGdJ7DWVDL { color:rgba(var(--color-tertiary-0),1);display:block;width:37rem;position:absolute;font-family:"alike angular";font-size:3rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6875rem;left:2.8125rem;height:11.6996875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e5uTQUo6x0kh3Ja6TzVl7pAAvHoWFVSI { color:rgba(var(--color-tertiary-0),1);display:block;width:33.625rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.6875rem;left:2.8125rem;height:3.8994125rem;font-style:normal;display:block; }
#s52kPQpkI4JUIv4hM0Xs4XCmzm7pqxEs { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:"alike angular";font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:50.75rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCTfSq4wprDPs805Si8KySqWOXxqaaG4 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:"schibsted grotesk";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6875rem;left:46.625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LITLJ20zQ0F1InNvb6suyogkfmJL6KPw { position:absolute;display:block;z-index:15005;height:32.8125rem;width:26.6875rem;top:9.6875rem;left:47.5rem;display:block; }
#w5wMNfXnIXTb6cOga6xvqUzqeuVVk2xt { box-sizing:content-box;height:34.0625rem;width:28.125rem;position:absolute;display:block;z-index:15001;background-color:#ccf67e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:46.875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#aLUgpE11sEQlXibUwzclKd5Jurn7ZcVa { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25.875rem;top:25.8984375rem;left:2.8125rem;overflow:hidden;display:block; }
#cgN45LtcW933C8MZJoATmEyi9sk1Py6z { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14rem;left:28.59375rem;display:none; }
#mb3NcMqu19v1Vki4XuI0ZXeJbKQbwoce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wKoC9yqpVx54qsvgQsM12ZXrTJpmX2ha { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:"schibsted grotesk";font-size:0.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:44.375rem;left:50rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh { position:relative;display:block; } #D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh *:focus-visible, #D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh input[type="text"]:focus-visible, #D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh input[type="email"]:focus-visible, #D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh input[type="tel"]:focus-visible, #D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh textarea:focus-visible { outline:0.125rem solid rgba(30,38,39,1);; } #D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh { background-color: transparent; background-image: none; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row .container > .video-iframe-container { display: none; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row > .video-iframe-container { display: none; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .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); }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh { border-width: 0; border-radius: 0; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1e2627;background-image:none;font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WQ55OHd3OIFhfEtUFA1wEd0h6pkqLP7G { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:"schibsted grotesk";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:28.6875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MT8qJoLgRgxAJDUwmqmcKoXRR2agHc5f { color:rgba(var(--color-tertiary-0),1);display:block;width:62.6875rem;position:absolute;font-family:"alike angular";font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.6875rem;left:6.15625rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jm3cspFnpwGCaXyt3BlppKlqBiTzzEKW { box-sizing:content-box;height:12.1875rem;width:70.8125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:3.6875rem;left:2.03125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#gMNZgySJLw37PWXNiE9lN2bZrtGW19gT { color:rgba(var(--color-primary-0),1);display:block;width:48.625rem;position:absolute;font-family:"alike angular";font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.625rem;left:13.1875rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K *:focus-visible, #FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K input[type="text"]:focus-visible, #FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K input[type="email"]:focus-visible, #FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K input[type="tel"]:focus-visible, #FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K textarea:focus-visible { outline:0.125rem solid rgba(30,38,39,1);; } #FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K > .row .container { background-color: transparent; background-image: none; }#FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K > .row .container > .video-iframe-container { display: none; }#FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K > .row > .video-iframe-container { display: none; }#FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K > .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); }#FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K > .row .container { border-width: 0; border-radius: 0; }#FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#AtDHDQd6ziq0lKX76zJkvweizxKnpr45 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:"alike angular";font-size:3.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9375rem;left:18.40625rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hW0VvtxOBDNSTCNr6rNIZdzUaacAHbcs { color:rgba(var(--color-tertiary-0),1);display:block;width:49.75rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.0625rem;left:12.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#raGld6MITV7Cx0oZeuEMDngeWAzVTkMu { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"schibsted grotesk";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14rem;left:28.59375rem;display:block; }
#B8EIeNTncESixRuap7JU7mXkuTR2PNZ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbUd98BX66pTpGNOnLR5dsSxpTqLTiuQ { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14rem;left:28.59375rem;display:none; }
#eJhtdURR6zBQZx6alT2REciQyM1DOIcn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU { position:relative;display:block; } #o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU *:focus-visible, #o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU input[type="text"]:focus-visible, #o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU input[type="email"]:focus-visible, #o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU input[type="tel"]:focus-visible, #o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU textarea:focus-visible { outline:0.125rem solid rgba(30,38,39,1);; } #o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU { background-color: transparent; background-image: none; }#o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU > .row .container > .video-iframe-container { display: none; }#o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU > .row > .video-iframe-container { display: none; }#o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU > .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); }#o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU { border-width: 0; border-radius: 0; }#o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1e2627;background-image:none;font-size:0.875rem;font-family:arial;height:68.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tdcBumt3QTfJMNXCkpBq2ubuaqyqRwg3 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:"alike angular";font-size:2.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1875rem;left:18.40625rem;height:7.1494375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KgZcxU3V2wZrOcIdz6XmBJV7ErsFeblo { box-sizing:content-box;height:21.25rem;width:16.1875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16rem;left:10.21875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#nPOvWRwDtcHH9GFrW16axdcO4LLLdI0o { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.25rem;left:10.84375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eOcJ2IwhTGd4Vc572FlfkoZZ753yLz8X { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:31.1875rem;left:11.71875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cGoC60TwXzO5q7ANB6pl19szXKvNCSx0 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:12.5rem;top:20.4375rem;left:12.0625rem;overflow:hidden;display:block; }
#rIgWg2AetstnaBhdhOeLVxKFrsTC0e5p { box-sizing:content-box;height:21.25rem;width:16.1875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16rem;left:29.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#b3vhuZaugyAqUf1KKBo3dWWwvSyS52Ct { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.25rem;left:30.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sbiytTHCMtZvffBM4SF4IuOLhfMK4W6T { position:absolute;display:block;z-index:15013;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:9.6875rem;width:12.5rem;top:20.4375rem;left:31.25rem;overflow:hidden;display:block; }
#eyWsP38188g1wWqpFqGQ04Mg5fXTHqDG { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31.1875rem;left:30.9375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e4c7enCt3cnOhoI1r1VhG1LK4PEK3alM { box-sizing:content-box;height:21.25rem;width:16.1875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16rem;left:48.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#KOAK3pwn1bAKG76Mkx1otbZ9SGIGRQqb { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.25rem;left:49.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wk4JZXeKDEoQWlqtKDMb8KCS6TLZTv2F { position:absolute;display:block;z-index:15017;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:9.75rem;width:11.3125rem;top:20.4375rem;left:50.4375rem;overflow:hidden;display:block; }
#yGtiqVR8WwHPUPeoF9bubam9OhSIuP9i { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:31.1875rem;left:50.125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fGGLKMQZQmfFQIXHzCZVEA5GMikpyNwx { box-sizing:content-box;height:21.25rem;width:16.1875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.1875rem;left:19.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#m0vURq8cw2R5oUcGaVOBkaxzLHWO7T2X { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:54.375rem;left:21.3125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R0UmpVEHBCT8i065odmHdFvuGgcXUSWr { position:absolute;display:block;z-index:15021;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:9.75rem;width:12.25rem;top:43.625rem;left:21.625rem;overflow:hidden;display:block; }
#UfPqPt9r6EwilCeNqSpTtTuDy6M3TSpR { box-sizing:content-box;height:21.25rem;width:16.1875rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.1875rem;left:39rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#NT607XLcJTowu7u4qNGsOuCMf3RnA42w { position:absolute;display:block;z-index:15025;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:7.1875rem;width:12.5rem;top:43.625rem;left:40.8125rem;overflow:hidden;display:block; }
#dIG8UWmgVBJIITLkaMKDGsz8sfvAQbIy { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:54.375rem;left:40.5rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nCRphp9Ku0k6aTMO8E5iNfzM4FbtLtQp { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:40.4375rem;left:20.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e1VyONEetxV7mdZ5xIdW9I6ctmzkdc8d { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:40.4375rem;left:39.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n7FUNLfXrvbO2w7OokntkP6aMJtmuCoN { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"schibsted grotesk";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:62.8125rem;left:28.59375rem;display:block; }
#FJNNTbTWhmWaZIWG4MaSAbzLcV4bMOEp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFgCKFeSR5JK87aaUtNNJM171HCeQrP6 { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14rem;left:28.59375rem;display:none; }
#eyazf7z4JUfs38c002fVTzvFxxEELIAE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB { position:relative;display:block; } #rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB *:focus-visible, #rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB input[type="text"]:focus-visible, #rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB input[type="email"]:focus-visible, #rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB input[type="tel"]:focus-visible, #rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB textarea:focus-visible { outline:0.125rem solid rgba(30,38,39,1);; } #rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB { background-color: transparent; background-image: none; }#rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB > .row .container > .video-iframe-container { display: none; }#rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB > .row > .video-iframe-container { display: none; }#rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB > .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); }#rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB { border-width: 0; border-radius: 0; }#rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1e2627;background-image:none;font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ppGP383DwIopxl2Gmpn89EpRu1gP1Epl { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:"alike angular";font-size:2.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.4375rem;left:13.84375rem;height:3.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ED61ARenOVZ5u4eHbCFZfnMQU67zPIoA { box-sizing:content-box;height:22.5625rem;width:49.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.78125rem;left:12.75rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#CsB2EvfTa8SKBgJ7vqEvN0NTvcMZDu9e { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.625rem;left:18.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NnpF800aVRT6TiB41SXHl9qxaMxPp6mK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"alike angular";font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:16.375rem;left:17.5rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iHbmtMv7gUBhCtLwR5QQkLK9WT9zX0lc { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"schibsted grotesk";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:39.25rem;left:28.59375rem;display:block; }
#vG8GggfhHrJThn3PseOtxfwsgzkch1gb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kUcwJewoT0Hnh15xSJpmwQsG6N4AUToy { box-sizing:content-box;height:0.125rem;width:17.5rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:28.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#VTSl0QUaDaiavz6p8eIPSOZPfTA3R6uy { box-sizing:content-box;height:17.5rem;width:0.125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375rem;left:37.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#iitLWJrVakBMJniX4ilVNeQZR6zeKrOV { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:30rem;left:18.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PKmdKUIG3f727NeatoSCdMB0UndtGehR { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"alike angular";font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:26.75rem;left:17.5rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J7nRTJgo4I102DkGPEgITZfKl1oKSRsk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:"alike angular";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:16.375rem;left:42.09375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O7TVJwCIpk6lZ4BxSNnUz4QOowup2hq4 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:19.625rem;left:43.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tb8nIAKATE358KBE6aOCARagXqZI6Rws { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"alike angular";font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:26.8125rem;left:44.0625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7Wzd73Hp28ggA7nrIOmAQ6x6XrdbtaS { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:30rem;left:41.8125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EGLRhCbaEDTVS7kJ1PefcNormUxXmpNU { box-sizing:content-box;height:0.125rem;width:17.5rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:28.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:none; }
#yvVOu4BZFQtK4ndB1iM9TmnOS963oAUP { box-sizing:content-box;height:0.125rem;width:17.5rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:28.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:none; }
#CwedFBqbwgX6gfGDzNsl4OTJqxC8VEX1 { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14rem;left:28.59375rem;display:none; }
#FdnVBrsNDiyr40tlTTUqQTTRWFNoLvdW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 { position:relative;display:block; } #ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 *:focus-visible, #ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 input[type="text"]:focus-visible, #ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 input[type="email"]:focus-visible, #ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 input[type="tel"]:focus-visible, #ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 textarea:focus-visible { outline:0.125rem solid rgba(30,38,39,1);; } #ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 { background-color: transparent; background-image: none; }#ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 > .row .container > .video-iframe-container { display: none; }#ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 > .row > .video-iframe-container { display: none; }#ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 > .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); }#ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 { border-width: 0; border-radius: 0; }#ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #a6a6a6;background-color:#1e2627;background-image:none;font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s03Gh20U9I4ywO77CQEGv4d4ODPxSRnM { color:rgba(var(--color-tertiary-0),1);display:block;width:60.0625rem;position:absolute;font-family:"alike angular";font-size:3rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8125rem;left:7.46875rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q20RnhMZZLdHrxI0nVbtuc5ynT8TQpMH { color:#e1f8b6;display:block;width:60.875rem;position:absolute;font-family:"alike angular";font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.4375rem;left:2.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o03DqwwSVramWHfCeMAqdqC9aB75JaAb { color:#cccccc;display:block;width:21.9375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:17.8125rem;left:2.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HST2r3VsnpNi60Mt5xuqIGOnv79Qx28k { color:#cccccc;display:block;width:28.25rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:31.4375rem;left:44.3125rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mut7asF5celmoHT4xnhG5VU5JNXXpGzy { color:#e1f8b6;display:block;width:60.875rem;position:absolute;font-family:"alike angular";font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.375rem;left:11.625rem;height:;font-style:normal;text-align:right;text-align-last:right;display:block; }
#buhefZFCHCTJIIr0H4wleaI4g8W45qD5 { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:39.25rem;left:28.59375rem;display:none; }
#OuFpzmt61Ie9W1hPPPCgU0Rb8lnAON7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E4JWnG5yJRNg0LC74bWth31t21Ad5U2X { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14rem;left:28.59375rem;display:none; }
#GTO2xtABCP61XO945gNWsFaifJz273AL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh { position:relative;display:block; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh { background-color: transparent; background-image: none; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row .container > .video-iframe-container { display: none; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row > .video-iframe-container { display: none; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .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); }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh { border-width: 0; border-radius: 0; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1e2627;background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wy33A3kTceLh7XZwxcNPXEpsx8e7RS4b { color:rgba(var(--color-tertiary-0),1);display:block;width:56.125rem;position:absolute;font-family:"alike angular";font-size:3rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.9375rem;left:9.4375rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZrDw0tXup9lNCG94nFSu2qOqAZ6CgKLt { box-sizing:content-box;height:16.375rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:#2a3334;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.0625rem;left:20.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#OmChv0Gat3yxVwEb3hK2KKCK8RB76A5U { color:#cccccc;display:block;width:13.375rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.25rem;left:21.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZakcFbpmec72IaHhCzPZbCvhWpDTHO3e { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.25rem;left:23.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iQGAn90wTdnGf7PddgvLRSVLmruJutng { 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:5.8125rem;width:5.1875rem;top:14.4375rem;left:25.875rem;overflow:hidden;display:block; }
#H1tb54K6qGrLazKUKhKOe9G8bZcLy9D9 { box-sizing:content-box;height:16.375rem;width:16.25rem;position:absolute;display:block;z-index:15006;background-color:#2a3334;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.0625rem;left:38.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#keRddTnAAnWCOR0bwd5DVV8klBvNmhUa { 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:5.8125rem;width:5.125rem;top:14.4375rem;left:44.0625rem;overflow:hidden;display:block; }
#aZOQDFWBi7nR6yIXwZ31buALOOBUv63x { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.25rem;left:40.28125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SkLmEUHxXmwt13Q8AtOlweA3Pw4tVmI6 { color:#cccccc;display:block;width:14.1875rem;position:absolute;font-family:"schibsted grotesk";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.25rem;left:39.53125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nl9hSas6iy2btLzFTmavZZ31snJWFInI { position:relative;display:block; } #Nl9hSas6iy2btLzFTmavZZ31snJWFInI *:focus-visible, #Nl9hSas6iy2btLzFTmavZZ31snJWFInI input[type="text"]:focus-visible, #Nl9hSas6iy2btLzFTmavZZ31snJWFInI input[type="email"]:focus-visible, #Nl9hSas6iy2btLzFTmavZZ31snJWFInI input[type="tel"]:focus-visible, #Nl9hSas6iy2btLzFTmavZZ31snJWFInI textarea:focus-visible { outline:0.125rem solid #000000;; } #Nl9hSas6iy2btLzFTmavZZ31snJWFInI { background-color: transparent; background-image: none; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container > .video-iframe-container { display: none; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row > .video-iframe-container { display: none; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .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); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI { border-width: 0; border-radius: 0; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container { border-top:0;border-left:0.625rem solid rgba(var(--color-primary-2),0);border-right:0.625rem solid rgba(var(--color-primary-2),0);border-bottom:0.0625rem solid #a6a6a6;background-color:#1e2627;background-image:none;font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#usMAyDZXL2uUaC2HQwpxArofuwBD8KhH { color:rgba(var(--color-tertiary-0),1);display:block;width:43.625rem;position:absolute;font-family:"alike angular";font-size:3.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.07421875rem;left:15.6875rem;height:9.099625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AVkT2lgvTiWpH4rBtGXiaolp3GTQnHID { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"schibsted grotesk";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.6875rem;left:28.59375rem;display:block; }
#hL9N42NpVvLgnawnz2TRDbVOFHhxAqvL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oZbIoFUyOhZDTS1ovTdf04cvUofsOzFV { background-color:#ccf67e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3e3d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14rem;left:28.59375rem;display:none; }
#Mbqf4JEJGsbITPR7HRTMyuLx3vZ5eBS9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yL5suXDHzBXccwZ4UrBuNtPQt8XZyp05 { position:relative;display:block; }#yL5suXDHzBXccwZ4UrBuNtPQt8XZyp05 > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eQdKpC181eInmd6NkETKBXl7FxqbunSB { display:block; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRl4miNW1b30VSM4tiG9m02aOP2ZnxbL { top:0.9375rem;left:20.46875rem;width:6.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deKV09gNRTHygauhCdWCzhCGdJ7DWVDL { top:5.6875rem;left:0rem;width:37rem;height:11.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5uTQUo6x0kh3Ja6TzVl7pAAvHoWFVSI { top:18.6875rem;left:0rem;width:33.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s52kPQpkI4JUIv4hM0Xs4XCmzm7pqxEs { top:2.6875rem;left:27.625rem;width:20.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCTfSq4wprDPs805Si8KySqWOXxqaaG4 { top:5.6875rem;left:19.375rem;width:28.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITLJ20zQ0F1InNvb6suyogkfmJL6KPw { top:9.6875rem;left:21.0625rem;width:26.6875rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5wMNfXnIXTb6cOga6xvqUzqeuVVk2xt { top:9.0625rem;left:19.625rem;width:28.125rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLUgpE11sEQlXibUwzclKd5Jurn7ZcVa { top:25.875rem;left:0rem;width:25.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgN45LtcW933C8MZJoATmEyi9sk1Py6z { width:17.8125rem;height:3.4375rem;top:14rem;left:14.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mb3NcMqu19v1Vki4XuI0ZXeJbKQbwoce { display:block; }
 }@media only screen and (max-width: 763px) { #wKoC9yqpVx54qsvgQsM12ZXrTJpmX2ha { top:44.375rem;left:26.125rem;width:21.625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh { display:block; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQ55OHd3OIFhfEtUFA1wEd0h6pkqLP7G { top:5.5rem;left:15.0625rem;width:17.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8qJoLgRgxAJDUwmqmcKoXRR2agHc5f { top:7.6875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm3cspFnpwGCaXyt3BlppKlqBiTzzEKW { top:3.6875rem;left:0rem;width:47.625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMNZgySJLw37PWXNiE9lN2bZrtGW19gT { top:5.5625rem;left:0rem;width:15.125rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K { display:block; }#FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtDHDQd6ziq0lKX76zJkvweizxKnpr45 { top:2.9375rem;left:4.78125rem;width:38.1875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW0VvtxOBDNSTCNr6rNIZdzUaacAHbcs { top:9.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raGld6MITV7Cx0oZeuEMDngeWAzVTkMu { width:17.8125rem;height:3.4375rem;top:14rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8EIeNTncESixRuap7JU7mXkuTR2PNZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #bbUd98BX66pTpGNOnLR5dsSxpTqLTiuQ { width:17.8125rem;height:3.4375rem;top:14rem;left:14.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJhtdURR6zBQZx6alT2REciQyM1DOIcn { display:block; }
 }@media only screen and (max-width: 763px) { #o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU { display:block; }#o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdcBumt3QTfJMNXCkpBq2ubuaqyqRwg3 { top:4.1875rem;left:4.78125rem;width:38.1875rem;height:7.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgZcxU3V2wZrOcIdz6XmBJV7ErsFeblo { top:16rem;left:0rem;width:16.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPOvWRwDtcHH9GFrW16axdcO4LLLdI0o { top:17.25rem;left:0rem;width:14.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOcJ2IwhTGd4Vc572FlfkoZZ753yLz8X { top:31.1875rem;left:0rem;width:13.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGoC60TwXzO5q7ANB6pl19szXKvNCSx0 { top:20.4375rem;left:0rem;width:12.5rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIgWg2AetstnaBhdhOeLVxKFrsTC0e5p { top:16rem;left:15.8125rem;width:16.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3vhuZaugyAqUf1KKBo3dWWwvSyS52Ct { top:17.25rem;left:16.4375rem;width:14.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbiytTHCMtZvffBM4SF4IuOLhfMK4W6T { top:20.4375rem;left:17.625rem;width:12.5rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyWsP38188g1wWqpFqGQ04Mg5fXTHqDG { top:31.1875rem;left:17.3125rem;width:13.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4c7enCt3cnOhoI1r1VhG1LK4PEK3alM { top:16rem;left:31.5625rem;width:16.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOAK3pwn1bAKG76Mkx1otbZ9SGIGRQqb { top:17.25rem;left:32.8125rem;width:14.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk4JZXeKDEoQWlqtKDMb8KCS6TLZTv2F { top:20.4375rem;left:35.25rem;width:11.3125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGtiqVR8WwHPUPeoF9bubam9OhSIuP9i { top:31.1875rem;left:34.5625rem;width:13.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGGLKMQZQmfFQIXHzCZVEA5GMikpyNwx { top:39.1875rem;left:6.1875rem;width:16.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0vURq8cw2R5oUcGaVOBkaxzLHWO7T2X { top:54.375rem;left:7.6875rem;width:13.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0UmpVEHBCT8i065odmHdFvuGgcXUSWr { top:43.625rem;left:8rem;width:12.25rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfPqPt9r6EwilCeNqSpTtTuDy6M3TSpR { top:39.1875rem;left:25.375rem;width:16.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT607XLcJTowu7u4qNGsOuCMf3RnA42w { top:43.625rem;left:27.1875rem;width:12.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIG8UWmgVBJIITLkaMKDGsz8sfvAQbIy { top:54.375rem;left:26.875rem;width:13.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCRphp9Ku0k6aTMO8E5iNfzM4FbtLtQp { top:40.4375rem;left:6.8125rem;width:14.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1VyONEetxV7mdZ5xIdW9I6ctmzkdc8d { top:40.4375rem;left:26rem;width:14.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7FUNLfXrvbO2w7OokntkP6aMJtmuCoN { width:17.8125rem;height:3.4375rem;top:62.8125rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJNNTbTWhmWaZIWG4MaSAbzLcV4bMOEp { display:block; }
 }@media only screen and (max-width: 763px) { #TFgCKFeSR5JK87aaUtNNJM171HCeQrP6 { width:17.8125rem;height:3.4375rem;top:14rem;left:14.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyazf7z4JUfs38c002fVTzvFxxEELIAE { display:block; }
 }@media only screen and (max-width: 763px) { #rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB { display:block; }#rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppGP383DwIopxl2Gmpn89EpRu1gP1Epl { top:4.4375rem;left:0.21875rem;width:47.3125rem;height:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED61ARenOVZ5u4eHbCFZfnMQU67zPIoA { top:13.75rem;left:0rem;width:47.75rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsB2EvfTa8SKBgJ7vqEvN0NTvcMZDu9e { top:19.625rem;left:4.75rem;width:13.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnpF800aVRT6TiB41SXHl9qxaMxPp6mK { top:16.375rem;left:3.875rem;width:14.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHbmtMv7gUBhCtLwR5QQkLK9WT9zX0lc { width:17.8125rem;height:3.4375rem;top:39.25rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG8GggfhHrJThn3PseOtxfwsgzkch1gb { display:block; }
 }@media only screen and (max-width: 763px) { #kUcwJewoT0Hnh15xSJpmwQsG6N4AUToy { top:25rem;left:15.125rem;width:17.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTSl0QUaDaiavz6p8eIPSOZPfTA3R6uy { top:16.375rem;left:23.75rem;width:0.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iitLWJrVakBMJniX4ilVNeQZR6zeKrOV { top:30rem;left:4.75rem;width:13.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKmdKUIG3f727NeatoSCdMB0UndtGehR { top:26.75rem;left:3.875rem;width:14.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7nRTJgo4I102DkGPEgITZfKl1oKSRsk { top:16.375rem;left:28.46875rem;width:17.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7TVJwCIpk6lZ4BxSNnUz4QOowup2hq4 { top:19.625rem;left:30.0625rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb8nIAKATE358KBE6aOCARagXqZI6Rws { top:26.8125rem;left:30.4375rem;width:14.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Wzd73Hp28ggA7nrIOmAQ6x6XrdbtaS { top:30rem;left:28.1875rem;width:17.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGLRhCbaEDTVS7kJ1PefcNormUxXmpNU { top:25rem;left:15.125rem;width:17.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvVOu4BZFQtK4ndB1iM9TmnOS963oAUP { top:25rem;left:15.125rem;width:17.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwedFBqbwgX6gfGDzNsl4OTJqxC8VEX1 { width:17.8125rem;height:3.4375rem;top:14rem;left:14.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdnVBrsNDiyr40tlTTUqQTTRWFNoLvdW { display:block; }
 }@media only screen and (max-width: 763px) { #ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 { display:block; }#ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s03Gh20U9I4ywO77CQEGv4d4ODPxSRnM { top:3.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q20RnhMZZLdHrxI0nVbtuc5ynT8TQpMH { top:11.4375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o03DqwwSVramWHfCeMAqdqC9aB75JaAb { top:17.8125rem;left:0rem;width:21.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HST2r3VsnpNi60Mt5xuqIGOnv79Qx28k { top:31.4375rem;left:19.5rem;width:28.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mut7asF5celmoHT4xnhG5VU5JNXXpGzy { top:22.375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buhefZFCHCTJIIr0H4wleaI4g8W45qD5 { width:17.8125rem;height:3.4375rem;top:39.25rem;left:14.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuFpzmt61Ie9W1hPPPCgU0Rb8lnAON7T { display:block; }
 }@media only screen and (max-width: 763px) { #E4JWnG5yJRNg0LC74bWth31t21Ad5U2X { width:17.8125rem;height:3.4375rem;top:14rem;left:14.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTO2xtABCP61XO945gNWsFaifJz273AL { display:block; }
 }@media only screen and (max-width: 763px) { #qFWeA46VuUsR0s02D3NKOt20TEMR9LSh { display:block; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wy33A3kTceLh7XZwxcNPXEpsx8e7RS4b { top:5.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDw0tXup9lNCG94nFSu2qOqAZ6CgKLt { top:12.0625rem;left:6.6875rem;width:16.25rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmChv0Gat3yxVwEb3hK2KKCK8RB76A5U { top:24.25rem;left:8.1875rem;width:13.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZakcFbpmec72IaHhCzPZbCvhWpDTHO3e { top:22.25rem;left:9.8125rem;width:10.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQGAn90wTdnGf7PddgvLRSVLmruJutng { top:14.4375rem;left:12.25rem;width:5.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1tb54K6qGrLazKUKhKOe9G8bZcLy9D9 { top:12.0625rem;left:24.875rem;width:16.25rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keRddTnAAnWCOR0bwd5DVV8klBvNmhUa { top:14.4375rem;left:30.4375rem;width:5.125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZOQDFWBi7nR6yIXwZ31buALOOBUv63x { top:22.25rem;left:26.65625rem;width:12.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkLmEUHxXmwt13Q8AtOlweA3Pw4tVmI6 { top:24.25rem;left:25.90625rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl9hSas6iy2btLzFTmavZZ31snJWFInI { display:block; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usMAyDZXL2uUaC2HQwpxArofuwBD8KhH { top:6.0625rem;left:2.0625rem;width:43.625rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVkT2lgvTiWpH4rBtGXiaolp3GTQnHID { width:17.8125rem;height:3.4375rem;top:16.6875rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL9N42NpVvLgnawnz2TRDbVOFHhxAqvL { display:block; }
 }@media only screen and (max-width: 763px) { #oZbIoFUyOhZDTS1ovTdf04cvUofsOzFV { width:17.8125rem;height:3.4375rem;top:14rem;left:14.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mbqf4JEJGsbITPR7HRTMyuLx3vZ5eBS9 { display:block; }
 }@media only screen and (max-width: 763px) { #yL5suXDHzBXccwZ4UrBuNtPQt8XZyp05 { display:block; }#yL5suXDHzBXccwZ4UrBuNtPQt8XZyp05 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eQdKpC181eInmd6NkETKBXl7FxqbunSB { display:block; }#eQdKpC181eInmd6NkETKBXl7FxqbunSB > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRl4miNW1b30VSM4tiG9m02aOP2ZnxbL { width:6.5625rem;height:1.75rem;top:1.96875rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deKV09gNRTHygauhCdWCzhCGdJ7DWVDL { width:20rem;height:6.8246875rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5uTQUo6x0kh3Ja6TzVl7pAAvHoWFVSI { width:20rem;height:7.7988125rem;top:11.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #s52kPQpkI4JUIv4hM0Xs4XCmzm7pqxEs { width:15.4375rem;height:0;top:48.1875rem;left:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCTfSq4wprDPs805Si8KySqWOXxqaaG4 { width:20rem;height:0;top:51.7109375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LITLJ20zQ0F1InNvb6suyogkfmJL6KPw { width:20rem;height:32.8125rem;top:56.99609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5wMNfXnIXTb6cOga6xvqUzqeuVVk2xt { width:20rem;height:34.0625rem;top:56.37109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLUgpE11sEQlXibUwzclKd5Jurn7ZcVa { width:20rem;height:19.375rem;top:25.116266388998rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgN45LtcW933C8MZJoATmEyi9sk1Py6z { width:20rem;height:3.4375rem;top:19.5224609375rem;left:0rem;z-index:15014;font-family:"schibsted grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #mb3NcMqu19v1Vki4XuI0ZXeJbKQbwoce { display:block; }
 }@media only screen and (max-width: 763px) { #wKoC9yqpVx54qsvgQsM12ZXrTJpmX2ha { width:20rem;height:auto;top:44.375rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh { display:block; }#D94HHnnTT5lqIKhZBuJ5LeOT9t2SP6kh > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQ55OHd3OIFhfEtUFA1wEd0h6pkqLP7G { width:13rem;height:1.13720625rem;top:2.625rem;left:3.5rem;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #MT8qJoLgRgxAJDUwmqmcKoXRR2agHc5f { width:20rem;height:0;top:9.69921875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jm3cspFnpwGCaXyt3BlppKlqBiTzzEKW { width:19.875rem;height:22.3125rem;top:1.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMNZgySJLw37PWXNiE9lN2bZrtGW19gT { width:15.125rem;height:;top:5.607421875rem;left:2.4375rem;font-size:1.5rem;z-index:15008;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K { display:block; }#FBIuuBR5CNWmAtqzMc3ZE25BIe9XBb4K > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtDHDQd6ziq0lKX76zJkvweizxKnpr45 { width:15.125rem;height:4.54980625rem;top:1.75rem;left:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW0VvtxOBDNSTCNr6rNIZdzUaacAHbcs { width:17.9375rem;height:7.7988125rem;top:8.2568359375rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raGld6MITV7Cx0oZeuEMDngeWAzVTkMu { width:17.8125rem;height:3.4375rem;top:17.9599609375rem;left:1.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8EIeNTncESixRuap7JU7mXkuTR2PNZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #bbUd98BX66pTpGNOnLR5dsSxpTqLTiuQ { width:20rem;height:3.4375rem;top:17.9599609375rem;left:0rem;z-index:15004;font-family:"schibsted grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #eJhtdURR6zBQZx6alT2REciQyM1DOIcn { display:block; }
 }@media only screen and (max-width: 763px) { #o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU { display:block; }#o8bacKyiXZmltLX7HHZbFkdQs1rp9ZqU > .row .container { width:20rem;height:127.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdcBumt3QTfJMNXCkpBq2ubuaqyqRwg3 { width:20rem;height:4.54980625rem;top:2rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgZcxU3V2wZrOcIdz6XmBJV7ErsFeblo { width:16.1875rem;height:21.25rem;top:8.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPOvWRwDtcHH9GFrW16axdcO4LLLdI0o { width:14.9375rem;height:1.29980625rem;top:9.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOcJ2IwhTGd4Vc572FlfkoZZ753yLz8X { width:13.1875rem;height:3.8994125rem;top:23.3125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGoC60TwXzO5q7ANB6pl19szXKvNCSx0 { width:12.5rem;height:9.8125rem;top:12.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIgWg2AetstnaBhdhOeLVxKFrsTC0e5p { width:16.1875rem;height:21.25rem;top:30.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3vhuZaugyAqUf1KKBo3dWWwvSyS52Ct { width:14.9375rem;height:1.29980625rem;top:31.875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbiytTHCMtZvffBM4SF4IuOLhfMK4W6T { width:12.5rem;height:9.6875rem;top:35.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyWsP38188g1wWqpFqGQ04Mg5fXTHqDG { width:13.1875rem;height:3.8994125rem;top:45.8125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4c7enCt3cnOhoI1r1VhG1LK4PEK3alM { width:16.1875rem;height:21.25rem;top:53.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOAK3pwn1bAKG76Mkx1otbZ9SGIGRQqb { width:14.9375rem;height:1.29980625rem;top:54.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk4JZXeKDEoQWlqtKDMb8KCS6TLZTv2F { width:11.3125rem;height:9.75rem;top:57.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGtiqVR8WwHPUPeoF9bubam9OhSIuP9i { width:13.1875rem;height:3.8994125rem;top:68.3125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGGLKMQZQmfFQIXHzCZVEA5GMikpyNwx { width:16.1875rem;height:21.25rem;top:75.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0vURq8cw2R5oUcGaVOBkaxzLHWO7T2X { width:13.1875rem;height:3.8994125rem;top:90.8125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0UmpVEHBCT8i065odmHdFvuGgcXUSWr { width:12.25rem;height:9.75rem;top:80.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfPqPt9r6EwilCeNqSpTtTuDy6M3TSpR { width:16.1875rem;height:21.25rem;top:98.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT607XLcJTowu7u4qNGsOuCMf3RnA42w { width:12.5rem;height:7.1875rem;top:102.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIG8UWmgVBJIITLkaMKDGsz8sfvAQbIy { width:13.1875rem;height:3.8994125rem;top:113.3125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCRphp9Ku0k6aTMO8E5iNfzM4FbtLtQp { width:14.9375rem;height:1.29980625rem;top:76.875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1VyONEetxV7mdZ5xIdW9I6ctmzkdc8d { width:14.9375rem;height:1.29980625rem;top:99.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7FUNLfXrvbO2w7OokntkP6aMJtmuCoN { width:20rem;height:3.4375rem;top:121.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJNNTbTWhmWaZIWG4MaSAbzLcV4bMOEp { display:block; }
 }@media only screen and (max-width: 763px) { #TFgCKFeSR5JK87aaUtNNJM171HCeQrP6 { width:20rem;height:3.4375rem;top:121.375rem;left:0rem;z-index:15005;font-family:"schibsted grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #eyazf7z4JUfs38c002fVTzvFxxEELIAE { display:block; }
 }@media only screen and (max-width: 763px) { #rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB { display:block; }#rEP0T6rTXaIcuyTf9zMWaWTcUm0xyaaB > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppGP383DwIopxl2Gmpn89EpRu1gP1Epl { width:20rem;height:4.54980625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED61ARenOVZ5u4eHbCFZfnMQU67zPIoA { width:20rem;height:31.9375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsB2EvfTa8SKBgJ7vqEvN0NTvcMZDu9e { width:13.1875rem;height:2.5996125rem;top:12.625rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnpF800aVRT6TiB41SXHl9qxaMxPp6mK { width:14.9375rem;height:1.625rem;top:10.25rem;left:2.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHbmtMv7gUBhCtLwR5QQkLK9WT9zX0lc { width:20rem;height:3.4375rem;top:43.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vG8GggfhHrJThn3PseOtxfwsgzkch1gb { display:block; }
 }@media only screen and (max-width: 763px) { #kUcwJewoT0Hnh15xSJpmwQsG6N4AUToy { width:12.5rem;height:0.125rem;top:16.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTSl0QUaDaiavz6p8eIPSOZPfTA3R6uy { width:0.125rem;height:17.5rem;top:45.75rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #iitLWJrVakBMJniX4ilVNeQZR6zeKrOV { width:13.1875rem;height:2.5996125rem;top:27.875rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKmdKUIG3f727NeatoSCdMB0UndtGehR { width:14.9375rem;height:1.625rem;top:25.625rem;left:2.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7nRTJgo4I102DkGPEgITZfKl1oKSRsk { width:17.125rem;height:1.625rem;top:18.3125rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7TVJwCIpk6lZ4BxSNnUz4QOowup2hq4 { width:13.9375rem;height:2.5996125rem;top:20.625rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb8nIAKATE358KBE6aOCARagXqZI6Rws { width:14.9375rem;height:1.625rem;top:33.4375rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Wzd73Hp28ggA7nrIOmAQ6x6XrdbtaS { width:17.6875rem;height:2.5996125rem;top:35.9375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGLRhCbaEDTVS7kJ1PefcNormUxXmpNU { width:12.5rem;height:0.125rem;top:24.4375rem;left:3.75rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #yvVOu4BZFQtK4ndB1iM9TmnOS963oAUP { width:12.5rem;height:0.125rem;top:32rem;left:3.75rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #CwedFBqbwgX6gfGDzNsl4OTJqxC8VEX1 { width:20rem;height:3.4375rem;top:43.125rem;left:0rem;z-index:15006;font-family:"schibsted grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #FdnVBrsNDiyr40tlTTUqQTTRWFNoLvdW { display:block; }
 }@media only screen and (max-width: 763px) { #ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 { display:block; }#ReMiCygG7vp46KFOtCFEM3W1Q3kQWvR7 > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s03Gh20U9I4ywO77CQEGv4d4ODPxSRnM { width:20rem;height:4.54980625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q20RnhMZZLdHrxI0nVbtuc5ynT8TQpMH { width:20rem;height:11.3745rem;top:7.69921875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o03DqwwSVramWHfCeMAqdqC9aB75JaAb { width:11.625rem;height:2.5996125rem;top:20.6083984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HST2r3VsnpNi60Mt5xuqIGOnv79Qx28k { width:15.5625rem;height:2.5996125rem;top:50.0419921875rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mut7asF5celmoHT4xnhG5VU5JNXXpGzy { width:17.5625rem;height:20.474125rem;top:28.3955078125rem;left:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buhefZFCHCTJIIr0H4wleaI4g8W45qD5 { width:20rem;height:3.4375rem;top:54.75rem;left:0rem;z-index:15015;font-family:"schibsted grotesk";display:none; }
 }@media only screen and (max-width: 763px) { #OuFpzmt61Ie9W1hPPPCgU0Rb8lnAON7T { display:block; }
 }@media only screen and (max-width: 763px) { #E4JWnG5yJRNg0LC74bWth31t21Ad5U2X { width:20rem;height:3.4375rem;top:54.75rem;left:0rem;z-index:15007;font-family:"schibsted grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #GTO2xtABCP61XO945gNWsFaifJz273AL { display:block; }
 }@media only screen and (max-width: 763px) { #qFWeA46VuUsR0s02D3NKOt20TEMR9LSh { display:block; }#qFWeA46VuUsR0s02D3NKOt20TEMR9LSh > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wy33A3kTceLh7XZwxcNPXEpsx8e7RS4b { width:15.5625rem;height:4.54980625rem;top:2.375rem;left:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDw0tXup9lNCG94nFSu2qOqAZ6CgKLt { width:19.875rem;height:15rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmChv0Gat3yxVwEb3hK2KKCK8RB76A5U { width:17.3125rem;height:2.79980625rem;top:19.5rem;left:1.34375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZakcFbpmec72IaHhCzPZbCvhWpDTHO3e { width:10.0625rem;height:1.3999rem;top:17.25rem;left:4.96875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iQGAn90wTdnGf7PddgvLRSVLmruJutng { width:5.1875rem;height:5.8125rem;top:10.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1tb54K6qGrLazKUKhKOe9G8bZcLy9D9 { width:20rem;height:13.6875rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keRddTnAAnWCOR0bwd5DVV8klBvNmhUa { width:5.125rem;height:5.8125rem;top:25.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZOQDFWBi7nR6yIXwZ31buALOOBUv63x { width:12.6875rem;height:1.3999rem;top:31.92578125rem;left:3.65625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SkLmEUHxXmwt13Q8AtOlweA3Pw4tVmI6 { width:14.1875rem;height:2.79980625rem;top:34.0625rem;left:2.90625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Nl9hSas6iy2btLzFTmavZZ31snJWFInI { display:block; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI { background-color: transparent; background-image: none; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container > .video-iframe-container { display: none; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row > .video-iframe-container { display: none; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .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); }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI { border-width: 0; border-radius: 0; }#Nl9hSas6iy2btLzFTmavZZ31snJWFInI > .row .container { width:20rem;height:19.5625rem;border-top:0.0625rem solid #a6a6a6;border-left:0.625rem solid rgba(var(--color-primary-2),0);border-right:0.625rem solid rgba(var(--color-primary-2),0);border-bottom:0.0625rem solid #a6a6a6;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usMAyDZXL2uUaC2HQwpxArofuwBD8KhH { width:20rem;height:8.7744375rem;top:2.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVkT2lgvTiWpH4rBtGXiaolp3GTQnHID { width:20rem;height:3.4375rem;top:13.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hL9N42NpVvLgnawnz2TRDbVOFHhxAqvL { display:block; }
 }@media only screen and (max-width: 763px) { #oZbIoFUyOhZDTS1ovTdf04cvUofsOzFV { width:20rem;height:3.4375rem;top:13.4375rem;left:0rem;z-index:15008;font-family:"schibsted grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #Mbqf4JEJGsbITPR7HRTMyuLx3vZ5eBS9 { display:block; }
 }@media only screen and (max-width: 763px) { #yL5suXDHzBXccwZ4UrBuNtPQt8XZyp05 { display:block; }#yL5suXDHzBXccwZ4UrBuNtPQt8XZyp05 > .row .container { position:relative;display:block; } }