.fullwidth-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--header-height));
  overflow: hidden;
  background-color: var(--maroon);
  min-height: 400px;
}
.fullwidth-hero.bit h1.hero-title, .fullwidth-hero .post-bit h1.hero-title {
  font-variation-settings: "size" 1000, "shap" 0, "rota" 30;
  -webkit-transition: font-variation-settings 0.1s linear;
  transition: font-variation-settings 0.1s linear;
}
.fullwidth-hero.proverommet h1.hero-title, .fullwidth-hero .post-proverommet h1.hero-title {
  font-variation-settings: "size" 750, "shap" 190, "rota" 180;
  -webkit-transition: font-variation-settings 0.1s linear;
  transition: font-variation-settings 0.1s linear;
}
.fullwidth-hero.meteor h1.hero-title, .fullwidth-hero .post-meteor h1.hero-title {
  font-variation-settings: "size" 570, "shap" 390, "rota" 180;
  -webkit-transition: font-variation-settings 0.1s linear;
  transition: font-variation-settings 0.1s linear;
}
.fullwidth-hero.oktoberdans h1.hero-title, .fullwidth-hero .post-oktoberdans h1.hero-title {
  font-variation-settings: "size" 570, "shap" 390, "rota" 180;
  -webkit-transition: font-variation-settings 0.1s linear;
  transition: font-variation-settings 0.1s linear;
}
.fullwidth-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.fullwidth-hero .fullwidth-hero-headline {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 15px;
  z-index: 2;
}
.fullwidth-hero .fullwidth-hero-headline h1 {
  text-transform: uppercase;
  line-height: 112%;
}
.fullwidth-hero .fullwidth-hero-headline h1.light {
  color: var(--sand);
}
.fullwidth-hero .fullwidth-hero-headline h1.dark {
  color: var(--maroon);
}
.fullwidth-hero .fullwidth-hero-headline h1.violet {
  color: var(--violet);
}
.fullwidth-hero .fullwidth-hero-headline h1.lemon {
  color: var(--lemon);
}
.fullwidth-hero .fullwidth-hero-headline h1.flame {
  color: var(--flame);
}
.fullwidth-hero .fullwidth-hero-headline h1.acid {
  color: var(--acid);
}
.fullwidth-hero .fullwidth-hero-headline h1.sapphire {
  color: var(--sapphire);
}
.fullwidth-hero .fullwidth-hero-headline h1.small {
  font-size: 100px;
}
.fullwidth-hero .fullwidth-hero-headline h1.medium {
  font-size: 150px;
}
.fullwidth-hero .fullwidth-hero-headline h1.large {
  font-size: 200px;
}
.fullwidth-hero .fullwidth-hero-headline h1.xlarge {
  font-size: 250px;
}
@media (max-width: 47.9375rem) {
  .fullwidth-hero .fullwidth-hero-headline h1 {
    font-size: 100px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.small {
    font-size: 50px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.medium {
    font-size: 80px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.large {
    font-size: 100px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.xlarge {
    font-size: 100px;
  }
}
@media (min-width: 48rem) {
  .fullwidth-hero .fullwidth-hero-headline h1 {
    font-size: 120px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.small {
    font-size: 80px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.medium {
    font-size: 120px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.large {
    font-size: 180px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.xlarge {
    font-size: 200px;
  }
}
@media (min-width: 64.0625rem) {
  .fullwidth-hero .fullwidth-hero-headline h1 {
    font-size: 250px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.small {
    font-size: 100px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.medium {
    font-size: 150px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.large {
    font-size: 200px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.xlarge {
    font-size: 250px;
  }
}
@media (min-width: 85.4375rem) {
  .fullwidth-hero .fullwidth-hero-headline h1 {
    font-size: 250px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.small {
    font-size: 100px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.medium {
    font-size: 150px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.large {
    font-size: 200px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.xlarge {
    font-size: 250px;
  }
}
@media (min-width: 120rem) {
  .fullwidth-hero .fullwidth-hero-headline h1 {
    font-size: 250px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.small {
    font-size: 100px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.medium {
    font-size: 150px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.large {
    font-size: 200px;
  }
  .fullwidth-hero .fullwidth-hero-headline h1.xlarge {
    font-size: 250px;
  }
}
.fullwidth-hero .fwhero-text {
  color: var(--sand);
  position: absolute;
  bottom: 40px;
  left: 40px;
  text-align: left;
  width: 100%;
  z-index: 2;
  font-size: 30px;
  line-height: 133%;
  max-width: 90vw;
}
.fullwidth-hero .fwhero-text.light {
  color: var(--sand);
}
.fullwidth-hero .fwhero-text.dark {
  color: var(--maroon);
}
.fullwidth-hero .fwhero-text.violet {
  color: var(--violet);
}
.fullwidth-hero .fwhero-text.lemon {
  color: var(--lemon);
}
.fullwidth-hero .fwhero-text.flame {
  color: var(--flame);
}
.fullwidth-hero .fwhero-text.acid {
  color: var(--acid);
}
.fullwidth-hero .fwhero-text.sapphire {
  color: var(--sapphire);
}
.fullwidth-hero .parallax-section {
  position: relative;
  overflow: hidden;
  height: 100vh; /* Adjust as needed */
}
.fullwidth-hero .parallax-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%; /* Slightly larger than the section to allow for movement */
  background-size: cover;
  background-position: center;
  will-change: transform; /* Optimize for smooth animation */
}
.fullwidth-hero .embed-container {
  position: relative;
  padding-bottom: 52.75%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.fullwidth-hero .embed-container iframe,
.fullwidth-hero .embed-container object,
.fullwidth-hero .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fullwidth-hero .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.fullwidth-hero .background-video video {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
}
.fullwidth-hero.section-padding {
  padding: 60px 0;
}
@media (min-width: 48rem) {
  .fullwidth-hero.section-padding {
    padding: 80px 0;
  }
}
@media (min-width: 85.4375rem) {
  .fullwidth-hero.section-padding {
    padding: 120px 0;
  }
}