:root {
  --dark: #313131;
  --brand: #21492b;
  --brand-10: #21492b1a;
  --brand-20: #21492b33;
  --dark-60: #31313199;
}

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

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

body {
  color: var(--dark);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: var(--brand);
  text-decoration: underline;
}

a:visited {
  color: var(--dark);
}

blockquote {
  border-left: 4px solid var(--brand);
  background-color: var(--brand-10);
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 18px;
  line-height: 22px;
}

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

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

.article-testimonial-heading.with-avatar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.listicle-image-wrapper {
  width: 100%;
  display: flex;
}

.listicle-image-wrapper.h-flex-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.paragraph-24 {
  font-size: 24px;
  font-weight: 500;
}

.paragraph-24.sb {
  margin-bottom: 0;
  font-weight: 600;
}

.paragraph-24.sb.left {
  text-align: left;
}

.p16 {
  align-items: stretch;
  padding: 16px;
}

.p16.card {
  border-style: none;
  border-radius: 0;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
}

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

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

.article-image-with-text.color-bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--brand-10);
  text-align: center;
  border-radius: 16px;
}

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

.quote-ttile-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--brand);
  color: #fff;
  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;
}

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

.slide-32 {
  width: 32%;
  margin-right: 2%;
}

.paragraph-32 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.color-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--brand-20);
  background-color: var(--brand-10);
  color: var(--dark);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.color-block.w100 {
  width: 100%;
}

.color-block.p12 {
  padding: 12px;
}

.color-block.listicle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-color: var(--brand-20);
  background-color: var(--brand-10);
  justify-content: center;
  align-items: stretch;
  height: 100%;
}

.color-block.red-oppacity {
  background-color: var(--brand-10);
}

.color-block.vertical {
  flex-flow: column;
  align-items: stretch;
}

.color-block.vertical.is-left-side {
  justify-content: center;
  align-items: flex-start;
}

.color-block.with-stroke {
  border-left-width: 3px;
  border-left-color: var(--brand);
}

.color-block.is-left-content {
  justify-content: flex-start;
  align-items: center;
}

.color-block.flex-v {
  background-color: var(--brand-10);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.color-block.flex-v.green {
  color: var(--brand);
}

.color-block.flex-v.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.color-block.orange {
  background-color: #f9ccaa4d;
  flex-flow: column;
  font-size: 16px;
}

.color-block.light-green {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  font-size: 16px;
}

.color-block.dark-green {
  background-color: #71e58e1a;
  flex-flow: column;
  font-size: 16px;
}

.color-block.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.color-block.stroke {
  border-width: 2px;
  border-color: var(--brand);
  padding-top: 18px;
  position: relative;
}

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

.product {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 16px;
}

.content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.content.lp-32 {
  padding-right: 32px;
}

.content.h-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
}

.content.h-flex.top {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

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

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

.content.biege-block {
  background-color: #f6f4ed;
  border-radius: 20px;
  padding: 24px;
}

.content.green-block.center {
  justify-content: flex-start;
  align-items: center;
}

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

.disclaimer {
  color: #fff9;
  font-size: 16px;
  font-weight: 400;
}

.countdown-label {
  color: #000;
  font-weight: 400;
  line-height: 150%;
}

.faq-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 32px;
  display: flex;
}

.faq-wrap.no-top {
  margin-top: 0;
}

.trustpilot {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.countdown-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading {
  background-color: var(--brand);
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.slide {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
}

.image-wrap {
  width: 100%;
  position: relative;
}

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

.paragraph-14 {
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-14.op80 {
  opacity: .8;
}

.countdown-text {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

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

.image.prod {
  aspect-ratio: 1;
  object-position: 50% 50%;
}

.image.h32px {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 32px;
}

.image.h48px {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 48px;
}

.image.br-left-12 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.image.review {
  aspect-ratio: 5 / 6;
  height: auto;
}

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

.icon-2 {
  color: #9a3952;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-2._24-24px {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

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

.testimonial-content.gap-24px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
}

.testimonial-content.gap-24px.v2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.minh-100vh {
  min-height: 100vh;
}

.image-wrapper {
  border-radius: 20px;
  width: 100%;
  display: flex;
}

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

.image-wrapper.listicle {
  aspect-ratio: 1;
  position: sticky;
  top: 32px;
}

.image-wrapper.w70 {
  width: 70%;
}

.image-wrapper._w-40 {
  width: 40%;
}

.image-wrapper.lm {
  position: relative;
}

.countdown-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-right: 1px solid #1c1d201a;
  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-box.last {
  border-right-style: none;
}

.countdown-box.orange {
  border-right-color: #f76b00;
}

.card-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
}

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

._w-80 {
  flex-flow: row;
  align-items: stretch;
  width: 80%;
}

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

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

.paragraph-16.op64 {
  opacity: .64;
}

.arrow {
  color: #1c1d20;
  background-color: #fff;
  border: 1px solid #1c1d201a;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 24px;
  display: flex;
  position: relative;
}

.arrow.v2-mobile {
  width: 56px;
  height: 56px;
}

.offer-block {
  align-items: stretch;
  width: 100%;
}

.icon {
  width: 24px;
  height: 24px;
  color: var(--brand);
  flex: none;
  display: flex;
}

.icon._24-24px {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.paragraph-20 {
  font-size: 20px;
}

.discount-timer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-question {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex: 1;
  font-size: 17px;
}

.prod-name {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.offerpage-img {
  border-top: 1px solid #e5e7eb;
  width: 100%;
}

.arrow-icon {
  margin: auto;
  font-size: 20px;
  position: static;
}

._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-10px {
  margin-top: 10px;
}

._3-columns.top-margin-10px.sl-30-sale {
  display: none;
}

._3-columns.top-margin-10px.rt-30-sale {
  display: flex;
}

._3-columns.top-margin-10px.rt-30-sale.rt-offer-section-30-61 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-columns.top-margin-10px.sl-20-sale, ._3-columns.top-margin-10px.rt-20-sale.rt-offer-section-30-2 {
  display: none;
}

.payment {
  width: auto;
  height: 32px;
}

.payment.h40 {
  height: 40px;
}

.right-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 64px;
  display: flex;
  inset: 0% -72px 0% auto;
}

.article-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.article-block.hflex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
}

.article-block.hflex.center {
  justify-content: flex-start;
  align-items: center;
}

.article-block.gap-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.slider-badge {
  background-color: var(--brand);
  color: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 18px;
}

.logo-block.align-center {
  flex-flow: row;
}

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

.heading-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.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.color-bg {
  background-color: var(--brand);
  border-style: none;
}

.number.color-bg.br-100 {
  border-radius: 100px;
}

.paragraph-18 {
  font-size: 18px;
}

.paragraph-18.is-left {
  text-align: left;
}

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

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

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--brand);
  text-align: center;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  color: #fff !important;
}

.button:hover {
  background-color: #377c48;
}

.button.rt-offer-section-30-236 {
  background-color: #892530;
}

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

.button.secondary {
  background-color: #21492b;
}

.button.upper-case {
  text-transform: uppercase;
}

.color-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #ad8e79;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 16px 22px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-flex;
}

.color-button:hover, .color-button:active, .color-button:focus {
  background-color: #8d6954;
}

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

.color-button.only-icon._40-40px {
  background-color: var(--brand);
  flex: none;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 12px;
}

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

.badge {
  background-color: var(--brand);
  color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  padding: 12px 24px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.badge.small {
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
}

.badge.small.white {
  color: #fff;
}

.divider {
  background-color: #e3d7cb;
  width: 100%;
  height: 1px;
}

.divider.pad-32 {
  margin-top: -32px;
}

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

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

.header {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.testimonial-offerpage-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.testimonial-offerpage-wrap.vertical {
  flex-flow: column;
  height: 100%;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.2;
}

.h2.red-color {
  color: var(--brand);
}

.h2.white {
  color: #fff;
}

.logo {
  height: 72px;
}

.video {
  aspect-ratio: 1.66;
  border-radius: 20px;
  width: 100%;
  height: auto;
}

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

.img.h100 {
  object-fit: cover;
  height: 100%;
}

.img.br-20 {
  object-fit: cover;
  border-radius: 20px;
}

.img.br-20.h-small {
  height: 80%;
}

.img._w-160px {
  width: 160px;
}

.prod-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}

.prod-info.w50 {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
}

.slider-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-image {
  object-fit: contain;
  width: auto;
}

.review-img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

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

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

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

.product-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: column;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.flex-vertical.gap-auto {
  justify-content: space-between;
  align-items: flex-start;
}

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

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

.flex-vertical.gap-16.stretch {
  align-items: stretch;
}

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

.flex-vertical._w-50 {
  width: 80%;
  margin-bottom: 50px;
}

.flex-vertical.align-center {
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.flex-vertical.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: auto;
}

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

._w-50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 50%;
  font-size: 16px;
}

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

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

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

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

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

.review-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.review-slider.no-padding {
  padding-bottom: 0;
}

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

.slide-nav {
  height: 32px;
  font-size: 8px;
}

.slide-nav.reviews {
  color: #1d191b;
  justify-content: center;
  align-items: center;
  inset: auto 0% 0;
}

.p12 {
  padding: 12px;
}

.red {
  color: red;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 64px;
  display: flex;
  inset: 0% auto 0% -72px;
}

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

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

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

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

.semibold {
  font-weight: 600;
}

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

.review-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.section {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  overflow: hidden;
}

.section.footer {
  background-color: var(--dark);
  padding: 16px 32px;
}

.section.brand {
  background-color: var(--brand-10);
}

.section.fill {
  flex: 1;
}

.section.home-page {
  min-height: 100vh;
  position: relative;
}

.section.orange {
  background-color: #fff5e4;
  border: 0 solid #f76b00;
  border-radius: 20px;
}

.author-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}

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

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

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

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

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

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

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

.flex-horizontal.gap-16px.lp-20 {
  padding: 20px;
}

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

.flex-horizontal.gap-16px.p16.b-border {
  border-bottom: 1px solid #e5e7eb;
}

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

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

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

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

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

.flex-horizontal.gap-14 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
}

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

.flex-horizontal.fl-vertical-v1 {
  justify-content: space-between;
  align-items: flex-start;
}

.flex-horizontal.center {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-end;
  align-items: center;
}

.flex-horizontal.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  position: relative;
}

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

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

.flex-horizontal.center-align {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

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

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

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

.text-wrap.left-border.p24 {
  border-top: 1px solid #e5e7eb;
  border-left-style: none;
  padding: 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 {
  text-align: center;
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
}

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

.text-wrap.none-max-w {
  width: 264.664px;
  min-width: 0;
}

.date-text {
  color: var(--dark-60);
}

.white-block {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.white-block.p0 {
  padding: 0;
  overflow: hidden;
}

.white-block.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.floating-cta {
  flex-flow: column;
  width: 100%;
  padding: 24px 32px;
  display: none;
}

.container {
  width: 100%;
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

.container.bp-20 {
  padding-bottom: 32px;
}

.container.footer {
  padding: 0;
}

.container.tb-p-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.container.h100 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.link-white {
  opacity: 1;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.link-white.w--current {
  opacity: 1;
  color: #fff;
  display: block;
}

.mask {
  height: auto;
}

.date {
  color: var(--dark-60);
}

.color {
  color: #5a5c69;
}

.image-logos-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
}

.logo-home {
  width: 100%;
  max-width: 320px;
  margin-bottom: -30px;
}

.button-wrap-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 440px;
  padding-left: 20px;
}

.quick-stack {
  padding: 0;
}

.cell {
  flex-flow: row;
}

.cell-2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.grid-2-column._1-row {
  grid-template-rows: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.compare-item_top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr .7fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  position: relative;
}

.image-7 {
  width: 50%;
}

.compare-item_title {
  width: auto;
  min-width: 0;
  max-width: none;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
}

.compare-item_visual {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: absolute;
  inset: -150% 0% auto auto;
}

.compare-item_visual.without-padd {
  top: -90%;
}

.compare-item_boxes {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 0;
  display: flex;
}

.compare-item_box {
  padding: 24px;
}

.compare-item_box.is-positive {
  background-color: #f6fbf8;
  border: 6px solid #a4daad;
  border-radius: 2px;
  width: 100%;
  padding: 24px;
}

.compare-item_box.is-negative {
  background-color: #ffecec;
  border: 6px solid #f99;
  border-radius: 2px;
  width: 100%;
}

.text-block-2 {
  color: #d94b43;
  margin-right: 5px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.compare-item_score {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.text-block-3 {
  color: #191a1d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.text-block {
  color: #fff;
}

.compare-item_badge-2 {
  border-radius: 12px;
  display: inline-block;
}

.compare-item {
  color: #191a1d;
  background-color: #fdf7ee;
  border-radius: 20px;
  padding: 32px;
}

.compare-item.silver {
  background-color: #f3f3f3;
}

.compare-item_verdict {
  margin-top: 40px;
}

.compare-stack {
  padding: 15px 0;
}

.v-flex-block {
  justify-content: flex-start;
  align-items: center;
}

.v-flex-block.flex-horizontal.gap-3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}

.v-flex-block.for-text {
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
}

.v-flex-block.for-numbers {
  justify-content: flex-start;
  align-items: flex-end;
  width: 7%;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
}

.cell-4 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: flex-start;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
}

.image-8 {
  padding-bottom: 1px;
}

.title-block {
  padding-bottom: 10px;
}

.list-block.op64 {
  opacity: .64;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  list-style-type: decimal;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.author-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

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

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

.testimonial.v2 {
  flex-flow: column;
  width: 100%;
  height: 100%;
}

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

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

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

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

.testimonial-heading.v2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.author-name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.author-name.small {
  color: #0006;
  font-size: 14px;
  font-weight: 400;
}

.author-name.small.caps {
  text-transform: uppercase;
}

.author-name.v2 {
  font-size: 20px;
}

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

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

.avatar-wrapper-2.square {
  border-radius: 12px;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.text-18px {
  color: #000;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

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

.text-18px.center.grey {
  color: #5e5e5e;
  font-size: 18px;
}

.text-18px.green {
  color: var(--brand);
  font-size: 22px;
}

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

.testimonial-text.v2 {
  flex: 1;
}

.reviews {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.reviews.tm-16 {
  margin-top: 16px;
}

.reviews.v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  align-items: stretch;
}

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

.icon-3 {
  display: flex;
}

.author-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

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

.info-block3.hidden {
  display: none;
}

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

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

.text-28px {
  color: #000;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}

.product-name {
  color: var(--brand);
}

.number-list-item {
  width: 90%;
}

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

.info-block3-2.hidden {
  display: none;
}

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

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

.verified {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #16733a;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-italic {
  color: var(--brand);
  font-style: italic;
}

.red-block {
  color: #992b2b;
  background-color: #ffefef;
  border: 1px solid #ffc1c1;
  border-radius: 12px;
  width: 100%;
  padding: 16px;
}

.check-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.check-block.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.minus {
  background-color: #992b2b;
  width: 16px;
  height: 2px;
}

.competitors {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.competitors._w-100 {
  width: 100%;
}

.green-block {
  width: 100%;
  color: var(--brand);
  background-color: #48ac611a;
  border: 1px solid #3fac5a;
  border-radius: 12px;
  padding: 16px;
}

.green-block.white-bg {
  background-color: #fff;
}

.green-block.center {
  text-align: center;
}

.orange-block {
  border: 1px solid #3131311a;
  border-left: 4px solid #e67300;
  border-radius: 12px;
  padding: 24px;
  position: relative;
}

.step-block {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  position: relative;
}

.step-circle {
  background-color: #fde4bc;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.step-circle.light-green {
  background-color: #cef5c8;
}

.step-circle.green {
  background-color: #b1e4a0;
}

.step-circle.dark-green {
  background-color: #b8ccb7;
}

.circle {
  background-color: #e08a00;
  border-radius: 50px;
  width: 16px;
  height: 16px;
}

.circle.light-green {
  background-color: #3ac513;
}

.circle.green {
  background-color: #31920b;
}

.circle.dark-green {
  background-color: var(--brand);
}

.step-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.h3 {
  font-size: 24px;
  font-weight: 700;
}

.h3.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.orange-text {
  color: #e08a03;
}

.steps {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  position: relative;
}

.light-green-text {
  color: #3bc615;
}

.green-text {
  color: #33920a;
}

.green-text.dark, .brand-text {
  color: var(--brand);
}

.text-bbadge {
  border: 1px solid var(--brand-10);
  color: #33920a;
  background-color: #fff6;
  border-radius: 60px;
  padding: 8px 12px;
  font-weight: 600;
}

.text-bbadge.orange {
  color: #e08a03;
  background-color: #fff7ec;
}

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

.step-line {
  background-color: #33920a;
  width: 1px;
  height: 75%;
  margin-left: 13px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.hi.green {
  color: var(--brand);
}

.hi.center-big {
  text-align: center;
}

.hi.no-pad {
  margin-top: 0;
  margin-bottom: 0;
}

.home-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrap-v {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text.green {
  color: var(--brand);
}

.secondary-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: inset 0 0 0 2px var(--brand);
  color: var(--brand);
  text-align: center;
  background-color: #21492b00;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.secondary-button.rt-offer-section-30-236 {
  background-color: #892530;
}

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

.secondary-button.secondary {
  background-color: #21492b;
}

.color-block-item {
  border-radius: 20px;
  flex-flow: column;
  padding-bottom: 1.5rem;
  display: flex;
  overflow: hidden;
}

.color-block-item.green {
  background-color: #fafcf1;
}

.color-block-item.red-cl {
  background-color: #ffefef;
}

.header-cl-block {
  width: 100%;
}

.header-cl-block.green {
  background-color: #00a328;
  padding: 16px 32px;
}

.header-cl-block.red-color {
  background-color: #f80007;
  padding: 16px 32px;
}

.color-block-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 2rem 1.5rem 0;
  display: flex;
}

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

.small {
  color: #39251569;
  font-size: 16px;
}

.light-cl {
  color: #392515b3;
}

.light-cl.small {
  color: var(--dark);
  font-size: 18px;
}

.light-cl.big {
  font-size: 24px;
}

.radio-img {
  width: 100%;
  height: 100%;
}

.radio-img._w-50 {
  width: 70px;
  min-height: 60px;
  max-height: 70px;
}

.hidden-text {
  display: none;
  overflow: hidden;
}

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

.table-block {
  border: .5px solid #39251433;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8% 5% 5%;
  display: flex;
}

.table-block.top-side-rd-right-1 {
  border-bottom-right-radius: 12px;
}

.table-block.top-side-rd-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 12px;
}

.table-block.light-block {
  background-color: #f0ebe866;
}

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

.table-block.light-block.center.flex-v {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f0ebe800;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8%;
}

.table-block.light-block.center.top-side-rd-right {
  border-top-right-radius: 12px;
}

.table-block.top-side-rd {
  border-top-left-radius: 12px;
}

.table-block.top-side-rd.with-star {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.table-block.cl-block {
  background-color: #d5eeda;
  border-width: .5px;
  border-color: #39251480;
  justify-content: center;
  align-items: center;
}

.table-block.cl-block.center {
  justify-content: center;
  align-items: flex-start;
}

.table-block.cl-block.center.flex-v {
  background-color: #d5eeda;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8%;
}

.table-block.color-row {
  justify-content: flex-start;
  align-items: center;
  padding-top: 4%;
  padding-bottom: 4%;
}

.grid-4-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid #0edf3f1a;
  border-radius: 12px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
}

.wrap-img {
  max-width: 200px;
  max-height: 90px;
}

.paragraph-35 {
  color: #926039;
  text-align: center;
}

.wrap-icon {
  width: 64px;
  height: 64px;
  position: absolute;
  inset: auto 36% 11% auto;
}

.icon-star {
  width: 100%;
  height: 100%;
}

.ellipse-block {
  background-color: #42744f;
  border-radius: 100px;
  padding: 10px;
  position: absolute;
  inset: auto -9% 7% auto;
}

.ellipse-text {
  color: #fff;
  text-align: center;
  font-size: 10px;
}

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

.paragraph-36, .paragraph-37, .paragraph-grid, .paragraph-39, .paragraph-40 {
  margin-bottom: 0;
}

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

.row.color-green {
  background-color: #00a328;
}

.row.color-red {
  background-color: #f80007;
}

.row.color-blue {
  background-color: #0057d4;
}

.accent-text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.big-icon {
  font-size: 24px;
}

.review-card {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #dbdbd736;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.review-card-top-line {
  height: 32px;
}

.review-card-top-line.green {
  background-color: #00a328;
  height: 32px;
}

.review-card-top-line.dark {
  background-color: #989eb3;
}

.review-card-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.review-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-wrap-review {
  width: 80px;
  height: auto;
}

.icon-wrap-review.hid {
  display: none;
}

.text-wrap-h-r {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.main-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
}

.img-wrap-rev {
  max-width: 280px;
  max-height: 280px;
}

.wrap-rating-img {
  max-width: 140px;
  max-height: 140px;
}

.stat-text {
  color: #00a329;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
}

.stat-text.grey {
  color: #494949;
}

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

.text-24.green {
  color: var(--brand);
}

.list-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  list-style-type: decimal;
  display: flex;
}

.table-scroll-wrap {
  display: none;
}

.list-number {
  list-style-type: decimal;
}

.green-block-stroke {
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: #3131311a #3131311a #3131311a var(--brand);
  border-radius: 12px;
  padding: 24px;
  position: relative;
}

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

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

.flex-list._w-100 {
  width: 100%;
}

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

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

.wrap-for-text.v-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.list-pad-small {
  padding-left: 30px;
}

.link-block {
  background-color: var(--brand-20);
  border-radius: 12px;
  padding: 12px 18px;
}

.block-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.submit-button {
  background-color: #000;
  padding: 12px 16px;
  font-size: 16px;
}

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

.textarea {
  margin-bottom: 12px;
}

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

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

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

.content-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.text-16px.grey {
  color: var(--dark-60);
}

.text-16px.green {
  color: var(--brand);
}

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

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

.badge-lm {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffffa8;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: flex;
  position: absolute;
  inset: auto 14px 14px auto;
}

.logo-badge-wrap {
  width: 64px;
}

.no-pad {
  margin-bottom: 0;
}

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

.button-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-check {
  width: 24px;
  height: 24px;
  color: var(--brand);
  margin-top: 3px;
}

.color-block-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

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

.text-34.green {
  color: var(--brand);
}

.badge-abs {
  background-color: var(--brand);
  color: #fff;
  border-radius: 100px;
  padding: 4px 12px;
  position: absolute;
  inset: -14px auto auto 20px;
}

.badge-abs.orange {
  background-color: #f76b00;
  position: static;
}

.logo-img {
  object-fit: cover;
  height: 64px;
}

.logo-wrap {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .section.home-page {
    background-position: 60% 0;
    background-size: auto 120%;
  }

  .container.h100 {
    padding-bottom: 64px;
  }

  .logo-home {
    max-width: 480px;
  }

  .button-wrap-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 80px;
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .quote-ttile-block {
    width: 100%;
    padding-bottom: 16px;
    padding-right: 16px;
  }

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

  .slide {
    background-position: 50%;
  }

  .paragraph-14 {
    font-size: 14px;
  }

  .icon-2._24-24px, .icon._24-24px {
    justify-content: center;
    align-items: center;
  }

  .discount-timer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button {
    font-size: 17px;
  }

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

  .container.bp-20 {
    padding-bottom: 40px;
  }

  .container.h100 {
    max-width: 1400px;
  }

  .logo-home {
    max-width: 520px;
  }

  .button-wrap-hero {
    max-width: 500px;
    margin-bottom: 100px;
    font-size: 18px;
  }

  .compare-item_title {
    width: 40350%;
  }

  .compare-item_box {
    width: 100%;
    padding: 24px;
  }

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

  .secondary-button {
    font-size: 17px;
  }

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

@media screen and (max-width: 991px) {
  .slider-mask {
    width: 100%;
    height: 100%;
  }

  .listicle-image-wrapper.h-flex-20 {
    flex-flow: column;
    padding-left: 32px;
  }

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

  .slide-32 {
    width: 48%;
    margin-left: 0%;
    margin-right: 2%;
  }

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

  .color-block.stroke {
    padding-top: 18px;
  }

  .content.h-flex.top {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .content.h-flex.gap-40 {
    flex-flow: row;
  }

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

  .faq-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image.br-left-12 {
    border-radius: 12px;
  }

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

  .image-wrapper.small {
    width: 100%;
  }

  .image-wrapper._w-50 {
    width: 50%;
  }

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

  ._w-80 {
    width: 100%;
  }

  .discount-timer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  ._3-columns.top-margin-10px {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .right-arrow {
    inset: auto 0% 0% auto;
  }

  .article-block.hflex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .logo-block {
    flex-flow: row;
    width: auto;
  }

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

  .img.br-20.h-small {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
  }

  .logo-image {
    flex: none;
  }

  .flex-vertical._w-50 {
    flex-flow: column;
  }

  ._w-50 {
    flex-flow: row;
    width: 100%;
  }

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

  .review-slider {
    padding-bottom: 80px;
    bottom: 0;
  }

  .review-slider.no-padding {
    padding-bottom: 80px;
  }

  .left-arrow {
    inset: auto auto 0% 0%;
  }

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

  .review-flex {
    padding: 12px;
  }

  .flex-horizontal {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-horizontal.gap-16px.lp-20 {
    padding: 20px;
  }

  .flex-horizontal.gap-0 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-horizontal.fl-vertical-v1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-wrap.left-border.p24 {
    border-top: 1px solid #e5e7eb;
    border-left-style: none;
  }

  .floating-cta {
    z-index: 9999;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffff1a;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .container {
    height: auto;
  }

  .v-flex-block.flex-horizontal.gap-3 {
    justify-content: center;
    align-items: center;
  }

  .v-flex-block.for-text {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .cell-3, .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .cell-5 {
    display: none;
  }

  .author-name {
    font-size: 16px;
  }

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

  .hi.green {
    font-size: 34px;
  }

  .center {
    text-align: center;
  }

  .link-block {
    background-color: #21492b00;
  }

  .content-wrap {
    max-width: 728px;
  }

  .content-wrap.top-border {
    justify-content: flex-start;
    align-items: center;
  }

  .color-block-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .listicle-image-wrapper.h-flex-20 {
    padding-left: 24px;
  }

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

  .slide-32 {
    width: 49%;
  }

  .product {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .content.lp-32 {
    padding-right: 24px;
  }

  .content.h-flex, .content.h-flex.top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .content.h-flex.gap-40 {
    flex-flow: column;
  }

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

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

  .trustpilot {
    padding-left: 0;
    padding-right: 0;
  }

  .countdown-text {
    line-height: 150%;
  }

  .image-wrapper.listicle {
    order: -9999;
    position: static;
  }

  .card-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .arrow {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .arrow.v2-mobile {
    flex: none;
    width: 48px;
    height: 48px;
  }

  .discount-timer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

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

  .payment {
    height: 24px;
  }

  .payment.h40 {
    height: 32px;
  }

  .right-arrow {
    width: 48px;
    inset: 20% 3% auto auto;
  }

  .right-arrow._50 {
    top: 50%;
  }

  .article-block.hflex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .article-block.gap-64 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .h2 {
    font-size: 28px;
  }

  .prod-info {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .slider-wrap {
    max-width: 100%;
  }

  .review-img {
    width: 100%;
    height: auto;
  }

  .flex-vertical._w-50 {
    width: 100%;
  }

  ._w-50 {
    flex-flow: column;
  }

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

  .review-slider {
    padding-bottom: 60px;
  }

  .review-slider.no-padding {
    padding-bottom: 0;
  }

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

  .left-arrow {
    width: 48px;
    left: -8px;
  }

  .left-arrow.white {
    inset: 20% auto auto 3%;
  }

  .left-arrow._50 {
    inset: 50% auto auto 3%;
  }

  .quote {
    flex-flow: column;
  }

  .slider {
    aspect-ratio: 1;
  }

  .section, .section.footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.home-page {
    background-position: 80%;
  }

  .author-wrap {
    flex-flow: wrap;
  }

  .flex-horizontal {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .flex-horizontal.gap-14 {
    flex-flow: column;
  }

  .flex-horizontal.center {
    justify-content: center;
    align-items: center;
  }

  .flex-horizontal.gap-40 {
    flex-flow: column;
  }

  .flex-horizontal.mobile {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flex-horizontal.center-align {
    flex-flow: column;
  }

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

  .text-wrap.left-border.p24 {
    border-left-style: none;
  }

  .floating-cta {
    z-index: 9999;
    padding: 24px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container.h100 {
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .image-logos-wrap {
    flex-flow: wrap;
    height: auto;
  }

  .button-wrap-hero {
    padding-left: 0;
  }

  .grid-2-column._1-row {
    grid-template-columns: 1fr;
  }

  .h2-2 {
    font-size: 28px;
  }

  .testimonial-heading.v2 {
    flex-flow: row;
  }

  .reviews.v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .author-info {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .competitors, .competitors._w-100 {
    flex-flow: column;
  }

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

  .hi.green {
    font-size: 38px;
  }

  .radio-img._w-50 {
    width: 70px;
    min-height: 60px;
  }

  .grid-4-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 900px;
  }

  .grid-4-column.desktop, .hibben-mobile, .paragraph-35.small {
    display: none;
  }

  .ellipse-block {
    bottom: 3%;
  }

  .img-wrap-rev {
    overflow: hidden;
  }

  .table-scroll-wrap {
    width: 100%;
    display: block;
    overflow: auto;
  }

  .ptroduct-img {
    object-fit: cover;
    max-height: 280px;
  }

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

  .badge-lm {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    bottom: 8px;
    right: 8px;
  }

  .logo-badge-wrap {
    width: 40px;
  }

  .color-block-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .logo-img {
    height: 60px;
  }

  .logo-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .article-testimonial-heading.with-avatar {
    flex-flow: row;
    width: 100%;
  }

  .listicle-image-wrapper.h-flex-20 {
    padding-left: 16px;
  }

  .paragraph-24 {
    font-size: 20px;
  }

  .article-image-with-text.color-bg {
    text-align: center;
  }

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

  .slide-32 {
    width: 100%;
    height: auto;
    margin-right: 4%;
  }

  .paragraph-32 {
    word-break: normal;
    font-size: 22px;
  }

  .color-block {
    flex-flow: column;
    padding: 12px;
    font-size: 16px;
  }

  .color-block.stroke {
    padding-top: 18px;
  }

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

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

  .content.lp-32 {
    padding-right: 16px;
  }

  .content.h-flex {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
  }

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

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

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

  .heading {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }

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

  .paragraph-14 {
    font-weight: 400;
  }

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

  .image {
    object-fit: cover;
  }

  .image.h32px {
    height: 20px;
  }

  .image.h48px {
    width: auto;
    height: 48px;
  }

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

  .image-wrapper.small {
    height: 400px;
  }

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

  .card-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 12px;
  }

  .paragraph-16 {
    font-size: 17px;
  }

  .paragraph-16.op64.review {
    font-size: 15px;
  }

  .paragraph-16._14 {
    font-size: 14px;
  }

  .arrow.v2-mobile {
    color: #fff;
    background-color: #0000;
    border-style: none;
    height: 40px;
  }

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

  .right-arrow {
    inset: 20% 3% auto auto;
  }

  .right-arrow._30 {
    top: 30%;
  }

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

  .article-block.gap-64 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

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

  .number.color-bg {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .paragraph-18 {
    width: 100%;
    font-size: 16px;
  }

  .paragraph-18.small {
    width: 100%;
  }

  .paragraph-18.auto {
    width: auto;
  }

  .button {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .color-button {
    font-size: 18px;
    font-weight: 600;
  }

  .image-3.h-64px {
    height: 64px;
    min-height: 64px;
    max-height: 64px;
  }

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

  .h2 {
    font-size: 24px;
  }

  .h2.red-color {
    text-align: left;
  }

  .logo {
    height: 56px;
  }

  .img.br-20 {
    border-radius: 12px;
  }

  .img.br-20.h-small {
    height: 100%;
  }

  .prod-info.w50 {
    width: 80%;
  }

  .logo-image, .review-img {
    width: 100%;
  }

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

  .flex-vertical._w-50 {
    justify-content: center;
    align-items: center;
  }

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

  .quality-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

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

  .left-arrow {
    inset: 30% auto auto 3%;
  }

  .left-arrow.mobile {
    inset: 0% auto auto 0%;
  }

  .left-arrow.white {
    color: #313131;
    left: 3%;
  }

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

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

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

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

  .section.home-page {
    background-position: 74%;
  }

  .section.pad-bottom {
    padding-bottom: 32px;
  }

  .author-wrap {
    grid-row-gap: 0px;
    font-size: 14px;
  }

  .author-wrap.gap16 {
    flex-flow: row;
  }

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

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

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

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

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

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

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

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

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

  .flex-horizontal.gap-14 {
    flex-flow: row;
  }

  .flex-horizontal.flex-vertical {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-horizontal.center {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
  }

  .text-wrap.left-border.p24 {
    width: 100%;
    padding: 12px;
  }

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

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

  .text-wrap.padding-16px.top-border-gray.white-bg {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-wrap.prod-price {
    text-align: right;
    width: 100%;
  }

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

  .floating-cta {
    z-index: 9999;
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 16px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .container {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .container.bp-20.nobotbap {
    padding-bottom: 20px;
  }

  .container.tb-p-32.no-top-pad {
    padding-top: 0;
  }

  .container.h100 {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 64px;
  }

  .container.nopadding {
    padding-top: 0;
  }

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

  .mask {
    overflow: visible;
  }

  .date {
    font-size: 14px;
  }

  .image-logos-wrap {
    height: auto;
  }

  .button-wrap-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: stretch;
  }

  .grid-2-column._1-row {
    grid-template-columns: 1fr;
  }

  .compare-item_top {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .compare-item_title {
    text-align: center;
    align-self: auto;
  }

  .h2-2 {
    font-size: 24px;
  }

  .compare-item_visual {
    position: static;
  }

  .list-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .compare-item_boxes {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .compare-item_score {
    align-self: center;
  }

  .text-block {
    display: inline-block;
  }

  .compare-item_badge-2 {
    align-self: center;
  }

  .compare-item {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .v-flex-block.for-text {
    width: 100%;
  }

  .testimonial, .testimonial-heading.v2 {
    flex-flow: column;
  }

  .author-name {
    font-size: 18px;
  }

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

  .reviews.grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .paragraph-34 {
    text-align: center;
  }

  .number-list {
    padding-left: 20px;
  }

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

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

  .competitors {
    flex-flow: column;
  }

  .badges {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hi {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .hi.green {
    font-size: 34px;
  }

  .button-wrap-v {
    flex-flow: column;
    width: 100%;
  }

  .secondary-button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small, .light-cl.small {
    font-size: 14px;
  }

  .table-block {
    justify-content: flex-start;
    align-items: center;
  }

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

  .paragraph-35.small {
    display: none;
  }

  .review-card-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-content-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .wrap-rating-img {
    max-width: 100px;
    max-height: 100px;
  }

  .stat-text {
    font-size: 96px;
  }

  .submit-button {
    width: 100%;
  }

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

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

  .badge-lm {
    border-radius: 12px;
    padding: 14px 24px;
    font-size: 12px;
    bottom: 8px;
    right: 8px;
  }

  .logo-badge-wrap {
    width: 40px;
  }

  .color-block-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .text-34.green {
    font-size: 32px;
  }

  .logo-wrap {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
}

#w-node-_44d342ad-47d6-6b0f-154b-40262d4b6c17-922872f5, #w-node-_44d342ad-47d6-6b0f-154b-40262d4b6c3b-922872f5, #w-node-_44d342ad-47d6-6b0f-154b-40262d4b6c69-922872f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f35f3e6-eebf-8e80-32f9-4a208b06deb0-63135793, #w-node-_9e0c09ba-a375-225d-ce2e-acaada28a295-63135793 {
  align-self: stretch;
}

#w-node-c4307fb9-5b41-0e49-cee0-e371fba4549a-dc3de720, #w-node-c4307fb9-5b41-0e49-cee0-e371fba454a4-dc3de720, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4577c-dc3de720, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4579d-dc3de720, #w-node-c4307fb9-5b41-0e49-cee0-e371fba457c8-dc3de720, #w-node-c4307fb9-5b41-0e49-cee0-e371fba457eb-dc3de720, #w-node-ecbbb8fe-c8f0-26f9-c705-38de8a0c8350-8a0c834e, #w-node-ecbbb8fe-c8f0-26f9-c705-38de8a0c8374-8a0c834e, #w-node-ecbbb8fe-c8f0-26f9-c705-38de8a0c83a2-8a0c834e, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4549a-4ac8ef73, #w-node-c4307fb9-5b41-0e49-cee0-e371fba454a4-4ac8ef73, #w-node-_6fc9e1a8-ae3f-2bed-bc77-8b04d85c9712-4ac8ef73, #w-node-_6fc9e1a8-ae3f-2bed-bc77-8b04d85c973a-4ac8ef73, #w-node-_6fc9e1a8-ae3f-2bed-bc77-8b04d85c976c-4ac8ef73, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4577c-4ac8ef73, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4579d-4ac8ef73, #w-node-c4307fb9-5b41-0e49-cee0-e371fba457c8-4ac8ef73, #w-node-c4307fb9-5b41-0e49-cee0-e371fba457eb-4ac8ef73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86b333f7-e7bd-5abe-cf8a-53769ed639e8-6cca5d20, #w-node-_86b333f7-e7bd-5abe-cf8a-53769ed63a26-6cca5d20, #w-node-_86b333f7-e7bd-5abe-cf8a-53769ed63a31-6cca5d20, #w-node-_86b333f7-e7bd-5abe-cf8a-53769ed63a5a-6cca5d20, #w-node-_86b333f7-e7bd-5abe-cf8a-53769ed63a83-6cca5d20, #w-node-_86b333f7-e7bd-5abe-cf8a-53769ed63aab-6cca5d20, #w-node-_86b333f7-e7bd-5abe-cf8a-53769ed63ad4-6cca5d20, #w-node-_86b333f7-e7bd-5abe-cf8a-53769ed63adf-6cca5d20, #w-node-_86b333f7-e7bd-5abe-cf8a-53769ed63b08-6cca5d20, #w-node-_86b333f7-e7bd-5abe-cf8a-53769ed63b31-6cca5d20, #w-node-_86b333f7-e7bd-5abe-cf8a-53769ed63b5a-6cca5d20, #w-node-_86b333f7-e7bd-5abe-cf8a-53769ed63b83-6cca5d20, #w-node-_86b333f7-e7bd-5abe-cf8a-53769ed63b8e-6cca5d20, #w-node-_86b333f7-e7bd-5abe-cf8a-53769ed63bb7-6cca5d20, #w-node-_16ddf63f-6eca-3cbe-451d-e1b73f20a89a-6cca5d20, #w-node-_0902be46-83bd-3e01-deda-5e2b631fc34e-6cca5d20, #w-node-c08a7b0b-0db7-e75f-5f9f-921bfb4224b0-6cca5d20, #w-node-_48e769da-3cf9-8cbb-cb4c-a9c23cbd2bc8-6cca5d20, #w-node-bbff7622-55c2-c15a-0ca5-bf17c37c0b66-6cca5d20, #w-node-_95711473-3a0e-9043-4614-24911ca6119c-6cca5d20, #w-node-_10c477b0-737b-bd36-94ae-5ffb758f04d9-6cca5d20, #w-node-_1dbd7caf-fae5-9631-869e-d79eb37aa232-6cca5d20, #w-node-ee929e61-3ed4-71ad-f008-2f4fc7d3395b-6cca5d20, #w-node-_9168dcd3-ef0f-3d9b-bb0e-9e07b6ccddd0-6cca5d20, #w-node-a8f76411-6be6-71b0-596d-ed3bddcd5493-6cca5d20, #w-node-_16be3506-fba2-83e8-d0a6-042218541812-6cca5d20, #w-node-_970c79ec-7dbc-940c-85a3-8090b3ef8032-6cca5d20, #w-node-_6fefba8b-a770-f081-036e-6b1545fd6a82-6cca5d20 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4f35f3e6-eebf-8e80-32f9-4a208b06deb0-2c3e6671, #w-node-_9e0c09ba-a375-225d-ce2e-acaada28a295-2c3e6671, #w-node-fc8812a6-6404-1f3a-e377-ec7d2d703275-d560da7a, #w-node-fc8812a6-6404-1f3a-e377-ec7d2d70329f-d560da7a, #w-node-_4f35f3e6-eebf-8e80-32f9-4a208b06deb0-f4f82584, #w-node-_9e0c09ba-a375-225d-ce2e-acaada28a295-f4f82584, #w-node-_64cf1aa9-6f67-62cc-f276-1388a55ca601-b67ecf6e, #w-node-_64cf1aa9-6f67-62cc-f276-1388a55ca62b-b67ecf6e, #w-node-_64cf1aa9-6f67-62cc-f276-1388a55ca601-3f4294b6, #w-node-_64cf1aa9-6f67-62cc-f276-1388a55ca62b-3f4294b6, #w-node-_8cee939d-62a3-eb31-76a5-500b37c12638-3d6b308b, #w-node-_8cee939d-62a3-eb31-76a5-500b37c12662-3d6b308b {
  align-self: stretch;
}

#w-node-c4307fb9-5b41-0e49-cee0-e371fba4549a-d1097e87, #w-node-c4307fb9-5b41-0e49-cee0-e371fba454a4-d1097e87, #w-node-_62223ef6-ddf8-24a7-b5ba-37c0b6c1efcc-d1097e87, #w-node-_62223ef6-ddf8-24a7-b5ba-37c0b6c1eff1-d1097e87, #w-node-_62223ef6-ddf8-24a7-b5ba-37c0b6c1f023-d1097e87, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4577c-d1097e87, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4579d-d1097e87, #w-node-c4307fb9-5b41-0e49-cee0-e371fba457c8-d1097e87, #w-node-c4307fb9-5b41-0e49-cee0-e371fba457eb-d1097e87, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4549a-b692e06c, #w-node-c4307fb9-5b41-0e49-cee0-e371fba454a4-b692e06c, #w-node-_9288c9e3-512d-2f95-c01b-7deca9964b73-b692e06c, #w-node-_9288c9e3-512d-2f95-c01b-7deca9964b98-b692e06c, #w-node-_9288c9e3-512d-2f95-c01b-7deca9964bca-b692e06c, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4577c-b692e06c, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4579d-b692e06c, #w-node-c4307fb9-5b41-0e49-cee0-e371fba457c8-b692e06c, #w-node-c4307fb9-5b41-0e49-cee0-e371fba457eb-b692e06c, #w-node-_4a9dab7a-5ed7-b53f-7f93-64202ad5dffc-62b392d5, #w-node-_4a9dab7a-5ed7-b53f-7f93-64202ad5e006-62b392d5, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4549a-a791b452, #w-node-c4307fb9-5b41-0e49-cee0-e371fba454a4-a791b452, #w-node-_6fc9e1a8-ae3f-2bed-bc77-8b04d85c9712-a791b452, #w-node-_6fc9e1a8-ae3f-2bed-bc77-8b04d85c973a-a791b452, #w-node-_6fc9e1a8-ae3f-2bed-bc77-8b04d85c976c-a791b452, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4577c-a791b452, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4579d-a791b452, #w-node-c4307fb9-5b41-0e49-cee0-e371fba457c8-a791b452, #w-node-c4307fb9-5b41-0e49-cee0-e371fba457eb-a791b452 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cee939d-62a3-eb31-76a5-500b37c12638-9d176a5d, #w-node-_8cee939d-62a3-eb31-76a5-500b37c12662-9d176a5d {
  align-self: stretch;
}

#w-node-c4307fb9-5b41-0e49-cee0-e371fba4549a-a47d338b, #w-node-c4307fb9-5b41-0e49-cee0-e371fba454a4-a47d338b, #w-node-_62223ef6-ddf8-24a7-b5ba-37c0b6c1efcc-a47d338b, #w-node-_62223ef6-ddf8-24a7-b5ba-37c0b6c1eff1-a47d338b, #w-node-_62223ef6-ddf8-24a7-b5ba-37c0b6c1f023-a47d338b, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4577c-a47d338b, #w-node-c4307fb9-5b41-0e49-cee0-e371fba4579d-a47d338b, #w-node-c4307fb9-5b41-0e49-cee0-e371fba457c8-a47d338b, #w-node-c4307fb9-5b41-0e49-cee0-e371fba457eb-a47d338b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-c4307fb9-5b41-0e49-cee0-e371fba4577c-dc3de720 {
    order: 9999;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba4579d-dc3de720 {
    order: -9999;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba457c8-dc3de720 {
    order: 2;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba4577c-4ac8ef73 {
    order: 9999;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba4579d-4ac8ef73 {
    order: -9999;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba457c8-4ac8ef73 {
    order: 2;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba4577c-d1097e87 {
    order: 9999;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba4579d-d1097e87 {
    order: -9999;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba457c8-d1097e87 {
    order: 2;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba4577c-b692e06c {
    order: 9999;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba4579d-b692e06c {
    order: -9999;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba457c8-b692e06c {
    order: 2;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba4577c-a791b452 {
    order: 9999;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba4579d-a791b452 {
    order: -9999;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba457c8-a791b452 {
    order: 2;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba4577c-a47d338b {
    order: 9999;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba4579d-a47d338b {
    order: -9999;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba457c8-a47d338b {
    order: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_44d342ad-47d6-6b0f-154b-40262d4b6c17-922872f5 {
    order: 9999;
  }

  #w-node-_44d342ad-47d6-6b0f-154b-40262d4b6c3b-922872f5 {
    order: -9999;
  }

  #w-node-_44d342ad-47d6-6b0f-154b-40262d4b6c69-922872f5 {
    order: 1;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba457f3-dc3de720 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ecbbb8fe-c8f0-26f9-c705-38de8a0c8350-8a0c834e {
    order: 9999;
  }

  #w-node-ecbbb8fe-c8f0-26f9-c705-38de8a0c8374-8a0c834e {
    order: -9999;
  }

  #w-node-ecbbb8fe-c8f0-26f9-c705-38de8a0c83a2-8a0c834e {
    order: 1;
  }

  #w-node-_6fc9e1a8-ae3f-2bed-bc77-8b04d85c9712-4ac8ef73 {
    order: 9999;
  }

  #w-node-_6fc9e1a8-ae3f-2bed-bc77-8b04d85c973a-4ac8ef73 {
    order: -9999;
  }

  #w-node-_6fc9e1a8-ae3f-2bed-bc77-8b04d85c976c-4ac8ef73 {
    order: 1;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba457f3-4ac8ef73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62223ef6-ddf8-24a7-b5ba-37c0b6c1efcc-d1097e87 {
    order: 9999;
  }

  #w-node-_62223ef6-ddf8-24a7-b5ba-37c0b6c1eff1-d1097e87 {
    order: -9999;
  }

  #w-node-_62223ef6-ddf8-24a7-b5ba-37c0b6c1f023-d1097e87 {
    order: 1;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba457f3-d1097e87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9288c9e3-512d-2f95-c01b-7deca9964b73-b692e06c {
    order: 9999;
  }

  #w-node-_9288c9e3-512d-2f95-c01b-7deca9964b98-b692e06c {
    order: -9999;
  }

  #w-node-_9288c9e3-512d-2f95-c01b-7deca9964bca-b692e06c {
    order: 1;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba457f3-b692e06c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6fc9e1a8-ae3f-2bed-bc77-8b04d85c9712-a791b452 {
    order: 9999;
  }

  #w-node-_6fc9e1a8-ae3f-2bed-bc77-8b04d85c973a-a791b452 {
    order: -9999;
  }

  #w-node-_6fc9e1a8-ae3f-2bed-bc77-8b04d85c976c-a791b452 {
    order: 1;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba457f3-a791b452 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62223ef6-ddf8-24a7-b5ba-37c0b6c1efcc-a47d338b {
    order: 9999;
  }

  #w-node-_62223ef6-ddf8-24a7-b5ba-37c0b6c1eff1-a47d338b {
    order: -9999;
  }

  #w-node-_62223ef6-ddf8-24a7-b5ba-37c0b6c1f023-a47d338b {
    order: 1;
  }

  #w-node-c4307fb9-5b41-0e49-cee0-e371fba457f3-a47d338b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


