.main-wrapper-frontpage {
  overflow: hidden;
}
.main-wrapper-frontpage .dark-banner {
  position: relative;
  background: rgb(0, 9, 96);
  background: linear-gradient(-90deg, rgb(0, 9, 96) 20%, rgb(19, 47, 217) 100%);
  overflow: hidden;
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner {
  --padding: 14rem;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: var(--pageWidth);
  padding: calc(var(--padding) - var(--headerHeight) / 2) 0 var(--padding) 0;
  margin: auto;
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 65rem;
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text h1, .main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text h2 {
  font-size: clamp(3.2rem, 4vw, 4.4rem);
  font-weight: var(--fontWeight-Bold);
  line-height: 1.2;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.4);
  max-width: 57rem;
  color: var(--colorWhite);
  margin: 0;
}
@media screen and (max-width: 1120px) {
  .main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text h1, .main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text h2 {
    max-width: none;
  }
}
@media screen and (max-width: 411px) {
  .main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text h1, .main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 380px) {
  .main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text h1, .main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text h2 {
    font-size: 2.5rem;
  }
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text.smaller-gap {
  gap: 1rem;
  max-width: 60rem;
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text p {
  text-wrap-style: balance;
}
@media screen and (max-width: 520px) {
  .main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text p {
    text-wrap-style: unset;
  }
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text > p, .main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text > strong {
  font-size: var(--fontSize-Root);
  font-weight: 400;
  line-height: 1.6;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  color: var(--colorWhite);
  max-width: 55rem;
  margin: 0;
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text strong {
  font-weight: var(--fontWeight-Bold);
  color: var(--colorWhite);
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text .dark-banner-btn-wrap {
  display: flex;
  gap: 1.5rem;
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text .dark-banner-btn-wrap .dark-banner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.4rem;
  width: 100%;
  max-width: 15rem;
  text-align: center;
  line-height: normal;
  font-weight: var(--fontWeight-Bold);
  font-size: clamp(1.6rem, var(--fsClamp-scaler-p), 1.8rem);
  border-radius: var(--borderRadius);
  transition: var(--transitionStandard);
  box-sizing: border-box;
  border: 0.2rem solid var(--colorWhite);
  cursor: pointer;
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text .dark-banner-btn-wrap .dark-banner-btn.filled {
  background-color: var(--colorWhite);
  box-shadow: 0 0.5rem 3rem 0 rgba(0, 0, 0, 0.2);
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text .dark-banner-btn-wrap .dark-banner-btn.filled:hover {
  color: var(--colorWhite);
  background-color: var(--vigiloSecondaryBlue);
  border: 0.2rem solid var(--vigiloSecondaryBlue);
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text .dark-banner-btn-wrap .dark-banner-btn.outlined {
  color: var(--colorWhite);
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text .dark-banner-btn-wrap .dark-banner-btn.outlined:hover {
  color: var(--vigiloDarkBlue);
  background-color: var(--colorWhite);
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text .dark-banner-btn-wrap .dark-banner-btn.icon {
  gap: 0.8rem;
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text .dark-banner-btn-wrap .dark-banner-btn.icon i {
  position: relative;
  font-size: 2rem;
  top: 0.2rem;
}
@media screen and (max-width: 500px) {
  .main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text .dark-banner-btn-wrap .dark-banner-btn, .main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text .dark-banner-btn-wrap .dark-banner-btn:only-child {
    max-width: none;
  }
}
@media screen and (max-width: 900px) {
  .main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text, .main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text p {
    max-width: none;
  }
}
@media (pointer: coarse) {
  .main-wrapper-frontpage .dark-banner .dark-banner-inner .dark-banner-text {
    animation: fadeIn 0.6s ease;
  }
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .animating-text-wrapper {
  position: relative;
  transform: translateZ(0); /*Blend-mix bug fix*/
  margin: 0;
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .animating-text-wrapper .animating-text p {
  display: block;
  margin: 0 -0.5rem 0.3rem 0;
  padding-right: 0.5rem;
}
@media screen and (max-width: 900px) {
  .main-wrapper-frontpage .dark-banner .dark-banner-inner .animating-text-wrapper .animating-text p {
    display: inline;
  }
}
@media screen and (max-width: 657px) {
  .main-wrapper-frontpage .dark-banner .dark-banner-inner .animating-text-wrapper .animating-text p {
    display: block;
  }
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .animating-text-wrapper .animating-text .word {
  position: absolute;
  white-space: nowrap;
  transform: translateX(1rem);
  opacity: 0;
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .animating-text-wrapper .animating-text .word.first {
  opacity: 1;
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .animating-text-wrapper .animating-text .word .letter {
  --offset: 2rem;
  display: inline-block;
  position: relative;
  transform: translateZ(var(--offset));
  transform-origin: 50% 50% var(--offset);
  white-space: pre;
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .animating-text-wrapper .animating-text .word .letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .animating-text-wrapper .animating-text .word .letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .animating-text-wrapper .animating-text .word .letter.behind {
  transform: rotateX(-90deg);
}
.main-wrapper-frontpage .dark-banner .dark-banner-inner .animating-text-wrapper .animating-text .animating-text-fixed {
  display: inline-block;
  transform: translate(-0.8rem, 0.7rem);
  width: 47.4696rem;
  height: 5.27946rem;
}
@media screen and (max-width: 700px) {
  .main-wrapper-frontpage .dark-banner .dark-banner-inner .animating-text-wrapper .animating-text .animating-text-fixed {
    width: 34.5295rem;
    height: 3.83929rem;
  }
}
@media screen and (max-width: 415px) {
  .main-wrapper-frontpage .dark-banner .dark-banner-inner .animating-text-wrapper .animating-text .animating-text-fixed {
    width: 30.2125rem;
    height: 3.35982rem;
  }
}
@media screen and (max-width: 376px) {
  .main-wrapper-frontpage .dark-banner .dark-banner-inner .animating-text-wrapper .animating-text .animating-text-fixed {
    width: 26.975rem;
    height: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .main-wrapper-frontpage .dark-banner .dark-banner-inner {
    --padding: 7rem;
    flex-direction: column;
    align-items: start;
    gap: 5rem;
  }
}
@media screen and (max-width: 900px) {
  .main-wrapper-frontpage .dark-banner {
    background: linear-gradient(0deg, rgb(0, 9, 96) 25%, rgb(19, 47, 217) 100%);
  }
}
.main-wrapper-frontpage #anchor-link.blog {
  top: -3rem;
}
@media screen and (max-width: 1100px) {
  .main-wrapper-frontpage #anchor-link.blog {
    top: -6rem;
  }
}
.main-wrapper-frontpage .dark-banner-illustration-wrap {
  position: relative;
  width: 100%;
  max-width: 50rem;
  min-width: 40rem;
  margin: 0;
  animation: slideInCustomRight 0.9s ease normal forwards;
  pointer-events: none;
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration .img-shadow {
  mix-blend-mode: multiply;
  z-index: 0;
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  animation: fadeIn 1s ease normal forwards;
  z-index: 1;
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.checklist-01 img {
  transform: scale(1.4) translate3d(3rem, 0, 0);
  transform-origin: top left;
}
@media screen and (max-width: 990px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.checklist-01 img {
    transform: scale(1.3) translate3d(0, 0, 0);
  }
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.checklist-02 img {
  transform: scale(1.5) translate3d(-1rem, -1rem, 0);
  transform-origin: top left;
}
@media screen and (max-width: 990px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.checklist-02 img {
    transform: scale(1.4) translate3d(-1rem, 0, 0);
  }
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.book img {
  transform: scale(1.65) translate3d(-4rem, -4rem, 0);
  transform-origin: top left;
}
@media screen and (max-width: 1200px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.book img {
    transform: scale(1.3) translate3d(-2rem, -2rem, 0);
    transform-origin: top center;
  }
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.pc img {
  transform: scale(1.65) translate3d(-6rem, -6rem, 0);
  transform-origin: top left;
}
@media screen and (max-width: 1200px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.pc img {
    transform: scale(1.4) translate3d(-2rem, -6rem, 0);
  }
}
@media screen and (max-width: 900px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.pc img {
    transform: scale(1.3) translate3d(1rem, -5rem, 0);
    transform-origin: top center;
  }
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.puzzle img {
  transform: scale(1.2) translate3d(-4rem, -3rem, 0);
  transform-origin: top left;
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.puzzle img.puzzle-mobile {
  display: none;
}
@media screen and (max-width: 1100px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.puzzle img {
    transform: scale(1.1) translate3d(0, -2rem, 0);
  }
}
@media screen and (max-width: 900px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.puzzle img {
    transform: scale(1.1) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 600px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.puzzle img {
    transform: scale(1.15) translate3d(4rem, -1rem, 0);
  }
}
@media screen and (max-width: 550px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.puzzle img {
    transform: scale(1.15) translate3d(1rem, -1rem, 0);
  }
}
@media screen and (max-width: 600px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.puzzle img.puzzle-desktop {
    display: none;
  }
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.puzzle img.puzzle-mobile {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.dialogkonferansen {
    padding-bottom: 55%;
  }
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.dialogkonferansen img {
  transform: scale(1.45) translate3d(-8rem, -6.5rem, 0);
  transform-origin: top left;
}
@media screen and (max-width: 1200px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.dialogkonferansen img {
    transform: scale(1.25) translate3d(-8rem, -4rem, 0);
  }
}
@media screen and (max-width: 1100px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.dialogkonferansen img {
    transform: scale(1.1) translate3d(-6rem, -3rem, 0);
  }
}
@media screen and (max-width: 990px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.dialogkonferansen img {
    transform: scale(1.3) translate3d(0, -5rem, 0);
    transform-origin: top center;
  }
}
@media screen and (max-width: 600px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.dialogkonferansen img {
    transform: scale(1.1) translate3d(0, -3rem, 0);
  }
}
@media screen and (max-width: 600px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.brukerkonferansen {
    padding-bottom: 55%;
  }
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.brukerkonferansen img {
  transform: scale(1.65) translate3d(-6rem, -6rem, 0);
  transform-origin: top left;
}
@media screen and (max-width: 1200px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.brukerkonferansen img {
    transform: scale(1.4) translate3d(-4rem, -6rem, 0);
  }
}
@media screen and (max-width: 990px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.brukerkonferansen img {
    transform: scale(1.4) translate3d(-3rem, -6rem, 0);
  }
}
@media screen and (max-width: 600px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.brukerkonferansen img {
    transform-origin: top center;
    transform: scale(1.15) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 990px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.kurs {
    padding-bottom: 55%;
  }
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.kurs img {
  transform: scale(1.6) translate3d(-6rem, -6rem, 0);
  transform-origin: top left;
}
@media screen and (max-width: 1200px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.kurs img {
    transform: scale(1.3) translate3d(-1rem, -5rem, 0);
  }
}
@media screen and (max-width: 990px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.kurs img {
    transform: scale(1.1) translate3d(0, 0, 0);
    transform-origin: top center;
  }
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.maintenance img {
  transform: scale(1.6) translate3d(-1rem, -5rem, 0);
  transform-origin: top left;
}
@media screen and (max-width: 1450px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.maintenance img {
    transform: scale(1.4) translate3d(-1rem, -4rem, 0);
  }
}
@media screen and (max-width: 1120px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.maintenance img {
    transform: scale(1.3) translate3d(1rem, -3rem, 0);
  }
}
@media screen and (max-width: 990px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.maintenance img {
    transform: scale(1.3) translate3d(-1rem, -3rem, 0);
  }
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.map img {
  transform: scale(1.7) translate3d(-11rem, -8.5rem, 0);
  transform-origin: top left;
}
@media screen and (max-width: 1030px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.map img {
    transform: scale(1.7) translate3d(-10rem, -7rem, 0);
  }
}
@media screen and (max-width: 900px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration.map img {
    transform: scale(1.15) translate3d(-50%, -3rem, 0);
    left: 50%;
  }
}
@media screen and (max-width: 900px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-illustration:not(.map) img {
    animation: none;
  }
}
.main-wrapper-frontpage .dark-banner-illustration-wrap .dark-banner-map-output img {
  animation-name: animateTop;
  z-index: 5;
}
@media screen and (max-width: 990px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap {
    max-width: 42rem;
    min-width: unset;
  }
}
@media screen and (max-width: 900px) {
  .main-wrapper-frontpage .dark-banner-illustration-wrap {
    max-width: 50rem;
    align-self: center;
    animation: none;
  }
  .main-wrapper-frontpage .dark-banner-illustration-wrap.map {
    padding-bottom: 100%;
  }
}
.main-wrapper-frontpage .app-banner-wrap {
  margin: 6rem auto 2rem auto;
}
.main-wrapper-frontpage .app-banner-wrap .app-banner {
  position: relative;
  background-color: var(--bgBanner);
  border-radius: var(--borderRadiusBanner);
  max-width: var(--pageWidth);
  width: 100%;
  margin: auto;
}
.main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 30rem;
  padding: 2rem 6rem;
}
.main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner .app-banner-text {
  display: flex;
  flex-direction: column;
  max-width: 65rem;
}
.main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner .app-banner-text h2 {
  font-size: clamp(3.5rem, var(--fsClamp-scaler-h), 4.5rem);
  font-weight: var(--fontWeight-Bold);
  margin: 0 0 1rem 0;
  line-height: 1.2;
}
.main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner .app-banner-text p {
  font-size: var(--fontSize-Root);
  font-weight: 400;
  line-height: 1.8;
  color: var(--colorBlack);
  margin: 0;
}
.main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner .app-banner-text .app-banner-logos {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner .app-banner-text .app-banner-logos img {
  width: 100%;
  max-width: 15rem;
  height: 4.4rem;
  border-radius: 10rem;
  background-color: var(--colorWhite);
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.09);
  transition: var(--transitionStandard);
  padding: 0 1rem;
  box-sizing: border-box;
  object-fit: contain;
}
.main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner .app-banner-text .app-banner-logos img:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 870px) {
  .main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner .app-banner-text .app-banner-logos {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner .app-banner-text .app-banner-logos {
    justify-content: start;
  }
  .main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner .app-banner-text .app-banner-logos img {
    max-width: unset;
  }
}
@media screen and (max-width: 870px) {
  .main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner .app-banner-text {
    text-align: center;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner .app-banner-text {
    text-align: left;
    margin: 0;
  }
}
.main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner .app-banner-illustration img {
  position: relative;
  display: block;
  width: auto;
  height: 42rem;
  object-fit: contain;
  margin: -13rem 0 -5rem 10rem;
}
@media screen and (max-width: 870px) {
  .main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner .app-banner-illustration {
    align-self: center;
  }
  .main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner .app-banner-illustration img {
    position: relative;
    margin: 0 auto -3rem auto;
    right: auto;
    width: 100%;
    height: auto;
    max-width: 20rem;
  }
}
@media screen and (max-width: 870px) {
  .main-wrapper-frontpage .app-banner-wrap .app-banner .app-banner-inner {
    flex-direction: column;
    align-items: start;
    padding: 3rem;
    height: auto;
    gap: 3rem;
  }
}
@media screen and (max-width: 650px) {
  .main-wrapper-frontpage .app-banner-wrap {
    margin: 2rem auto;
  }
}
.main-wrapper-frontpage .products-wrap {
  position: relative;
  max-width: var(--pageWidth);
  margin: auto;
}
.main-wrapper-frontpage .products-wrap .products-intro {
  margin-bottom: 5rem;
}
.main-wrapper-frontpage .products-wrap .products-intro h2 {
  font-size: clamp(3.5rem, var(--fsClamp-scaler-h), 4.5rem);
  font-weight: var(--fontWeight-Bold);
  margin: 0 0 4rem 0;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .main-wrapper-frontpage .products-wrap .products-intro {
    margin-bottom: 2rem;
  }
}
.main-wrapper-frontpage .products-wrap .products-inner {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4rem, 6vw, 8rem);
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item.left {
  flex-direction: row;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item.right {
  flex-direction: row-reverse;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration-overflow {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration-overflow img:first-child {
  position: fixed;
  z-index: 1;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration-overflow .img-shadow {
  mix-blend-mode: multiply;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-text {
  width: 100%;
  max-width: 47rem;
  /* Markedsplass logo */
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-text strong {
  display: block;
  font-size: clamp(2.8rem, 4vw, 3.5rem);
  font-weight: var(--fontWeight-Bold);
  margin: 0 0 1rem 0;
  line-height: 1.2;
  text-align: left;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-text p {
  font-size: var(--fontSize-Root);
  font-weight: 400;
  line-height: 1.8;
  color: var(--colorBlack);
  margin: 0;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-text .product-item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.4rem;
  margin: 2rem 0 0 0;
  width: 100%;
  max-width: 13rem;
  min-width: fit-content;
  text-align: center;
  line-height: normal;
  font-weight: var(--fontWeight-Bold);
  font-size: clamp(1.6rem, var(--fsClamp-scaler-p), 1.8rem);
  background-color: var(--colorWhite);
  border-radius: var(--borderRadius);
  transition: var(--transitionStandard);
  box-sizing: border-box;
  border: 0.2rem solid var(--vigiloDarkBlue);
  cursor: pointer;
  box-sizing: border-box;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-text .product-item-btn:hover {
  color: var(--colorWhite);
  background-color: var(--vigiloDarkBlue);
}
@media screen and (max-width: 550px) {
  .main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-text .product-item-btn {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 450px) {
  .main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-text .product-item-btn {
    max-width: none;
  }
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-text .marketplace-logo-product img {
  width: 100%;
  max-width: 33rem;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-text.roadmap .newsletter-register {
  margin-top: 2rem;
  max-width: 46rem;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-text.roadmap .email-field {
  width: calc(100% - 4.8rem);
  padding: 1.5rem 2rem;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-text.roadmap .sib-submit {
  padding: 1rem 1.5rem;
  right: 1.3rem;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration {
  position: relative;
  width: 100%;
  max-width: 35rem;
  background-color: var(--bgBanner);
  border-radius: var(--borderRadiusBanner);
  aspect-ratio: 1/1.15;
  transform: scale(1);
  /* Marketplace */
  /* Roadmap */
  /* Newsletter */
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: scale(1.25);
  animation: fadeIn 1s ease initial;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration.marketplace img:first-child {
  position: absolute;
  transform: scale(1) translate(5rem, 2rem);
  z-index: 0;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration.marketplace img:nth-child(2) {
  position: fixed;
  transform: scale(0.91) translate(-8rem, 2.5rem);
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration.marketplace img:nth-child(3) {
  position: fixed;
  transform: scale(0.91) translate(10rem, -4rem);
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration.roadmap img:first-child {
  position: absolute;
  transform: scale(1.5);
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration.newsletter img:first-child {
  transform: scale(1.25) translateX(1.9rem);
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration.newsletter img:nth-child(2) {
  transform: scale(1.2) translate(5.5rem, 1.1rem);
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration.marketplace {
  background-color: #ffd8d3;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration.roadmap {
  background-color: #f3d2dd;
  overflow: hidden;
}
.main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration.newsletter {
  background-color: #bea5e6;
}
@media (pointer: coarse) {
  .main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration.newsletter {
    /* Temp fix. Bug on mobile */
    overflow: hidden;
  }
}
@media screen and (max-width: 550px) {
  .main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration,
  .main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration .product-item-text {
    max-width: unset;
  }
}
@media screen and (max-width: 450px) {
  .main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration img {
    transform: scale(1.17);
  }
  .main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration img:first-child {
    position: absolute;
  }
  .main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration.marketplace img:nth-child(2) {
    transform: scale(0.5) translate(-25rem, 18rem);
  }
  .main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration.marketplace img:nth-child(3) {
    transform: scale(0.5) translate(24rem, -27rem);
  }
  .main-wrapper-frontpage .products-wrap .products-inner .product-item .product-item-illustration.newsletter img:first-child {
    transform: scale(0.9) translateX(6rem);
  }
}
@media screen and (max-width: 550px) {
  .main-wrapper-frontpage .products-wrap .products-inner .product-item.left, .main-wrapper-frontpage .products-wrap .products-inner .product-item.right {
    flex-direction: column;
  }
  .main-wrapper-frontpage .products-wrap .products-inner .product-item:not(:first-child):after {
    content: "";
    position: absolute;
    background-color: var(--colorGrey02);
    height: 0.1rem;
    width: 100%;
    top: -4.5rem;
  }
}
@media screen and (max-width: 550px) {
  .main-wrapper-frontpage .products-wrap .products-inner {
    gap: 7rem;
    max-width: 46rem;
    margin: auto;
  }
}
.main-wrapper-frontpage .latest-wrap.alternative {
  max-width: var(--pageWidth);
  gap: clamp(2rem, 3vw, 3.5rem);
  margin-top: 4rem;
  padding: 0;
}
.main-wrapper-frontpage .latest-slider-item.alternative {
  border-radius: 0;
  box-shadow: none;
}
.main-wrapper-frontpage .latest-slider-item.alternative .latest-text {
  padding: 2rem 0 0 0;
}
.main-wrapper-frontpage .latest-slider-item.alternative .latest-img {
  border-radius: var(--borderRadius);
}
.main-wrapper-frontpage .latest-slider-item.alternative .latest-text h2 {
  font-size: clamp(2rem, var(--fsClamp-scaler-p), 2.5rem);
  text-align: left;
}
.main-wrapper-frontpage .bloggen-intro.alternative {
  margin-bottom: 0;
}
.main-wrapper-frontpage .bloggen-intro.alternative h2 {
  font-size: clamp(2.8rem, var(--fsClamp-scaler-h), 4.5rem);
  margin: 0;
}
.main-wrapper-frontpage .bloggen-les-mer-intro {
  text-align: center;
  margin: 1rem 0 3rem 0;
}
.main-wrapper-frontpage .bloggen-les-mer-intro p {
  color: var(--textColorBlog);
}
.main-wrapper-frontpage .bloggen-les-mer-intro p,
.main-wrapper-frontpage .bloggen-les-mer-intro a {
  font-weight: 400;
}
.main-wrapper-frontpage .bloggen-les-mer-intro a {
  text-decoration: underline;
  color: var(--vigiloSecondaryBlue);
}
@media screen and (max-width: 550px) {
  .main-wrapper-frontpage .bloggen-intro.alternative h2 {
    text-align: left;
  }
  .main-wrapper-frontpage .bloggen-les-mer-intro {
    text-align: left;
  }
}
