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

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  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;
}

.legal.text-left {
  text-align: left;
}

.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;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.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: #144196;
}

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

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

.copy.text-primary-02 {
  color: #56b1f2;
}

.copy.text-primary-01 {
  color: #144196;
}

.link {
  color: #144196;
  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: 13px 24px;
  font-family: Fira Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  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;
}

.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;
  font-family: Fira Sans, sans-serif;
}

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

.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;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.col {
  flex: 1;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.col.col-7 {
  max-width: 58.3333%;
  flex-basis: 58.33%;
}

.header {
  width: 100%;
  height: 90dvh;
  max-height: 700px;
  background-color: #144196;
  transition: height .4s ease-in-out;
  position: relative;
}

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

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

.header-2 {
  width: 100%;
  height: 90dvh;
  max-height: 836px;
  background-color: #99bb3c;
  position: relative;
}

.header__content {
  width: 100%;
  color: #fff;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0%;
  right: 0%;
}

.headline-xl-2 {
  font-family: Open Sans, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 82px;
}

.headline-xl-2.text-text-02 {
  color: #fff;
}

.button-2 {
  background-color: #846ffb;
  background-image: url('../images/arrow-white-right.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2.75px solid #99bb3c;
  border-radius: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 13px 58px 13px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  transition: all .15s ease-in;
}

.button-2.button--highlight {
  color: #fff;
  background-color: #df5823;
  background-position: 87%;
  border: 0 #df5823;
  padding: 24px 72px 24px 32px;
}

.button-2.button--highlight:hover {
  color: #df5823;
  background-color: #fff;
  background-image: url('../images/arrow-primary-02-right.svg');
  border-color: #fff;
}

.header__gradient {
  width: 100%;
  height: 100%;
  max-height: 762px;
  max-width: 762px;
  opacity: .22;
  filter: blur(68px);
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%);
}

.header__button {
  margin-top: 32px;
  padding-bottom: 32px;
}

.header-3 {
  width: 100%;
  height: 90dvh;
  max-height: 836px;
  background-color: #99bb3c;
  position: relative;
}

.button-3 {
  background-color: #846ffb;
  background-image: url('../images/arrow-white-right.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2.75px solid #99bb3c;
  border-radius: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 13px 58px 13px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  transition: all .15s ease-in;
}

.button-3.button--highlight {
  color: #fff;
  background-color: #df5823;
  background-position: 87%;
  border: 0 #df5823;
  padding: 24px 72px 24px 32px;
}

.button-3.button--highlight:hover {
  color: #df5823;
  background-color: #fff;
  background-image: url('../images/arrow-primary-02-right.svg');
  border-color: #fff;
}

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

.text-image__img {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.body {
  color: #363636;
}

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

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

.text-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq__item {
  border-top: 1px solid #e3e3e3;
  border-radius: 2px;
}

.faq__accordion {
  width: 100%;
}

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

.faq__accordion-header.w--open {
  color: #56b1f2;
  font-weight: 700;
}

.icon {
  color: #56b1f2;
}

.hr {
  height: 2px;
  border-top: 1px solid #e3e3e3;
}

.faq__accordion-content {
  margin-bottom: 24px;
  padding-right: 8.33333%;
  position: relative;
}

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

.faq__head-content {
  margin-top: 40px;
}

.text-image__icon {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.ul {
  padding-left: 20px;
}

.footer__content {
  color: #144196;
  text-align: center;
  font-size: 12px;
}

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

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

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

.legal-infos {
  margin-top: 120px;
  margin-bottom: 120px;
}

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

.li {
  padding-bottom: 8px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  height: 100%;
}

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

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

.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: contain;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.overlay__logo-item {
  background-color: rgba(0, 0, 0, 0);
}

.overlay__logo-item.logo-plantur {
  width: 105px;
  height: 110px;
  background-image: url('../images/plantur39-logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
}

.overlay__logo-item.logo-amazon {
  width: 176px;
  height: 100px;
  background-image: url('../images/shops-united-kingdom-amazon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.overlay__container {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.overlay__wrapper {
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 50%;
  bottom: 50%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
  box-shadow: 0 2px 16px 2px rgba(0, 0, 0, .08);
}

.headline-s-2 {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.headline-s-2.text-primary-01 {
  color: #99bb3c;
}

.overlay__logo-headline {
  width: 100%;
}

.text-span {
  color: #144196;
  text-decoration: underline;
}

.header__headline {
  z-index: 2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .6);
  position: relative;
}

.mobil-sticky-button {
  text-align: center;
  display: none;
}

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

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

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

.copy-2.copy--bold {
  font-weight: 600;
}

.overlay__logo-item-2 {
  background-color: rgba(0, 0, 0, 0);
}

@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;
  }

  .header {
    max-height: 800px;
  }

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

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

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

  .faq__head {
    margin-bottom: 44px;
  }

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

  .legal-infos {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .overlay__logo-item.logo-plantur {
    width: 200px;
    height: 100px;
  }

  .overlay__logo-item.logo-amazon {
    width: 200px;
  }

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

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

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

@media screen and (max-width: 767px) {
  .overlay__logos {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

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

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

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

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

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

  .row {
    flex-wrap: wrap;
  }

  .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;
  }

  .col {
    max-width: 100%;
    flex-basis: 100%;
  }

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

  .header-2 {
    height: 100dvh;
  }

  .header__content {
    bottom: 20px;
  }

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

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

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

  .header__gradient {
    max-height: 566px;
    max-width: 566px;
    opacity: .18;
    filter: blur(35px);
    top: -50%;
    left: 30%;
  }

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

  .header-3 {
    height: 100dvh;
  }

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

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

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

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

  .faq__accordion {
    z-index: 1;
  }

  .faq__head-content {
    text-align: left;
    margin-top: 24px;
  }

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

  .divider {
    flex: none;
  }

  .legal-infos {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .text-image__button {
    display: none;
  }

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

  .overlay__logo-item {
    width: 96px;
  }

  .overlay__logo-item.logo-plantur {
    width: 80px;
    height: 80px;
  }

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

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

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

  .header__headline {
    margin-bottom: 64px;
  }

  .mobil-sticky-button {
    z-index: 2;
    opacity: 0;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0, 105%);
  }

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

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


