.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section {
  background-color: #f9fafb;
  padding: 48px 340px;
  position: static;
  overflow: visible;
}

.section.padding-large {
  padding-left: 300px;
  padding-right: 300px;
}

.section.padding-large.green-bg {
  background-color: #edfcf5;
  border-bottom: 1px solid #aeecce;
  padding: 24px 340px;
  overflow: visible;
}

.section.padding-min {
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: visible;
}

.section.padding-mid {
  padding-left: 280px;
  padding-right: 280px;
}

.container {
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: none;
}

.header {
  justify-content: center;
  align-items: center;
  height: 96px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 12px;
  width: auto;
  height: 100%;
}

.image.bottom-radius-0px {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.image.border-radius-0px {
  border-radius: 0;
}

.image.square-image-min {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 200px;
  max-height: none;
}

.heading {
  background-color: #3bc18d;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.heading-text {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
}

.text-22px {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 150%;
}

.text-22px.poppins-extra-bold {
  font-family: Poppins, sans-serif;
  font-weight: 800;
}

.text-22px.poppins-extra-bold.text-color-purple {
  color: #339;
}

.text-22px.text-color-gray {
  color: #727272;
  margin-bottom: 0;
}

.text-22px.text-weight-medium {
  font-weight: 500;
}

.text-22px.text-weight-medium.text-centre {
  text-align: center;
}

.text-22px.text-weight-semibold {
  font-weight: 600;
}

.text-22px.text-weight-semibold.text-color-purple {
  color: #339;
}

.underline {
  text-decoration: underline;
}

.text-wrap {
  color: #000;
  width: auto;
  min-width: auto;
  max-width: none;
  display: block;
}

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

.text-wrap.top-margin-24px.padding-16px {
  padding-left: 16px;
  padding-right: 16px;
}

.text-wrap.top-margin-24px.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-wrap.width-50 {
  width: 50%;
}

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

.text-wrap.align-center.margin-16px {
  margin-top: 16px;
  padding-bottom: 16px;
}

.text-wrap.left-border {
  border-left: 1px solid #e5e7eb;
}

.text-wrap.left-border.left-padding-24px {
  padding-left: 24px;
}

.text-wrap.padding-16px {
  padding: 16px;
}

.text-wrap.padding-16px.top-border-gray {
  border-top: 1px solid #e5e7eb;
}

.text-wrap.padding-16px.top-border-gray.white-bg {
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.text-wrap.top-margin-16px {
  margin-top: 16px;
}

.text-wrap.top-margin-16px.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-wrap.top-margin-64px {
  margin-top: 64px;
}

.text-40px {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
}

.text-40px.poppins-medium {
  font-weight: 500;
}

.text-40px.poppins-medium.text-color-black {
  color: #000;
}

.text-40px.droid-serif {
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.text-40px.regular {
  font-weight: 400;
}

.text-40px.extrabold-text {
  font-weight: 800;
}

.flex-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.flex-vertical.gap-4px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  width: 100%;
  min-width: auto;
}

.flex-vertical.top-margin-24px {
  margin-top: 24px;
}

.flex-vertical.top-margin-24px.padding-16px {
  flex-flow: row;
}

.flex-vertical.top-margin-24px.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-vertical.top-margin-32px {
  margin-top: 32px;
}

.flex-vertical.gap-0px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 100%;
}

.flex-vertical.gap-0px.align-center {
  justify-content: center;
  align-items: center;
}

.flex-vertical.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-vertical.gap-12px.padding-16px {
  position: absolute;
  inset: auto 0% 0%;
}

.flex-vertical.gap-12px.padding-16px.static {
  position: static;
}

.flex-vertical.align-center {
  align-items: center;
}

.flex-vertical.padding-16px {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.flex-vertical.padding-16px.bottom-radius-12px {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.flex-vertical.padding-16px.height-space-between {
  justify-content: space-between;
  height: auto;
  display: inline-flex;
}

.flex-vertical.padding-16px.top-margin-24px.f-h {
  flex-flow: column;
}

.flex-vertical.top-margin-16px {
  margin-top: 16px;
}

.flex-vertical.width-auto {
  min-width: auto;
  max-width: none;
}

.avatar {
  object-fit: cover;
  border-radius: 100px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.avatar-wrapper {
  width: 86px;
  min-width: 86px;
  max-width: 86px;
  height: 86px;
  min-height: 86px;
  max-height: 86px;
}

.avatar-wrapper.avatar-size-large {
  width: 102px;
  min-width: 102px;
  max-width: 102px;
  height: 102px;
  min-height: 102px;
  max-height: 102px;
}

.avatar-wrapper.avatar-size-large2 {
  width: 145px;
  min-width: 145px;
  max-width: 145px;
  height: 145px;
  min-height: 145px;
  max-height: 145px;
}

.avatar-wrapper.avar-size-mid {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
}

.avatar-wrapper.avatar-size-64px {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}

.avatar-wrapper.avatar-min {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

.author {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid #ededed;
  border-left: 1px #000;
  border-right: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 8px 24px;
  display: flex;
}

.author.margin-12px {
  margin-top: 12px;
  margin-bottom: 12px;
}

.text-14px {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-14px.italic {
  font-style: italic;
  font-weight: 400;
}

.text-14px.italic.text-color-gray {
  color: #7a7aa1;
}

.text-14px.italic.text-color-gray.align-center {
  text-align: center;
}

.text-14px.poppins-regular {
  font-family: Poppins, sans-serif;
}

.text-14px.poppins-regular.text-color-gray {
  color: #374151;
  text-align: center;
}

.text-14px.poppins-regular.text-color-green {
  color: #0e5741;
}

.image-2 {
  object-fit: cover;
  width: 800px;
  height: 450px;
}

.image-2.size-auto {
  width: 100%;
  height: auto;
}

.image-2.size-auto.shadow {
  box-shadow: -4px -4px 12px #0000003b;
}

.image-2.size-auto.black-border {
  width: auto;
}

.image-2.height-600px {
  width: auto;
  height: 600px;
}

.image-2.height-600px.black-border {
  border: 2px solid #000;
  border-radius: 0;
}

.image-2.size-100 {
  width: 100%;
  height: 100%;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  margin-top: 24px;
  display: flex;
}

.image-wrapper.size-auto {
  height: auto;
}

.image-wrapper.size-auto.margin-0px {
  height: auto;
  margin-top: 0;
}

.image-wrapper.size-auto.margin-0px.black-border, .image-wrapper.size-auto.black-border {
  border: 2px solid #000;
}

.image-wrapper.top-margin-0px {
  margin-top: 0;
}

.image-wrapper.top-margin-0px.relative {
  flex-flow: column;
  height: auto;
  position: relative;
}

.image-wrapper.top-margin-0px.relative.height-340px {
  height: 340px;
}

.image-wrapper.top-margin-0px.relative.height-340px.bottom-border {
  border-bottom: 1px solid #e5e7eb;
}

.image-wrapper.top-margin-0px.height-auto {
  height: auto;
}

.image-wrapper.top-margin-0px.black-border {
  border: 2px solid #000;
  border-radius: 0;
}

.image-wrapper.height-auto {
  height: auto;
}

.text-18px {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-18px.align-center {
  text-align: center;
}

.text-18px.poppins {
  font-family: Poppins, sans-serif;
}

.text-18px.poppins.text-color-gray700 {
  color: #374151;
}

.text-18px.poppins.light {
  font-weight: 300;
}

.text-18px.poppins-sb {
  font-family: Poppins, sans-serif;
}

.text-18px.poppins-sb.text-color-white {
  color: #fff;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.text-18px.poppins-medium {
  white-space: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-decoration-thickness: 0;
}

.text-18px.poppins-medium.text-color-white {
  color: #fff;
}

.text-18px.droid-serif {
  font-family: Droid Serif, serif;
}

.text-18px.poppins-bold, .bold-text {
  font-weight: 700;
}

.paragraph-wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.paragraph-wrapper.margin-0px {
  margin-top: 0;
}

.paragraph-wrapper.top-margin-48px {
  margin-top: 48px;
}

.paragraph-wrapper.top-margin-12px {
  margin-top: 12px;
}

.text-28px {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 150%;
}

.text-28px.poppins-semibold {
  font-weight: 600;
}

.text-28px.text-color-purple {
  color: #339;
}

.text-16px {
  color: #000;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
  display: inline-block;
}

.text-16px.align-center {
  font-family: Open Sans, sans-serif;
}

.text-16px.align-center.text-color-blue {
  color: #183172;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

.text-16px.text-color-gray {
  color: #4b5563;
  line-height: 150%;
}

.text-16px.text-color-gray.align-center {
  text-align: center;
}

.text-16px.text-color-gray.align-center.poppins {
  font-family: Poppins, sans-serif;
}

.text-16px.text-weight-medium, .text-16px.poppins-medium {
  font-weight: 500;
}

.text-16px.poppins-medium.text-color-gray {
  color: #4b5563;
}

.text-16px.poppins-medium.align-center {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.text-16px.poppins-medium.text-color-dark-green {
  color: #0c4837;
}

.text-16px.text-color-green {
  color: #0e5741;
}

.text-16px.text-color-green.poppins-medium {
  font-weight: 500;
}

.text-16px.text-color-white {
  color: #fff;
}

.text-color-red {
  color: red;
  font-weight: 700;
}

.info-block {
  background-color: #c9dced;
  border: 2px dashed #000;
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
}

.info-block.yellow-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fffbd1;
  border-color: #dbd26c;
  flex-flow: row;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.info-block.margin-0px {
  margin-top: 0;
  margin-bottom: 0;
}

.image-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 48px;
  display: flex;
}

.item.margin-0px {
  margin-top: 0;
}

.info-block2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #c5ffdf;
  flex-flow: column;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
}

.info-block2.color-yellow {
  background-color: #fffbd1;
}

.info-block2.color-yellow.margin-0px, .info-block2.margin-0px {
  margin-top: 0;
  margin-bottom: 0;
}

.info-block2.margin-0px.color-red {
  background-color: #ffe5e5;
}

.info-block2.top-margin-12px {
  margin-top: 12px;
}

.content-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.content-wrap.top-margin-48px {
  margin-top: 48px;
}

.content-wrap.top-border {
  border-top: 1px solid #b4b6bb;
  margin-top: 0;
  padding-top: 12px;
}

.div-block {
  border-radius: 100px;
  width: 102px;
  height: 102px;
}

.image-3 {
  border-radius: 100px;
}

.testimonial-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-20px {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.text-20px.text-weight-semi-bold, .text-20px.open-sans-sb {
  font-weight: 600;
}

.text-20px.poppins-medium {
  white-space: normal;
  word-break: normal;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-20px.poppins-medium.text-color-green {
  color: #0e5741;
}

.text-20px.poppins-medium.strikethrough {
  text-decoration: line-through;
}

.text-20px.poppins-medium.text-color-red {
  color: #d11010;
}

.text-20px.poppins-medium.texxt-color-white {
  color: #fff;
}

.text-20px.poppins-medium.text-color-gray.width-600px {
  width: 600px;
}

.text-20px.text-align-center {
  text-align: center;
}

.icon {
  display: flex;
}

.icon._44-44px {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
}

.icon._20-20px {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
}

.icon._24-24px {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.code-embed {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.icons-wfrapper {
  flex-flow: row;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-size-24px {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.text-size-24px.open-sans-sb {
  margin-bottom: 0;
  font-weight: 600;
}

.text-size-24px.poppins-medium {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-size-24px.poppins-medium.text-color-green {
  color: #128961;
  display: inline-block;
}

.text-size-24px.poppins-medium.text-color-white {
  color: #fff;
}

.testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  flex-flow: row;
  padding: 16px;
  display: flex;
}

.testimonial.top-margin-48px {
  margin-top: 48px;
}

.testimonial.top-margin-48px.flex-vertical {
  flex-flow: column;
}

.testimonial.top-margin-48px.flex-vertical:hover {
  box-shadow: 0 1px 8px 1px #0000003b;
}

.testimonial.flex-vertical {
  flex-flow: column;
  text-decoration: none;
}

.testimonial.flex-vertical:hover {
  box-shadow: 0 1px 8px 1px #0003;
}

.testimonial-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.button {
  color: #000;
  background-image: linear-gradient(#f5d78b, #f0c14b);
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  display: flex;
}

.button.green-button {
  color: #fff;
  background-color: #34bc86;
  background-image: none;
  font-family: Poppins, sans-serif;
}

.button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.button-wrapper.top-margin-24px {
  margin-top: 24px;
}

.info-block3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #efefef;
  border-radius: 4px;
  padding: 24px;
  display: flex;
}

.info-block3.lime-block {
  background-color: #feffd9e0;
  border: 2px solid #000;
  border-radius: 0;
  flex-flow: column;
}

.text-size-23px {
  font-family: Poppins, sans-serif;
  font-size: 23px;
  line-height: 150%;
}

.text-size-23px.poppins-sb {
  font-weight: 600;
}

.stroke-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 2px solid #c4c4c4;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer {
  background-color: #000;
  padding: 12px 140px;
}

.link-white {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-5 {
  display: inline-block;
}

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-2 {
  width: auto;
  max-width: none;
}

.article-content {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  padding: 24px;
  display: flex;
}

.article-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: none;
  display: flex;
}

.article-product-card {
  width: 52%;
  max-width: none;
  display: block;
  position: static;
}

.article-product-card.side {
  display: block;
}

.flex-horizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal.gap-0px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-horizontal.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-horizontal.gap-16px.top-margin-16px {
  margin-top: 16px;
}

.flex-horizontal.gap-16px.top-margin-24px {
  margin-top: 24px;
}

.flex-horizontal.gap-16px.align-center {
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal.gap-16px.align-center.width-50 {
  width: 50%;
}

.flex-horizontal.gap-16px.align-center.padding-16px {
  padding: 16px;
}

.flex-horizontal.gap-16px.align-center.padding-16px.bottom-border {
  border-bottom: 1px solid #e5e7eb;
}

.flex-horizontal.gap-16px.align-center.padding-16px {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 16px;
}

.flex-horizontal.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-horizontal.gap-12px.top-margin-24px {
  margin-top: 24px;
}

.flex-horizontal.space-between {
  justify-content: space-between;
  align-items: center;
  width: auto;
}

.flex-horizontal.space-between.top-border {
  border-top: 1px solid #e5e7eb;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 24px;
}

.flex-horizontal.space-between.full-width {
  width: 100%;
}

.flex-horizontal.space-between.top-margin-24px {
  margin-top: 24px;
}

.flex-horizontal.align-top-right {
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-horizontal.green-bg {
  background-color: #0e6e51;
  padding: 16px;
}

.flex-horizontal.author-mob {
  display: none;
}

.article-image-wrapper {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.article-image-wrapper.top-margin-24px {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
  overflow: hidden;
}

.article-image-wrapper.top-margin-32px {
  margin-top: 32px;
}

.article-image-wrapper.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.poppins-sb {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.article-text-wrapper {
  margin-top: 0;
}

.article-text-wrapper.top-margin-72px {
  margin-top: 72px;
}

.article-text-wrapper.top-margin-24px, .article-text-wrapper.top-margin-24px-copy {
  margin-top: 24px;
}

.article-text-wrapper.top-margin-16px {
  margin-top: 16px;
}

.article-text-wrapper.top-margin-40px {
  margin-top: 40px;
}

.article-text-wrapper.align-center {
  text-align: center;
}

.article-image-with-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.article-image-with-text.green-bg {
  background-color: #edfcf5;
}

.article-image-with-text.green-bg.gap-0px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 16px;
}

.text-32px {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}

.text-32px.align-center {
  text-align: center;
}

.text-32px.droid-serif {
  font-family: Droid Serif, serif;
}

.text-32px.regular {
  font-weight: 400;
}

.text-32px.regular.center {
  text-align: center;
}

.article-section {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 72px;
}

.testimonial-image {
  border-radius: 12px;
  width: 60%;
  height: 100%;
}

.testimonial-content {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.testimonial-content.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.article-testimonial-heading {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.article-testimonial-heading.with-avatar {
  flex-flow: row;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 16px;
  height: 100%;
}

.image-4.top-radius-12px {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 12px 12px 0 0;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
}

.image-4._100 {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: clip;
}

.image-4.height-300px {
  height: 400px;
  overflow: clip;
}

.image-4.height-300px.top-margin-24px {
  border-radius: 16px;
  margin-top: 24px;
  overflow: clip;
}

.image-4.radius-0px {
  border-radius: 0;
}

.number {
  background-color: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 10px;
  display: flex;
}

.number.green-bg {
  background-color: #128961;
  border-color: #128961;
}

.large-card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px;
}

.large-card.top-margin-16px {
  margin-top: 16px;
}

.card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px;
}

.card.full-width {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #128961;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 22px;
  text-decoration: none;
  display: inline-flex;
}

.primary-button:hover, .primary-button:active {
  background-color: #043f2b;
}

.primary-button:focus {
  background-color: #128961;
}

.primary-button.only-icon {
  width: 56px;
  height: 56px;
}

.primary-button.only-icon._40-40px {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 12px;
}

.primary-button.full-width {
  width: 100%;
}

.green-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #edfcf5;
  border: 1px solid #d5f6e4;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.green-block.top-margin-24px {
  margin-top: 24px;
}

.green-block.top-margin-24px.without-icon {
  width: 100%;
  overflow: visible;
}

.green-block.without-icon.padding-12px {
  padding: 12px;
}

.green-block2 {
  background-color: #edfcf5;
  border: 1px solid #d5f6e4;
  border-radius: 16px;
  padding: 16px;
}

.green-block2.top-margin-24px {
  margin-top: 24px;
}

._3-columns-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-columns-grid.top-margin-24px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
}

._3-columns-grid.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

._3-columns-grid.gap-8px.top-margin-24px {
  margin-top: 24px;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.feature-card.align-center {
  justify-content: flex-start;
  align-items: center;
}

.feature-card.align-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  border-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.secondary-button-gray {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  display: inline-flex;
}

.secondary-button-gray.icon-only {
  width: 42px;
  height: 42px;
}

.list-link-item {
  color: #0e6e51;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
  list-style-type: decimal;
}

.list-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.list-link-wrap.top-margin-32px {
  margin-top: 32px;
}

.quellen {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.product-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  flex-flow: column;
  padding: 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.product-card.cta-mobile {
  display: none;
}

.product-card.advertorial-2 {
  display: block;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buttons-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-24px {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.text-24px.text-color-black {
  color: #000;
  font-size: 24px;
  line-height: 150%;
}

.text-24px.text-color-black.poppins-medium {
  margin-bottom: 0;
  font-weight: 500;
}

.text-24px.poppins-sb {
  margin-bottom: 0;
}

.text-24px.droid-serif {
  font-family: Droid Serif, serif;
}

.text-24px.center {
  text-align: center;
}

.container-offerpage {
  max-width: none;
}

.container-offerpage.top-margin-24px {
  margin-top: 24px;
}

.container-offerpage.top-margin-16px {
  margin-top: 16px;
}

.image-wrap-100-100px {
  width: 100px;
  height: 100px;
}

.quality-block {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 16px;
  display: flex;
}

.white-block {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
}

.white-block.top-margin-24px {
  margin-top: 24px;
}

.slider-wrap {
  height: 540px;
  padding-left: 200px;
  padding-right: 200px;
}

.slider-wrap.top-margin-40px {
  height: auto;
  margin-top: 40px;
  padding-left: 140px;
  padding-right: 140px;
}

.slider-wrap.top-margin-40px.flex-vertical.align-center {
  padding-left: 120px;
  padding-right: 120px;
}

.slider {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #ddd0;
  border-radius: 16px;
  width: auto;
  height: auto;
}

.slide {
  background-color: #fff;
  background-image: url('../images/1.2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}

.slide.venen-1 {
  background-image: url('../images/1.avif');
}

.slide.bl-1 {
  background-image: url('../images/Bluetenrein_Leber-Komplex_Titelbild_8d50e25d-b837-4f5c-b01a-c8daa8daca9b_540x.webp');
}

.slide._w-1 {
  background-image: url('../images/Wasserbalance_Brennessel-Komplex_Titelbild_a2580239-5b1e-4823-90a2-da715729f3ae_540x.avif');
}

.slide.wech-1 {
  background-image: url('../images/wechselwunder-1.avif');
}

.slide.f-1 {
  background-image: url('../images/Flammengarde-1.avif');
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/2.2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}

.slide-2.venen-2 {
  background-image: url('../images/2.avif');
}

.slide-2.bl-2 {
  background-image: url('../images/bluetenrein_leber-komplex_inhaltsstoffe1_540x.avif');
}

.slide-2._w-2 {
  background-image: url('../images/Wasserbalance_Brennessel-Komplex_hochwertige_Inhaltsstoffe_540x.avif');
}

.slide-2.wech-2 {
  background-image: url('../images/wechselwunder-2.avif');
}

.slide-2.f-2 {
  background-image: url('../images/Flammengarde-22.avif');
}

.slide-3 {
  background-image: url('../images/3.3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}

.slide-3.venen-4, .slide-3.venen-3 {
  background-image: url('../images/3.2.webp');
}

.slide-3.bl-3 {
  background-image: url('../images/A_B_Test_PDP_CNT_315_Naehrwerttabelle_BLRE.webp');
}

.slide-3._w-3 {
  background-image: url('../images/wasser-3.webp');
}

.slide-3.wech-3 {
  background-image: url('../images/wechselwunder-3.webp');
}

.slide-3.f-3 {
  background-image: url('../images/Flammengarde-3.webp');
}

.slide-4 {
  background-image: url('../images/4.2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e7eb;
}

.slide-4.venen-4 {
  background-image: url('../images/4.avif');
}

.slide-4.bl-4 {
  background-image: url('../images/Bluetenrein_Leber-Komplex_Wirkung_540x.webp');
}

.slide-4._w-4 {
  background-image: url('../images/Wasserbalance_Brennessel-Komplex_Moodbild_Wirkung_Haende_540x.avif');
}

.slide-4.wech-4 {
  background-image: url('../images/wechselwunder-4.avif');
}

.slide-4.f-4 {
  background-image: url('../images/Flammengarde-4.avif');
}

.slide-5 {
  background-image: url('../images/5.2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e7eb;
}

.slide-5.venen-5 {
  background-image: url('../images/5.avif');
}

.slide-5.bl-5 {
  background-image: url('../images/Bluetenrein_Leber-Komplex_Vergleichstabelle_d291d8ff-e793-4d5c-bce4-04a3db0c0055_540x.webp');
}

.slide-5._w-5 {
  background-image: url('../images/Wasserbalance_Brennessel-Komplex_Qualitaet_540x.avif');
}

.slide-5.wech-5 {
  background-image: url('../images/wechselwunder-5.avif');
}

.slide-5.f-5 {
  background-image: url('../images/Flammengarde-5.avif');
}

.slide-6 {
  background-image: url('../images/6.2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e7eb;
}

.slide-6.venen-6 {
  background-image: url('../images/6.avif');
}

.slide-6.bl-6 {
  background-image: url('../images/Bluetenrein_Leber-Komplex_Alle-Vorteile_540x.webp');
}

.slide-6._w-6 {
  background-image: url('../images/Wasserbalance_Brennessel-Komplex_Moodbild_540x.avif');
}

.slide-6.wech-6 {
  background-image: url('../images/wechselwunder-6.avif');
}

.slide-6.f-6 {
  background-image: url('../images/Flammengarde-6.avif');
}

.slide-nav {
  height: 32px;
}

.slider-mask {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: static;
}

.testimonial-offerpage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.testimonial-offerpage-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.logos-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logos-wrap.top-margin-24px {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-top: 24px;
}

.logo-image {
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
}

._2-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-columns.top-margin-40px {
  margin-top: 40px;
}

._3-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._3-columns.top-margin-40px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 40px;
}

.product-card-2 {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  height: auto;
  position: relative;
}

.product-card-2.static {
  width: 100%;
  min-height: auto;
  max-height: none;
  position: static;
}

.strikethough {
  text-decoration: line-through;
}

.badge {
  background-color: #edfcf5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 12px 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.badge.light-green-bg {
  background-color: #afeeaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.badge.sale {
  background-color: #1faa79;
  border-radius: 100px;
  width: 104px;
  height: 104px;
  inset: auto auto 16px 0;
}

._5-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 149.484px;
  display: grid;
}

.image-logos-wrap {
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
}

.image-logos-wrap.top-margin-24px {
  margin-top: 24px;
}

._2-columns-0px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.image-wrap._40-40px {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

.image-wrap.align-center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-wrap.full-width-image.border-gray {
  border-top: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.full-width-image {
  width: 100%;
  height: auto;
}

.full-width-image.top-border {
  border-top: 1px solid #e5e7eb;
}

.white-block2 {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.white-block2.top-margin-40px {
  margin-top: 40px;
}

._2-columns-2-rows {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-columns-2-rows.top-margin-48px {
  margin-top: 48px;
}

.text-color-green {
  color: #0e5741;
}

.text-color-green.text-weight-sb {
  font-weight: 600;
}

.link {
  color: #0e5741;
  font-weight: 600;
  text-decoration-color: #0e5741;
}

.div-block-7 {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px 0;
}

.image-5 {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.image-5.bottom-border-0px {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.trustpilot {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.trustpilot.top-amrgin-40px {
  margin-top: 40px;
  padding-left: 25%;
  padding-right: 25%;
}

.dropdown {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
}

.dropdown.top-margin-16px {
  margin-top: 16px;
}

.faq-wrap {
  max-width: none;
  padding-left: 120px;
  padding-right: 120px;
}

.faq-wrap.top-margin-24px {
  margin-top: 24px;
}

.faq-wrap.top-margin-40px {
  margin-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
}

.dropdown-toggle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
  padding: 16px;
}

.dropdown-list.w--open {
  border-top: 1px solid #e5e7eb;
  position: static;
}

.icon-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: 0;
  position: static;
}

.div-block-9 {
  display: flex;
}

.div-block-10 {
  padding: 16px;
}

.quote-text-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-top-right-radius: 0;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.quote-ttile-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0e6e51;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.quote {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-relative {
  background-image: url('../images/6746525e7abc37a1baef6718_team_new.webp');
  background-position: 50% -54%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 16px;
  width: 100%;
  position: relative;
  top: -80px;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.countdown-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.countdown-number {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
  display: inline-flex;
}

.countdown-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 23.1%;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 12px;
  display: inline-flex;
}

.countdown-label {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 150%;
}

.tertiary-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttons-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.container-small {
  max-width: none;
  margin-top: 24px;
}

.side-tab {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px;
}

.link-block {
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding: 12px;
  text-decoration: none;
}

.link-block:hover {
  background-color: #f3f4f6;
}

.link-block.top-margin-12px {
  margin-top: 12px;
}

.tertiary-button-gray {
  color: #374151;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 12px 16px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.tertiary-button-gray:hover {
  font-weight: 600;
}

.tertiary-button-gray:active, .tertiary-button-gray:focus {
  background-color: #f3f4f6;
  font-weight: 600;
}

.tertiary-button-gray:focus-visible, .tertiary-button-gray[data-wf-focus-visible] {
  font-weight: 600;
}

.tertiary-button-gray.top-margin-12px {
  background-color: #fff;
  margin-top: 12px;
}

.tertiary-button-gray.top-margin-12px:hover {
  background-color: #f3f4f6;
  font-weight: 600;
}

.tertiary-button-gray.top-margin-12px:active, .tertiary-button-gray.top-margin-12px:focus {
  font-weight: 600;
}

.slide-7 {
  background-image: url('../images/7.2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e7eb;
}

.slide-7.venen-7 {
  background-image: url('../images/7.avif');
}

.slide-7.bl-7 {
  background-image: url('../images/Bluetenrein_Leber-Komplex_Laborzertifikat_cecef56e-e3c9-4016-833d-ac0156fff357_540x.webp');
}

.slide-7._w-7 {
  background-image: url('../images/Wasserbalance_Brennessel-Komplex_AlleVorteile_d0570cdc-9f37-4240-a194-7a30a13caac0_540x.avif');
}

.slide-7.wech-7 {
  background-image: url('../images/wechselwunder-7.avif');
}

.slide-7.f-7 {
  background-image: url('../images/Flammengarde-7.avif');
}

.slide-8 {
  background-image: url('../images/8.3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e7eb;
}

.slide-8.venen-8 {
  background-image: url('../images/8.2.avif');
}

.slide-8.bl-8 {
  background-image: url('../images/Bluetenrein_Leber-Komplex_Testimonials_c08d07f9-0649-40a4-bd3b-9ddcf61177aa_540x.webp');
}

.slide-8._w-8 {
  background-image: url('../images/Wasserbalance_Brennessel-Komplex_Laborgeprueft_ff90f6c7-7567-4247-9464-5de91d1dee8c_540x.avif');
}

.slide-8.wech-8 {
  background-image: url('../images/wechselwunder-8.avif');
}

.slide-8.f-8 {
  background-image: url('../images/Flammengarde-8.avif');
}

.slide-9 {
  background-image: url('../images/9.1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e7eb;
}

.slide-9.venen-9 {
  background-image: url('../images/9.avif');
}

.slide-9.bl-9 {
  background-image: url('../images/Bluetenrein_Leber-Komplex_Etikett-02_540x.webp');
}

.slide-9._w-9 {
  background-image: url('../images/Wasserbalance_Brennnessel-Komplex_Testimonials_DE_540x.avif');
}

.slide-9.wech-9 {
  background-image: url('../images/wechselwunder-9.avif');
}

.slide-9.f-9 {
  background-image: url('../images/Flammengarde-9.avif');
}

.italic {
  color: #374151;
  font-style: italic;
  font-weight: 500;
}

.quote-2 {
  border-left: 4px solid #128961;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}

.quote-2.margin-16px {
  background-color: #f9fafb;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: auto;
  min-width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 12px;
}

.slider-badge {
  background-color: #3bc18d;
  border-radius: 12px;
  padding: 12px 16px;
}

.nav-logo {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-text {
  color: #fff;
  text-transform: uppercase;
  background-color: #b57426;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.update-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #e01f21;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-poppins {
  color: #000;
  background-color: #fdf8f6;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.update-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff6ef;
  border: 1px solid #b57426;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.article-block {
  width: 100%;
  max-width: 768px;
}

.article-block.v2 {
  max-width: 820px;
  padding: 1rem;
  position: relative;
  box-shadow: 0 0 16px #0000001a;
}

.article-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.article-wrap.bg-white {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
}

.article-prod {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff6ef;
  border: 1px solid #b57426;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 380px;
  padding: 1rem;
  display: block;
}

.button2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  background-color: #b57426;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  display: flex;
  box-shadow: inset -3px -1px 4px #00000040;
}

.quote-block {
  color: #06381d;
  background-color: #edfcf5;
  border: 1px solid #d5f6e4;
  border-left: 6px solid #ade5c7;
  border-radius: 12px;
  margin-top: 1rem;
  padding: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.article-info {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  flex-flow: column;
  margin-top: 2rem;
  padding: 1rem;
  display: flex;
}

.article-info.v2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.article-info.info-box {
  background-color: #edfcf5;
  border: 1px solid #d5f6e4;
  border-radius: 12px;
}

.rating {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  background-color: #edfcf5;
  border: 1px solid #d5f6e4;
  border-radius: 12px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.rating-star-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.rating-star-wrap.first {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.rating-text {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.text-13px {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.text-13px.rating-number {
  width: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-13px p {
  margin-bottom: 10px;
}

.line {
  background-color: #d5f6e4;
  width: 1px;
}

.rating-stars {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.rating-stars.gap-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.rating-bar {
  background-color: #26b52b1a;
  border-radius: 100px;
  flex: 1;
  height: 16px;
}

.rating-bar._92 {
  background-color: #32a358;
  border-radius: 100px;
  width: 92%;
}

.rating-bar._6 {
  background-color: #32a358;
  width: 6%;
}

.rating-bar._1 {
  background-color: #32a358;
  width: .7%;
}

.review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #edfcf5;
  border: 1px solid #d5f6e4;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 1rem;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.review-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: grid;
  box-shadow: 0 0 8px #0000001a;
}

.review-gallery.top-margin-16px {
  margin-top: 16px;
}

.rating-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.badge-block {
  color: #b57426;
  background-color: #fff6ef;
  border: 1px solid #b57426;
  align-self: flex-start;
  padding: 8px;
}

.absolute-text {
  color: #b5742666;
  font-size: 14px;
  position: absolute;
  inset: 12px 16px auto auto;
}

.socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #4a66ad;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.social-button.facebook {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-button.twitter {
  background-color: #000;
}

.social-button.email {
  background-color: #7d7d7d;
}

.social-button.whatsup {
  background-color: #65d072;
}

.social-button.share {
  background-color: #a2ce54;
}

.article-text h1, .article-text h2, .article-text h3 {
  font-weight: 400;
}

.article-text h4 {
  font-weight: 600;
}

.article-text p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.article-text li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.article-text blockquote {
  color: #b57426;
  background-color: #fff6ef;
  border: 1px solid #b57426;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.article-text a {
  color: #b57426;
  font-weight: 500;
  text-decoration: none;
}

.avatar-block {
  border-radius: 500px;
  justify-content: center;
  align-items: flex-end;
  width: 120px;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-info {
  background-color: #ffe6c7;
  border: 1px solid #b57426;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.video {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  width: 100%;
}

.data {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.body {
  overflow: visible;
}

.body-2, .body-3, .body-4, .body-5, .body-6, .body-7 {
  overflow: hidden;
}

.countdown-text {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.quote-text {
  color: #06381d;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.link-green {
  color: #0e5741;
  font-weight: 600;
}

.text-span {
  font-family: Poppins, sans-serif;
}

.image-6 {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.image-and-video {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.background-video {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bg-video {
  z-index: 9999;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 400px;
  min-height: auto;
  max-height: none;
}

.floating-cta {
  padding-top: 4px;
  display: none;
}

.icon-wrap {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}

.icon-wrap.icon-mid {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

.text-color-yellow {
  color: #b8760c;
  font-weight: 600;
}

.rich-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.rich-text.text-size-16px {
  font-size: 16px;
}

.faq-title {
  white-space: normal;
  word-break: normal;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.faq-question {
  background-color: #efefef;
  border-bottom: 1px #cecfd3;
  width: 100%;
  display: flex;
}

.faq2 {
  border-bottom: 1px solid #cecfd3;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.icon-3 {
  margin-left: 0;
  position: relative;
  rotate: -90deg;
}

.faq-answer {
  background-color: #fff0;
  position: static;
}

.faq-answer.w--open {
  background-color: #fff;
  margin-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-wrap-2 {
  margin-top: 24px;
}

.button-wrap.top-margin-16px {
  margin-top: 16px;
}

.answer-block {
  background-color: #efefef;
  border-radius: 12px;
  padding: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.answer-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.answer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #dfdfe2;
  padding-bottom: 16px;
  display: flex;
}

.answer.border-0px {
  border-bottom-style: none;
}

.answer-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.answer-data {
  font-family: Poppins, sans-serif;
}

.label {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.form {
  margin-top: 12px;
  margin-bottom: 0;
}

.checkbox-field {
  margin-top: 12px;
  margin-bottom: 12px;
}

.text-field, .textarea {
  margin-bottom: 12px;
}

.submit-button {
  background-color: #000;
  padding: 12px 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.submit-button:hover {
  background-color: #b10e9b;
  border: 1px solid #000;
  padding: 12px 16px;
}

.yellow-block {
  background-color: #fffbd1;
  border-bottom: 2px #000;
  padding: 24px;
  box-shadow: 4px 4px 0 1px #000;
}

.yellow-block.align-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.answers-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.slide-1 {
  background-image: url('../images/10.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1920px) {
  .section {
    padding: 16px 500px;
  }

  .section.padding-large {
    padding-left: 400px;
    padding-right: 400px;
  }

  .section.padding-large.green-bg {
    padding-left: 500px;
    padding-right: 500px;
  }

  .section.padding-min {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.padding-mid {
    padding-left: 320px;
    padding-right: 320px;
  }

  .image.square-image-min {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 264px;
    min-height: 264px;
    max-height: 264px;
  }

  .text-22px {
    color: #242323;
  }

  .text-22px.text-weight-medium.text-centre {
    text-align: center;
  }

  .flex-vertical.align-center.top-margin-12px {
    margin-top: 12px;
  }

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

  .text-14px, .text-14px.poppins-regular.text-color-gray {
    font-size: 16px;
  }

  .image-2.size-auto {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }

  .image-wrapper.size-auto {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .paragraph-wrapper.top-margin-12px {
    margin-top: 12px;
  }

  .text-28px {
    font-weight: 700;
  }

  .text-16px {
    font-size: 16px;
  }

  .info-block.yellow-block {
    margin-bottom: 24px;
  }

  .article-container {
    max-width: none;
  }

  .article-product-card.side {
    width: 45%;
  }

  .image-4.top-radius-12px {
    object-fit: contain;
  }

  .primary-button.only-icon._40-40px {
    padding-top: 2px;
  }

  .quality-block {
    justify-content: center;
    align-items: center;
  }

  .slider-wrap.top-margin-40px {
    padding-left: 240px;
    padding-right: 240px;
  }

  .slide, .slide-2, .slide-3 {
    background-position: 50%;
  }

  .slide-6 {
    background-position: 50%;
    background-size: cover;
  }

  .logos-wrap.top-margin-24px {
    padding-left: 120px;
    padding-right: 120px;
  }

  .badge.light-green-bg {
    background-color: #afeeaa;
  }

  .quote-ttile-block {
    width: 100%;
    padding-bottom: 16px;
    padding-right: 16px;
  }

  .div-block-11 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .countdown-number {
    font-size: 32px;
    font-weight: 500;
  }

  .slide-7, .slide-8 {
    background-position: 50%;
    background-size: cover;
  }

  .article-block.v2 {
    max-width: 960px;
    padding: 2rem;
  }

  .article-block.no-box {
    max-width: 960px;
  }
}

@media screen and (max-width: 991px) {
  .section, .section.padding-large, .section.padding-large.green-bg {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.padding-min {
    padding-bottom: 2px;
  }

  .section.padding-mid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-40px.poppins-medium.text-color-black {
    font-size: 34px;
    line-height: 150%;
  }

  .flex-vertical.gap-12px.padding-16px {
    position: static;
  }

  .text-18px.poppins-medium {
    white-space: normal;
  }

  .text-20px.poppins-medium {
    font-size: 18px;
  }

  .footer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .article-container {
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

  .article-product-card, .article-product-card.side {
    display: none;
  }

  .text-32px {
    font-size: 28px;
  }

  .primary-button.full-width {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .green-block.top-margin-24px.without-icon {
    width: 100%;
  }

  ._3-columns-grid.top-margin-24px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .slider-wrap.top-margin-40px, .slider-wrap.top-margin-40px.flex-vertical.align-center {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
  }

  .slider-mask {
    width: 100%;
    height: 100%;
  }

  ._2-columns.top-margin-40px, ._3-columns.top-margin-40px {
    grid-template-columns: 1fr;
  }

  ._2-columns-2-rows {
    margin-top: 24px;
  }

  .trustpilot.top-amrgin-40px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .faq-wrap.top-margin-40px {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .quote-ttile-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-11 {
    grid-template-columns: 1fr;
  }

  .countdown-wrapper {
    margin-top: 16px;
  }

  .countdown-box {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .article-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .article-prod {
    display: none;
  }

  .article-text p, .article-text li {
    font-size: 16px;
  }

  .bg-video {
    z-index: 100;
  }

  .floating-cta {
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 24px 40px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .section, .section.padding-large, .section.padding-large.green-bg, .section.padding-mid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-wrap.width-50 {
    width: 100%;
  }

  .text-wrap.left-border.left-padding-24px {
    border-left-style: none;
    padding-left: 0;
  }

  .text-40px {
    font-size: 32px;
    line-height: 140%;
  }

  .text-40px.poppins-medium.text-color-black {
    font-size: 28px;
  }

  .flex-vertical.gap-12px.padding-16px {
    position: static;
  }

  .image-2 {
    height: 100%;
  }

  .image-wrapper {
    height: 320px;
  }

  .image-wrapper.top-margin-0px {
    height: 400px;
  }

  .text-16px {
    font-size: 16px;
    line-height: 150%;
  }

  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .article-content {
    min-width: 100%;
    max-width: 100%;
  }

  .article-container {
    flex-flow: column;
  }

  .article-product-card {
    display: none;
  }

  .flex-horizontal.gap-16px.align-center.width-50 {
    width: 100%;
  }

  .flex-horizontal.space-between.top-border {
    justify-content: space-between;
    align-items: flex-end;
  }

  .card.full-width.top-margin-16px {
    margin-top: 16px;
  }

  .primary-button.full-width {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .quality-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .slider-wrap.top-margin-40px.flex-vertical.align-center {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    aspect-ratio: 1;
    width: 536px;
    height: 536px;
  }

  ._3-columns.top-margin-40px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-logos-wrap.top-margin-24px {
    height: auto;
  }

  ._2-columns-0px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .trustpilot.top-amrgin-40px {
    padding-left: 0%;
    padding-right: 0%;
  }

  .quote-text-block {
    border-left: 1px solid #e5e7eb;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }

  .quote-ttile-block {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .quote {
    flex-flow: column;
  }

  .countdown-wrapper {
    margin-top: 24px;
  }

  .countdown-number {
    font-weight: 500;
  }

  .slide-7, .slide-8, .slide-9 {
    background-size: cover;
  }

  .review.top-margin-16px {
    margin-top: 16px;
  }

  .socials {
    flex-flow: wrap;
  }

  .bg-video {
    z-index: 100;
  }

  .floating-cta {
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 24px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .faq-title {
    white-space: normal;
    word-break: normal;
  }
}

@media screen and (max-width: 479px) {
  .section {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: hidden;
  }

  .section.padding-large, .section.padding-large.green-bg {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section.padding-min {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.padding-mid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image {
    object-fit: cover;
  }

  .heading-text {
    font-size: 14px;
  }

  .text-22px {
    font-size: 16px;
  }

  .text-22px.poppins-extra-bold.text-color-purple {
    font-size: 22px;
  }

  .text-wrap.align-center.margin-16px {
    display: none;
  }

  .text-wrap.padding-16px.top-border-gray {
    padding: 16px 0 0;
  }

  .text-wrap.fixed-width {
    width: 132px;
    min-width: 132px;
    max-width: 132px;
  }

  .text-wrap.full-width {
    width: 100%;
  }

  .text-40px {
    white-space: normal;
    word-break: keep-all;
    font-size: 24px;
    line-height: 150%;
  }

  .text-40px.extrabold-text {
    font-weight: 800;
  }

  .flex-vertical {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .flex-vertical.top-margin-24px.padding-16px {
    padding-bottom: 0;
  }

  .flex-vertical.gap-12px.padding-16px {
    position: static;
  }

  .flex-vertical.padding-16px.top-margin-24px.f-h {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .avatar-wrapper.avatar-size-large {
    width: 54px;
    min-width: 54px;
    max-width: 54px;
    height: 54px;
    min-height: 54px;
    max-height: 54px;
  }

  .avatar-wrapper.avatar-size-large2 {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .avatar-wrapper.avatar-mid {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .author {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .author.margin-12px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-14px {
    font-size: 13px;
    font-weight: 400;
  }

  .text-14px.italic.text-color-gray.align-center {
    font-size: 16px;
  }

  .image-2 {
    object-fit: cover;
    width: auto;
  }

  .image-2.height-600px {
    height: auto;
  }

  .image-wrapper {
    height: 240px;
  }

  .image-wrapper.top-margin-0px {
    height: 200px;
  }

  .image-wrapper.height-auto {
    height: auto;
  }

  .text-18px {
    text-overflow: clip;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-size: 15px;
  }

  .text-28px {
    white-space: normal;
    word-break: normal;
    font-size: 24px;
  }

  .text-16px {
    font-size: 16px;
    line-height: 150%;
  }

  .text-16px.text-color-gray {
    font-size: 14px;
    line-height: 150%;
  }

  .info-block {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px;
  }

  .list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .info-block2.color-yellow.margin-0px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .info-block2.margin-0px, .info-block2.margin-0px.color-red {
    padding: 16px;
  }

  .text-20px {
    font-size: 18px;
  }

  .text-20px.poppins-medium {
    word-break: normal;
    text-decoration: none;
    display: inline-block;
  }

  .text-20px.poppins-medium.texxt-color-white {
    font-size: 18px;
  }

  .text-20px.poppins-sb {
    word-break: break-all;
  }

  .text-size-24px.open-sans-sb {
    font-size: 20px;
  }

  .text-size-24px.poppins-medium {
    font-size: 18px;
  }

  .testimonial {
    flex-flow: column;
  }

  .info-block3 {
    flex-flow: column;
    padding: 12px;
  }

  .info-block3.lime-block {
    padding: 12px;
  }

  .stroke-block {
    padding-left: 0;
    padding-right: 0;
  }

  .link-white {
    font-size: 14px;
  }

  .div-block-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .article-content {
    min-width: 100%;
    max-width: 100%;
    padding: 12px;
  }

  .article-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
  }

  .article-product-card {
    display: none;
  }

  .flex-horizontal {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .flex-horizontal.gap-0px {
    flex-flow: row;
    display: flex;
  }

  .flex-horizontal.gap-0px.align-center {
    justify-content: center;
    align-items: flex-start;
  }

  .flex-horizontal.gap-0px.width-auto {
    width: auto;
  }

  .flex-horizontal.gap-16px.align-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-horizontal.gap-16px.align-center.width-50 {
    flex-flow: row;
  }

  .flex-horizontal.gap-12px.top-margin-24px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .flex-horizontal.space-between {
    flex-flow: row;
    display: flex;
  }

  .flex-horizontal.space-between.top-border {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 12px;
  }

  .flex-horizontal.align-top-right.gap-16px {
    flex-flow: column;
  }

  .flex-horizontal.align-left {
    flex-flow: row;
    display: flex;
  }

  .flex-horizontal.align-left.top-margin-4px {
    margin-top: 4px;
  }

  .flex-horizontal.author-mob {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .article-image-wrapper {
    height: auto;
    min-height: 100%;
    max-height: none;
  }

  .article-image-wrapper.top-margin-32px {
    margin-top: 12px;
  }

  .article-image-wrapper.hero-image {
    height: 180px;
  }

  .article-text-wrapper.top-margin-72px {
    margin-top: 48px;
  }

  .article-image-with-text.green-bg.gap-0px {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .text-32px {
    word-break: normal;
    font-size: 20px;
    font-weight: 500;
  }

  .text-32px.align-center {
    text-align: left;
  }

  .article-section {
    margin-top: 40px;
  }

  .testimonial-image {
    width: 100%;
  }

  .testimonial-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .article-testimonial-heading.with-avatar {
    flex-flow: column;
  }

  .image-4 {
    border-radius: 12px;
  }

  .image-4.height-300px.top-margin-24px {
    height: auto;
  }

  .large-card.top-margin-16px {
    padding: 12px;
  }

  .card.full-width.top-margin-16px {
    margin-top: 16px;
  }

  .primary-button {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .green-block.top-margin-24px {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._3-columns-grid.top-margin-24px {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .secondary-button-gray {
    width: 100%;
  }

  .quellen {
    padding: 12px;
  }

  .product-card {
    display: none;
  }

  .product-card.cta-mobile {
    display: block;
    position: fixed;
    inset: 0%;
  }

  .text-24px.text-color-black.poppins-medium, .text-24px.droid-serif {
    font-size: 18px;
  }

  .image-wrap-100-100px {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .slider-wrap.top-margin-40px.flex-vertical.align-center {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .slide, .slide-2, .slide-3, .slide-4, .slide-5, .slide-6 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .testimonial-offerpage-wrap {
    flex-flow: column;
  }

  .logos-wrap.top-margin-24px {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  ._2-columns.top-margin-40px {
    margin-top: 40px;
  }

  .product-card-2.static {
    margin-top: 24px;
  }

  ._2-columns-0px {
    padding: 16px;
  }

  ._2-columns-2-rows {
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    padding-top: 0;
  }

  .trustpilot.top-amrgin-40px {
    margin-top: 32px;
  }

  .quote-ttile-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-relative {
    position: static;
  }

  .countdown-wrapper {
    margin-top: 4px;
  }

  .countdown-number {
    font-size: 18px;
  }

  .countdown-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 8px;
  }

  .countdown-label {
    font-size: 12px;
  }

  .bold-text-2 {
    white-space: normal;
    word-break: break-all;
  }

  .slide-7, .slide-8, .slide-9 {
    background-size: cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .update-block {
    font-size: 14px;
  }

  .article-block {
    max-width: none;
  }

  .article-block.v2 {
    box-shadow: none;
    padding: 0;
  }

  .article-wrap {
    width: 100%;
    overflow: hidden;
  }

  .article-wrap.bg-white {
    padding: 16px;
  }

  .button2 {
    text-align: center;
    font-size: 14px;
  }

  .quote-block {
    font-size: 15px;
  }

  .article-info.info-box {
    padding: 12px;
  }

  .rating {
    flex-flow: column;
  }

  .rating-star-wrap.first {
    width: 100%;
  }

  .line {
    width: 100%;
    height: 1px;
  }

  .review-gallery {
    grid-template-columns: 1fr;
  }

  .body {
    overflow: hidden;
  }

  .countdown-text {
    font-size: 15px;
  }

  .bg-video {
    z-index: 100;
    height: 200px;
  }

  .floating-cta {
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 16px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .rich-text {
    font-size: 16px;
  }

  .rich-text.text-size-16px {
    font-size: 14px;
  }

  .faq-title {
    white-space: normal;
    word-break: normal;
    width: 100%;
  }

  .faq-question {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .answer-block {
    padding: 12px;
  }

  .answer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .answer-heading {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .submit-button {
    width: 100%;
  }
}

#w-node-d2f7d6df-0e2e-0138-075f-a3e6fd87f400-d16e28bc, #w-node-_763a8cbc-8e6c-8698-2a93-aa83276b1f2b-567a7bc8, #w-node-cff6800e-e530-124a-3da6-587489231ad0-567a7bc8, #w-node-_4cbdeb45-b7a9-78b3-3398-95a8eb99d9d8-567a7bc8, #bester-wert.w-node-e09d9316-ddd0-e84c-dc51-85a121012dd3-567a7bc8, #w-node-_843b606e-d74d-8e6b-7a0c-2f5975d428ac-567a7bc8, #w-node-_83d24240-4758-fe84-da08-2b9399fd2a3e-567a7bc8, #w-node-d2f7d6df-0e2e-0138-075f-a3e6fd87f400-9d35f166, #w-node-b643f8fd-00df-eef1-793f-97b604c434e3-9d35f166, #w-node-c0b28d15-3028-853e-b6b8-748d249b719c-8fa4fba2, #w-node-_763a8cbc-8e6c-8698-2a93-aa83276b1f2b-313aca86, #w-node-cff6800e-e530-124a-3da6-587489231ad0-313aca86, #w-node-_4cbdeb45-b7a9-78b3-3398-95a8eb99d9d8-313aca86, #bester-wert.w-node-e09d9316-ddd0-e84c-dc51-85a121012dd3-313aca86, #w-node-_843b606e-d74d-8e6b-7a0c-2f5975d428ac-313aca86, #w-node-_83d24240-4758-fe84-da08-2b9399fd2a3e-313aca86, #w-node-_763a8cbc-8e6c-8698-2a93-aa83276b1f2b-aa33976f, #w-node-cff6800e-e530-124a-3da6-587489231ad0-aa33976f, #w-node-_4cbdeb45-b7a9-78b3-3398-95a8eb99d9d8-aa33976f, #bester-wert.w-node-e09d9316-ddd0-e84c-dc51-85a121012dd3-aa33976f, #w-node-_843b606e-d74d-8e6b-7a0c-2f5975d428ac-aa33976f, #w-node-_83d24240-4758-fe84-da08-2b9399fd2a3e-aa33976f, #w-node-_763a8cbc-8e6c-8698-2a93-aa83276b1f2b-48a89aa3, #w-node-cff6800e-e530-124a-3da6-587489231ad0-48a89aa3, #w-node-_4cbdeb45-b7a9-78b3-3398-95a8eb99d9d8-48a89aa3, #bester-wert.w-node-e09d9316-ddd0-e84c-dc51-85a121012dd3-48a89aa3, #w-node-_843b606e-d74d-8e6b-7a0c-2f5975d428ac-48a89aa3, #w-node-_83d24240-4758-fe84-da08-2b9399fd2a3e-48a89aa3, #w-node-_763a8cbc-8e6c-8698-2a93-aa83276b1f2b-b8c6bed5, #w-node-cff6800e-e530-124a-3da6-587489231ad0-b8c6bed5, #w-node-_4cbdeb45-b7a9-78b3-3398-95a8eb99d9d8-b8c6bed5, #bester-wert.w-node-e09d9316-ddd0-e84c-dc51-85a121012dd3-b8c6bed5, #w-node-_843b606e-d74d-8e6b-7a0c-2f5975d428ac-b8c6bed5, #w-node-_83d24240-4758-fe84-da08-2b9399fd2a3e-b8c6bed5, #w-node-_763a8cbc-8e6c-8698-2a93-aa83276b1f2b-d7fb37b5, #w-node-cff6800e-e530-124a-3da6-587489231ad0-d7fb37b5, #w-node-_4cbdeb45-b7a9-78b3-3398-95a8eb99d9d8-d7fb37b5, #bester-wert.w-node-e09d9316-ddd0-e84c-dc51-85a121012dd3-d7fb37b5, #w-node-_843b606e-d74d-8e6b-7a0c-2f5975d428ac-d7fb37b5, #w-node-_83d24240-4758-fe84-da08-2b9399fd2a3e-d7fb37b5, #w-node-_763a8cbc-8e6c-8698-2a93-aa83276b1f2b-ab0a652f, #w-node-cff6800e-e530-124a-3da6-587489231ad0-ab0a652f, #w-node-_4cbdeb45-b7a9-78b3-3398-95a8eb99d9d8-ab0a652f, #bester-wert.w-node-e09d9316-ddd0-e84c-dc51-85a121012dd3-ab0a652f, #w-node-_843b606e-d74d-8e6b-7a0c-2f5975d428ac-ab0a652f, #w-node-_83d24240-4758-fe84-da08-2b9399fd2a3e-ab0a652f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_64ab1cea-3953-a859-6657-7e5804585e52-567a7bc8, #w-node-_64ab1cea-3953-a859-6657-7e5804585e52-313aca86, #w-node-_64ab1cea-3953-a859-6657-7e5804585e52-aa33976f, #w-node-_64ab1cea-3953-a859-6657-7e5804585e52-48a89aa3, #w-node-_64ab1cea-3953-a859-6657-7e5804585e52-b8c6bed5, #w-node-_64ab1cea-3953-a859-6657-7e5804585e52-d7fb37b5, #w-node-_64ab1cea-3953-a859-6657-7e5804585e52-ab0a652f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


