:root {
  --text-01: #2e2b26;
  --secondary-02: #2e2b26;
  --primary-02: #fd0;
  --primary-01: #cd0c10;
  --text-02: white;
  --divider: #e3e3e3;
  --grey-03: #d5d5d5;
  --secondary-01: white;
  --primary-02-25: #cbcac9;
}

.legal {
  font-family: "Helvetica Neue - Regular (400)", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.legal.footer__legal {
  color: #666;
  font-size: 14px;
  line-height: 21px;
}

.copy {
  color: var(--text-01);
  font-family: "Helvetica Neue - Regular (400)", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.copy.copy--bold {
  font-family: "Helvetica Neue - Regular (700)", sans-serif;
  font-weight: 700;
}

.copy.copy--bold.mt-20 {
  margin-top: 20px;
}

.copy.copy--bold.mt-20.hidden-l {
  display: none;
}

.headline-s {
  font-family: "Helvetica Neue - Condensed (900)", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 33px;
}

.headline-xl {
  font-family: "Helvetica Neue - Condensed (900)", sans-serif;
  font-size: 76px;
  font-weight: 900;
  line-height: 83px;
}

.div-block-3 {
  background-color: var(--secondary-02);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button {
  letter-spacing: .5px;
  text-transform: none;
  background-color: #846ffb;
  background-image: none;
  border: 2.75px solid #99bb3c;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: "Helvetica Neue - Regular (700)", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .15s ease-in;
}

.button.button--highlight {
  border: 0px none var(--primary-02);
  background-color: var(--primary-02);
  color: var(--text-01);
  background-image: none;
}

.button.button--highlight.sticky-size {
  text-align: center;
  min-width: 187px;
}

.button.button--primary {
  border-color: var(--primary-01);
  background-color: var(--primary-01);
  color: var(--text-02);
}

.button.button--primary:hover {
  border-color: var(--primary-01);
  background-color: var(--primary-01);
}

.button.button--secondary {
  border-color: var(--primary-01);
  background-color: var(--text-02);
  color: var(--primary-01);
}

.button.button--secondary:hover {
  background-color: var(--primary-01);
  color: #fff;
}

.topline {
  letter-spacing: 4.2px;
  text-transform: uppercase;
  font-family: "Helvetica Neue - Regular (400)", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.subline {
  font-family: "Helvetica Neue - Condensed (400)", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.subline.subline--bold {
  font-family: "Helvetica Neue - Condensed (700)", sans-serif;
  font-weight: 700;
}

.headline-m {
  font-family: "Helvetica Neue - Condensed (900)", sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 49px;
}

.link {
  color: #000;
  background-color: #0000;
  font-family: "Helvetica Neue - Regular (400)", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.link.footer__link {
  color: var(--text-01);
  font-size: 14px;
  line-height: 21px;
}

.headline-l {
  font-family: "Helvetica Neue - Condensed (900)", sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 70px;
}

.container {
  background-color: #0000;
  border: 5px #fd00e4;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: relative;
}

.row {
  border: 1px #000;
  flex-wrap: wrap;
  align-content: stretch;
  max-width: 86.67%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row.spacing-none {
  max-width: 100%;
}

.col {
  background-color: #0000;
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

.col.col-2.col-m-4.col-sm-6.col-offset {
  margin-left: -50px;
  margin-right: 50px;
}

.col.col-12.mt-40 {
  margin-top: 20px;
}

.col.spacing-none {
  padding-left: 0%;
  padding-right: 0%;
}

.text-image__head {
  margin-bottom: 30px;
}

.text-image__content {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.text-image__content.text-image__content--center {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
  position: relative;
}

.text-image__img {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.faq {
  margin-top: 120px;
  margin-bottom: 120px;
}

.text-image__button {
  margin-top: 40px;
}

.faq__head {
  text-align: center;
  margin-bottom: 40px;
}

.text-image {
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.overlay {
  z-index: 9999;
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.overlay__wrapper {
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.overlay__icon-close {
  z-index: 2;
  color: #0000;
  background-color: #0000;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  inset: 20px 2% auto auto;
}

.body {
  color: var(--text-01);
}

.header {
  height: 90dvh;
  min-height: 700px;
  max-height: 836px;
  position: relative;
  overflow: hidden;
}

.header__logo {
  z-index: 1;
  justify-content: flex-start;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  position: absolute;
}

.logo {
  width: 105px;
}

.header__image {
  z-index: 0;
  object-fit: cover;
  background-image: url('../images/header-stage-new-alpecin-2min-uk.webp');
  background-position: 50% 70%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.header__overlay {
  z-index: 0;
  background-image: linear-gradient(#fff0 95%, #0c0c0c);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.header__content {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 55%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.header__headline {
  z-index: 2;
  color: var(--text-02);
  position: relative;
}

.header__button {
  margin-top: 40px;
}

.accordion {
  width: 100%;
  position: relative;
}

.accordion__item {
  border-bottom: 1px solid var(--divider);
  border-top-width: 1px;
  border-top-color: #333;
}

.accordion__header {
  white-space: normal;
  width: 100%;
  padding-left: 0;
  padding-right: 50px;
  transition: all .125s ease-in-out;
}

.accordion__header.w--open {
  font-weight: 700;
}

.icon {
  margin-right: 0;
}

.accordion__content {
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 24px;
  padding-right: 50px;
  display: none;
  position: relative;
}

.accordion__content.w--open {
  background-color: #0000;
}

.icon-instagram {
  filter: invert();
  color: #0000;
  background-image: url('../images/icon-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 32px;
  height: 32px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.icon-youtube {
  filter: invert();
  color: #0000;
  background-image: url('../images/icon-youtube.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: block;
}

.footer {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer__link-list {
  flex-direction: column;
  display: flex;
}

.icon-facebook {
  filter: invert();
  color: #0000;
  background-image: url('../images/icon-facebook.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: block;
}

.footer__social-icons {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  display: flex;
}

.page__loading {
  z-index: 9999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(#0c0c0ccc, #0c0c0cf2 18%, #101010 37%, #212121 81%, #252525fc);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.product-info {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.product-info__button {
  margin-top: 40px;
}

.usp-points {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.usp-points__head {
  margin-bottom: 40px;
}

.usp-points__icon {
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.usp-points__content {
  color: var(--primary-01);
  margin-top: 30px;
}

.usp-points__img {
  object-fit: contain;
  height: 100%;
}

.usp-points__img.icon-calender {
  max-width: 105px;
  height: auto;
}

.usp-points__head-content {
  margin-bottom: 100px;
}

.testimonial-slider__text {
  font-family: "Helvetica Neue - Regular (400)", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.swiper-buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.swiper-wrapper {
  margin-top: 30px;
}

.swiper-ui {
  z-index: 10;
  width: 100%;
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(0, -50%);
}

.testimonial-slider {
  background-color: var(--primary-01);
  color: var(--text-02);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.swiper-slide {
  cursor: grab;
}

.swiper-button-next {
  cursor: pointer;
  background-image: url('../images/icon-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.swiper-button-prev {
  cursor: pointer;
  background-image: url('../images/icon-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonialslider__header {
  text-align: center;
}

.testimonial-slider__bg--image {
  transform-style: preserve-3d;
  transform: translate(0, -15%)scale3d(1.1, 1, 1);
}

.testimonial-slider__userdata {
  color: #fff;
  margin-top: 10px;
  display: flex;
}

.testimonial-slider__content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.testimonial-slider__bg {
  opacity: .25;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.swiper.testimonial-slider__swiper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-sticky-button {
  display: none;
}

.product-info__img {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay__logos {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.overlay__logo-headline {
  width: 100%;
  margin-top: 20px;
}

.overlay__logo-item {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.parallax__img {
  z-index: -10;
  transition: all 50ms ease-in-out;
  transform: translate(0, -125px);
}

.link-2 {
  color: var(--primary-01);
}

@media screen and (min-width: 1440px) {
  .container {
    height: 100%;
  }

  .row, .overlay__wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .header {
    height: 85dvh;
    max-height: 1100px;
  }

  .header__image {
    background-position: 50% 70%;
  }

  .page__loading {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .copy.copy--bold.mt-20.hidden-l {
    display: block;
  }

  .copy.hidden-md {
    display: none;
  }

  .headline-xl {
    font-size: 60px;
    line-height: 70px;
  }

  .button.button--highlight {
    background-color: var(--primary-02);
  }

  .subline {
    font-size: 20px;
    line-height: 26px;
  }

  .headline-m {
    font-size: 35px;
    line-height: 38px;
  }

  .headline-l {
    font-size: 48px;
    line-height: 52.8px;
  }

  .col.col-2.col-m-4.col-sm-6.col-offset {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-12.mt-40 {
    margin-top: 40px;
  }

  .faq {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .faq__head {
    margin-bottom: 44px;
  }

  .text-image {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .header__image {
    background-position: 52% 70%;
  }

  .header__headline {
    text-shadow: 0 0 #0000;
  }

  .footer {
    text-align: center;
  }

  .footer__link-list.text-right {
    text-align: right;
    padding-right: 20px;
  }

  .footer__link-list.text-left {
    text-align: left;
    padding-left: 20px;
  }

  .footer__social-icons {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .product-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .usp-points {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .usp-points__head-content {
    margin-bottom: 50px;
  }

  .testimonial-slider {
    padding-top: 150px;
    padding-bottom: 175px;
  }

  .testimonial-slider__bg--image {
    margin-top: 5%;
  }

  .testimonial-slider__userdata {
    justify-content: center;
  }

  .testimonial-slider__content {
    text-align: center;
    padding-top: 20px;
  }

  .product-info__img {
    background-size: 100%;
  }

  .overlay__logos {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
  }

  .overlay__logo-item {
    min-width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .copy.hidden-md {
    display: inline-block;
  }

  .row.row-space-35 {
    grid-row-gap: 35px;
  }

  .text-image__head {
    display: none;
  }

  .text-image__content.text-image__content--center {
    padding-bottom: 30px;
  }

  .text-image__img {
    margin-top: 5vw;
    margin-bottom: 5vw;
    overflow: hidden;
    transform: translate(2%)scale(1.25);
  }

  .text-image__button {
    display: none;
  }

  .text-image {
    margin-top: 0;
  }

  .header {
    height: 100vh;
  }

  .header__logo {
    display: none;
  }

  .header__image {
    background-position: 91% 70%;
    height: 68%;
  }

  .header__overlay {
    background-image: linear-gradient(to bottom, #fff0 81%, var(--text-02) 90%);
    height: 68%;
    display: block;
  }

  .header__content {
    top: 78%;
  }

  .header__headline {
    color: var(--text-01);
    text-align: center;
  }

  .header__button {
    text-align: center;
    margin-top: 10px;
  }

  .accordion__content {
    padding-right: 0;
  }

  .product-info {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .testimonial-slider {
    padding-top: 100px;
    padding-bottom: 125px;
  }

  .product-info__img {
    background-position: 50%;
    max-height: 80vw;
    margin-top: 5vw;
    margin-bottom: 15vw;
    overflow: hidden;
    transform: translate(2%)scale(1.25);
  }

  .overlay__logos {
    grid-row-gap: 30px;
    box-shadow: 0 0 #0000;
  }

  .overlay__logo-item {
    flex: 0 auto;
    min-width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .headline-s {
    font-size: 21px;
    line-height: 23px;
  }

  .headline-xl {
    font-size: 48px;
    line-height: 52px;
  }

  .button {
    background-position: 87%;
    background-size: 21px;
    font-size: 16px;
    line-height: 21px;
  }

  .button.button--highlight {
    background-position: 84%;
  }

  .button.button--primary {
    background-position: 87%;
    background-size: 21px;
  }

  .subline {
    font-size: 20px;
    line-height: 26px;
  }

  .headline-m {
    font-size: 30px;
    line-height: 33px;
  }

  .headline-l {
    font-size: 36px;
    line-height: 39.6px;
  }

  .row {
    flex-wrap: wrap;
    max-width: 92.5%;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .text-image__img {
    z-index: 1;
    position: relative;
    transform: translate(5%)scale(1.25);
  }

  .overlay {
    height: 100dvh;
    top: 0%;
    bottom: 0%;
    transform: translate(0);
  }

  .overlay__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header {
    max-height: 860px;
  }

  .header__image {
    background-image: url('../images/header-stage-new-alpecin-2min-uk.webp');
    background-position: 75% 100%;
    height: 83%;
  }

  .header__overlay {
    background-image: linear-gradient(to bottom, #fff0 82%, var(--text-02) 91%);
    height: 83%;
  }

  .header__content {
    top: 72%;
    transform: translate(0);
  }

  .header__headline {
    margin-bottom: 64px;
  }

  .header__button {
    display: none;
  }

  .accordion {
    z-index: 1;
  }

  .footer__link-list {
    margin-bottom: 0;
  }

  .footer__social-icons {
    margin-top: 0;
  }

  .product-info {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .product-info__button {
    display: none;
  }

  .testimonial-slider__text {
    font-size: 24px;
  }

  .testimonial-slider {
    overflow: hidden;
  }

  .testimonial-slider__bg--image {
    width: 200%;
    max-width: none;
    margin-top: -7%;
    margin-left: -25%;
    transform: scale(1);
  }

  .mobile-sticky-button {
    z-index: 2;
    opacity: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 0% 15px;
  }

  .product-info__img {
    z-index: 1;
    position: relative;
    transform: translate(5%)scale(1.25);
  }

  .overlay__content {
    margin-top: 40px;
  }

  .overlay__logos {
    grid-row-gap: 30px;
    margin-bottom: 5px;
  }

  .overlay__logo-headline {
    margin-top: 20px;
  }

  .overlay__logo-item {
    width: 100%;
    min-width: auto;
  }
}


@font-face {
  font-family: 'Helvetica Neue - Regular (700)';
  src: url('../fonts/HelveticaNeueBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue - Condensed (900)';
  src: url('../fonts/HelveticaNeueCondensedBlack.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue - Condensed (400)';
  src: url('../fonts/HelveticaNeue-Condensed.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue - Regular (400)';
  src: url('../fonts/HelveticaNeue-Roman.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue - Condensed (700)';
  src: url('../fonts/HelveticaNeueCondensedBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}