@font-face {
  font-family: "Niveau Grotesk";
  src: url("../fonts/NiveauGroteskRegular.otf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Niveau Grotesk";
  src: url("../fonts/NiveauGroteskMedium.otf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Niveau Grotesk";
  src: url("../fonts/NiveauGroteskBold.otf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Niveau Grotesk";
  src: url("../fonts/NiveauGroteskBlack.otf") format("truetype");
  font-weight: 900;
}
.containerIndex {
  height: calc(100vh - 100px);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.containerIndex .img {
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}
.containerIndex .img1 {
  background-repeat: repeat, no-repeat;
  background-position: top center;
  background-size: auto;
  background-color: rgb(204, 158, 204);
  color: #000000;
  background-image: url("../assets/bgrndPage.jpg");
  background-repeat: no-repeat, repeat;
  background-position: top center;
  background-size: cover;
}
.containerIndex .img2 {
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
}
.containerIndex .img2 img {
  max-width: 100%;
  width: 100%;
  margin-left: -60px;
}
.containerIndex .img3 {
  display: none;
  z-index: -1;
  width: 80vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, 0);
}
.containerIndex .main {
  z-index: 5;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerIndex .main .links {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containerIndex .main .links a {
  margin: 10px 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1900px) {
  .containerIndex .logo img {
    max-height: 21.96vh;
  }
  .containerIndex .links img {
    height: 15.64vh;
  }
}
@media screen and (min-width: 821px) and (max-height: 840px) {
  .containerIndex .logo img {
    max-height: 18.96vh;
  }
  .containerIndex .links img {
    height: 12.64vh;
  }
}
@media screen and (max-width: 820px) {
  .containerIndex .logo img {
    max-height: 22vh;
    width: unset !important;
    max-width: 80vw;
  }
  .containerIndex .logo img {
    width: 30vw;
    min-width: 240px;
  }
}
@media screen and (max-width: 620px) {
  .containerIndex .img2 {
    display: none;
  }
  .containerIndex .img3 {
    display: block;
  }
}
@media screen and (max-width: 380px) {
  .containerIndex .links img {
    min-width: 110px;
  }
}
.container {
  width: 100%;
  min-height: calc(100vh - 200px);
  display: flex;
  justify-content: center;
  background-repeat: no-repeat, no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: rgb(0, 0, 0);
  color: #000000;
  background-image: url("../assets/narvesen/background.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top;
}
.container .main {
  margin-top: 50px;
  width: 100%;
  max-width: 1090px;
  padding: 0 62px;
  position: relative;
  z-index: 2;
}

.form {
  margin-top: 53px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form .formBody {
  width: 100%;
  max-width: 425px;
}

.textBelowRegistration {
  color: black;
  font-size: 21px;
  font-weight: bold;
  margin: 20px 0 51px 0;
}

.section1 h2 {
  font-size: 33px;
  text-align: center;
  line-height: 1.4;
  margin-top: clamp(60px, 8vw, 141px);
  margin-bottom: 60px;
}

.section4 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.section4 .section4-img {
  display: flex;
  justify-content: center;
}
.section4 > div {
  width: 100%;
  max-width: 680px;
}
.section4 .grids {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section4 .grids .grid:last-child div:first-child {
  position: relative;
  right: 52px;
}
@media screen and (max-width: 820px) {
  .section4 .grids .grid:last-child div:first-child {
    right: 35px;
  }
}
.section4 .grids .grid:last-child div:first-child img:last-child {
  width: clamp(42px, 8vw, 141px);
}
.section4 .dropdown {
  width: 372px;
  position: relative;
}
.section4 .dropdown .dp-btn {
  padding: 8px 12px;
  background-color: black;
  transition: background-color 0.6s ease;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section4 .dropdown .dp-btn h4 {
  width: 100%;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
}
.section4 .dropdown .dp-btn:hover {
  background-color: black;
}
.section4 .dropdown .arrow {
  height: 32px;
  width: 100%;
  position: relative;
  padding-right: 30px;
}
.section4 .dropdown .arrow span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 18px 14px;
  border-color: transparent transparent black transparent;
}
.section4 .dropdown .list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 0;
  transform: translateY(100%);
  background-color: #fff;
  color: #46aae1;
  transition: max-height 0.6s ease;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.section4 .dropdown .list-inner {
  padding-top: 12px;
  padding-left: 30px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section4 .dropdown .list p {
  font-size: 28px;
  font-weight: 500;
}
.section4 .dropdown.active {
  z-index: 5;
}
.section4 .dropdown.active .list {
  height: auto;
  max-height: 30vh;
}
@media screen and (max-width: 980px) {
  .section4 .dropdown {
    width: 240px;
  }
  .section4 .dropdown .list-inner {
    padding-left: 18px;
  }
  .section4 .dropdown .arrow {
    padding-right: 18px;
  }
  .section4 .dropdown .dp-btn {
    padding: 6px 8px;
  }
  .section4 .dropdown .dp-btn h4 {
    font-size: 22px;
  }
  .section4 .dropdown .list p {
    font-size: 20px;
  }
}
@media screen and (max-width: 580px) {
  .section4 .dropdown {
    width: 200px;
  }
  .section4 .dropdown .list-inner {
    padding-left: 10px;
  }
  .section4 .dropdown .arrow {
    padding-right: 10px;
  }
  .section4 .dropdown .dp-btn h4 {
    font-size: 18px;
  }
  .section4 .dropdown .list p {
    font-size: 16px;
  }
}
.section4 .grid {
  display: grid;
  grid-template-columns: 50% 54%;
  margin-top: 40px;
  gap: 20px;
}
.section4 .grid h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
}
.section4 .grid p {
  font-size: 28px;
  font-weight: 500;
  color: black;
}
.section4 .grid h2 p {
  font-weight: 900;
}

.section5 {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.section5 > div {
  width: 100%;
  max-width: 970px;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section5 .info {
  background-color: #f4d34d;
  padding: 12px 24px;
}
.section5 .info p {
  font-size: 34px;
  font-weight: 900;
}
.section5 .moreInfo {
  margin-top: 70px;
  margin-bottom: 70px;
}
.section5 .moreInfo .title,
.section5 .moreInfo .content,
.section5 .moreInfo .dots,
.section5 .moreInfo .more {
  font-weight: 500;
  font-size: 19px;
}
.section5 .moreInfo .content {
  margin: 40px 0;
}
.section5 .moreInfo .content p {
  font-weight: 500;
}
.section5 .moreInfo .more {
  margin-top: 10px;
  text-transform: uppercase;
}
.section5 .info-img1 {
  margin-top: 68px;
}
.section5 .info-img2 {
  margin: 48px 0;
}
.section5 .info-img2 img {
  width: 800px;
}
.section5 h1,
.section5 h2,
.section5 h3,
.section5 h4,
.section5 h5,
.section5 h6,
.section5 p,
.section5 a,
.section5 li,
.section5 td {
  font-size: 19px;
  font-weight: 500;
  color: #000000;
  font-family: "Niveau Grotesk";
}
@media screen and (max-width: 1281px) {
  .section5 h1,
  .section5 h2,
  .section5 h3,
  .section5 h4,
  .section5 h5,
  .section5 h6,
  .section5 p,
  .section5 a,
  .section5 li,
  .section5 td {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .section5 h1,
  .section5 h2,
  .section5 h3,
  .section5 h4,
  .section5 h5,
  .section5 h6,
  .section5 p,
  .section5 a,
  .section5 li,
  .section5 td {
    font-size: 12px;
  }
}

.more {
  cursor: pointer;
}

.content-hidden {
  display: none;
}

#contentHidden0 table {
  border-collapse: collapse;
}
#contentHidden0 table,
#contentHidden0 th,
#contentHidden0 td {
  border: 1px solid;
}
#contentHidden0 td {
  padding: 2px;
}

@media screen and (max-width: 1020px) {
  .section5 .info-img2 img {
    width: 100%;
  }
  .section4 {
    margin-top: 120px;
  }
  .section4 .grid {
    display: grid;
    grid-template-columns: 24vw 1fr;
    margin-top: 40px;
  }
  .section4 .grid img {
    width: 24vw;
  }
  .section4 .grid h2 {
    font-size: 3.2vw;
  }
  .section4 .grid p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 820px) {
  .section4 {
    margin-top: 100px;
  }
  .section4 .section4-img img {
    width: 80%;
  }
  .section4 .grid {
    display: grid;
    grid-template-columns: 28vw 1fr;
    margin-top: 40px;
  }
  .section4 .grid img {
    width: 28vw;
  }
  .section4 .grid h2 {
    font-size: 3.8vw;
  }
  .section4 .grid p {
    font-size: 2.8vw;
  }
  .section5 .info-img1 img {
    width: 100%;
  }
  .section5 > div {
    padding: 0 40px;
  }
  .section5 .moreInfo {
    max-width: 95%;
  }
  .content-hidden {
    overflow-x: auto;
  }
}
@media screen and (max-width: 680px) {
  .container .main {
    padding: 0 32px;
  }
  .section5 > div {
    padding: 0 5px;
  }
}
@media screen and (max-width: 580px) {
  .container .main {
    padding: 0 12px;
  }
  .section4 .grid {
    display: grid;
    grid-template-columns: 120px 1fr;
    margin-top: 40px;
  }
  .section4 .grid img {
    width: 120px;
  }
  .section4 .grid h2 {
    font-size: 18px;
  }
  .section4 .grid p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .content-hidden {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 420px) {
  .section5 .info p {
    font-size: 24px;
  }
}
header.narvesen-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

header.narvesen-visible {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.4s ease;
}

.narvesen-page {
  background: #000;
  color: #fff;
  font-family: "Niveau Grotesk", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.narvesen-page *,
.narvesen-page *::before,
.narvesen-page *::after {
  box-sizing: border-box;
}
.narvesen-page img {
  max-width: 100%;
  height: auto;
  display: block;
}
.narvesen-page h1,
.narvesen-page h2,
.narvesen-page h3,
.narvesen-page h4,
.narvesen-page h5,
.narvesen-page h6,
.narvesen-page p {
  margin: 0;
  padding: 0;
}
.narvesen-page a {
  text-decoration: none;
  color: inherit;
}
.narvesen-page .nrv-container {
  margin: 0 auto;
}
.narvesen-page .nrv-heading {
  font-family: "Niveau Grotesk", sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 4vw, 48px);
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0 0 clamp(25px, 3.5vw, 40px);
}
.narvesen-page .nrv-divider {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.narvesen-page .nrv-divider img {
  width: 100%;
  max-width: 1200px;
}
.narvesen-page p {
  font-family: "Niveau Grotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.narvesen-page .nrv-btn {
  font-family: "Niveau Grotesk", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 12px 30px;
  border: none;
  transition: opacity 0.3s ease;
}
.narvesen-page .nrv-btn:hover {
  opacity: 0.85;
}
.narvesen-page .nrv-btn--yellow {
  background: #e8cf3b;
  color: #000;
}
.narvesen-page .nrv-btn--winners {
  background: none;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 2px;
  font-size: clamp(8px, 2vw, 21px);
  padding: 9px 10px;
}
.narvesen-page .nrv-btn--toggle, .narvesen-page .nrv-btn--pp {
  background: none;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.nrv-hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}
.nrv-hero__bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.nrv-hero__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.nrv-hero__bg .heroMobile {
  display: none;
}
@media (max-width: 636px) {
  .nrv-hero__bg .hero {
    display: none;
  }
  .nrv-hero__bg .heroMobile {
    display: block;
  }
}
@media (min-width: 970px) {
  .nrv-hero__logo-mob {
    display: block;
    max-width: 160px;
    position: absolute;
    bottom: 50px;
    left: 50px;
  }
}

.nrv-main {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.nrv-prize__frame {
  text-align: center;
}
.nrv-prize__frame img {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.nrv-prize__info {
  text-align: center;
  margin: 0 0 20px;
}
.nrv-prize__info p {
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.6;
  margin: 4px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .nrv-prize__info p {
    max-width: 80%;
    margin: 0 auto;
  }
}

.nrv-steps {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
.nrv-steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.nrv-steps__item img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nrv-steps__item p {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .nrv-steps {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .nrv-steps__item img {
    width: 215px;
    height: 215px;
  }
  .nrv-steps__item p {
    font-size: 26px;
  }
}

.nrv-registration {
  padding: clamp(10px, 5vw, 60px) 0;
}
.nrv-registration .nrv-form {
  max-width: 440px;
  margin: 0 auto;
}
.nrv-registration .nrv-form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nrv-registration .nrv-form form p {
  margin: 0;
}
.nrv-registration .nrv-form form label {
  font-family: "Niveau Grotesk", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}
.nrv-registration .nrv-form form label .wpcf7-form-control-wrap {
  flex: 1;
}
.nrv-registration .nrv-form form label:has(.checkbox) {
  margin-top: 40px;
}
.nrv-registration .nrv-form form .wpcf7-list-item {
  margin: 0;
}
.nrv-registration .nrv-form form span {
  font-family: "Niveau Grotesk", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.nrv-registration .nrv-form form input[type=text],
.nrv-registration .nrv-form form input[type=email],
.nrv-registration .nrv-form form input[type=tel] {
  width: 100%;
  background-color: #e8cf3b;
  padding: 14px 16px;
  border: none;
  font-family: "Niveau Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  outline: none;
}
.nrv-registration .nrv-form form input[type=text]::-moz-placeholder, .nrv-registration .nrv-form form input[type=email]::-moz-placeholder, .nrv-registration .nrv-form form input[type=tel]::-moz-placeholder {
  color: #000000;
}
.nrv-registration .nrv-form form input[type=text]::placeholder,
.nrv-registration .nrv-form form input[type=email]::placeholder,
.nrv-registration .nrv-form form input[type=tel]::placeholder {
  color: #000000;
}
.nrv-registration .nrv-form form input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border: 3px solid #fff;
  background: transparent;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
}
.nrv-registration .nrv-form form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 18px;
  height: 12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.nrv-registration .nrv-form form .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.nrv-registration .nrv-form form .wpcf7-list-item-label {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
.nrv-registration .nrv-form form input[type=submit] {
  background-color: #e8cf3b;
  color: #000;
  padding: 14px 50px;
  border: 2px solid #000;
  font-family: "Niveau Grotesk", sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  cursor: pointer;
  align-self: center;
  transition: opacity 0.3s ease;
  letter-spacing: 0.03em;
  width: 100%;
}
.nrv-registration .nrv-form form input[type=submit]:hover {
  opacity: 0.85;
}
.nrv-registration .nrv-form form input[type=text].nrv-invalid,
.nrv-registration .nrv-form form input[type=email].nrv-invalid,
.nrv-registration .nrv-form form input[type=tel].nrv-invalid {
  background-color: #fd4a46 !important;
  color: #fff !important;
}
.nrv-registration .nrv-form form input[type=text].nrv-invalid::-moz-placeholder, .nrv-registration .nrv-form form input[type=email].nrv-invalid::-moz-placeholder, .nrv-registration .nrv-form form input[type=tel].nrv-invalid::-moz-placeholder {
  color: #ffffff !important;
}
.nrv-registration .nrv-form form input[type=text].nrv-invalid::placeholder,
.nrv-registration .nrv-form form input[type=email].nrv-invalid::placeholder,
.nrv-registration .nrv-form form input[type=tel].nrv-invalid::placeholder {
  color: #ffffff !important;
}
.nrv-registration .nrv-form form input[type=checkbox].nrv-invalid {
  border-color: #fd4a46 !important;
  background-color: transparent !important;
}
.nrv-registration .nrv-form__success {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px;
}
.nrv-registration .nrv-form__success p {
  font-family: "Niveau Grotesk", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #e8cf3b;
  line-height: 1.5;
}
.nrv-registration .nrv-form__loading {
  text-align: center;
  padding: 60px 20px;
}
.nrv-registration .nrv-spinner {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 4px solid rgba(232, 207, 59, 0.3);
  border-top-color: #e8cf3b;
  border-radius: 50%;
  animation: nrv-spin 0.8s linear infinite;
}
@keyframes nrv-spin {
  to {
    transform: rotate(360deg);
  }
}
.nrv-registration .nrv-form__contact {
  text-align: center;
  margin: 40px 0;
}
.nrv-registration .nrv-form__contact p {
  font-size: 21px;
  line-height: 1.7;
}
.nrv-registration .nrv-form__contact a {
  transition: all 0.3s ease;
}
.nrv-registration .nrv-form__contact a:hover {
  color: #e8cf3b;
}

.nrv-drinks {
  text-align: center;
  margin-top: -120px;
}
.nrv-drinks > img {
  max-width: clamp(240px, 35vw, 480px);
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.nrv-drinks__label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1169' height='214' viewBox='0 0 1169 214' fill='none'%3E%3Cpath d='M31.5552 0L1169 44.9282L1121.42 214H0L31.5552 0Z' fill='black'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 30px 50px;
  margin-top: -63px;
  width: 100%;
  height: 190px;
  position: relative;
}
.nrv-drinks__label h2 {
  font-family: "Niveau Grotesk", sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 7vw, 115px);
  text-transform: uppercase;
  color: #fff;
}
.nrv-drinks .nrv-divider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  top: clamp(12vh, 13.5vw, 15vh);
}
@media (max-width: 768px) {
  .nrv-drinks__label {
    height: unset;
  }
}

.nrv-winners {
  position: relative;
  min-height: 71.7775467775vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("../assets/narvesen/winners-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.nrv-winners .nrv-container {
  position: relative;
  top: -30px;
}
.nrv-winners .nrv-heading {
  font-size: clamp(30px, 7vw, 88px);
  position: relative;
  top: clamp(-150px, 28.44px - 6.29vw, 20px);
}
.nrv-winners__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 950px) {
  .nrv-winners__list {
    position: relative;
    top: -40px;
  }
}
.nrv-winners__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(12px, 3vw, 40px);
}
.nrv-winners__image {
  width: clamp(120px, 24vw, 450px);
}
.nrv-winners__image img {
  width: 100%;
  height: auto;
}
.nrv-winners__name {
  font-weight: 700 !important;
  font-size: clamp(12px, 2vw, 24px) !important;
}
.nrv-winners__qty {
  font-weight: 700 !important;
  font-size: clamp(12px, 2vw, 24px) !important;
}
.nrv-winners__person {
  font-size: clamp(12px, 2vw, 22px) !important;
}
@media (max-width: 600px) {
  .nrv-winners__item {
    grid-template-columns: auto 1fr;
    gap: clamp(8px, 3vw, 16px);
  }
  .nrv-winners__image {
    width: clamp(90px, 30vw, 150px);
  }
  .nrv-winners .nrv-btn--winners {
    padding: 4px 5px;
  }
}

.nrv-neon-title {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='722' height='144' viewBox='0 0 722 144' fill='none'%3E%3Cpath d='M0 11.5L722 0L704 144L83.5 141L0 11.5Z' fill='%23ECCD0C'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.nrv-neon-title::before {
  margin-bottom: 16px;
}
.nrv-neon-title::after {
  margin-top: 16px;
}
.nrv-neon-title h2 {
  font-family: "Niveau Grotesk", sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 3.5vw, 42px);
  text-transform: uppercase;
  color: #000000;
}
.nrv-neon-title--privacy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='997' height='154' viewBox='0 0 997 154' fill='none'%3E%3Cpath d='M6 0L996.5 5.5L968 154L0 132L6 0Z' fill='%23EFC607'/%3E%3C/svg%3E");
}

.nrv-rules {
  padding: 80px 0 40px;
}
.nrv-rules__content {
  max-width: 800px;
  margin: 0 auto;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.nrv-rules__content.is-expanded {
  max-height: 5000px;
}
.nrv-rules__content p {
  font-size: 19px;
  line-height: 1.7;
  font-weight: 400;
  opacity: 0.8;
  margin-bottom: 10px !important;
}
@media (max-width: 768px) {
  .nrv-rules__content {
    max-width: 80%;
  }
}

.nrv-privacy {
  padding: 40px 0 60px;
}
.nrv-privacy__content {
  max-width: 800px;
  margin: 0 auto;
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.nrv-privacy__content.is-expanded {
  max-height: 5000px;
}
.nrv-privacy__content p {
  font-size: 19px;
  line-height: 1.7;
  font-weight: 400;
  opacity: 0.8;
}

.nrv-cans-bottom {
  padding: 40px 0 0;
  text-align: center;
}
.nrv-cans-bottom img {
  max-width: 480px;
  width: 100%;
  margin: 0 auto -30px;
}

.nrv-disclaimer {
  background: #ffffff;
  padding: 6px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.nrv-disclaimer.narvesen-visible {
  opacity: 1;
  pointer-events: all;
}
.nrv-disclaimer .nrv-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nrv-disclaimer p {
  font-weight: 700;
  font-size: clamp(14px, 2.8vw, 53px);
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.2;
}

.nrv-footer {
  background-color: var(--bg-02);
  color: var(--hd-01);
  position: relative;
  padding-bottom: clamp(50px, 5vw, 75px);
}
.nrv-footer .nrv-container {
  padding: 0 10vw;
  height: clamp(60px, 8vw, 100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nrv-footer__logo {
  flex-shrink: 0;
}
.nrv-footer__logo img {
  width: clamp(100px, 13vw, 175px);
  height: auto;
}
.nrv-footer__nav {
  display: flex;
  gap: clamp(20px, 2vw, 40px);
  flex-wrap: wrap;
}
.nrv-footer__nav a {
  font-size: clamp(12px, 1.4vw, 20px);
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.modal-winners-nrv {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 200;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease 50ms;
  transform: translateX(-100%);
}
.modal-winners-nrv__inner {
  position: relative;
  background: #111;
  border: 7px solid #000;
  padding: clamp(30px, 4vw, 60px) clamp(30px, 5vw, 80px);
  min-width: clamp(280px, 40vw, 520px);
  max-width: 90vw;
  overflow: visible;
  text-align: center;
}
.modal-winners-nrv__close {
  position: absolute;
  right: clamp(-24px, -1.5vw, -19px);
  top: clamp(-24px, -1.5vw, -19px);
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.modal-winners-nrv__close span {
  display: flex;
  width: clamp(38px, 3vw, 48px);
  height: clamp(38px, 3vw, 48px);
  background-color: #000000;
  border-radius: 50%;
  border: 2px solid #fd4a46;
  justify-content: center;
  align-items: center;
}
.modal-winners-nrv__close span svg {
  width: clamp(20px, 1.8vw, 28px);
  height: clamp(20px, 1.8vw, 28px);
  stroke: #fd4a46;
  opacity: 1;
  transition: opacity 0.3s;
}
.modal-winners-nrv__close span:hover svg {
  opacity: 0.5;
}
.modal-winners-nrv__title {
  font-family: "Niveau Grotesk", sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 3vw, 36px);
  text-transform: uppercase;
  color: #e8cf3b;
  margin-bottom: clamp(20px, 3vw, 36px);
}
.modal-winners-nrv__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-winners-nrv__list li {
  font-family: "Niveau Grotesk", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 22px);
  color: #fff;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.modal-winners-nrv__list li:last-child {
  border-bottom: none;
}

.on\:winners-nrv {
  overflow: hidden;
  scrollbar-gutter: stable;
}
.on\:winners-nrv .modal-winners-nrv {
  transform: translateX(0%);
  pointer-events: all;
  opacity: 1;
}

@media (max-width: 535px) {
  .nrv-hero__logo-mob {
    display: block;
    position: absolute;
    max-width: 100px;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
  }
  .nrv-registration .nrv-form {
    padding: 0 10px;
  }
}
@media (max-width: 690px) {
  .nrv-footer .nrv-container {
    padding: 0 8vw;
    justify-content: center;
  }
  .nrv-footer__nav {
    display: none;
  }
}
.form-element {
  margin-bottom: 10px;
}

.form-element input {
  font-family: "Niveau Grotesk" !important;
}

.form-element input::-moz-placeholder {
  font-family: "Niveau Grotesk" !important;
}

.form-element input::placeholder {
  font-family: "Niveau Grotesk" !important;
}

.form-element input,
.form-element input:active,
.form-element input:focus {
  display: block;
  margin: 0;
  padding: 0;
  border: 2px solid transparent;
  box-shadow: none;
  outline: none;
  background-color: black;
  font-size: 20px;
  color: white;
  font-family: "Niveau Grotesk";
  padding: 10px;
  height: 58px;
  width: 100%;
}

.form-element input::-moz-placeholder {
  color: white;
}

.form-element input::placeholder {
  color: white;
}

.form-element-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-element-wrapper .form-element:nth-child(1) {
  width: 41%;
  padding-right: 1.3%;
}

.form-element-wrapper .form-element:nth-child(2) {
  width: 59%;
  padding-left: 1.3%;
}

.btn-red,
.btn-red:active,
.btn-red:focus {
  display: block;
  color: #fff;
  background-color: black;
  border: none;
  font-size: 35px;
  padding: 15px 0;
  font-weight: 800;
  text-align: center;
  width: 100%;
  transition: 0.2s;
  text-transform: uppercase;
  margin: 17px 0;
}

.btn-red:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-red:disabled {
  color: #751c1a;
}

.form-element-rules label {
  font-family: "Niveau Grotesk";
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: black;
  padding-left: 48px;
  margin: 0;
  min-height: 32px;
  padding-top: 10px;
  cursor: pointer;
}

.form-element-rules label a {
  font-family: "Niveau Grotesk";
  display: inline-block;
  color: black;
  text-decoration: underline;
}

.form-element-rules label a:hover {
  color: black;
  text-decoration: none;
}

.form-element-rules {
  margin-bottom: 21px;
}

.form-element-rules input {
  display: none;
}

.form-element-rules label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  transition: border 0.2s;
  border: 3px solid black;
}

.form-element-rules .wpcf7-not-valid label:after {
  border-color: black;
}

.form-element-rules label span:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 34px;
  height: 34px;
  transition: border 0.2s;
  border: 3px solid black;
}

.form-element-rules input:checked + span:after {
  background: url(../assets/icon-checkbox.svg) no-repeat 50%;
  background-size: 20px 20px;
}

.form-element-description {
  font-size: 18px;
  line-height: 1;
  color: #e8151c;
  font-family: "Niveau Grotesk";
  margin-bottom: 21px;
}

.form-element-rules:last-of-type label:after {
  display: none;
}

.form-element-rules-wrapper {
  margin-top: 12px;
}

span.wpcf7-not-valid-tip {
  color: white;
  display: none !important;
  margin-top: 10px;
}
span.wpcf7-not-valid-tip.active {
  display: block !important;
}

.wpcf7-not-valid {
  border-color: transparent !important;
  background-color: #d2201e !important;
}

.wpcf7-not-valid .wpcf7-list-item .wpcf7-list-item-label::after {
  border-color: #d2201e;
}

.wpcf7-response-output {
  font-family: "Niveau Grotesk" !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: center;
  color: white !important;
}

@media screen and (max-width: 420px) {
  .btn-red {
    font-size: 28px;
  }
}
input.nrv-invalid,
textarea.nrv-invalid {
  border-color: #d2201e !important;
  background-color: #d2201e !important;
}

.nrv-invalid label::after,
.nrv-invalid .wpcf7-list-item-label::after {
  border-color: #d2201e !important;
}

.container-cookie {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
  background: #000;
  color: #fff;
  font-family: "Niveau Grotesk", sans-serif;
  line-height: 1.4;
}

.section-2c table {
  border-collapse: collapse;
}
.section-2c * {
  font-family: "Niveau Grotesk", sans-serif;
}
.section-2c h1, .section-2c h2, .section-2c h3, .section-2c h4, .section-2c h5, .section-2c h6, .section-2c p, .section-2c a, .section-2c li {
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
  line-height: 1.7;
}
.section-2c h1, .section-2c h2, .section-2c h3 {
  font-weight: 700;
  opacity: 1;
}
.section-2c table, .section-2c th, .section-2c td {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.section-2c td {
  padding: 2px;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
}
.section-2c a {
  color: #e8cf3b;
  transition: opacity 0.3s ease;
}
.section-2c a:hover {
  opacity: 0.85;
}
.section-2c {
  padding: 0 20px;
}
.section-2c table {
  overflow-x: auto !important;
  min-width: 800px;
}
@media screen and (max-width: 980px) {
  .section-2c h1, .section-2c h2, .section-2c h3, .section-2c h4, .section-2c h5, .section-2c h6, .section-2c p, .section-2c a, .section-2c li, .section-2c td {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .section-2c {
    max-width: 95vw;
    overflow-x: auto;
  }
}

@media screen and (max-width: 600px) {
  .section-2c {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .section-1c {
    font-size: 62px;
  }
}
@media screen and (max-width: 664px) {
  .section-1c {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .section-1c {
    font-size: 32px;
  }
  .container-cookie {
    padding: 0 20px;
  }
}
.modal-game {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease 50ms;
  transform: translateX(-100%);
}
.modal-game .close-js {
  position: absolute;
  right: -24px;
  top: -24px;
  cursor: pointer;
}
.modal-game .close-js span {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-game .close-js span svg {
  width: 32px;
  height: 32px;
  opacity: 1;
  transition: opacity 0.6s;
}
.modal-game .close-js span:hover svg {
  opacity: 0.5;
}
@media screen and (max-width: 1280px) {
  .modal-game .close-js {
    right: -19px;
    top: -19px;
  }
  .modal-game .close-js span {
    width: 38px;
    height: 38px;
  }
  .modal-game .close-js span svg {
    width: 24px;
    height: 24px;
  }
}
.modal-game .disc-lv {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateY(100%);
  background-color: #fff;
  bottom: 0px;
  left: -7px;
  width: calc(100% + 14px);
  border: 7px solid #539dd9;
  border-top: unset;
  padding: 8px;
}
.modal-game .disc-lv p {
  color: #000;
  z-index: 1;
  font-size: 19px;
  font-weight: 500;
  font-family: "Niveau Grotesk";
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .modal-game .disc-lv p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1130px) {
  .modal-game .disc-lv p {
    font-size: 12px;
  }
}
@media screen and (max-width: 680px) {
  .modal-game .disc-lv p {
    font-size: 14px;
  }
}
.modal-game .game {
  width: 970px;
  height: 970px;
  background-image: url("../assets/bgrndPage.jpg");
  border: 7px solid #539dd9;
  border-bottom: unset;
  position: relative;
}
.modal-game .stage {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.modal-game .stage.active {
  opacity: 1;
  pointer-events: all;
}
.modal-game .stage .stage-grid {
  display: grid;
  grid-template-columns: repeat(4, 213px);
  grid-template-rows: repeat(4, 209px);
  gap: 1px;
  border: 1px solid #539dd9;
  background-color: #539dd9;
  overflow: hidden;
}
.modal-game .stage .stage-grid div {
  width: 100%;
  height: 100%;
  display: block;
}
.modal-game .stage .stage-grid div.active .flip-box .flip-box-inner, .modal-game .stage .stage-grid div.solved .flip-box .flip-box-inner {
  transform: rotateY(180deg);
}
.modal-game .stage .stage-grid div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.modal-game .stage[data-id="0"] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-game .stage[data-id="0"] button {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #d2201e;
  transition: background-color 0.6s ease;
  font-size: 36px;
  color: #ffffff;
  font-weight: 900;
  font-family: "Niveau Grotesk";
  position: absolute;
  bottom: 144px;
  left: 50%;
  transform: translate(-50%);
  width: 425px;
  height: 62px;
}
.modal-game .stage[data-id="0"] button:hover {
  background-color: #dd302e;
}
.modal-game .stage[data-id="1"] {
  padding: 50px;
}
.modal-game .stage[data-id="1"] .skip-stage-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 4px 12px;
  font-size: 12px;
  font-family: "Niveau Grotesk";
  opacity: 0.5;
  transition: opacity 0.3s;
}
.modal-game .stage[data-id="1"] .skip-stage-btn:hover {
  opacity: 1;
}
.modal-game .stage[data-id="2"] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-game .stage[data-id="2"] button {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #d2201e;
  transition: background-color 0.6s ease;
  font-size: 36px;
  color: #ffffff;
  font-weight: 900;
  font-family: "Niveau Grotesk";
  position: absolute;
  bottom: 144px;
  left: 50%;
  transform: translate(-50%);
  width: 425px;
  height: 62px;
}
.modal-game .stage[data-id="2"] button:hover {
  background-color: #dd302e;
}
@media screen and (min-width: 1080px) and (max-height: 1070px) {
  .modal-game .game {
    width: 40.41vw;
    height: 40.41vw;
  }
  .modal-game .stage .stage-grid {
    grid-template-columns: repeat(4, 8.87vw);
    grid-template-rows: repeat(4, 8.7vw);
  }
  .modal-game .stage[data-id="1"] {
    padding: 2.08vw;
  }
  .modal-game .stage[data-id="0"] button, .modal-game .stage[data-id="2"] button {
    bottom: clamp(22px, 6vw, 144px);
    left: 50%;
    transform: translate(-50%);
    width: clamp(200px, 22.135vw, 425px);
    height: clamp(48px, 3.22vw, 62px);
  }
}
@media screen and (max-width: 1080px) {
  .modal-game .game {
    width: 50.52vw;
    height: 50.52vw;
  }
  .modal-game .stage .stage-grid {
    display: grid;
    grid-template-columns: repeat(4, 11.09vw);
    grid-template-rows: repeat(4, 10.88vw);
  }
  .modal-game .stage[data-id="1"] {
    padding: 2.08vw;
  }
  .modal-game .stage[data-id="0"] button, .modal-game .stage[data-id="2"] button {
    bottom: clamp(22px, 6.5vw, 144px);
    transform: translate(-50%);
    width: clamp(180px, 14vw, 425px);
    height: clamp(42px, 2vw, 62px);
    font-size: 24px;
  }
}
@media screen and (max-width: 680px) {
  .modal-game .game {
    width: 89.81vw;
    height: 89.81vw;
  }
  .modal-game .stage .stage-grid {
    display: grid;
    grid-template-columns: repeat(4, 19.72vw);
    grid-template-rows: repeat(4, 19.35vw);
  }
  .modal-game .stage[data-id="1"] {
    padding: 4vw;
  }
  .modal-game .stage[data-id="0"] button, .modal-game .stage[data-id="2"] button {
    bottom: clamp(22px, 6vw, 144px);
    left: 50%;
    transform: translate(-50%);
    width: clamp(160px, 22.135vw, 425px);
    height: clamp(38px, 3.22vw, 62px);
    font-size: 22px;
  }
}

.on\:game {
  overflow: hidden;
  scrollbar-gutter: stable;
}
.on\:game .modal-game {
  transform: translateX(0%);
  pointer-events: all;
  opacity: 1;
}

.modal-game-narvesen {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease 50ms;
  transform: translateX(-100%);
}
.modal-game-narvesen .close-js-nrv {
  position: absolute;
  right: clamp(-24px, -1.5vw, -19px);
  top: clamp(-24px, -1.5vw, -19px);
  cursor: pointer;
}
.modal-game-narvesen .close-js-nrv span {
  display: block;
  width: clamp(38px, 3vw, 48px);
  height: clamp(38px, 3vw, 48px);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-game-narvesen .close-js-nrv span svg {
  width: clamp(24px, 2vw, 32px);
  height: clamp(24px, 2vw, 32px);
  opacity: 1;
  transition: opacity 0.6s;
}
.modal-game-narvesen .close-js-nrv span:hover svg {
  opacity: 0.5;
}
.modal-game-narvesen .disc-lv-nrv {
  position: absolute;
  bottom: 0px;
  left: -7px;
  width: calc(100% + 14px);
  display: flex;
  justify-content: center;
  transform: translateY(100%);
  background-color: #fff;
  border-top: unset;
}
.modal-game-narvesen .disc-lv-nrv p {
  color: #000;
  z-index: 1;
  font-size: 19px;
  font-weight: 500;
  font-family: "Niveau Grotesk";
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .modal-game-narvesen .disc-lv-nrv p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1130px) {
  .modal-game-narvesen .disc-lv-nrv p {
    font-size: 12px;
  }
}
@media screen and (max-width: 680px) {
  .modal-game-narvesen .disc-lv-nrv p {
    font-size: 14px;
  }
}
.modal-game-narvesen .game-narvesen {
  width: 970px;
  height: 970px;
  background-image: url("../assets/narvesen/game/gameBG.png");
  border: 7px solid #000000;
  position: relative;
}
.modal-game-narvesen .stage-nrv {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.modal-game-narvesen .stage-nrv.active {
  opacity: 1;
  pointer-events: all;
}
.modal-game-narvesen .stage-nrv .stage-grid-nrv {
  display: grid;
  grid-template-columns: repeat(4, 213px);
  grid-template-rows: repeat(4, 209px);
  gap: 1px;
  overflow: hidden;
}
.modal-game-narvesen .stage-nrv .stage-grid-nrv .piece-nrv {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.modal-game-narvesen .stage-nrv .stage-grid-nrv .piece-nrv.active .flip-box-nrv .flip-box-inner-nrv, .modal-game-narvesen .stage-nrv .stage-grid-nrv .piece-nrv.solved .flip-box-nrv .flip-box-inner-nrv {
  transform: rotateY(180deg);
}
.modal-game-narvesen .stage-nrv .stage-grid-nrv .piece-nrv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.modal-game-narvesen .stage-nrv .stage-grid-nrv .flip-box-nrv {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
.modal-game-narvesen .stage-nrv .stage-grid-nrv .flip-box-nrv .flip-box-inner-nrv {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.modal-game-narvesen .stage-nrv .stage-grid-nrv .flip-box-nrv .flip-box-front-nrv,
.modal-game-narvesen .stage-nrv .stage-grid-nrv .flip-box-nrv .flip-box-back-nrv {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.modal-game-narvesen .stage-nrv .stage-grid-nrv .flip-box-nrv .flip-box-back-nrv {
  transform: rotateY(180deg);
}
.modal-game-narvesen .stage-nrv .stage-grid-nrv.preview .piece-nrv {
  cursor: default;
}
.modal-game-narvesen .stage-nrv[data-id="0"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
}
.modal-game-narvesen .stage-nrv[data-id="0"] img {
  width: 140px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}
.modal-game-narvesen .stage-nrv[data-id="0"] p {
  color: #ffffff;
  font-size: 32px;
  font-weight: 900;
  font-family: "Niveau Grotesk";
  text-align: center;
  line-height: 1.3;
  margin-bottom: 40px;
}
.modal-game-narvesen .stage-nrv[data-id="0"] button {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #f5c518;
  transition: background-color 0.6s ease;
  font-size: 36px;
  color: #000000;
  font-weight: 900;
  font-family: "Niveau Grotesk";
  padding: 12px 140px;
}
.modal-game-narvesen .stage-nrv[data-id="0"] button:hover {
  background-color: #e0b400;
}
.modal-game-narvesen .stage-nrv[data-id="1"] {
  padding: 50px;
}
.modal-game-narvesen .stage-nrv[data-id="2"] {
  padding: 50px;
}
.modal-game-narvesen .stage-nrv[data-id="2"] .skip-stage-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 4px 12px;
  font-size: 12px;
  font-family: "Niveau Grotesk";
  opacity: 0.5;
  transition: opacity 0.3s;
}
.modal-game-narvesen .stage-nrv[data-id="2"] .skip-stage-btn:hover {
  opacity: 1;
}
.modal-game-narvesen .stage-nrv[data-id="3"], .modal-game-narvesen .stage-nrv[data-id="4"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
}
.modal-game-narvesen .stage-nrv[data-id="3"] img, .modal-game-narvesen .stage-nrv[data-id="4"] img {
  width: 140px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}
.modal-game-narvesen .stage-nrv[data-id="3"] p, .modal-game-narvesen .stage-nrv[data-id="4"] p {
  color: #ffffff;
  font-size: 32px;
  font-weight: 900;
  font-family: "Niveau Grotesk";
  text-align: center;
  line-height: 1.3;
  margin-bottom: 40px;
}
.modal-game-narvesen .stage-nrv[data-id="3"] button, .modal-game-narvesen .stage-nrv[data-id="4"] button {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #f5c518;
  transition: background-color 0.6s ease;
  font-size: 24px;
  color: #000000;
  font-weight: 900;
  font-family: "Niveau Grotesk";
  padding: 12px 60px;
}
.modal-game-narvesen .stage-nrv[data-id="3"] button:hover, .modal-game-narvesen .stage-nrv[data-id="4"] button:hover {
  background-color: #e0b400;
}
@media screen and (min-width: 1080px) and (max-height: 1070px) {
  .modal-game-narvesen .game-narvesen {
    width: 40.41vw;
    height: 40.41vw;
  }
  .modal-game-narvesen .stage-nrv .stage-grid-nrv {
    grid-template-columns: repeat(4, 8.87vw);
    grid-template-rows: repeat(4, 8.7vw);
  }
  .modal-game-narvesen .stage-nrv[data-id="1"], .modal-game-narvesen .stage-nrv[data-id="2"] {
    padding: 2.08vw;
  }
  .modal-game-narvesen .stage-nrv[data-id="0"], .modal-game-narvesen .stage-nrv[data-id="4"] {
    padding: 20px 40px;
  }
  .modal-game-narvesen .stage-nrv[data-id="0"] img, .modal-game-narvesen .stage-nrv[data-id="4"] img {
    width: 300px;
    margin-bottom: 0px;
  }
  .modal-game-narvesen .stage-nrv[data-id="0"] p, .modal-game-narvesen .stage-nrv[data-id="4"] p {
    font-size: 54px;
    margin-bottom: 30px;
  }
  .modal-game-narvesen .stage-nrv[data-id="3"], .modal-game-narvesen .stage-nrv[data-id="4"] {
    padding: 20px 40px;
  }
  .modal-game-narvesen .stage-nrv[data-id="3"] img, .modal-game-narvesen .stage-nrv[data-id="4"] img {
    width: 300px;
    margin-bottom: 0px;
  }
  .modal-game-narvesen .stage-nrv[data-id="3"] p, .modal-game-narvesen .stage-nrv[data-id="4"] p {
    font-size: 54px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .modal-game-narvesen .game-narvesen {
    width: 50.52vw;
    height: 50.52vw;
  }
  .modal-game-narvesen .stage-nrv .stage-grid-nrv {
    grid-template-columns: repeat(4, 11.09vw);
    grid-template-rows: repeat(4, 10.88vw);
  }
  .modal-game-narvesen .stage-nrv[data-id="1"], .modal-game-narvesen .stage-nrv[data-id="2"] {
    padding: 2.08vw;
  }
  .modal-game-narvesen .stage-nrv[data-id="0"] {
    padding: 15px 30px;
  }
  .modal-game-narvesen .stage-nrv[data-id="0"] img {
    width: 340px;
    margin-bottom: 20px;
  }
  .modal-game-narvesen .stage-nrv[data-id="0"] p {
    font-size: 44px;
    margin-bottom: 20px;
  }
  .modal-game-narvesen .stage-nrv[data-id="0"] button {
    font-size: 20px;
  }
  .modal-game-narvesen .stage-nrv[data-id="3"], .modal-game-narvesen .stage-nrv[data-id="4"] {
    padding: 15px 30px;
  }
  .modal-game-narvesen .stage-nrv[data-id="3"] img, .modal-game-narvesen .stage-nrv[data-id="4"] img {
    width: 80px;
    margin-bottom: 15px;
  }
  .modal-game-narvesen .stage-nrv[data-id="3"] p, .modal-game-narvesen .stage-nrv[data-id="4"] p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .modal-game-narvesen .stage-nrv[data-id="3"] button, .modal-game-narvesen .stage-nrv[data-id="4"] button {
    font-size: 20px;
  }
}
@media screen and (max-width: 680px) {
  .modal-game-narvesen .game-narvesen {
    width: 89.81vw;
    height: 89.81vw;
  }
  .modal-game-narvesen .stage-nrv .stage-grid-nrv {
    grid-template-columns: repeat(4, 19.72vw);
    grid-template-rows: repeat(4, 19.35vw);
  }
  .modal-game-narvesen .stage-nrv[data-id="1"], .modal-game-narvesen .stage-nrv[data-id="2"] {
    padding: 4vw;
  }
  .modal-game-narvesen .stage-nrv[data-id="0"] {
    padding: 10px 20px;
  }
  .modal-game-narvesen .stage-nrv[data-id="0"] img {
    width: 130px;
    margin-bottom: 10px;
  }
  .modal-game-narvesen .stage-nrv[data-id="0"] p {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .modal-game-narvesen .stage-nrv[data-id="0"] button {
    font-size: 18px;
    padding: 10px 40px;
  }
  .modal-game-narvesen .stage-nrv[data-id="3"], .modal-game-narvesen .stage-nrv[data-id="4"] {
    padding: 10px 20px;
  }
  .modal-game-narvesen .stage-nrv[data-id="3"] img, .modal-game-narvesen .stage-nrv[data-id="4"] img {
    width: 130px;
    margin-bottom: 10px;
  }
  .modal-game-narvesen .stage-nrv[data-id="3"] p, .modal-game-narvesen .stage-nrv[data-id="4"] p {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .modal-game-narvesen .stage-nrv[data-id="3"] button, .modal-game-narvesen .stage-nrv[data-id="4"] button {
    font-size: 18px;
    padding: 10px 40px;
  }
}

.on\:game-narvesen {
  overflow: hidden;
  scrollbar-gutter: stable;
}
.on\:game-narvesen .modal-game-narvesen {
  transform: translateX(0%);
  pointer-events: all;
  opacity: 1;
}

:root {
  scrollbar-color: #3A3C44 #42495A !important;
  scrollbar-width: thin !important;
  --bg-01: #000000;
  --bg-02: #000000;
  --bg-03: #000000;
  --hd-01: #000000;
}

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

html {
  overflow-x: clip;
}

html:has(body.on\:game-narvesen),
html:has(body.on\:winners-nrv) {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: "Niveau Grotesk";
  font-weight: 400;
  overflow-x: clip;
  color: var(--hd-01);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #46aae1;
}

::-webkit-scrollbar-thumb {
  background: #75bfe7;
}

h1, h2, h3, h4, h5, h6, p, label {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: var(--hd-01);
}

.header-link, .header-link-plus {
  cursor: pointer;
}

header {
  z-index: 30;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  z-index: 10;
  height: 100px;
  width: 100%;
  background-color: var(--bg-02);
  color: var(--hd-01);
  position: relative;
}
.header > div {
  padding: 0 10vw;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  transition: all 0.3s;
}
.header .mobile {
  display: none;
}
.header li {
  margin: 0 20px;
}
.header a, .header p {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.header .special-lv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  max-height: 62px;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
}
.header .special-lv p {
  color: #000;
  font-size: 2vw;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .header .special-lv {
    max-height: 48px;
  }
  .header .special-lv p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 980px) {
  .header .special-lv {
    max-height: 32px;
  }
  .header .special-lv p {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .header .special-lv {
    max-height: 68px;
  }
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 1620px) {
  .header > div {
    padding: 0 8vw;
  }
  .header li {
    margin: 0 10px;
  }
  .header img {
    width: 150px;
  }
}
@media screen and (max-width: 1080px) {
  .header ul {
    display: none;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    padding: 8px 30px;
    background: #161616;
  }
  .header ul li {
    margin: 20px 0;
  }
  .header ul.active {
    display: block;
  }
  .header img {
    width: 110px;
  }
  .header .mobile {
    display: block;
  }
  .footer .nav {
    display: none !important;
  }
}
.popup {
  position: fixed;
  bottom: 100px;
  left: -1000px;
  max-width: 800px;
  color: black;
  z-index: 20;
}
.popup::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  clip-path: polygon(3% 0, 94% 0, 93% 100%, 1% 100%);
  left: -13px;
  top: -13px;
}
.popup .btns {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-right: 120px;
}
.popup .content {
  position: relative;
  clip-path: polygon(3% 0, 94% 0, 93% 100%, 1% 100%);
  z-index: 5;
  padding: 5px 137px 50px 65px;
  background-color: white;
  background-image: url("../assets/popbackg.png");
  background-repeat: repeat, no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .popup .content {
    padding: 5px 50px 50px 36px;
  }
}
.popup.in {
  animation: example 0.8S ease-in-out 0.5s 1 normal forwards;
}
.popup.out {
  left: 5vw;
  animation: example1 0.8S ease-in-out 0.5s 1 normal forwards;
}
.popup .text {
  margin-top: 20px;
}
.popup .text * {
  font-weight: 500;
  font-size: clamp(14px, 1.25vw, 24px);
}
.popup .btn {
  color: #fff;
  padding: 7px 30px;
  background-color: black;
  cursor: pointer;
  font-size: 26px !important;
  font-weight: 900;
  display: inline;
  transition: background-color 0.6s ease;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
.popup .btn:hover {
  background-color: black;
}
.popup strong {
  font-weight: 600 !important;
}
.popup a {
  color: #000;
  font-weight: 600 !important;
  cursor: pointer;
}
.popup a:hover {
  text-decoration: underline;
}

@keyframes example {
  from {
    left: -1000px;
  }
  to {
    left: 5vw;
  }
}
@keyframes example1 {
  from {
    left: 5vw;
  }
  to {
    left: -1000px;
  }
}
@media screen and (max-width: 750px) {
  .popup {
    max-width: 90%;
  }
}
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
/* Position the front and back side */
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: #13315c;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: #13315c;
  color: white;
  transform: rotateY(180deg);
}

.wpcf7-spinner {
  display: none !important;
}/*# sourceMappingURL=styles.css.map */