.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

/**
 * A selection of normalizations from normalize.css
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background: transparent;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
}

svg {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button {
  background-color: transparent;
  border: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

* {
  font-size: inherit;
  font-weight: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  border: none;
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  cursor: default;
}

a {
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

.image-cred {
  color: #56616c;
}
.image-cred a {
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  font-weight: 440;
  text-decoration: underline;
}
@media (hover: hover) {
  .image-cred a:hover {
    text-decoration: none;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.layout-container {
  margin: 0 auto;
  padding: 0 1.0666666667rem 0 1.0666666667rem;
  max-width: 85.3333333333rem;
  position: relative;
}

.divider {
  border-top: solid 1px #c3d0d8;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.button {
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  font-weight: 600;
  display: flex;
  height: 3.2rem;
  padding: 0 0.5333333333rem;
  border-radius: 0.5333333333rem;
  border: 1px solid transparent;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
}
.button * {
  margin-right: 0.2666666667rem;
}

.button--primary {
  background-color: #006edb;
  color: white;
}
.button--primary:hover, .button--primary:focus {
  background-color: #eef6f8;
  color: #006edb;
  border-color: #006edb;
}

.button--secondary {
  background-color: #eef6f8;
  color: #006edb;
}
.button--secondary:hover, .button--secondary:focus {
  border-color: #006edb;
}

.button--neutral {
  background-color: white;
  color: #56616c;
  border-color: #56616c;
}
.button--neutral:hover, .button--neutral:focus {
  color: #006edb;
  border-color: #006edb;
}

.button--link:hover, .button--link:focus {
  background-color: #eef6f8;
}

.button--hidden {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.grid-list {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 990px) {
  .grid-list {
    margin-bottom: 4.2666666667rem;
  }
}

.grid-list__title {
  font-size: 2rem;
  line-height: 2.1rem;
  letter-spacing: -0.3px;
  font-weight: 600;
  margin-bottom: 1.0666666667rem;
}
@media screen and (max-width: 990px) {
  .grid-list__title {
    font-size: 1.4666666667rem;
    line-height: 1.8666666667rem;
    letter-spacing: -0.22px;
    font-weight: 600;
  }
}

.grid-list__header {
  display: flex;
  justify-content: space-between;
}

.grid-list__link {
  text-decoration: underline;
  color: #006edb;
}
@media (hover: hover) {
  .grid-list__link:hover {
    text-decoration: none;
  }
}

.grid-list__item-title {
  font-size: 1.4666666667rem;
  line-height: 1.8666666667rem;
  letter-spacing: -0.22px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 0.5333333333rem;
}

.grid-list__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.0666666667rem;
  grid-row-gap: 2.6666666667rem;
}
@media screen and (max-width: 990px) {
  .grid-list__list {
    grid-template-columns: 1fr;
  }
}

.grid-list__item-content {
  font-size: 0.8666666667rem;
  line-height: 1.2rem;
  font-weight: 440;
  color: #56616c;
}

.page h1 {
  font-size: 2rem;
  line-height: 2.1rem;
  letter-spacing: -0.3px;
  font-weight: 600;
}
.page h2 {
  font-size: 1.4666666667rem;
  line-height: 1.8666666667rem;
  letter-spacing: -0.22px;
  font-weight: 600;
}
.page h3 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
}
.page h4 {
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  font-weight: 600;
}
.page p {
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  font-weight: 440;
}
.page a {
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  font-weight: 440;
  text-decoration: underline;
}
@media (hover: hover) {
  .page a:hover {
    text-decoration: none;
  }
}
.page ul,
.page li {
  list-style-position: inside;
  list-style-type: disc;
}
.page pre {
  border-radius: 0.5333333333rem;
  background-color: #374759;
  color: white;
  font-family: "Roboto Mono", monospace;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6rem;
  padding: 1.0666666667rem;
}
.page code {
  background-color: #374759;
  padding: 0 0.2666666667rem 0 0.2666666667rem;
  color: white;
  font-family: "Roboto Mono", monospace;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6rem;
}
.page th {
  font-size: 0.8666666667rem;
  line-height: 1.2rem;
  font-weight: 440;
  color: #56616c;
  text-align: left;
}
.page tr {
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  font-weight: 440;
  background-color: white;
  height: 2.6666666667rem;
  border-bottom: 1px solid #c3d0d8;
}
@media (hover: hover) {
  .page tr:hover {
    background-color: #eef6f8;
  }
}
.page td,
.page th {
  padding: 0 1.0666666667rem 0 1.0666666667rem;
}
.page * {
  margin: 1.0666666667rem 0 1.0666666667rem 0;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.contact {
  background-color: #eef6f8;
  padding: 2.6666666667rem 0 2.6666666667rem 0;
  margin: 5.3333333333rem 0 5.3333333333rem 0;
}

.contact__container {
  display: flex;
  flex-direction: column;
}
.contact__container a {
  text-decoration: underline;
}
@media (hover: hover) {
  .contact__container a:hover {
    text-decoration: none;
  }
}

.contact__info {
  display: flex;
  margin-top: 2.6666666667rem;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .contact__info {
    flex-direction: column;
  }
}

@media screen and (max-width: 990px) {
  .contact__info-item {
    margin-bottom: 1.0666666667rem;
  }
}

.contact__heading-title, .contact__heading-subtitle {
  font-size: 2rem;
  line-height: 2.1rem;
  letter-spacing: -0.3px;
  font-weight: 600;
}

.contact__info-item-title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
}

.contact__info-item-subtitle {
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  font-weight: 440;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.featured-promos {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 990px) {
  .featured-promos {
    margin-bottom: 4.2666666667rem;
  }
}
@media screen and (max-width: 990px) {
  .featured-promos {
    display: flex;
    flex-direction: column;
  }
}
.featured-promos div:nth-child(even) .featured-promos__information-container {
  background-color: #fff9f2;
  grid-column: 5/span 4;
  grid-row: 3/span 1;
}
.featured-promos div:nth-child(even) .featured-promos__image-container {
  grid-column: 1/span 5;
  grid-row: 2/span 3;
}
.featured-promos div:nth-child(odd) .featured-promos__information-container {
  background-color: #eef6f8;
  grid-column: 1/span 4;
  grid-row: 2/span 1;
}
.featured-promos div:nth-child(odd) .featured-promos__image-container {
  grid-column: 4/span 5;
  grid-row: 1/span 3;
}

.featured-promos__promo {
  margin-top: 5.3333333333rem;
}
@media screen and (min-width: 990px) {
  .featured-promos__promo {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-template-rows: repeat(3, auto);
  }
}

.featured-promos__information-container {
  z-index: 1;
  border-radius: 0.5333333333rem;
}

.featured-promos__image-container {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 990px) {
  .featured-promos__image-container {
    display: none;
  }
}

.featured-promos__image {
  border-radius: 0.5333333333rem;
  width: 100%;
}

.featured-promos__information {
  display: flex;
  flex-direction: column;
  padding: 2.6666666667rem;
}
@media screen and (max-width: 990px) {
  .featured-promos__information {
    padding: 1.0666666667rem;
  }
}

.featured-promos__title {
  font-size: 2rem;
  line-height: 2.1rem;
  letter-spacing: -0.3px;
  font-weight: 600;
  margin-bottom: 1.0666666667rem;
}
@media screen and (max-width: 990px) {
  .featured-promos__title {
    font-size: 1.4666666667rem;
    line-height: 1.8666666667rem;
    letter-spacing: -0.22px;
    font-weight: 600;
  }
}

.featured-promos__subtitle {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
}

.featured-promos__links {
  display: flex;
  margin-top: 2.6666666667rem;
}
.featured-promos__links a {
  margin-right: 1.0666666667rem;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.header {
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo-wrapper {
  display: flex;
  align-items: center;
}

.header__logo {
  height: 2.6666666667rem;
  width: 2.6666666667rem;
}

.header__title {
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  font-weight: 440;
  margin-left: 1.0666666667rem;
}

.header__links {
  display: flex;
}
@media screen and (max-width: 990px) {
  .header__links {
    flex-direction: column-reverse;
    align-items: start;
  }
}
.header__links a:not(:last-of-type) {
  margin-right: 1.0666666667rem;
}

.header__mobile {
  position: relative;
}
@media screen and (min-width: 990px) {
  .header__mobile {
    display: none;
  }
}

.header__menu {
  position: absolute;
  right: 0;
  width: 18.6666666667rem;
  background-color: white;
  margin: 1.0666666667rem;
  padding: 1.0666666667rem;
  border-radius: 0.5333333333rem;
  z-index: 1;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08), 0px 6px 8px rgba(0, 0, 0, 0.08), 0px 10px 12px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 990px) {
  .header__desktop {
    display: none;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.footer {
  margin-top: 5.3333333333rem;
}

.footer__columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 990px) {
  .footer__columns {
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 990px) {
  .footer__column {
    margin-bottom: 1.0666666667rem;
  }
}

.footer__column-heading {
  font-size: 1.4666666667rem;
  line-height: 1.8666666667rem;
  letter-spacing: -0.22px;
  font-weight: 600;
  margin-bottom: 1.0666666667rem;
}

.footer__column-item {
  margin: 1.0666666667rem 0 1.0666666667rem 0;
}

.footer__logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.2rem;
  margin-bottom: 1.0666666667rem;
}

.footer__logo--nrk,
.footer__logo--met {
  margin-right: 1.6rem;
}

.footer__logo-image--nrk-img {
  height: 1.6rem;
}

.footer__logo-image--nrk-img {
  height: 1.9333333333rem;
}

.footer__questions-container {
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  font-weight: 440;
  display: flex;
  background-color: #fffdf1;
  border-radius: 0.5333333333rem;
  padding: 1.6rem;
  flex-direction: column;
}
.footer__questions-container > * {
  margin: 0.5333333333rem 0 0.5333333333rem 0;
}
.footer__questions-container a {
  text-decoration: underline;
}
@media (hover: hover) {
  .footer__questions-container a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 990px) {
  .footer__questions {
    width: 25%;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.product-list {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 990px) {
  .product-list {
    margin-bottom: 4.2666666667rem;
  }
}

.product-list__title {
  font-size: 2rem;
  line-height: 2.1rem;
  letter-spacing: -0.3px;
  font-weight: 600;
  margin-bottom: 2.1333333333rem;
}
@media screen and (max-width: 990px) {
  .product-list__title {
    font-size: 1.4666666667rem;
    line-height: 1.8666666667rem;
    letter-spacing: -0.22px;
    font-weight: 600;
  }
}

.product-list__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1.0666666667rem;
  grid-row-gap: 1.0666666667rem;
  grid-column-gap: 1.0666666667rem;
}
@media screen and (max-width: 990px) {
  .product-list__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-list__item {
  display: flex;
  flex-direction: column;
}

.product-list__item--hidden {
  display: none;
}

.product-list__item-title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
}
@media (hover: hover) {
  .product-list__item-title:hover {
    text-decoration: none;
  }
}

.product-list__item-description {
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  font-weight: 440;
  color: #56616c;
}

.product-list__show-more {
  display: flex;
  justify-content: space-around;
  margin-top: 4.2666666667rem;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.promo {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 990px) {
  .promo {
    margin-bottom: 4.2666666667rem;
  }
}

.promo__lead {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-top: 2.1333333333rem;
}

.promo__information {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.promo__title {
  font-size: 5.2rem;
  font-weight: 440;
  line-height: 5.8666666667rem;
  letter-spacing: -3.9;
  margin-bottom: 2.6666666667rem;
}
@media screen and (max-width: 990px) {
  .promo__title {
    font-size: 2.6666666667rem;
    font-weight: 440;
    line-height: 3.0666666667rem;
    letter-spacing: -1.2px;
  }
}

@media screen and (max-width: 990px) {
  .promo__illustration {
    display: none;
  }
}

.promo__image {
  border-radius: 0.5333333333rem;
}

.promo__text {
  font-size: 2rem;
  line-height: 2.1rem;
  letter-spacing: -0.3px;
  font-weight: 600;
  line-height: 2.9333333333rem;
  width: 40%;
}
@media screen and (max-width: 990px) {
  .promo__text {
    font-size: 1.4666666667rem;
    line-height: 1.8666666667rem;
    letter-spacing: -0.22px;
    font-weight: 600;
    width: 100%;
    margin-top: 2.6666666667rem;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.product__content {
  margin-bottom: 6.4rem;
  display: flex;
}
@media screen and (max-width: 990px) {
  .product__content {
    margin-bottom: 4.2666666667rem;
  }
}
@media screen and (max-width: 990px) {
  .product__content {
    flex-wrap: wrap;
  }
}

.product__description {
  flex-shrink: 2;
}

.product__head-description {
  font-size: 1.4666666667rem;
  line-height: 1.8666666667rem;
  letter-spacing: -0.22px;
  font-weight: 600;
}

.product__sub-description {
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  font-weight: 440;
  margin-top: 1.0666666667rem;
}

.product__button {
  width: 100%;
}

.product__features {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1.0666666667rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 990px) {
  .product__features {
    margin-top: 2.6666666667rem;
    margin-left: 0;
  }
}

.product__feature {
  width: 50%;
  margin-bottom: 1.0666666667rem;
}
@media screen and (max-width: 990px) {
  .product__feature {
    width: 100%;
    margin-bottom: 2.6666666667rem;
  }
}

.product__feature-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5333333333rem;
}

.product__feature-title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  margin-left: 0.5333333333rem;
}

.product__feature-description {
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  font-weight: 440;
  color: #56616c;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.time {
  font-size: 0.8666666667rem;
  line-height: 1.2rem;
  font-weight: 440;
  background-color: black;
  color: white;
  padding: 0.2666666667rem 0.5333333333rem;
  border-radius: 0.5333333333rem;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.news {
  margin: 6.4rem 0 6.4rem 0;
}
@media screen and (max-width: 990px) {
  .news {
    margin: 4.2666666667rem 0 4.2666666667rem 0;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.get-started__docs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2.6666666667rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 990px) {
  .get-started__docs {
    margin-bottom: 4.2666666667rem;
  }
}
@media screen and (max-width: 990px) {
  .get-started__docs {
    grid-template-columns: 1fr;
  }
}

.get-started__doc {
  padding: 1.0666666667rem;
  border-radius: 0.5333333333rem;
}

.get_started__doc--tutorial {
  background-color: #eef6f8;
}

.get_started__doc--guide {
  background-color: #fff9f2;
}

.get-started__guide-header {
  font-size: 1.4666666667rem;
  line-height: 1.8666666667rem;
  letter-spacing: -0.22px;
  font-weight: 600;
  margin-bottom: 1.6rem;
}

.get-started__doc-title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 0.5333333333rem;
}
.get-started__doc-title a {
  margin-left: 0.5333333333rem;
}

.get-started__doc-description {
  margin-bottom: 0.5333333333rem;
}

.get-started__link {
  text-decoration: underline;
}
@media (hover: hover) {
  .get-started__link:hover {
    text-decoration: none;
  }
}

.lead {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url("/images/background/background_grid.svg");
}
@media screen and (max-width: 990px) {
  .lead {
    background: none;
  }
}

.lead__wrapper {
  margin: 6.4rem 0 6.4rem 0;
}
@media screen and (max-width: 990px) {
  .lead__wrapper {
    margin: 4.2666666667rem 0 4.2666666667rem 0;
  }
}

.lead__content {
  display: flex;
  flex-direction: column;
}

.lead__title {
  font-size: 5.2rem;
  font-weight: 440;
  line-height: 5.8666666667rem;
  letter-spacing: -3.9;
}
@media screen and (max-width: 990px) {
  .lead__title {
    font-size: 2.6666666667rem;
    font-weight: 440;
    line-height: 3.0666666667rem;
    letter-spacing: -1.2px;
  }
}

.lead__subtitle {
  font-size: 1.4666666667rem;
  line-height: 1.8666666667rem;
  letter-spacing: -0.22px;
  font-weight: 600;
  margin: 1.6rem 0 3.2rem 0;
}

.lead__links {
  display: flex;
}
.lead__links a:last-child {
  margin-left: 1.0666666667rem;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.fourOhFour {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 9.6rem;
}

.fourOhFour__title {
  font-size: 5.2rem;
  font-weight: 440;
  line-height: 5.8666666667rem;
  letter-spacing: -3.9;
}
@media screen and (max-width: 990px) {
  .fourOhFour__title {
    font-size: 2.6666666667rem;
    font-weight: 440;
    line-height: 3.0666666667rem;
    letter-spacing: -1.2px;
  }
}

.fourOhFour__subtitle {
  font-size: 2rem;
  line-height: 2.1rem;
  letter-spacing: -0.3px;
  font-weight: 600;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 990px) {
  .fourOhFour__subtitle {
    margin-bottom: 4.2666666667rem;
  }
}

.fourOhFour__help {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
}

.fourOhFour__link {
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  font-weight: 440;
  margin: 0.5333333333rem 0 0.5333333333rem 0;
  text-decoration: underline;
}
@media (hover: hover) {
  .fourOhFour__link:hover {
    text-decoration: none;
  }
}

html {
  font-size: 0.9375em;
}

body {
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  font-weight: 440;
  font-family: NRK Sans Variable, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html,
body,
#root {
  height: 100%;
}

.core-scroll__wrapper {
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  img {
    display: none;
  }
}