/* Reset and base styles  */

@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

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

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: linear-gradient(180deg, #3FB3EA 0%, #064360 100%);
  --font-color: #fff;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Jost, sans-serif;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

h1,
h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  font-family: Poppins;
  font-weight: 700;
  line-height: 100%;
}

h1 {
  font-size: clamp(1.75rem, 1.3173076923rem + 1.9230769231vw, 3rem);
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1.625rem, 1.4086538462rem + 0.9615384615vw, 2.25rem);
  text-transform: uppercase;
}

h3 {
  font-size: clamp(1.125rem, 1.0817307692rem + 0.1923076923vw, 1.25rem);
}

p {
  line-height: 130%;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.norgeonlinetop__no-scroll {
  overflow: hidden;
}

.norgeonlinetop__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.norgeonlinetop__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.norgeonlinetop__items .norgeonlinetop__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.norgeonlinetop__terms .norgeonlinetop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.norgeonlinetop__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  margin: 60px 0;
}

.norgeonlinetop__btn,
.norgeonlinetop__btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 6px 20px;
  border-radius: 30px;
  background: #ED3636;
  border: 2px solid #ED3636;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.norgeonlinetop__btn-active,
.norgeonlinetop__btn:hover,
.norgeonlinetop__btn:active {
  background: #fff;
  color: #4E4E4E !important;
  border-color: #4E4E4E;
}

.norgeonlinetop__lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.norgeonlinetop__lazyload-load {
  opacity: 1;
}

.norgeonlinetop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.norgeonlinetop__iframe {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: none;
}

.norgeonlinetop__iframe iframe {
  background: #000;
  background-image: url("./../norgeonlinetop__img/loading.gif");
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  max-width: 800px;
  width: 100%;
  height: 500px;
  margin-top: 50px;
}

.norgeonlinetop__close_iframe {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 22px;
}

.norgeonlinetop__popup {
  border-radius: 30px;
  border: 3px solid #ED3636;
  background: #FFF;
  padding: 40px 20px;
  max-width: 540px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 20px;
  text-align: center;
  line-height: 130%;
  color: #4E4E4E;
}

.norgeonlinetop__popup__title {
  font-size: clamp(1.25rem, 0.9038461538rem + 1.5384615385vw, 2.25rem);
  font-weight: 700;
  text-transform: uppercase;
  font-family: Poppins;
  line-height: 120%;
}

.norgeonlinetop__modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
}

.norgeonlinetop__modal.norgeonlinetop__show {
  opacity: 1;
}

.norgeonlinetop__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #DF3C5C;
  font-size: 14px;
}

.norgeonlinetop__modal .norgeonlinetop__btn {
  width: 100%;
}

.norgeonlinetop__cookie__popup {
  position: fixed;
  right: 0;
  z-index: 10;
  bottom: -100%;
  -webkit-transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  z-index: 10000;
}

.norgeonlinetop__cookie__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 16px;
  width: 100%;
}

.norgeonlinetop__cookie.norgeonlinetop__hidden {
  display: none;
}

.norgeonlinetop__cookie .norgeonlinetop__btn {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.norgeonlinetop__cookie img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}

.norgeonlinetop__cookie .norgeonlinetop__show {
  bottom: 0;
}

/* Blocks */

.norgeonlinetop__banner {
  padding: 40px 0;
  background: #0C034E;
}

.norgeonlinetop__banner h1 {
  text-align: center;
}

.norgeonlinetop__banner .norgeonlinetop__container-grid {
  display: grid;
  grid-template-columns: 63% 35%;
  gap: 30px 2%;
  max-width: 1238px;
}

.norgeonlinetop__banner .norgeonlinetop__container-grid h1 {
  -ms-flex-item-align: end;
  align-self: end;
  text-wrap: balance;
  text-align: left;
}

.norgeonlinetop__banner img {
  grid-row: span 2/span 2;
  max-height: 418px;
}

.norgeonlinetop__banner p {
  max-width: 610px;
}

.norgeonlinetop__banner .norgeonlinetop__game-iframe {
  background: #040404;
  border-radius: 4px;
  background-position: center center;
  background-repeat: no-repeat;
}

.norgeonlinetop__banner .norgeonlinetop__game-iframe:hover .norgeonlinetop__play-demo {
  color: #3FB3EA;
}

.norgeonlinetop__banner .norgeonlinetop__game-iframe iframe {
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background-image: url("./../norgeonlinetop__img/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

.norgeonlinetop__banner .norgeonlinetop__play-demo {
  width: 100%;
  height: 100%;
  color: #FFF;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.norgeonlinetop__conclusion {
  background: #0C034E;
  padding: 40px 0;
  text-align: center;
}

.norgeonlinetop__footer {
  margin-top: auto;
  padding: 40px 0;
  background: #135C7F;
}

.norgeonlinetop__footer a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.norgeonlinetop__footer a:hover {
  opacity: 0.6;
}

.norgeonlinetop__footer p a {
  text-decoration: none;
}

.norgeonlinetop__footer P:last-child {
  margin-top: auto;
}

.norgeonlinetop__footer .norgeonlinetop__item:first-child {
  -webkit-box-flex: 0.12;
  -ms-flex: 0.12;
  flex: 0.12;
}

.norgeonlinetop__footer .norgeonlinetop__item:last-child {
  -webkit-box-flex: 0.9;
  -ms-flex: 0.9;
  flex: 0.9;
  margin-left: 120px;
}

.norgeonlinetop__game .norgeonlinetop__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.norgeonlinetop__game .norgeonlinetop__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
  position: relative;
  width: 100%;
}

.norgeonlinetop__game .norgeonlinetop__col .norgeonlinetop__border {
  border-radius: 20px;
  background: #0C034E;
  padding: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

.norgeonlinetop__game .norgeonlinetop__col:hover .norgeonlinetop__wrapper {
  opacity: 1;
}

.norgeonlinetop__game .norgeonlinetop__col:hover .norgeonlinetop__wrapper h3 {
  opacity: 1;
  translate: 0 0;
}

.norgeonlinetop__game .norgeonlinetop__col:hover h3 {
  opacity: 0;
  translate: 16px -300%;
}

.norgeonlinetop__game .norgeonlinetop__col .norgeonlinetop__wrapper {
  position: absolute;
  inset: 0;
  margin: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  border-radius: inherit;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 10px;
  padding: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  height: 295px;
}

.norgeonlinetop__game .norgeonlinetop__col .norgeonlinetop__wrapper h3 {
  text-align: center;
  opacity: 0.1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.norgeonlinetop__game .norgeonlinetop__col h3 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.norgeonlinetop__game img {
  border-radius: 20px;
  width: 100%;
  border-radius: 20px;
  background: #0C034E;
  height: 295px;
}

.norgeonlinetop__game .norgeonlinetop__btn {
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
}

#go-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

canvas {
  width: 100%;
  max-width: 800px;
  height: clamp(15.625rem, 8.0528846154rem + 33.6538461538vw, 37.5rem);
  display: block;
}

.norgeonlinetop__header {
  padding: 16px 0;
  background: #135C7F;
}

.norgeonlinetop__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.norgeonlinetop__header .norgeonlinetop__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.norgeonlinetop__header a {
  color: #FFF;
}

.norgeonlinetop__header a:hover {
  opacity: 0.6;
}

.norgeonlinetop__header .norgeonlinetop__logo {
  width: auto;
  height: clamp(1.25rem, 1.1418269231rem + 0.4807692308vw, 1.5625rem);
  -o-object-fit: contain;
  object-fit: contain;
}

.norgeonlinetop__icons-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.norgeonlinetop__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.norgeonlinetop__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.norgeonlinetop__mobile-nav--open {
  top: 0;
}

.norgeonlinetop__mobile-nav a {
  color: #fff;
}

.norgeonlinetop__mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
}

.norgeonlinetop__mobile-nav__list .norgeonlinetop__active {
  opacity: 0.5;
}

/* Nav Icon */

.norgeonlinetop__mobile-nav-btn {
  --time: 0.1s;
  --width: 32px;
  --height: 30px;
  --line-height: 2px;
  --spacing: 5px;
  --color: #ffffff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 0 + var(--spacing) * 0);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.norgeonlinetop__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.norgeonlinetop__nav-icon::before,
.norgeonlinetop__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.norgeonlinetop__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.norgeonlinetop__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.norgeonlinetop__nav-icon.norgeonlinetop__nav-icon--active {
  background-color: transparent;
}

.norgeonlinetop__nav-icon.norgeonlinetop__nav-icon--active::before,
.norgeonlinetop__nav-icon.norgeonlinetop__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.norgeonlinetop__nav-icon.norgeonlinetop__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.norgeonlinetop__nav-icon.norgeonlinetop__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.norgeonlinetop__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.norgeonlinetop__page .norgeonlinetop__bg {
  border-radius: 20px;
  background: #0C034E;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.norgeonlinetop__page .norgeonlinetop__items img {
  max-height: 400px;
  width: 100%;
  height: 100%;
}

.norgeonlinetop__social .norgeonlinetop__item {
  border-radius: 20px;
  padding: 30px 20px;
  background: #FFF;
  color: #4E4E4E;
}

.norgeonlinetop__social ol {
  margin-left: 20px;
}

@media (min-width: 820px) {
  .norgeonlinetop__game .norgeonlinetop__col {
    grid-column: span 2/span 2;
    grid-column-start: 2;
  }
}

@media (max-width: 1220px) {
  .norgeonlinetop__items {
    gap: 10px;
  }

  .norgeonlinetop__main {
    gap: 40px;
    margin: 30px 0;
  }

  .norgeonlinetop__container {
    padding: 0 var(--container-padding-tablet);
    gap: 20px;
  }

  .norgeonlinetop__header__nav {
    display: none;
  }

  .norgeonlinetop__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .norgeonlinetop__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .norgeonlinetop__popup {
    padding: 16px;
    gap: 10px;
  }

  .norgeonlinetop__cookie__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .norgeonlinetop__cookie .norgeonlinetop__btn {
    padding-left: 0;
    padding-right: 0;
  }

  .norgeonlinetop__banner {
    padding: 16px 0;
  }

  .norgeonlinetop__banner .norgeonlinetop__container-grid {
    row-gap: 16px;
  }

  .norgeonlinetop__banner .norgeonlinetop__container-grid h1 {
    grid-column: span 2/span 2;
  }

  .norgeonlinetop__banner img {
    max-height: clamp(8.75rem, 7.9927884615rem + 3.3653846154vw, 10.9375rem);
    grid-row: 1;
    grid-column-start: 2;
    grid-row-start: 2;
  }

  .norgeonlinetop__banner p {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .norgeonlinetop__footer {
    padding: 30px 0;
  }

  .norgeonlinetop__footer .norgeonlinetop__item:first-child img {
    width: 40px;
  }

  .norgeonlinetop__footer .norgeonlinetop__item:last-child {
    margin: 0;
    margin-top: 30px;
  }

  .norgeonlinetop__game .norgeonlinetop__columns {
    grid-template-columns: 1fr;
  }

  .norgeonlinetop__page .norgeonlinetop__items img {
    height: 200px;
  }
}