:root {
  --_bugmd-tv-lp-04-17-25---light-green: #76c96e;
  --_bugmd-tv-lp-04-17-25---yellow: #f4e659;
  --_bugmd-tv-lp-04-17-25---dark-green: #467640;
  --_bugmd-tv-lp-04-17-25---grey: #898987;
  --_bugmd-tv-lp-04-17-25---black: black;
  --_bugmd-tv-lp-04-17-25---white: white;
  --_bugmd-tv-lp-04-17-25---green-1: #c2d2be;
  --_bugmd-tv-lp-04-17-25---red: #ff2828;
  --_bugmd-tv-lp-04-17-25---grey-light: #d9d9d9;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

p {
  margin-bottom: 0;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.top-bar-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.top-bar {
  background-color: var(--_bugmd-tv-lp-04-17-25---light-green);
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.logo-top-bar {
  display: flex;
}

.button {
  background-color: var(--_bugmd-tv-lp-04-17-25---yellow);
  color: var(--_bugmd-tv-lp-04-17-25---dark-green);
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 24px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 4px 4px #00000040;
}

.order-topbar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.image {
  margin-top: 6px;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.section.small-space {
  padding-top: 36px;
  padding-bottom: 36px;
}

.section.extra-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.extra-small.bg-1 {
  background-color: #f3f7f3;
}

.section.bg-2 {
  background-color: #cde0cd;
}

.section.cta-section {
  color: #fff;
  background-color: #467640;
  padding-top: 12px;
  padding-bottom: 12px;
}

.container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.container.small {
  max-width: 800px;
}

.main-slider {
  width: 100%;
  max-width: 414px;
}

.section1-content {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 375px;
  max-width: 100%;
  display: flex;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.left-arrow, .right-arrow {
  display: none;
}

.btn-primary {
  background-color: var(--_bugmd-tv-lp-04-17-25---yellow);
  color: var(--_bugmd-tv-lp-04-17-25---dark-green);
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.mobile-video {
  display: none;
}

.hero-offer-image {
  width: 375px;
  max-width: 100%;
  margin-bottom: 16px;
}

.cta-button-wrapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 330px;
  display: flex;
}

.cta-button-text {
  color: var(--_bugmd-tv-lp-04-17-25---grey);
  font-size: 13px;
  line-height: 100%;
}

.body {
  color: #232323;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  line-height: 100%;
}

.section1-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 330px;
  max-width: 100%;
  margin-top: 16px;
  display: flex;
}

.checkmark-icon {
  color: var(--_bugmd-tv-lp-04-17-25---light-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.sec1-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: var(--_bugmd-tv-lp-04-17-25---dark-green);
  font-size: 16px;
  line-height: 100%;
}

.slide-nav {
  position: relative;
  inset: 12px 0% auto;
}

.section-holder {
  width: 100%;
}

.section-holder.gap-horisontal-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.section-holder.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.title-wrapper {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.title-wrapper._24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.title-wrapper._24.max-width-740 {
  max-width: 740px;
}

.column {
  width: 100%;
}

.column._30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.column._30.wrap {
  flex-flow: wrap-reverse;
  justify-content: center;
  align-items: flex-end;
}

.column._30.centered {
  justify-content: center;
  align-items: flex-start;
}

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

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

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

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

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

.row.centered._64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

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

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

.title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 100%;
  font-weight: 800;
}

.title.extra-small {
  font-size: 20px;
  font-weight: 700;
}

.title.extra-small.lora {
  font-family: Lora, Arial, sans-serif;
  font-weight: 600;
  line-height: 26px;
}

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

.title.highlitet-green {
  color: #467640;
}

.title.medium {
  font-size: 38px;
}

.title.max-width-900 {
  max-width: 900px;
}

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

.img-100x100 {
  object-fit: contain;
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100%;
}

.img-100x100-1 {
  width: 101px;
}

.img-100x100-3 {
  width: 111px;
}

.img-100x100-2 {
  width: 102px;
}

.text-wrapper.centered {
  text-align: center;
  width: 100%;
}

.text-wrapper.centered._16 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
}

.text-wrapper.teview-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.box._25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 25%;
}

.box._33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 33%;
}

.box._50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 50%;
}

.review-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f4f1e9;
  border-radius: 6px;
  flex-flow: row;
  width: 44%;
  margin-bottom: -16px;
  padding: 32px 16px;
}

.profile-picture {
  border-radius: 100px;
  width: 70px;
  height: 70px;
}

.review-text {
  letter-spacing: .5px;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.user-name {
  letter-spacing: .5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.rating-image {
  object-fit: contain;
  height: 18px;
}

.review-rate {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}

.icon-18x18 {
  object-fit: contain;
  width: 18px;
  height: 18px;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #467640;
  padding-top: 64px;
  padding-bottom: 64px;
  font-size: 16px;
}

.footer-logo {
  width: 344px;
  max-width: 80%;
}

.footer-link {
  color: #fff;
}

.footer-link-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

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

.slider-label {
  color: #fff;
  text-align: center;
  background-color: #467640;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 800;
  display: block;
}

.slider-label.mobile {
  display: none;
}

.highlite-text {
  color: #f4e659;
}

.product-box {
  border: 3px dashed #000;
  border-radius: 4px;
  width: 656px;
  max-width: 100%;
  padding: 36px;
}

.mobile-content {
  display: none;
}

.cta-row {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.highlite-text-big {
  color: #f4e659;
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .top-bar {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .top-bar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .top-bar {
    z-index: 5;
    position: fixed;
    inset: 0% 0% auto;
  }

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

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

  .section.small-space.hero {
    margin-top: 32px;
    padding-bottom: 16px;
  }

  .container.small.no-space-mob {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section1-content {
    width: 480px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-button-wrapp.negative-top-margine {
    margin-top: -30px;
  }

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

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

  .column._30.centered.mob-wrap {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    flex-flow: wrap;
  }

  .column._24.centered.mob-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .column._64.centered {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .row.centered._64 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .title {
    font-size: 28px;
  }

  .title.highlitet-green {
    font-size: 22px;
  }

  .title.medium {
    font-size: 30px;
    line-height: 140%;
  }

  .title.product-title {
    font-size: 28px;
  }

  .img-100x100 {
    width: 64px;
    height: 64px;
  }

  .img-100x100-1 {
    width: 64px;
  }
  .img-100x100-3 {
    width: 70px;
  }
  
  .img-100x100-2 {
    width: 65px;
  }

  .box._25 {
    width: 49%;
    margin-bottom: 30px;
  }

  .box._33 {
    width: 49%;
    margin-bottom: 32px;
  }

  .box._50, .review-box {
    width: 100%;
  }

  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .slider-label.pc {
    display: none;
  }

  .slider-label.mobile {
    display: block;
  }

  .product-box {
    border-style: none;
    padding: 0;
  }

  .mobile-content {
    display: block;
  }

  .desktop-content {
    display: none;
  }

  .cta-row {
    font-size: 14px;
    line-height: 130%;
  }

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

  .mobile-full {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .top-bar-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .top-bar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.no-spase-mob {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    display: none;
  }

  .btn-primary {
    font-size: 28px;
  }

  .cta-button-wrapp {
    max-width: 100%;
  }

  .column._30.centered.mob-wrap {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
  }

  .title.extra-small.lora {
    height: 60px;
    padding-bottom: 36px;
    padding-left: 80px;
  }

  .title.small {
    font-size: 20px;
  }

  .title.medium {
    padding-left: 30px;
    padding-right: 30px;
  }

  .box._25 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .box._33 {
    width: 100%;
  }

  .review-box {
    position: relative;
  }

  .profile-picture {
    position: absolute;
    top: 32px;
    left: 16px;
  }

  .slider-label.mobile {
    justify-content: center;
    align-items: center;
    line-height: 130%;
    display: flex;
    font-size: 14px;
  }

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


@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-SEMIBOLD.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-BOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('/fonts/lexend/Lexend-Black.ttf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('/fonts/lexend/Lexend-Bold.ttf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend';
  src: url('/fonts/lexend/Lexend-SemiBold.ttf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend';
  src: url('/fonts/lexend/Lexend-Medium.ttf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend';
  src: url('/fonts/lexend/Lexend-Regular.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend';
  src: url('/fonts/lexend/Lexend-Thin.ttf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

