:root {
  --primary-01: #144196;
  --text-01: #363636;
  --icon-border: #c480b5;
  --primary-02: #56b1f2;
  --text-02: white;
  --divider: #e3e3e3;
  --grey-05: whitesmoke;
  --primary-01-20: #c4cfe5;
  --grey-04: #ededed;
  --header-color: #e6e5e0;
  --header-gradient-bg: #b987bb;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.legal {
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  background-color: #144196;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headline-xl {
  font-family: Fira Sans, sans-serif;
  font-size: 74px;
  font-weight: 400;
  line-height: 86px;
}

.headline-xl.headline-xl--bold {
  font-weight: 700;
}

.headline-s {
  font-family: Fira Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.headline-s.headline-s--bold {
  font-family: Fira Sans, sans-serif;
  font-weight: 700;
}

.headline-s.headline-s--bold.text-primary-01 {
  color: var(--primary-01);
  color: #144196;
}

.topline {
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.subline {
  font-family: Fira Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.headline-m {
  font-family: Fira Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
}

.headline-m.headline-m--bold {
  font-weight: 700;
}

.headline-m.headline-m--bold.text-primary-01 {
  color: var(--primary-01);
  color: #144196;
}

.copy {
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.copy.copy--bold {
  font-weight: 700;
}

.link {
  color: var(--primary-01);
  background-color: rgba(0, 0, 0, 0);
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.button {
  border: 2.75px solid #144196;
  border-radius: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 12px 24px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  transition: all .15s ease-in;
}

.button.button--primary {
  color: #fff;
  background-color: #144196;
  font-family: Fira Sans, sans-serif;
}

.button.button--primary:hover {
  background-color: #56b1f2;
  border-color: #56b1f2;
}

.button.button--highlight {
  color: #144196;
  background-color: #ffd263;
  border: 0 #df5823;
  padding: 24px 32px;
  font-size: 24px;
  line-height: 29px;
}

.button.button--highlight:hover {
  color: #fff;
  background-color: #56b1f2;
  border-color: #fff;
}

.button.button--secondary {
  color: #144196;
  background-color: #fff;
  font-family: Fira Sans, sans-serif;
}

.button.button--secondary:hover {
  color: #56b1f2;
  background-color: #fff;
  border-color: #56b1f2;
}

.button.button-light--secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.button-light--primary {
  color: #144196;
  background-color: #fff;
  border-color: #fff;
}

.button.button-light--primary:hover {
  color: #fff;
  background-color: #56b1f2;
  border-color: #56b1f2;
}

.headline-l {
  font-family: Fira Sans, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.headline-l.headline-l--bold {
  font-weight: 700;
}

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

.title {
  font-family: Fira Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

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

.header__logo {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
  position: relative;
}

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

.col {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

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

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

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

.accordion__item {
  border-top: 1px solid #ededed;
}

.accordion__content {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-right: 50px;
  position: relative;
}

.accordion__content.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.icon {
  color: #3f3f3e;
  margin-right: 0;
}

.hr {
  width: 100%;
  height: 2px;
  color: #e3e3e3;
  border-top: 1px solid #ededed;
}

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

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

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

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

.accordion {
  width: 100%;
}

.overlay {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
  transform: translate(0, -50%);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, .1);
}

.overlay__wrapper {
  height: 100%;
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.overlay__icon-close {
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  padding: 15px 25px 25px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 2%;
}

.product-info {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.product-info.overflow-hidden {
  overflow: hidden;
}

.product-info__img {
  justify-content: center;
  display: flex;
  position: relative;
}

._w-full {
  min-width: 100%;
}

.mobile-sticky-btn {
  justify-content: center;
  align-items: center;
  display: none;
}

.ul {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 20px;
  padding-left: 20px;
  display: flex;
}

.usp-point__item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.usp-icons {
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.usp-icons.border-none {
  padding: 0;
}

.usp-points {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.usp-point__content {
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.swiper-wrapper {
  margin-bottom: 50px;
}

.usp-point__img {
  width: 128px;
  height: 128px;
  border: 2px solid var(--icon-border);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}

.usp-point__img.border-none {
  border-width: 0;
}

.related-products {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.related-products__item {
  height: 525px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.related-products__img {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.related-products__content {
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.related-products__teaser {
  max-height: 236px;
  object-fit: cover;
}

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

.footer {
  background-color: #f5f5f5;
  padding-bottom: 10px;
}

.footer__content {
  color: #144196;
  text-align: center;
}

.footer__links {
  grid-column-gap: 13px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 55px;
  display: flex;
}

.divider {
  width: 2px;
  height: 14px;
  background-color: #c4cfe5;
}

.footer__link {
  color: var(--primary-01);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer__link:hover {
  color: var(--primary-02);
}

.header__image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #ededed;
  background-image: linear-gradient(350deg, #b977aa, #009eda);
  position: relative;
}

.header__overlay {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .05);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.header__button {
  text-align: left;
  margin-top: 32px;
}

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

.header__headline {
  z-index: 2;
  text-align: left;
  position: relative;
}

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

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

.overlay__logos {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: 5px;
  flex-flow: wrap;
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 45px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

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

.overlay__logo-item {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay__content {
  text-align: center;
}

.header__product-image {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: translate(0, -450px);
}

.header__product-image--content {
  max-height: 600px;
  max-width: 375px;
  display: block;
  position: absolute;
  top: 55%;
  right: 40px;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1440px) {
  .row, .overlay__wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .header {
    height: 85dvh;
  }
}

@media screen and (max-width: 991px) {
  .headline-xl {
    font-size: 58px;
    line-height: 70px;
  }

  .headline-s {
    line-height: 40px;
  }

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

  .headline-m {
    font-size: 32px;
    line-height: 44px;
  }

  .link {
    font-size: 16px;
  }

  .headline-l {
    font-size: 46px;
    line-height: 60px;
  }

  .col.col-6.col-m-10.col-sm-12.push-1.push-sm-0.hidden-m {
    display: none;
  }

  .text-image__content.text-image__content--center.mt-20 {
    margin-top: 20px;
  }

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

  .overlay__wrapper {
    height: auto;
  }

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

  .product-info__img {
    margin-bottom: 25px;
  }

  .usp-point__item {
    margin-bottom: 50px;
  }

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

  .usp-point__content {
    margin-top: 15px;
  }

  .swiper-wrapper {
    margin-bottom: 0;
  }

  .usp-point__img {
    width: 96px;
    height: 96px;
  }

  .usp-points__wrapper {
    margin-top: 40px;
  }

  .related-products {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .related-products__item {
    margin-bottom: 50px;
  }

  .related-products__teaser {
    max-height: 260px;
  }

  .footer__link {
    font-size: 16px;
  }

  .header__overlay {
    background-color: rgba(0, 0, 0, .1);
  }

  .header__content {
    top: 82%;
  }

  .header__headline {
    text-shadow: 0 0 rgba(0, 0, 0, 0);
  }

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

  .faq__head {
    margin-bottom: 44px;
  }

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

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

  .header__product-image {
    transform: translate(0, -550px);
  }

  .header__product-image--content {
    max-width: 350px;
    top: 41.5%;
    left: 50%;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .accordion__content {
    padding-right: 0;
  }

  .overlay__logos {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

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

  .header__product-image--content {
    max-width: 300px;
    top: 38.5%;
  }
}

@media screen and (max-width: 479px) {
  .headline-xl {
    font-size: 44px;
    line-height: 54px;
  }

  .headline-s {
    font-size: 21px;
    line-height: 32px;
  }

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

  .headline-m {
    flex-direction: column;
    font-size: 28px;
    line-height: 38px;
  }

  .link {
    font-size: 14px;
    line-height: 24px;
  }

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

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

  .button.button--highlight {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding: 12px 24px;
  }

  .headline-l {
    font-size: 34px;
    line-height: 38px;
  }

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

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

  .text-image__img {
    z-index: 1;
    position: relative;
  }

  .text-image__button {
    display: none;
  }

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

  .accordion {
    z-index: 1;
  }

  .overlay {
    display: none;
  }

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

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

  .product-info__img {
    z-index: 1;
  }

  .mobile-sticky-btn {
    z-index: 2;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 5px;
    left: 0%;
    right: 0%;
    transform: translate(0, 100px);
  }

  .usp-points, .related-products {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .footer__links {
    grid-column-gap: 11px;
  }

  .divider {
    flex: none;
  }

  .footer__link {
    font-size: 14px;
    line-height: 24px;
  }

  .product-info__teaser-img {
    width: 225px;
  }

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

  .header__button {
    text-align: center;
    display: none;
  }

  .header {
    height: 100vh;
    max-height: 700px;
    min-height: 700px;
  }

  .header__headline {
    text-align: left;
    margin-bottom: 64px;
  }

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

  .overlay__logos {
    margin-top: -20px;
    margin-bottom: 5px;
  }

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

  .overlay__logo-item._w-xs-80 {
    width: 80%;
  }

  .header__product-image {
    transform: translate(0, -450px);
  }

  .header__product-image--content {
    max-width: 250px;
    top: 41.5%;
  }
}


