/*! Copyright (c) 2015-2017 NRK <opensource@nrk.no>*/
html {
  cursor: default;
  font:
    100%/1.5 'Helvetica Neue',
    Helvetica,
    Arial,
    sans-serif;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
input,
textarea {
  font-feature-settings: 'liga' 0;
  text-rendering: optimizeSpeed;
}
body,
img,
svg,
a {
  margin: 0;
  border: 0;
  color: inherit;
  fill: currentColor;
}
button,
a,
input,
textarea {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
.nrk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.nrk-button {
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  margin: 3px 1px;
  padding: 0 19px;
  border: 0 solid;
  border-radius: 99px;
  height: 41px;
  min-width: 41px;
  font: inherit;
  font-size: 14px;
  line-height: 41px;
  text-align: center;
  text-decoration: none;
  background: transparent;
  color: inherit;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.nrk-button::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  right: 0.5px;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  border: inherit;
  border-radius: inherit;
  border-width: 1px;
  transition: border 0.2s;
  -webkit-backface-visibility: hidden;
}
.nrk-button:active {
  transform: scale(0.95);
}
.nrk-button:hover,
.nrk-button:focus {
  outline: 0;
  border-color: transparent;
  box-shadow: 0 0 2px 1px #00b9f2;
}
.nrk-button:disabled {
  cursor: default;
  pointer-events: none;
  box-shadow: none;
  opacity: 0.6;
}
.nrk-pagination {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
}
.nrk-pagination::before,
.nrk-pagination::after {
  content: '';
  display: inline-block;
  width: 50%;
  border-top: 1px solid;
  opacity: 0.22;
}
.nrk-pagination::before {
  margin-left: -50%;
}
.nrk-pagination::after {
  margin-right: -50%;
}
.nrk-pagination > .nrk-button:only-child {
  min-width: 200px;
}
.nrk-sr-focus:not(:focus) {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

/*! NRK-sans v2.1.0 - Copyright 2022 NRK. All rights reserved */
@font-face {
  font-family: 'NRK Sans Variable';
  font-display: swap;
  src:
    url('../fonts/NRKSans_Variable.woff2') format('woff2 supports variations'),
    url('../fonts/NRKSans_Variable.woff2') format('woff2-variations');
  font-weight: 1 950;
}
@font-face {
  font-family: 'NRK Sans Variable';
  font-style: italic;
  font-display: swap;
  src:
    url('../fonts/NRKSans_Variable_Italic.woff2')
      format('woff2 supports variations'),
    url('../fonts/NRKSans_Variable_Italic.woff2') format('woff2-variations');
  font-weight: 1 950;
}
:root {
  --nrk-sans-weight-hairline: 1;
  --nrk-sans-weight-thin: 90;
  --nrk-sans-weight-extralight: 180;
  --nrk-sans-weight-light: 290;
  --nrk-sans-weight-regular: 400;
  --nrk-sans-weight-medium: 560;
  --nrk-sans-weight-bold: 700;
  --nrk-sans-weight-extrabold: 800;
  --nrk-sans-weight-heavy: 890;
  --nrk-sans-weight-black: 950;
  --nrk-sans-width-regular: 100;
  --nrk-sans-width-compressed: 50;
  --nrk-sans-width-condensed: 80;
  --nrk-sans-width-semi-condensed: 90;
  --nrk-sans-width-extended: 120;
  --nrk-sans-width-ultra-extended: 200;
  --nrk-sans-regular: 'wdth' var(--nrk-sans-width-regular);
  --nrk-sans-compressed: 'wdth' var(--nrk-sans-width-compressed);
  --nrk-sans-condensed: 'wdth' var(--nrk-sans-width-condensed);
  --nrk-sans-semi-condensed: 'wdth' var(--nrk-sans-width-semi-condensed);
  --nrk-sans-extended: 'wdth' var(--nrk-sans-width-extended);
  --nrk-sans-ultra-extended: 'wdth' var(--nrk-sans-width-ultra-extended);
  --nrk-sans-features-super: 'ss01', 'ss02';
  --nrk-sans-features-animation: 'ss04';
}

/* normalize.css 2011-09-22T17:42 UTC - http://github.com/necolas/normalize.css */
article,
aside,
details,
figure,
footer,
header,
nav,
section {
  display: block;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
}

body,
button,
input,
textarea {
  font-family: 'NRK Sans Variable', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1.333333333333333;
}

a:hover,
a:active {
  outline: 0;
}

b {
  font-weight: 600;
}

blockquote {
  margin: 1em 40px;
  margin: 1em 2.5rem;
}

ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
  padding: 0 0 0 2.5rem;
}

nav ul {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

button,
input,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.col {
  width: 100%;
  float: left;
}

.nostack .g100 {
  width: 100%;
}

@media screen and (min-width: 720px) {
  .g100 {
    width: 100%;
  }

  .g94 {
    width: 94.4444444444%;
  }

  .g70 {
    width: 70%;
  }

  .g55 {
    width: 55.5555555556%;
  }

  .g50 {
    width: 50%;
  }

  .g33 {
    width: 33.333333333%;
  }

  .g27 {
    width: 27.7777777778%;
  }

  .g22 {
    width: 22.2222222222%;
  }

  .g11 {
    width: 11.1111111111%;
  }
}

.container-widget > .col > .widget {
  margin: 0 10px 25px 10px;
  margin: 0 0.625rem 1.5625rem 0.625rem;
}

@media screen and (min-width: 720px) {
  .container-widget > .col > .widget {
    margin: 0 15px 30px 15px;
    margin: 0 0.9375rem 1.875rem 0.9375rem;
  }
}

.container-widget {
  margin: 0 !important;
}

.container-widget-content {
  margin: 0 10px 10px 10px;
  margin: 0 0.625rem 0.625rem 0.625rem;
}

@media screen and (min-width: 720px) {
  .container-widget-content {
    margin: 0 15px 10px 15px;
    margin: 0 0.9375rem 0.625rem 0.9375rem;
  }
}

#container > .group-reference.sAUTO > .group > .group-reference.s18,
#container > .group-reference.s18 {
  margin: 0 auto 0 auto;
  max-width: 1180px;
  float: none;
  clear: both;
}

#container > .group-reference.sAUTO > .group > .group-reference.s18 > .group,
#container > .group-reference.s18 > .group {
  padding-top: 10px;
  padding-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  #container > .group-reference.sAUTO > .group > .group-reference.s18 > .group,
  #container > .group-reference.s18 > .group {
    padding: 30px 0 0 0;
    padding: 1.875rem 0 0 0;
  }
}

body {
  font-family: 'NRK Sans Variable', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1.333333333333333;
  background-color: #fff;
  font-size: 100%;
  height: 100%;
  margin: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.inline-block {
  display: inline-block;
}

.cf:after {
  clear: both;
}

.cf:after,
.cf:before {
  content: ' ';
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  visibility: hidden;
}

.skin-text,
a.skin-text,
a.skin-text:link,
a.skin-text:visited {
  color: #1767ce;
}

a.skin-text-hover:hover {
  color: #061629;
  opacity: 0.7;
}

.skin-border,
.skin-border-hover:hover {
  border-color: #1767ce;
}

.skin-plug-icon {
  background-image: url('../img/plug-sprite_1.png');
}

.skin-plug-icon {
  background-image: url('../img/plug-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-position: 0 0.25rem;
}

@media (-webkit-min-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-resolution: 192dpi) {
  .skin-plug-icon {
    background-size: 16px auto;
    background-position: 0 -52px;
    background-position: 0 -3.25rem;
  }
}

body,
button,
input,
textarea {
  font-family: 'NRK Sans Variable', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1.333333333333333;
  color: #061629;
}

.title {
  font-family: 'NRK Sans Variable', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.375em;
  font-size: 1.375rem;
  line-height: 1.23;
  text-decoration: none !important;
  display: block;
  margin: 0 0 0.3em 0;
  color: #061629;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  word-wrap: break-word;
  text-rendering: optimizelegibility;
  font-weight: 740;
}

.title-large {
  font-family: 'NRK Sans Variable', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1.333333333333333;
  font-size: 2em;
  font-size: 2rem;
  line-height: 1.125;
  letter-spacing: -0.035em;
  font-weight: 740;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 480px) {
  .title-large {
    font-size: 2.375em;
    font-size: 2.375rem;
    line-height: 1.157894736842105;
  }
}

@media screen and (min-width: 720px) {
  .title-large {
    font-size: 3.125em;
    font-size: 3.125rem;
    line-height: 1.16;
  }
}

@media screen and (min-width: 850px) {
  .title-large {
    font-size: 3.25em;
    font-size: 3.25rem;
    line-height: 1.153846153846154;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a[href=''] {
  cursor: default;
}

.text-body a {
  border-bottom: 1px solid #b6b3b4;
}

a.skin-text-hover {
  color: #061629;
}

.text-body {
  color: #061629;
  font-size: 18px;
  font-size: 1.125rem;
  counter-reset: numbered-heading;
}

.text-body-sans-serif {
  font-family: 'NRK Sans Variable', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1.333333333333333;
}

.text-body > p {
  margin: 0 0 1em 0;
  font-weight: 400;
  line-height: 1.55;
}

.text-body > ol li::marker {
  font-weight: 700;
  font-size: 0.875em;
}

.text-body > h2 {
  margin: 0 0 0.5em 0;
  padding-top: 0.5em;
  color: #061629;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 720;
  line-height: 1.25em;
  text-rendering: optimizelegibility;
}

.text-body > .col {
  font-size: 1rem;
}

.text-body > .g100 {
  margin-bottom: 2em;
}

.text-body > h2 + .g100 {
  margin-bottom: 0.7em;
}

.text-body > .col.g100 {
  float: none;
  clear: both;
}

.widget-title {
  margin: 0 -10px 20px -10px;
  margin: 0 -0.625rem 1.25rem -0.625rem;
  padding: 0 0 3px 10px;
  padding: 0 0 3px 0.625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #061629;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: normal;
}

@media screen and (min-width: 720px) {
  .widget-title {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 3px 0;
  }
}

.icon {
  width: 1em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.sr-only {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  border: 0;
  padding: 0;
  margin: 0 -1px -1px 0;
}

.darkmode .plug-feature .plug-teaser:not(class*='skin-background') {
  background-color: #061629;
}

.plug .title {
  line-height: 1.16;
  margin: 0.3em 0 0.2em 0;
  font-weight: 740;
}

.plug a .widget:not(.video) {
  position: relative;
  z-index: 1;
}

.plug a .widget:not(.video)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.plug-teaser {
  position: relative;
  z-index: 2;
}

.plug-teaser h2 {
  font-variation-settings: 'wdth' 90;
}

.plug-preamble {
  margin: 5px 0 0 0;
  margin: 0.3125rem 0 0 0;
  line-height: 1.5em;
  font-size: 16px;
  font-size: 1rem;
  color: #061629;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.plug-byline {
  display: inline-block;
  line-height: 20px;
  line-height: 1.25rem;
  display: none;
}

.plug-metadata {
  font-size: 12px;
  font-size: 0.75rem;
  color: #555;
  text-transform: uppercase;
}

@media screen and (min-width: 720px) {
  .s5 > .plug .title,
  .s6 > .plug .title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .s9 > .plug .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.push-button:no(.skin-border) {
  border-color: #dedede;
}

.nrk-button .button-icon {
  display: inline-block;
  margin: -1px 3px 0 0;
  opacity: 0.8;
}

a.autonomous.lp_plug .plug-byline {
  display: none;
}

.title-large {
  letter-spacing: -0.015em;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.title-large:not(.review) {
  font-variation-settings: 'wdth' 90;
  font-weight: 740;
}

.article-dateline {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #6c6c6c;
  line-height: 1.2em;
}

.article-dateline .article-publish-date,
.article-dateline .article-update-date {
  margin-bottom: 2px;
}

.article-metadata--mobile {
  display: none;
}

@media screen and (max-width: 719px) {
  .article-header-sidebar .article-metadata--mobile {
    display: block;
    height: 41px;
    height: 2.5625rem;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 -10px;
    margin: 0 -0.625rem;
  }

  .article-header-sidebar .article-metadata--mobile .article-dateline {
    display: block;
    height: 21px;
    height: 1.3125rem;
    font-size: calc(9px + 1rem / 4);
    font-size: calc(0.5625rem + 1rem / 4);
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .article-dateline:not(.article-footer) {
    display: none;
    line-height: 1.85em;
  }

  .article-lead-media {
    margin-bottom: 20px !important;
    margin-bottom: 1.25rem !important;
  }

  .article-lead-media > .widget {
    margin-bottom: 0 !important;
  }

  .article-lead-media.col.fl:before {
    content: '';
  }

  .article-lead-media {
    margin-bottom: 5px !important;
    margin-bottom: 0.3125rem !important;
  }

  .article-lead-media > .widget {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }

  .article-header-sidebar .authors {
    padding-top: 5px;
    padding-top: 0.3125rem;
    line-height: 1;
  }

  .article-dateline {
    display: block;
    padding: 10px 10px 10px 10px;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .article-dateline .publish-date-with-update-date {
    display: none;
  }

  .article-dateline .publish-date-with-update-date + .update-date {
    display: block;
  }

  .article-dateline .publish-date-with-update-date + .update-date::before {
    content: '';
  }

  .article-dateline
    .publish-date-with-update-date
    + .update-date
    .article-dateline-annotation {
    text-transform: capitalize;
  }

  .article-dateline.article-footer .publish-date-with-update-date {
    display: block;
  }

  .article-dateline.article-footer
    .publish-date-with-update-date
    .article-dateline-annotation {
    display: inline;
  }

  .article-dateline:not(.article-footer) {
    display: none;
    line-height: 1.85em;
  }

  .publish-date-with-update-date .article-dateline-annotation {
    display: none;
  }

  .article-update-date {
    text-transform: lowercase;
    letter-spacing: 0;
  }

  .article-update-date::before {
    content: '–';
  }

  .article-footer {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    overflow: hidden;
  }

  .article-update-date {
    margin-right: 10px;
    margin-right: 0.625rem;
  }

  .article-universe-teaser {
    display: none;
  }

  .article-title {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
}

.article-dateline {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(38, 41, 42, 0.8);
  line-height: 1.2em;
}

.article-update-date,
.article-publish-date {
  display: inline-block;
}

.article-footer {
  padding-top: 1em;
  border-top: 1px solid #e0e0e0;
}

.article-universe-link {
  position: relative;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0059b3;
  line-height: 1.4em;
  display: inline-block;
  padding-right: 26px;
  padding-right: 1.625rem;
}

.article-universe-link.universe {
  font-weight: normal;
}

.article-universe-link > span {
  color: #6c6c6c;
  font-weight: normal;
}

@media screen and (min-width: 720px) and (max-width: 900px) {
  .article-header-sidebar {
    width: 27.7777777778% !important;
  }

  .article-sidebar {
    width: 33.333333333% !important;
  }
}

@media screen and (min-width: 720px) {
  .article-header {
    margin-right: 35px !important;
    margin-right: 2.1875rem !important;
  }

  .article:not(.reference):not(.bulletin-attachment) {
    margin-bottom: 30px !important;
    margin-bottom: 1.875rem !important;
  }

  .s12.article-lead-media {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .s12.article-lead-media > .widget {
    margin-bottom: 0 !important;
  }

  .s10 > .article-body,
  .s10 > .article-footer {
    max-width: 500px;
  }

  .s10 > .article-body {
    min-height: 250px;
    min-height: 15.625rem;
  }

  .article-sidebar {
    padding-top: 6px;
    padding-top: 0.375rem;
  }

  .article-sidebar > .widget,
  .article-sidebar .container-widget-content,
  .article-sidebar .col > .widget,
  .article-header-sidebar > .container-widget-content {
    max-width: 228px;
  }

  .article-header-sidebar > .container-widget-content {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  .article-sidebar .plug-teaser > .title {
    font-size: 16px;
    font-size: 1rem;
  }

  .article-sidebar > .universe > .container-widget-content {
    display: none;
  }

  .article-sidebar > .widget.container-widget {
    max-width: none;
  }

  .article-sidebar > .article-universe-teaser {
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    border-bottom: 1px solid #e0e0e0;
    margin-top: -10px;
    margin-top: -0.625rem;
  }

  .article-sidebar > .article-universe-teaser + .universe {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }

  .article-header-sidebar .authors {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }

  .article-dateline {
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .article-footer .article-update-date {
    border-left: 1px solid #e0e0e0;
    padding-left: 10px;
    padding-left: 0.625rem;
    margin-left: 10px;
    margin-left: 0.625rem;
  }
}

@media screen and (min-width: 1000px) {
  .s12.article-lead-media:not(.review) {
    margin-bottom: 60px;
    margin-bottom: 0;
  }

  .s12.article-lead-media > .widget {
    margin-bottom: 0 !important;
  }

  .s5.article-sidebar > .universe:first-child {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
}

@media screen and (min-width: 1100px) {
  .s10 > .article-body,
  .s10 > .article-footer {
    max-width: 540px;
  }
}

@media print {
  .article-universe-teaser,
  .menu-reference {
    display: none;
  }

  figure.image {
    background: #000;
  }

  .image-reference {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }
}

.article-feature .authors__expand:not(:target) {
  display: inline;
}

.article-feature .authors__expand:not(:target) ~ .author {
  display: none;
}

@media (min-width: 900px) {
  .article-feature__body
    > .fl.video-reference:is(:has([data-aspect-ratio='16x9'])),
  .article-feature__body
    > .fr.video-reference:is(:has([data-aspect-ratio='16x9'])),
  .article-feature__body
    > .fl.remoterenderedcontent-reference:is(:has(.widget.should-popout)),
  .article-feature__body
    > .fl.inlinesanitycontent-reference:is(:has(.widget.should-popout)) {
    width: calc(100% + 13vw);
    margin-left: -4vw;
  }
}

.author {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #6c6c6c;
}

.author a {
  border: 0 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #1767ce;
  margin-top: 2px;
  line-height: 1.4;
}

.author__name {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.authors--expandable .author:first-of-type {
  display: inline-block;
}

.authors__expand:not(:target) ~ .author {
  display: none;
}

@media (min-width: 720px) {
  .author {
    white-space: nowrap;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    line-height: 1.3;
  }

  .author__body {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
  }

  .author__name {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .authors--expandable .author {
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
  }
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  display: inline;
}

.menu-bar {
  background: #fff;
  overflow-y: hidden;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.11);
}

.menu-bar .group {
  padding-top: 0 !important;
}

.menu {
  white-space: nowrap;
  height: 92px;
  height: 5.75rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 720px) {
  .menu {
    height: 46px;
    height: 2.875rem;
  }
}

.menu__title {
  padding-right: 18px;
  padding-right: 1.125rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  margin: 0 0 0 -18px;
  margin: 0 0 0 -1.125rem;
  font:
    1.125rem 'NRK Sans Variable',
    sans-serif;
  font-weight: 600;
  line-height: 46px !important;
  line-height: 2.875rem !important;
  text-rendering: optimizelegibility;
  color: currentColor;
}

@media screen and (min-width: 720px) {
  .menu__title {
    display: inline;
    float: left;
  }
}

.menu__title:after {
  content: ' ';
  display: block;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.1;
  z-index: 5;
}

@media screen and (min-width: 720px) {
  .menu__title:after {
    content: none;
  }
}

.menu__title a {
  color: #061629;
}

.menu__scroller {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  right: 3px;
  width: 3rem;
  height: 46px;
  height: 2.875rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, #fff)
  );
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.menu__scroller .icon {
  float: right;
  padding-right: 3px;
  height: 46px;
  height: 2.875rem;
  width: 20px;
}

.menu__scroller--prev {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  float: left;
  position: relative;
  margin-right: -3rem;
}

.menu__list {
  height: 100px;
  height: 6.25rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.menu__item {
  padding-right: 1rem;
  margin-right: -3px;
  display: inline;
}

.menu__link {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 48px;
  line-height: 3rem;
  color: #36363b;
  opacity: 0.8;
  display: inline-block;
}

.menu__link:hover {
  opacity: 1;
}

.menu__link[class*='skin-border'] {
  height: 43px;
  height: 2.6875rem;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.menu__link.skin-border-hover,
.menu__link.skin-border-hover:hover {
  border-color: rgba(0, 0, 0, 0);
}

@media print {
  .menu ul {
    display: none;
  }
}

.universe-title {
  padding-right: 50px;
  padding-right: 3.125rem;
}

.universe-title > .skin-plug-icon {
  background-position: 100% 2px;
  padding-right: 37px;
  padding-right: 2.3125rem;
}

@media (-webkit-min-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-resolution: 192dpi) {
  .universe-title > .skin-plug-icon {
    background-position: 100% -54px;
    background-position: 100% -3.375rem;
    padding-right: 21px;
    padding-right: 1.3125rem;
  }
}

figure {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}

.image .responsive-img {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  z-index: 0;
}

.image .responsive-img.F169 {
  padding-bottom: 56.25%;
}

.image .responsive-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%*/
}

.flow-content > .col {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.flow {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 720px) {
  .flow .pagination {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}

@media print {
  .flow {
    display: none;
  }
}

.stream.lean .stream-header {
  background: #061629;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}

.stream.lean .stream-title {
  font-family: 'NRK Sans Variable', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.25;
  color: #649be2;
  margin: 0;
}

.stream.lean .stream-title time {
  color: #fff;
  display: inline-block;
  position: relative;
  min-width: 72px;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.stream.lean .stream-title time:after {
  position: absolute;
  display: block;
  content: ' ';
  width: 1px;
  height: 15px;
  height: 0.9375rem;
  top: 3px;
  right: 0;
  background: #686a6c;
}

.stream.lean .teaser.reference {
  display: block;
  border-bottom: 1px solid #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 40px;
  max-height: 2.5rem;
}

.stream.lean .teaser.reference > a {
  font-size: 0.9375em;
  font-size: 0.9375rem;
  line-height: 1.6;
  display: block;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  color: #061629;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.stream.lean .teaser.reference > a:hover {
  background-color: #f6f6f6;
}

.stream.lean .teaser.reference > a > time {
  font-family: 'NRK Sans Variable', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  line-height: 1.133333333333333;
  margin-right: 15px;
  margin-right: 0.9375rem;
}

.stream.lean .stream-item {
  margin-bottom: 0;
}

.stream.lean .stream-item:last-child > .teaser {
  border-bottom: 0;
}

.stream.lean .stream-lean-content {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1050px) {
  .sg9.stream-reference .stream-content .bulletin-wrapper:has(.plug-feature) {
    overflow: visible;
  }

  .sg9.stream-reference
    .stream-content
    .bulletin-wrapper:has(.plug-feature)
    .plug-feature
    .plug-teaser {
    -webkit-box-shadow:
      0 0 13px -7px rgba(0, 0, 0, 0.25),
      2px 3px 10px -1px rgba(0, 0, 0, 0.1);
    box-shadow:
      0 0 13px -7px rgba(0, 0, 0, 0.25),
      2px 3px 10px -1px rgba(0, 0, 0, 0.1);
  }
}

.bulletin-attachment.plug .plug-image + .plug-teaser:has(.review-summary),
.bulletin-attachment.plug .plug-teaser:has(.review-summary) {
  padding: 0 0 1.5rem;
}

.bulletin .bulletin-attachment.plug .plug-teaser:has(.review-summary) {
  padding: 1.5rem 0;
  gap: 0;
}

.bulletin
  .bulletin-attachment.plug
  .plug-teaser:has(.review-summary)
  .review-summary {
  background-color: inherit;
  height: 0;
}

.bulletin
  .bulletin-attachment.plug
  .plug-teaser:has(.review-summary)
  .review-summary
  .review-tag {
  position: absolute;
  top: calc(28px / -2);
}

.plug-teaser:has(.review-summary) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: calc(28px / -2);
  margin-top: calc(1.75rem / -2);
}

.plug-teaser:has(.review-summary):before {
  margin: 0;
  text-align: center;
}

.plug-teaser:has(.review-summary) .review-summary {
  padding: 0;
  margin: 0;
}

.plug-teaser:has(.review-summary) .title {
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  max-width: 100%;
}

.review-summary .review-tag .review-rating:has(svg) {
  width: 28px;
  height: 28px;
  height: 1.75rem;
}

html.darkmode
  .ntbsport.widget
  [data-style-id='nrk']
  [data-component-id='team-lineup']
  > div
  > div:last-of-type
  > div:last-of-type
  > div:last-of-type
  > div
  > div
  > div
  svg:not(
    .card,
    html.darkmode
      .ntbsport.widget
      [data-style-id='nrk']
      [data-component-id='team-lineup']
      > div
      > div:last-of-type
      > div:last-of-type
      > div:last-of-type
      > div
      > div
      .css-onkibi
  ) {
  color: #000;
}

html.darkmode .ntbsport.widget > div > div:last-of-type div svg path {
  fill: #b2cff5;
}

html.darkmode #tips-form textarea:focus-visible,
html.darkmode #tips-form input:focus-visible {
  outline: 2px solid #8bb5eb;
}
html.darkmode #tips-form textarea.invalid:not(:focus-visible),
html.darkmode #tips-form input.invalid:not(:focus-visible) {
  border-color: #e81502;
}

/*! NRK-sans v2.1.0 - Copyright 2022 NRK. All rights reserved */
@font-face {
  font-family: NRK Sans Variable;
  font-display: swap;
  src:
    url(../fonts/NRKSans_Variable.woff2) format('woff2 supports variations'),
    url(../fonts/NRKSans_Variable.woff2) format('woff2-variations');
  font-weight: 1 950;
}

@font-face {
  font-family: NRK Sans Variable;
  font-style: italic;
  font-display: swap;
  src:
    url(../fonts/NRKSans_Variable_Italic.woff2)
      format('woff2 supports variations'),
    url(../fonts/NRKSans_Variable_Italic.woff2) format('woff2-variations');
  font-weight: 1 950;
}

:root {
  --nrk-sans-weight-hairline: 1;
  --nrk-sans-weight-thin: 90;
  --nrk-sans-weight-extralight: 180;
  --nrk-sans-weight-light: 290;
  --nrk-sans-weight-regular: 400;
  --nrk-sans-weight-medium: 560;
  --nrk-sans-weight-bold: 700;
  --nrk-sans-weight-extrabold: 800;
  --nrk-sans-weight-heavy: 890;
  --nrk-sans-weight-black: 950;
  --nrk-sans-width-regular: 100;
  --nrk-sans-width-compressed: 50;
  --nrk-sans-width-condensed: 80;
  --nrk-sans-width-semi-condensed: 90;
  --nrk-sans-width-extended: 120;
  --nrk-sans-width-ultra-extended: 200;
  --nrk-sans-regular: 'wdth' var(--nrk-sans-width-regular);
  --nrk-sans-compressed: 'wdth' var(--nrk-sans-width-compressed);
  --nrk-sans-condensed: 'wdth' var(--nrk-sans-width-condensed);
  --nrk-sans-semi-condensed: 'wdth' var(--nrk-sans-width-semi-condensed);
  --nrk-sans-extended: 'wdth' var(--nrk-sans-width-extended);
  --nrk-sans-ultra-extended: 'wdth' var(--nrk-sans-width-ultra-extended);
  --nrk-sans-features-super: 'ss01', 'ss02';
  --nrk-sans-features-animation: 'ss04';
}

@layer preflights, skins, darkmode, default;
@layer preflights {
  body {
    font-family:
      NRK Sans Variable,
      sans-serif,
      ui-sans-serif,
      system-ui,
      -apple-system,
      BlinkMacSystemFont;
    color: var(--text-color-body);
    background: var(--background-color-canvas);
  }

  :root {
    --font-width-title: 90;
    --font-width-body: 100;
    --border-radius-button: 25px;
    --border-radius-module: 4px;
    --background-color-accent: var(--color-primary-600);
    --background-color-button: var(--color-primary-600);
    --background-color-button-outlined: #fff;
    --background-color-button-hover: var(--color-primary-700);
    --background-color-button-secondary: var(--color-primary-100);
    --background-color-button-secondary-hover: var(--color-primary-200);
    --background-color-canvas: #fff;
    --background-color-ingress: var(--color-primary-50);
    --background-color-module: var(--color-primary-50);
    --background-color-header: #1767ce;
    --background-color-header-logo: #1767ce;
    --text-color-nrkno: var(--color-primary-950);
    --text-color-ingress: var(--color-primary-950);
    --text-color-body: #061629;
    --text-color-link: var(--color-primary-700);
    --text-color-button: var(--color-primary-50);
    --text-color-button-secondary: var(--color-primary-900);
    --text-color-button-outlined: var(--color-primary-600);
    --text-color-accent: var(--color-primary-50);
    --text-color-module: var(--color-primary-900);
    --text-color-module-accent: var(--color-primary-600);
    --text-color-header: white;
    --text-color-header-logo: white;
    --shadow-color-button: var(--color-primary-200);
    --shadow-color-button-outlined: var(--color-primary-200);
    --border-color-button: var(--color-primary-200);
    --border-color-button-outlined: var(--color-primary-200);
    --color-accent: var(--color-primary-600);
    --color-nrkno: var(--color-primary-50);
    --color-primary-50: #eef5ff;
    --color-primary-100: #d9e9ff;
    --color-primary-200: #b2cff5;
    --color-primary-300: #8bb5eb;
    --color-primary-400: #649be2;
    --color-primary-450: #3d81d8;
    --color-primary-500: #3d81d8;
    --color-primary-600: #1767ce;
    --color-primary-700: #114f9d;
    --color-primary-750: #073b84;
    --color-primary-800: #0c366c;
    --color-primary-900: #0a2343;
    --color-primary-950: #061629;
  }

  *,
  :before,
  :after {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;

    --un-scroll-snap-strictness: proximity;

    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 rgb(0 0 0 / 0);
    --un-ring-shadow: 0 0 rgb(0 0 0 / 0);
    --un-shadow: 0 0 rgb(0 0 0 / 0);
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgb(147 197 253 / 0.5);
  }

  ::backdrop {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-scroll-snap-strictness: proximity;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 rgb(0 0 0 / 0);
    --un-ring-shadow: 0 0 rgb(0 0 0 / 0);
    --un-shadow: 0 0 rgb(0 0 0 / 0);
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgb(147 197 253 / 0.5);
  }
}
@layer skins {
}
@layer darkmode {
}
:where(body) {
  margin: 0;
}

:where(.nrkno-css-reset *:not(.no-resets)),
:where(.nrkno-css-reset *:before:not(.no-resets)),
:where(.nrkno-css-reset *:after:not(.no-resets)) {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #d0cdcd;
}

:where(.nrkno-css-reset :host:not(.no-resets)) {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    NRK Sans Variable,
    sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

:where(.nrkno-css-reset:not(.no-resets)) {
  margin: 0;
  line-height: inherit;
}

:where(.nrkno-css-reset hr:not(.no-resets)) {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

:where(.nrkno-css-reset abbr:where([title]):not(.no-resets)) {
  text-decoration: underline dotted;
}

:where(.nrkno-css-reset h1:not(.no-resets)),
:where(.nrkno-css-reset h2:not(.no-resets)),
:where(.nrkno-css-reset h3:not(.no-resets)),
:where(.nrkno-css-reset h4:not(.no-resets)),
:where(.nrkno-css-reset h5:not(.no-resets)),
:where(.nrkno-css-reset h6:not(.no-resets)) {
  font-size: inherit;
  font-weight: inherit;
}

:where(.nrkno-css-reset a:not(.no-resets)) {
  color: inherit;
  text-decoration: inherit;
}

:where(.nrkno-css-reset b:not(.no-resets)),
:where(.nrkno-css-reset strong:not(.no-resets)) {
  font-weight: bolder;
}

:where(.nrkno-css-reset code:not(.no-resets)),
:where(.nrkno-css-reset kbd:not(.no-resets)),
:where(.nrkno-css-reset samp:not(.no-resets)),
:where(.nrkno-css-reset pre:not(.no-resets)) {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

:where(.nrkno-css-reset small:not(.no-resets)) {
  font-size: 80%;
}

:where(.nrkno-css-reset sub:not(.no-resets)),
:where(.nrkno-css-reset sup:not(.no-resets)) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

:where(.nrkno-css-reset sub:not(.no-resets)) {
  bottom: -0.25em;
}

:where(.nrkno-css-reset sup:not(.no-resets)) {
  top: -0.5em;
}

:where(.nrkno-css-reset table:not(.no-resets)) {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

:where(.nrkno-css-reset button:not(.no-resets)),
:where(.nrkno-css-reset input:not(.no-resets)),
:where(.nrkno-css-reset optgroup:not(.no-resets)),
:where(.nrkno-css-reset select:not(.no-resets)),
:where(.nrkno-css-reset textarea:not(.no-resets)) {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

:where(.nrkno-css-reset button:not(.no-resets)),
:where(.nrkno-css-reset select:not(.no-resets)) {
  text-transform: none;
}

:where(.nrkno-css-reset button:not(.no-resets)),
:where(.nrkno-css-reset input:where([type='button']):not(.no-resets)),
:where(.nrkno-css-reset input:where([type='reset']):not(.no-resets)),
:where(.nrkno-css-reset input:where([type='submit']):not(.no-resets)) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:where(.nrkno-css-reset :-moz-focusring:not(.no-resets)) {
  outline: auto;
}

:where(.nrkno-css-reset :-moz-ui-invalid:not(.no-resets)) {
  box-shadow: none;
}

:where(.nrkno-css-reset progress:not(.no-resets)) {
  vertical-align: baseline;
}

:where(.nrkno-css-reset ::-webkit-inner-spin-button:not(.no-resets)),
:where(.nrkno-css-reset ::-webkit-outer-spin-button:not(.no-resets)) {
  height: auto;
}

:where(.nrkno-css-reset [type='search']:not(.no-resets)) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

:where(.nrkno-css-reset ::-webkit-search-decoration:not(.no-resets)) {
  -webkit-appearance: none;
}

:where(.nrkno-css-reset ::-webkit-file-upload-button:not(.no-resets)) {
  -webkit-appearance: button;
  font: inherit;
}

:where(.nrkno-css-reset summary:not(.no-resets)) {
  display: list-item;
}

:where(.nrkno-css-reset blockquote:not(.no-resets)),
:where(.nrkno-css-reset dl:not(.no-resets)),
:where(.nrkno-css-reset dd:not(.no-resets)),
:where(.nrkno-css-reset h1:not(.no-resets)),
:where(.nrkno-css-reset h2:not(.no-resets)),
:where(.nrkno-css-reset h3:not(.no-resets)),
:where(.nrkno-css-reset h4:not(.no-resets)),
:where(.nrkno-css-reset h5:not(.no-resets)),
:where(.nrkno-css-reset h6:not(.no-resets)),
:where(.nrkno-css-reset hr:not(.no-resets)),
:where(.nrkno-css-reset figure:not(.no-resets)),
:where(.nrkno-css-reset p:not(.no-resets)),
:where(.nrkno-css-reset pre:not(.no-resets)) {
  margin: 0;
}

:where(.nrkno-css-reset fieldset:not(.no-resets)) {
  margin: 0;
  padding: 0;
}

:where(.nrkno-css-reset legend:not(.no-resets)) {
  padding: 0;
}

:where(.nrkno-css-reset ol:not(.no-resets)),
:where(.nrkno-css-reset ul:not(.no-resets)),
:where(.nrkno-css-reset menu:not(.no-resets)) {
  list-style: none;
  margin: 0;
  padding: 0;
}

:where(.nrkno-css-reset dialog:not(.no-resets)) {
  padding: 0;
}

:where(.nrkno-css-reset textarea:not(.no-resets)) {
  resize: vertical;
}

:where(.nrkno-css-reset input::placeholder:not(.no-resets)),
:where(.nrkno-css-reset textarea::placeholder:not(.no-resets)) {
  opacity: 1;
  color: #9b9a9b;
}

:where(.nrkno-css-reset button:not(.no-resets)),
:where(.nrkno-css-reset [role='button']:not(.no-resets)) {
  cursor: pointer;
}

:where(.nrkno-css-reset :disabled:not(.no-resets)) {
  cursor: default;
}

:where(.nrkno-css-reset img:not(.no-resets)),
:where(.nrkno-css-reset svg:not(.no-resets)),
:where(.nrkno-css-reset video:not(.no-resets)),
:where(.nrkno-css-reset canvas:not(.no-resets)),
:where(.nrkno-css-reset audio:not(.no-resets)),
:where(.nrkno-css-reset iframe:not(.no-resets)),
:where(.nrkno-css-reset embed:not(.no-resets)),
:where(.nrkno-css-reset object:not(.no-resets)) {
  display: block;
  vertical-align: middle;
}

:where(.nrkno-css-reset img:not(.no-resets)),
:where(.nrkno-css-reset video:not(.no-resets)) {
  max-width: 100%;
  height: auto;
}

:where(
  .nrkno-css-reset
    [hidden]:where(:not([hidden='until-found'], .no-resets)):not(.no-resets)
) {
  display: none;
}

:root {
  --nrk-color-alt-blue-50: #e8f7ff;
  --nrk-color-alt-blue-100: #d4eefc;
  --nrk-color-alt-blue-200: #9fdaf5;
  --nrk-color-alt-blue-300: #6ac6ee;
  --nrk-color-alt-blue-400: #35b1e7;
  --nrk-color-alt-blue-500: #009de7;
  --nrk-color-alt-blue-600: #007eb4;
  --nrk-color-alt-blue-700: #015f88;
  --nrk-color-alt-blue-800: #01405c;
  --nrk-color-alt-blue-900: #012738;
  --nrk-color-alt-blue-950: #021a26;
  --nrk-color-cool-green-50: #e8f7eb;
  --nrk-color-cool-green-100: #d0f5d9;
  --nrk-color-cool-green-200: #aae4b9;
  --nrk-color-cool-green-300: #83d499;
  --nrk-color-cool-green-400: #5dc479;
  --nrk-color-cool-green-500: #37b359;
  --nrk-color-cool-green-600: #10a339;
  --nrk-color-cool-green-700: #138031;
  --nrk-color-cool-green-800: #0c551f;
  --nrk-color-cool-green-900: #052b0e;
  --nrk-color-cool-green-950: #001a04;
  --nrk-color-cool-mint-50: #e2fafb;
  --nrk-color-cool-mint-100: #cbf4f7;
  --nrk-color-cool-mint-200: #85e4ed;
  --nrk-color-cool-mint-300: #00d5e9;
  --nrk-color-cool-mint-400: #00c4d8;
  --nrk-color-cool-mint-500: #00b3c7;
  --nrk-color-cool-mint-600: #0090a0;
  --nrk-color-cool-mint-700: #006c79;
  --nrk-color-cool-mint-800: #004952;
  --nrk-color-cool-mint-900: #00272e;
  --nrk-color-cool-mint-950: #001c21;
  --nrk-color-cool-orange-50: #fef3dd;
  --nrk-color-cool-orange-100: #fce6bd;
  --nrk-color-cool-orange-200: #fdd791;
  --nrk-color-cool-orange-300: #fec864;
  --nrk-color-cool-orange-400: #feb937;
  --nrk-color-cool-orange-500: #ffa90a;
  --nrk-color-cool-orange-600: #e59100;
  --nrk-color-cool-orange-700: #ae6d00;
  --nrk-color-cool-orange-800: #774900;
  --nrk-color-cool-orange-900: #402400;
  --nrk-color-cool-orange-950: #1c0f00;
  --nrk-color-cool-pink-50: #fff0fe;
  --nrk-color-cool-pink-100: #f7dff6;
  --nrk-color-cool-pink-200: #efb4ed;
  --nrk-color-cool-pink-300: #e689e4;
  --nrk-color-cool-pink-400: #dd5edb;
  --nrk-color-cool-pink-500: #d533d2;
  --nrk-color-cool-pink-600: #cc08c9;
  --nrk-color-cool-pink-700: #9c069a;
  --nrk-color-cool-pink-800: #6b046a;
  --nrk-color-cool-pink-900: #3b023b;
  --nrk-color-cool-pink-950: #260026;
  --nrk-color-core-blue-50: #eef5ff;
  --nrk-color-core-blue-100: #d9e9ff;
  --nrk-color-core-blue-200: #b2cff5;
  --nrk-color-core-blue-300: #8bb5eb;
  --nrk-color-core-blue-400: #649be2;
  --nrk-color-core-blue-500: #3d81d8;
  --nrk-color-core-blue-600: #1767ce;
  --nrk-color-core-blue-700: #114f9d;
  --nrk-color-core-blue-750: #073b84;
  --nrk-color-core-blue-800: #0c366c;
  --nrk-color-core-blue-900: #0a2343;
  --nrk-color-core-blue-950: #061629;
  --nrk-color-gray-50: #f7f4f2;
  --nrk-color-gray-100: #ebe7e6;
  --nrk-color-gray-200: #d0cdcd;
  --nrk-color-gray-300: #b6b3b4;
  --nrk-color-gray-400: #9b9a9b;
  --nrk-color-gray-500: #818082;
  --nrk-color-gray-600: #666669;
  --nrk-color-gray-700: #56565c;
  --nrk-color-gray-800: #36363b;
  --nrk-color-gray-900: #1d1d21;
  --nrk-color-gray-950: #131317;
  --nrk-color-purple-50: #f8f1ff;
  --nrk-color-purple-100: #eedeff;
  --nrk-color-purple-200: #dbbffa;
  --nrk-color-purple-300: #c8a1f5;
  --nrk-color-purple-400: #b079f0;
  --nrk-color-purple-500: #9951ea;
  --nrk-color-purple-600: #8129e5;
  --nrk-color-purple-700: #641fb3;
  --nrk-color-purple-800: #481581;
  --nrk-color-purple-900: #2b0b4f;
  --nrk-color-purple-950: #18052e;
  --nrk-color-red-50: #fff2ee;
  --nrk-color-red-100: #ffddd6;
  --nrk-color-red-200: #ffc7bd;
  --nrk-color-red-300: #ff9e8f;
  --nrk-color-red-400: #ff7461;
  --nrk-color-red-450: #ff5d46;
  --nrk-color-red-500: #f34531;
  --nrk-color-red-600: #e81502;
  --nrk-color-red-700: #b21002;
  --nrk-color-red-800: #7b0a02;
  --nrk-color-red-900: #450502;
  --nrk-color-red-950: #290103;
  --nrk-color-warm-green-50: #f5f7d9;
  --nrk-color-warm-green-100: #ecf2b2;
  --nrk-color-warm-green-200: #dfe990;
  --nrk-color-warm-green-300: #d2df6e;
  --nrk-color-warm-green-400: #c4d64d;
  --nrk-color-warm-green-500: #b7cc2b;
  --nrk-color-warm-green-600: #9eb025;
  --nrk-color-warm-green-700: #75831a;
  --nrk-color-warm-green-800: #4c5610;
  --nrk-color-warm-green-900: #232905;
  --nrk-color-warm-green-950: #121700;
  --nrk-color-warm-mint-50: #dcfaf5;
  --nrk-color-warm-mint-100: #bef7ed;
  --nrk-color-warm-mint-200: #85e6d6;
  --nrk-color-warm-mint-300: #4bd5be;
  --nrk-color-warm-mint-400: #12c4a7;
  --nrk-color-warm-mint-500: #10ab92;
  --nrk-color-warm-mint-600: #0e927c;
  --nrk-color-warm-mint-700: #0a705f;
  --nrk-color-warm-mint-800: #064e42;
  --nrk-color-warm-mint-900: #022c25;
  --nrk-color-warm-mint-950: #011c18;
  --nrk-color-warm-orange-50: #fff3e8;
  --nrk-color-warm-orange-100: #ffe0c7;
  --nrk-color-warm-orange-200: #ffc9a1;
  --nrk-color-warm-orange-300: #ffb37a;
  --nrk-color-warm-orange-400: #ff9c54;
  --nrk-color-warm-orange-500: #ff852e;
  --nrk-color-warm-orange-600: #f56a00;
  --nrk-color-warm-orange-700: #b94f00;
  --nrk-color-warm-orange-800: #7c3500;
  --nrk-color-warm-orange-900: #401a00;
  --nrk-color-warm-orange-950: #210c00;
  --nrk-color-warm-pink-50: #fff0f7;
  --nrk-color-warm-pink-100: #ffdbee;
  --nrk-color-warm-pink-200: #fdafd7;
  --nrk-color-warm-pink-300: #fb84c1;
  --nrk-color-warm-pink-400: #f958ab;
  --nrk-color-warm-pink-500: #f72c94;
  --nrk-color-warm-pink-600: #de0072;
  --nrk-color-warm-pink-700: #ab0058;
  --nrk-color-warm-pink-800: #78003d;
  --nrk-color-warm-pink-900: #450022;
  --nrk-color-warm-pink-950: #2e0017;
  --nrk-color-yellow-50: #fbf8cb;
  --nrk-color-yellow-100: #fff7a3;
  --nrk-color-yellow-200: #fff36e;
  --nrk-color-yellow-300: #ffef3a;
  --nrk-color-yellow-400: #ffea05;
  --nrk-color-yellow-500: #ffe100;
  --nrk-color-yellow-600: #dac100;
  --nrk-color-yellow-700: #b5a000;
  --nrk-color-yellow-800: #746500;
  --nrk-color-yellow-900: #332a00;
  --nrk-color-yellow-950: #1a1500;
}

.nrkno-header-wrapper .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.nrkno-header-wrapper .focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
}

.nrkno-header-wrapper .\[display\:table\] {
  display: table;
}

.nrkno-header-wrapper .pointer-events-none {
  pointer-events: none;
}

.nrkno-header-wrapper .\!absolute {
  position: absolute !important;
}

.nrkno-header-wrapper .absolute {
  position: absolute;
}

.nrkno-header-wrapper .relative {
  position: relative;
}

.nrkno-header-wrapper .after\:absolute:after {
  position: absolute;
}

.nrkno-header-wrapper .left-0 {
  left: 0;
}

.nrkno-header-wrapper .left-3\.5 {
  left: 0.875rem;
}

.nrkno-header-wrapper .top-\[50\%\] {
  top: 50%;
}

.nrkno-header-wrapper .top-3\.5 {
  top: 0.875rem;
}

.nrkno-header-wrapper .after\:right-\[-1rem\]:after {
  right: -1rem;
}

.nrkno-header-wrapper .z-\[100\] {
  z-index: 100;
}

.nrkno-header-wrapper .z-\[2\],
.nrkno-header-wrapper .z-2 {
  z-index: 2;
}

.nrkno-header-wrapper .z-\[3\] {
  z-index: 3;
}

.nrkno-header-wrapper .order-1 {
  order: 1;
}

.nrkno-header-wrapper .order-2 {
  order: 2;
}

.nrkno-header-wrapper .order-3 {
  order: 3;
}

.nrkno-header-wrapper .float-right {
  float: right;
}

.nrkno-header-wrapper .clear-both {
  clear: both;
}

.nrkno-header-wrapper .m-0 {
  margin: 0;
}

.nrkno-header-wrapper .m-auto {
  margin: auto;
}

.nrkno-header-wrapper .mx-\[0\.3125rem\] {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.nrkno-header-wrapper .mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.nrkno-header-wrapper .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.nrkno-header-wrapper .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.nrkno-header-wrapper .-ml-4 {
  margin-left: -1rem;
}

.nrkno-header-wrapper .\!mb-3 {
  margin-bottom: 0.75rem !important;
}

.nrkno-header-wrapper .\!mt-12 {
  margin-top: 3rem !important;
}

.nrkno-header-wrapper .ml-1 {
  margin-left: 0.25rem;
}

.nrkno-header-wrapper .ml-1\.5 {
  margin-left: 0.375rem;
}

.nrkno-header-wrapper .ml-auto {
  margin-left: auto;
}

.nrkno-header-wrapper .mr-2 {
  margin-right: 0.5rem;
}

.nrkno-header-wrapper .mr-4 {
  /*margin-right: 1rem*/
}

.nrkno-header-wrapper .mt-0 {
  margin-top: 0;
}

.nrkno-header-wrapper .inline {
  display: inline;
}

.nrkno-header-wrapper .block {
  display: block;
}

.nrkno-header-wrapper .after\:block:after {
  display: block;
}

.nrkno-header-wrapper .inline-block {
  display: inline-block;
}

.nrkno-header-wrapper .hidden {
  display: none;
}

.nrkno-header-wrapper .h-\[0\.875em\] {
  height: 0.875em;
}

.nrkno-header-wrapper .h-\[3\.75rem\] {
  height: 3.75rem;
}

.nrkno-header-wrapper .h-10 {
  height: 2.5rem;
}

.nrkno-header-wrapper .h-6 {
  height: 1.5rem;
}

.nrkno-header-wrapper .max-w-\[1190px\] {
  max-width: 1190px;
}

.nrkno-header-wrapper .max-w-\[6rem\] {
  max-width: 6rem;
}

.nrkno-header-wrapper .min-h-\[3\.75rem\] {
  min-height: 3.75rem;
}

.nrkno-header-wrapper .min-h-9 {
  min-height: 2.25rem;
}

.nrkno-header-wrapper .min-w-\[20rem\] {
  min-width: 20rem;
}

.nrkno-header-wrapper .min-w-\[44px\] {
  min-width: 44px;
}

.nrkno-header-wrapper .min-w-\[80px\] {
  min-width: 80px;
}

.nrkno-header-wrapper .min-w-0 {
  min-width: 0;
}

.nrkno-header-wrapper .min-w-9 {
  min-width: 2.25rem;
}

.nrkno-header-wrapper .w-\[2\.188em\] {
  width: 2.188em;
}

.nrkno-header-wrapper .w-\[3\.75rem\] {
  width: 3.75rem;
}

.nrkno-header-wrapper .w-6 {
  width: 1.5rem;
}

.nrkno-header-wrapper .w-full {
  width: 100%;
}

.nrkno-header-wrapper .after\:h-8:after {
  height: 2rem;
}

.nrkno-header-wrapper .after\:w-\[1px\]:after {
  width: 1px;
}

.nrkno-header-wrapper .flex {
  display: flex;
}

.nrkno-header-wrapper .inline-flex {
  display: inline-flex;
}

.nrkno-header-wrapper .flex-1 {
  flex: 1 1 0%;
}

.nrkno-header-wrapper .-translate-y-\[50\%\] {
  --un-translate-y: -50%;
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y))
    translateZ(var(--un-translate-z)) rotate(var(--un-rotate))
    rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y))
    rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y))
    scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
    scaleZ(var(--un-scale-z));
}

.nrkno-header-wrapper .transform {
  transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y))
    translateZ(var(--un-translate-z)) rotate(var(--un-rotate))
    rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y))
    rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y))
    scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
    scaleZ(var(--un-scale-z));
}

@keyframes nrk-header-fade {
  0% {
    opacity: 0;
    transform: translateY(-3px);
  }
}

@keyframes nrk-header-link-hover {
  0%,
  to {
    background: #f7f4f2;
    box-shadow: inset 4px 0 #1767ce;
  }
}

.nrkno-header-wrapper .animate-\[nrk-header-fade_0\.5s_50ms_backwards\] {
  animation: nrk-header-fade 0.5s 50ms backwards;
}

.nrkno-header-wrapper .animate-nrk-header-fade {
  animation: nrk-header-fade 0.2s ease-out backwards 1;
}

.nrkno-header-wrapper .hover\:animate-nrk-header-link-hover:hover {
  animation: nrk-header-link-hover 0.2s ease-out forwards 1;
}

.nrkno-header-wrapper .cursor-pointer {
  cursor: pointer;
}

.nrkno-header-wrapper .list-none {
  list-style-type: none;
}

.nrkno-header-wrapper .appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nrkno-header-wrapper .columns-2 {
  columns: 2;
}

.nrkno-header-wrapper .break-inside-avoid {
  break-inside: avoid;
}

.nrkno-header-wrapper .items-center {
  align-items: center;
}

.nrkno-header-wrapper .self-center {
  align-self: center;
}

.nrkno-header-wrapper .justify-center {
  justify-content: center;
}

.nrkno-header-wrapper .justify-between {
  justify-content: space-between;
}

.nrkno-header-wrapper .justify-around {
  justify-content: space-around;
}

.nrkno-header-wrapper .gap-x-5 {
  column-gap: 1.25rem;
}

.nrkno-header-wrapper .overflow-hidden {
  overflow: hidden;
}

.nrkno-header-wrapper .overflow-x-auto {
  overflow-x: auto;
}

.nrkno-header-wrapper .text-ellipsis {
  text-overflow: ellipsis;
}

.nrkno-header-wrapper .whitespace-nowrap {
  white-space: nowrap;
}

.nrkno-header-wrapper .border-2 {
  border-width: 2px;
}

.nrkno-header-wrapper .border-transparent {
  border-color: transparent;
}

.nrkno-header-wrapper .rounded-\[0\.3125rem\] {
  border-radius: 0.3125rem;
}

.nrkno-header-wrapper .rounded-\[3px\] {
  border-radius: 3px;
}

.nrkno-header-wrapper .border-none {
  border-style: none;
}

.nrkno-header-wrapper .border-b-none\! {
  border-bottom-style: none !important;
}

.nrkno-header-wrapper .bg-core-blue-50 {
  --un-bg-opacity: 1;
  background-color: rgb(238 245 255 / var(--un-bg-opacity));
}

.nrkno-header-wrapper .bg-core-blue-600 {
  --un-bg-opacity: 1;
  background-color: rgb(23 103 206 / var(--un-bg-opacity));
}

.nrkno-header-wrapper .bg-core-blue-900 {
  --un-bg-opacity: 1;
  background-color: rgb(10 35 67 / var(--un-bg-opacity));
}

.nrkno-header-wrapper .bg-header {
  background-color: var(--background-color-header);
}

.nrkno-header-wrapper .bg-header-logo {
  background-color: var(--background-color-header-logo);
}

.nrkno-header-wrapper .bg-inherit {
  background-color: inherit;
}

.nrkno-header-wrapper .bg-transparent {
  background-color: transparent;
}

.nrkno-header-wrapper .bg-white {
  --un-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--un-bg-opacity));
}

.nrkno-header-wrapper .focus\:bg-core-blue-100:focus {
  --un-bg-opacity: 1;
  background-color: rgb(217 233 255 / var(--un-bg-opacity));
}

.nrkno-header-wrapper .after\:bg-current:after {
  background-color: currentColor;
}

.nrkno-header-wrapper .bg-none {
  background-image: none;
}

.nrkno-header-wrapper .fill-current {
  fill: currentColor;
}

.nrkno-header-wrapper .p-0 {
  padding: 0;
}

.nrkno-header-wrapper .px-\[0\.75rem\] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.nrkno-header-wrapper .px-\[1\.375rem\] {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.nrkno-header-wrapper .px-0 {
  padding-left: 0;
  padding-right: 0;
}

.nrkno-header-wrapper .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.nrkno-header-wrapper .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.nrkno-header-wrapper .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.nrkno-header-wrapper .py-\[0\.375rem\] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.nrkno-header-wrapper .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.nrkno-header-wrapper .py-2\! {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.nrkno-header-wrapper .focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}

.nrkno-header-wrapper .pb-\[1\.75rem\] {
  padding-bottom: 1.75rem;
}

.nrkno-header-wrapper .pl-8 {
  padding-left: 2rem;
}

.nrkno-header-wrapper .pr-3 {
  padding-right: 0.75rem;
}

.nrkno-header-wrapper .pt-\[1\.875rem\] {
  padding-top: 1.875rem;
}

.nrkno-header-wrapper .text-center {
  text-align: center;
}

.nrkno-header-wrapper .align-baseline {
  vertical-align: baseline;
}

.nrkno-header-wrapper .align-middle {
  vertical-align: middle;
}

.nrkno-header-wrapper .align-top {
  vertical-align: top;
}

.nrkno-header-wrapper .text-\[0\.6rem\] {
  font-size: 0.6rem;
}

.nrkno-header-wrapper .text-\[0\.75rem\] {
  font-size: 0.75rem;
}

.nrkno-header-wrapper .text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}

.nrkno-header-wrapper .text-\[0\.9375em\] {
  font-size: 0.9375em;
}

.nrkno-header-wrapper .text-\[0\.9rem\] {
  font-size: 0.9rem;
}

.nrkno-header-wrapper .text-\[1\.6em\] {
  font-size: 1.6em;
}

.nrkno-header-wrapper .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.nrkno-header-wrapper .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nrkno-header-wrapper .text-core-blue-50 {
  --un-text-opacity: 1;
  color: rgb(238 245 255 / var(--un-text-opacity));
}

.nrkno-header-wrapper .text-core-blue-950 {
  --un-text-opacity: 1;
  color: rgb(6 22 41 / var(--un-text-opacity));
}

.nrkno-header-wrapper .text-current {
  color: currentColor;
}

.nrkno-header-wrapper .text-header {
  color: var(--text-color-header);
}

.nrkno-header-wrapper .focus\:text-core-blue-950:focus {
  --un-text-opacity: 1;
  color: rgb(6 22 41 / var(--un-text-opacity));
}

.nrkno-header-wrapper .color-body {
  color: var(--text-color-body);
}

.nrkno-header-wrapper .color-body\! {
  color: var(--text-color-body) !important;
}

.nrkno-header-wrapper .color-header-logo {
  color: var(--text-color-header-logo);
}

.nrkno-header-wrapper .text-inherit {
  color: inherit;
}

.nrkno-header-wrapper .font-600 {
  font-weight: 600;
}

.nrkno-header-wrapper .font-bold {
  font-weight: var(--nrk-sans-weight-bold);
}

.nrkno-header-wrapper .font-extralight {
  font-weight: var(--nrk-sans-weight-extralight);
}

.nrkno-header-wrapper .font-light {
  font-weight: var(--nrk-sans-weight-light);
}

.nrkno-header-wrapper .leading-\[1\.6\] {
  line-height: 1.6;
}

.nrkno-header-wrapper .leading-\[3\.75rem\] {
  line-height: 3.75rem;
}

.nrkno-header-wrapper .leading-10 {
  line-height: 2.5rem;
}

.nrkno-header-wrapper .leading-8 {
  line-height: 2rem;
}

.nrkno-header-wrapper .leading-normal {
  line-height: 1.5;
}

.nrkno-header-wrapper .tracking-widest {
  letter-spacing: 0.1em;
}

.nrkno-header-wrapper .font-nrk-sans {
  font-family:
    NRK Sans Variable,
    sans-serif;
}

.nrkno-header-wrapper .uppercase {
  text-transform: uppercase;
}

.nrkno-header-wrapper .hover\:underline:hover {
  text-decoration-line: underline;
}

.nrkno-header-wrapper .no-underline {
  text-decoration: none;
}

.nrkno-header-wrapper .decoration-none\! {
  text-decoration: none !important;
}

.nrkno-header-wrapper .opacity-80 {
  opacity: 0.8;
}

.nrkno-header-wrapper .hover\:opacity-70:hover {
  opacity: 0.7;
}

.nrkno-header-wrapper .after\:opacity-15:after {
  opacity: 0.15;
}

.nrkno-header-wrapper .focus-within\:outline-core-blue-800:focus-within {
  --un-outline-color-opacity: 1;
  outline-color: rgb(12 54 108 / var(--un-outline-color-opacity));
}

.nrkno-header-wrapper .-outline-offset-4 {
  outline-offset: -4px;
}

.nrkno-header-wrapper .transition {
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.nrkno-header-wrapper .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.nrkno-header-wrapper .duration-100 {
  transition-duration: 0.1s;
}

.nrkno-header-wrapper .duration-150 {
  transition-duration: 0.15s;
}

.nrkno-header-wrapper .after\:content-empty:after {
  content: '';
}

@media (max-width: 932.9px) {
  .nrkno-header-wrapper .lt-tablet\:absolute:not(._spf_incr_) {
    position: absolute;
  }

  .nrkno-header-wrapper .lt-tablet\:top-\[100\%\]:not(._spf_incr_) {
    top: 100%;
  }

  .nrkno-header-wrapper .lt-tablet\:my-5:not(._spf_incr_) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .nrkno-header-wrapper .lt-tablet\:inline:not(._spf_incr_) {
    display: inline;
  }

  .nrkno-header-wrapper .lt-tablet\:hidden:not(._spf_incr_) {
    display: none;
  }

  .nrkno-header-wrapper .lt-tablet\:flex-col:not(._spf_incr_) {
    flex-direction: column;
  }

  .nrkno-header-wrapper .lt-tablet\:border-t:not(._spf_incr_) {
    border-top-width: 1px;
  }

  .nrkno-header-wrapper .lt-tablet\:bg-canvas:not(._spf_incr_) {
    background-color: var(--background-color-canvas);
  }
}

@media (min-width: 320px) {
  .nrkno-header-wrapper .mobile\:columns-2:not(._spf_incr_) {
    columns: 2;
  }
}

@media (min-width: 933px) {
  .nrkno-header-wrapper .tablet\:absolute:not(._spf_incr_) {
    position: absolute;
  }

  .nrkno-header-wrapper .tablet\:static:not(._spf_incr_) {
    position: static;
  }

  .nrkno-header-wrapper .tablet\:left-0:not(._spf_incr_) {
    left: 0;
  }

  .nrkno-header-wrapper .tablet\:top-0:not(._spf_incr_) {
    top: 0;
  }

  .nrkno-header-wrapper .tablet\:\!m-auto:not(._spf_incr_) {
    margin: auto !important;
  }

  .nrkno-header-wrapper .tablet\:-ml-5:not(._spf_incr_) {
    margin-left: -1.25rem;
  }

  .nrkno-header-wrapper .tablet\:mr-7:not(._spf_incr_) {
    margin-right: 1.75rem;
  }

  .nrkno-header-wrapper .tablet\:inline:not(._spf_incr_) {
    display: inline;
  }

  .nrkno-header-wrapper .tablet\:hidden:not(._spf_incr_) {
    display: none;
  }

  .nrkno-header-wrapper .tablet\:max-w-\[12rem\]:not(._spf_incr_) {
    max-width: 12rem;
  }

  .nrkno-header-wrapper .tablet\:max-w-\[40rem\]:not(._spf_incr_) {
    max-width: 40rem;
  }

  .nrkno-header-wrapper .tablet\:min-h-\[3\.75rem\]:not(._spf_incr_) {
    min-height: 3.75rem;
  }

  .nrkno-header-wrapper .tablet\:min-w-\[9rem\]:not(._spf_incr_) {
    min-width: 9rem;
  }

  .nrkno-header-wrapper .tablet\:w-full:not(._spf_incr_) {
    width: 100%;
  }

  .nrkno-header-wrapper .tablet\:flex:not(._spf_incr_) {
    display: flex;
  }

  .nrkno-header-wrapper .tablet\:inline-flex:not(._spf_incr_) {
    display: inline-flex;
  }

  .nrkno-header-wrapper .tablet\:flex-1:not(._spf_incr_) {
    flex: 1 1 0%;
  }

  .nrkno-header-wrapper .tablet\:columns-1:not(._spf_incr_) {
    columns: 1;
  }

  .nrkno-header-wrapper .tablet\:border-l:not(._spf_incr_) {
    border-left-width: 1px;
  }

  .nrkno-header-wrapper .tablet\:px-4:not(._spf_incr_) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nrkno-header-wrapper .tablet\:px-5:not(._spf_incr_) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nrkno-header-wrapper .tablet\:pl-5:not(._spf_incr_) {
    padding-left: 1.25rem;
  }

  .nrkno-header-wrapper .tablet\:pt-10:not(._spf_incr_) {
    padding-top: 2.5rem;
  }

  .nrkno-header-wrapper .tablet\:align-top:not(._spf_incr_) {
    vertical-align: top;
  }

  .nrkno-header-wrapper .tablet\:shadow-sm:not(._spf_incr_) {
    --un-shadow: var(--un-shadow-inset) 0 1px 2px 0
      var(--un-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
  }
}

.nrkno-footer * {
  box-sizing: border-box;
}
.nrkno-footer__details-list a {
  display: none;
}
.nrkno-footer .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.nrkno-footer .relative {
  position: relative;
}
.nrkno-footer .after\:absolute:after {
  position: absolute;
}
.nrkno-footer .after\:right-0:after {
  right: 0;
}
.nrkno-footer .after\:top-0:after {
  top: 0;
}
.nrkno-footer .m-0 {
  margin: 0;
}
.nrkno-footer .m-auto {
  margin: auto;
}
.nrkno-footer .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.nrkno-footer .my-\[1px\] {
  margin-top: 1px;
  margin-bottom: 1px;
}
.nrkno-footer .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.nrkno-footer .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.nrkno-footer .\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.nrkno-footer .mb-\[14px\] {
  margin-bottom: 14px;
}
.nrkno-footer .mb-\[4px\] {
  margin-bottom: 4px;
}
.nrkno-footer .mb-2\.5 {
  margin-bottom: 0.625rem;
}
.nrkno-footer .ml-1 {
  margin-left: 0.25rem;
}
.nrkno-footer .ml-auto {
  margin-left: auto;
}
.nrkno-footer .mr-1 {
  margin-right: 0.25rem;
}
.nrkno-footer .mr-2 {
  margin-right: 0.5rem;
}
.nrkno-footer .mr-7 {
  margin-right: 1.75rem;
}
.nrkno-footer .mt-1\.5 {
  margin-top: 0.375rem;
}
.nrkno-footer .mt-4 {
  margin-top: 1rem;
}
.nrkno-footer .mt-5 {
  margin-top: 1.25rem;
}
.nrkno-footer .block {
  display: block;
}
.nrkno-footer .inline-block {
  display: inline-block;
}
.nrkno-footer .hidden {
  display: none;
}
.nrkno-footer .h-\[19px\] {
  height: 19px;
}
.nrkno-footer .h-\[26px\] {
  height: 26px;
}
.nrkno-footer .max-w-\[1150px\] {
  max-width: 1150px;
}
.nrkno-footer .max-w-\[16rem\] {
  max-width: 16rem;
}
.nrkno-footer .max-w-\[17rem\] {
  max-width: 17rem;
}
.nrkno-footer .min-h-\[19px\] {
  min-height: 19px;
}
.nrkno-footer .min-w-\[45px\] {
  min-width: 45px;
}
.nrkno-footer .w-\[45px\] {
  width: 45px;
}
.nrkno-footer .w-\[74px\] {
  width: 74px;
}
.nrkno-footer .w-full {
  width: 100%;
}
.nrkno-footer .after\:h-\[34px\]:after {
  height: 34px;
}
.nrkno-footer .after\:w-\[1px\]:after {
  width: 1px;
}
.nrkno-footer .flex {
  display: flex;
}
.nrkno-footer .inline-flex {
  display: inline-flex;
}
.nrkno-footer .flex-col {
  flex-direction: column;
}
.nrkno-footer .list-none {
  list-style-type: none;
}
.nrkno-footer .items-center {
  align-items: center;
}
.nrkno-footer .justify-center {
  justify-content: center;
}
.nrkno-footer .justify-between {
  justify-content: space-between;
}
.nrkno-footer .gap-x-4 {
  column-gap: 1rem;
}
:is(:root.darkmode, :root .style-dark) .nrkno-footer .dark\:border {
  border-width: 1px;
}
.nrkno-footer .border-t {
  border-top-width: 1px;
}
.nrkno-footer .border-transparent {
  border-color: transparent;
}
:is(:root.darkmode, :root .style-dark)
  .nrkno-footer
  .dark\:border-core-blue-800 {
  --un-border-opacity: 1;
  border-color: rgb(12 54 108 / var(--un-border-opacity));
}
.nrkno-footer .rounded-full {
  border-radius: 9999px;
}
.nrkno-footer .rounded-md {
  border-radius: 0.375rem;
}
.nrkno-footer .bg-core-blue-100 {
  --un-bg-opacity: 1;
  background-color: rgb(217 233 255 / var(--un-bg-opacity));
}
.nrkno-footer .bg-core-blue-200 {
  --un-bg-opacity: 1;
  background-color: rgb(178 207 245 / var(--un-bg-opacity));
}
.nrkno-footer .bg-core-blue-50 {
  --un-bg-opacity: 1;
  background-color: rgb(238 245 255 / var(--un-bg-opacity));
}
.nrkno-footer .bg-core-blue-950,
:is(:root.darkmode, :root .style-dark) .nrkno-footer .dark\:bg-core-blue-950 {
  --un-bg-opacity: 1;
  background-color: rgb(6 22 41 / var(--un-bg-opacity));
}
.nrkno-footer .bg-white {
  --un-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--un-bg-opacity));
}
:is(:root.darkmode, :root .style-dark) .nrkno-footer .dark\:bg-core-blue-600 {
  --un-bg-opacity: 1;
  background-color: rgb(23 103 206 / var(--un-bg-opacity));
}
:is(:root.darkmode, :root .style-dark) .nrkno-footer .dark\:bg-transparent {
  background-color: transparent;
}
.nrkno-footer .after\:bg-core-blue-200:after {
  --un-bg-opacity: 1;
  background-color: rgb(178 207 245 / var(--un-bg-opacity));
}
:is(:root.darkmode, :root .style-dark)
  .nrkno-footer
  .dark\:after\:bg-core-blue-50:after {
  --un-bg-opacity: 1;
  background-color: rgb(238 245 255 / var(--un-bg-opacity));
}
.nrkno-footer .p-0 {
  padding: 0;
}
.nrkno-footer .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.nrkno-footer .px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.nrkno-footer .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.nrkno-footer .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.nrkno-footer .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.nrkno-footer .py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.nrkno-footer .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.nrkno-footer .pb-6 {
  padding-bottom: 1.5rem;
}
.nrkno-footer .pr-5 {
  padding-right: 1.25rem;
}
.nrkno-footer .pt-\[2px\] {
  padding-top: 2px;
}
.nrkno-footer .pt-3\.5 {
  padding-top: 0.875rem;
}
.nrkno-footer .text-center {
  text-align: center;
}
.nrkno-footer .text-\[10px\] {
  font-size: 10px;
}
.nrkno-footer .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.nrkno-footer .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.nrkno-footer .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.nrkno-footer .text-core-blue-200 {
  --un-text-opacity: 1;
  color: rgb(178 207 245 / var(--un-text-opacity));
}
.nrkno-footer .text-core-blue-500 {
  --un-text-opacity: 1;
  color: rgb(61 129 216 / var(--un-text-opacity));
}
.nrkno-footer .text-core-blue-600 {
  --un-text-opacity: 1;
  color: rgb(23 103 206 / var(--un-text-opacity));
}
.nrkno-footer .text-core-blue-950,
:is(:root.darkmode, :root .style-dark) .nrkno-footer .dark\:text-core-blue-950 {
  --un-text-opacity: 1;
  color: rgb(6 22 41 / var(--un-text-opacity));
}
.nrkno-footer .text-white {
  --un-text-opacity: 1;
  color: rgb(255 255 255 / var(--un-text-opacity));
}
:is(:root.darkmode, :root .style-dark) .nrkno-footer .dark\:text-core-blue-50 {
  --un-text-opacity: 1;
  color: rgb(238 245 255 / var(--un-text-opacity));
}
.nrkno-footer .hover\:text-core-blue-600:hover {
  --un-text-opacity: 1;
  color: rgb(23 103 206 / var(--un-text-opacity));
}
.nrkno-footer .font-bold {
  font-weight: var(--nrk-sans-weight-bold);
}
.nrkno-footer .font-semibold {
  font-weight: var(--nrk-sans-weight-semibold, 600);
}
.nrkno-footer .font-nrk-sans {
  font-family:
    NRK Sans Variable,
    sans-serif;
}
.nrkno-footer .uppercase {
  text-transform: uppercase;
}
.nrkno-footer .underline {
  text-decoration-line: underline;
}
.nrkno-footer .decoration-none {
  text-decoration: none;
}
@media (min-width: 320px) {
  .nrkno-footer .mobile\:w-auto:not(._spf_incr_) {
    width: auto;
  }
}
@media (min-width: 933px) {
  .nrkno-footer .tablet\:mr-4:not(._spf_incr_) {
    margin-right: 1rem;
  }
  .nrkno-footer .tablet\:mr-7:not(._spf_incr_) {
    margin-right: 1.75rem;
  }
  .nrkno-footer .tablet\:mt-0:not(._spf_incr_) {
    margin-top: 0;
  }
  .nrkno-footer .tablet\:block:not(._spf_incr_) {
    display: block;
  }
  .nrkno-footer .tablet\:hidden:not(._spf_incr_) {
    display: none;
  }
  .nrkno-footer .tablet\:min-h-\[280px\]:not(._spf_incr_) {
    min-height: 280px;
  }
  .nrkno-footer .tablet\:w-\[30\%\]:not(._spf_incr_) {
    width: 30%;
  }
  .nrkno-footer .tablet\:w-\[60\%\]:not(._spf_incr_) {
    width: 60%;
  }
  .nrkno-footer .tablet\:w-full:not(._spf_incr_) {
    width: 100%;
  }
  .nrkno-footer .tablet\:flex:not(._spf_incr_) {
    display: flex;
  }
  .nrkno-footer .tablet\:flex-row:not(._spf_incr_) {
    flex-direction: row;
  }
  .nrkno-footer .tablet\:columns-3:not(._spf_incr_) {
    columns: 3;
  }
  .nrkno-footer .tablet\:break-inside-avoid-column:not(._spf_incr_) {
    break-inside: avoid-column;
  }
  .nrkno-footer .tablet\:justify-center:not(._spf_incr_) {
    justify-content: center;
  }
  .nrkno-footer .tablet\:gap-x-4:not(._spf_incr_) {
    column-gap: 1rem;
  }
  .nrkno-footer .tablet\:bg-transparent:not(._spf_incr_) {
    background-color: transparent;
  }
  .nrkno-footer .tablet\:py-\[0\.3rem\]:not(._spf_incr_) {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .nrkno-footer .tablet\:py-9:not(._spf_incr_) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .nrkno-footer .tablet\:pb-3:not(._spf_incr_) {
    padding-bottom: 0.75rem;
  }
  .nrkno-footer .tablet\:pl-0:not(._spf_incr_) {
    padding-left: 0;
  }
}

.speech-container {
  margin: 30px 0;
  padding: 0 15px;
}

.styled-quote {
  position: relative;
  margin: 0;
  padding: 15px 25px;
  background: #f9f9f9;
  border-left: 5px solid #1767ce;
  font-style: italic;
  line-height: 1.6;
}

.styled-quote p {
  margin: 0;
  font-size: 18px;
  color: #333;
}

/* Лапки-декор на фоні */
.styled-quote::before {
  content: '“';
  position: absolute;
  top: -10px;
  left: 5px;
  font-size: 60px;
  color: rgba(29, 143, 223, 0.1);
  font-family: serif;
}

.results-timeline {
  position: relative;
  max-width: 600px;
  margin: 40px auto;
  padding-left: 40px;
  font-family: 'Arial', sans-serif;
}

/* Вертикальна лінія */
.results-timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e1e1e1;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Крапка на лінії */
.timeline-item::before {
  content: '';
  position: absolute;
  left: -31px;
  top: 20px;
  width: 12px;
  height: 12px;
  background: #1767ce;
  border: 3px solid #fff;
  border-radius: 50%;
  z-index: 2;
}

.timeline-day {
  font-weight: bold;
  color: #1767ce;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.timeline-content p {
  margin: 0;
  line-height: 1.5;
  color: #444;
}

.expert-compact-container {
  max-width: 540px;
  margin: 40px auto;
  padding: 0 15px;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial,
    sans-serif;
}

.expert-main-title {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.expert-block {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.expert-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}

.expert-img-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  flex-shrink: 0;
  border: 2px solid #e21b22;
}

.expert-img-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expert-name {
  margin: 0;
  font-size: 17px;
  color: #e21b22;
  font-weight: 700;
}

.expert-role {
  margin: 2px 0 0;
  font-size: 12px;
  color: #666;
  line-height: 1.2;
}

.expert-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  font-style: italic;
}

/* Акценти */

/* На мобільних зменшуємо відступи */
@media (max-width: 480px) {
  .expert-block {
    padding: 15px;
  }
  .expert-text p {
    font-size: 14px;
  }
}

.onboarding-container {
  max-width: 540px;
  margin: 40px auto;
  padding: 25px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.steps-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #1a1a1a;
  text-align: center;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

.step-number {
  background: #e21b22;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
}

.step-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

.final-callout p {
  font-style: italic;
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Велика червона кнопка */
.main-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #e21b22;
  color: white;
  text-decoration: none;
  max-width: 300px;
  width: 100%;
  padding: 18px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(226, 27, 34, 0.3);
  transition:
    transform 0.2s,
    background 0.2s;
  text-transform: uppercase;
}

.main-cta-button:hover {
  background: #b3151a;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .main-cta-button {
    max-width: 200px;
  }
  .authors--expandable {
    display: none;
  }
}

.comment-engine {
  max-width: 540px;
  margin: 30px auto;
  font-family: Arial, sans-serif;
  color: #1c1e21;
}

.engine-title {
  font-size: 19px;
  font-weight: bold;
  border-bottom: 2px solid #f0f2f5;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

/* Стилі форми */
.engine-form-box {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.user-avatar-placeholder {
  width: 40px;
  height: 40px;
  background: #e4e6eb;
  border-radius: 50%;
  flex-shrink: 0;
}

.engine-form-box input,
.engine-form-box textarea {
  width: 100%;
  border: 1px solid #dddfe2;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 8px;
  background: #f0f2f5;
}

.engine-form-box input:focus,
.engine-form-box textarea:focus {
  background: #fff;
  outline: 1px solid #e21b22;
}

.engine-submit-btn {
  background: #3d5a99;
  color: white;
  border: none;
  padding: 8px 18px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

/* Список коментарів */
.engine-comment-item {
  display: flex;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #ebedf0;
}

.engine-avatar {
  width: 40px;
  height: 40px;
  background: #3d5a99;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
}

.engine-author {
  font-weight: bold;
  font-size: 14px;
  margin-right: 8px;
}

.engine-time {
  font-size: 12px;
  color: #65676b;
}

.engine-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 4px 0 8px 0;
}

/* Кнопка лайка */
.like-btn-eng {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #65676b;
  font-weight: bold;
  font-size: 13px;
  padding: 4px 0;
  transition: color 0.2s;
}

.action-link-eng {
  margin-left: 15px;
  font-size: 12px;
  color: #65676b;
  font-weight: bold;
  cursor: pointer;
}

.action-link-eng:hover {
  text-decoration: underline;
}

b a {
  background-color: #2d99e730;
}
@media (max-width: 933px) {
  .nrkno-header__user-and-search-wrapper {
    display: none !important;
  }
}
@media (min-width: 933px) {
  .none {
    display: none !important;
  }
  .nrkno-header__search-wrapper-MOB {
    display: none !important;
  }
}
