@import url("https://use.typekit.net/udl6psp.css");
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-background-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2000px 0;
  }
}
.container {
  max-width: 1600px !important;
  margin: 0 auto;
}

sup {
  font-size: 12px;
  font-weight: 400;
}

.bottom_sticker {
  position: fixed;
  bottom: 0;
  right: 10%;
  border-radius: 10px 10px 0 0;
  background-color: #0a4e2e;
}

.site-footer {
  background: #0a4e2e;
  color: #fff;
  padding: 40px 0 0 0;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
}
.site-footer .footer-links a {
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 32px;
}
.site-footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.site-footer .footer-col {
  flex: 1 1 320px;
  min-width: 220px;
  margin-bottom: 24px;
}
.site-footer .footer-menu ul,
.site-footer .footer-legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-menu li,
.site-footer .footer-legal li {
  font-size: 18px;
  line-height: 2.2;
  color: #fff;
  opacity: 0.95;
}
@media (max-width: 900px) {
  .site-footer .footer-columns {
    flex-direction: column;
    gap: 24px;
  }
  .site-footer .footer-col {
    min-width: 0;
  }
  .site-footer .footer-brand .footer-logo-row {
    margin-bottom: 12px;
  }
}

.page-home-wrapper .marquee-bar {
  width: 99vw;
  overflow: hidden;
  background: #009d47;
  position: relative;
  z-index: 10;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home-wrapper .marquee-bar .marquee-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  animation: marquee-background-scroll 60s linear infinite;
}
.page-home-wrapper .marquee-bar .marquee-text {
  position: relative;
  z-index: 2;
  height: 100%;
  background-color: #009d47;
}
.page-home-wrapper .marquee-bar .marquee-text span {
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  white-space: nowrap;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  padding: 8px 24px;
}
.page-home-wrapper .section-top-menu {
  display: flex;
  border-bottom: 1px solid rgba(2, 114, 35, 0.2);
  height: 110px;
}
.page-home-wrapper .section-top-menu img {
  width: 82px;
  height: 80px;
}
.page-home-wrapper .section-hero {
  padding: 40px 0;
  min-height: 100vh;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-hero {
    padding: 80px 0;
    display: flex;
    align-items: center;
  }
}
.page-home-wrapper .section-hero .background-img-wrapper {
  position: absolute;
  display: flex;
  justify-content: end;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-hero .background-img-wrapper {
    width: 50%;
  }
}
.page-home-wrapper .section-hero .background-img-wrapper svg {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-home-wrapper .section-hero .hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-hero .hero-content-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.page-home-wrapper .section-hero .hero-content-wrapper .hero-images-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-hero .hero-content-wrapper .hero-images-wrapper {
    flex-direction: column;
    margin-bottom: 0;
    gap: 32px;
    padding: 0 50px;
  }
}
.page-home-wrapper .section-hero .hero-content-wrapper .hero-images-wrapper .hero-product-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-home-wrapper .section-hero .hero-content-wrapper .hero-images-wrapper .hero-product-img-left,
.page-home-wrapper .section-hero .hero-content-wrapper .hero-images-wrapper .hero-product-img-right {
  width: 100%;
  max-width: 124px;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-hero .hero-content-wrapper .hero-images-wrapper .hero-product-img-left,
  .page-home-wrapper .section-hero .hero-content-wrapper .hero-images-wrapper .hero-product-img-right {
    max-width: 250px;
  }
}
.page-home-wrapper .section-hero .hero-content-wrapper .hero-images-wrapper .hero-product-img-left {
  transform: translateY(60px) rotate(-8deg);
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-hero .hero-content-wrapper .hero-images-wrapper .hero-product-img-left {
    transform: translateY(100px) rotate(-8deg);
  }
}
.page-home-wrapper .section-hero .hero-content-wrapper .hero-images-wrapper .hero-product-img-right {
  transform: translateY(-20px) rotate(16deg);
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-hero .hero-content-wrapper .hero-images-wrapper .hero-product-img-right {
    transform: translateY(-100px) rotate(16deg);
  }
}
.page-home-wrapper .section-hero .hero-content-wrapper .hero-images-wrapper .hero-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.page-home-wrapper .section-hero .hero-content-wrapper .hero-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-hero .hero-content-wrapper .hero-text-wrapper {
    width: 45%;
    order: 1;
  }
}
.page-home-wrapper .section-hero .hero-content-wrapper .hero-text-wrapper .hero-brand {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  color: #009d47;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-hero .hero-content-wrapper .hero-text-wrapper .hero-brand {
    font-size: 40px;
  }
}
.page-home-wrapper .section-hero .hero-content-wrapper .hero-text-wrapper .hero-title {
  font-size: 45px;
  line-height: 100%;
  letter-spacing: -4px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0a4e2e;
}
.page-home-wrapper .section-hero .hero-content-wrapper .hero-text-wrapper .hero-title sup {
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  top: 6px;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-hero .hero-content-wrapper .hero-text-wrapper .hero-title sup {
    top: 14px;
  }
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-hero .hero-content-wrapper .hero-text-wrapper .hero-title {
    font-size: 75px;
    line-height: 95px;
  }
}
.page-home-wrapper .section-hero .hero-content-wrapper .hero-text-wrapper .hero-description {
  font-size: 16px;
  line-height: 140%;
  color: #0a4e2e;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-hero .hero-content-wrapper .hero-text-wrapper .hero-description {
    font-size: 24px;
  }
}
.page-home-wrapper .section-hero .hero-content-wrapper .hero-text-wrapper .btn-cta {
  background-color: #ff5400;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-hero .hero-content-wrapper .hero-text-wrapper .btn-cta {
    font-size: 18px;
    line-height: 24px;
    padding: 18px 40px;
  }
}
.page-home-wrapper .section-hero .hero-content-wrapper .hero-text-wrapper .btn-cta:hover {
  background-color: #e04800;
}
.page-home-wrapper .section-sugar-info {
  background: #ff5400;
  padding: 48px 0 0 0;
}
.page-home-wrapper .section-sugar-info .sugar-info-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 600px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .page-home-wrapper .section-sugar-info .sugar-info-content-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 700px;
    padding: 0 0;
  }
}
.page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .left-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 210px;
  left: 15%;
  top: 45%;
  transform: translateX(-15%) translateY(var(--scroll-offset-y, -45%));
  opacity: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  pointer-events: none;
  z-index: 10;
}
.page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .left-text .pill-text {
  background: #FCF9F5;
  color: #FF5400;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .left-text .pill-text {
    font-size: 18px;
  }
}
.page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .left-text .bottom-text {
  text-align: center;
  font-size: 16px;
}
.page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .right-text {
  position: absolute;
  right: 15%;
  top: 55%;
  transform: translateX(15%) translateY(var(--scroll-offset-y, -50%));
  opacity: 0;
  height: 60px;
  font-size: 16px;
  max-width: 180px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  pointer-events: none;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-items: center;
  line-height: 100%;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .right-text {
    max-width: 250px;
  }
}
.page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .right-text .left-half-circle {
  display: inline-block;
  width: 25px;
  height: inherit;
  background-color: #FCF9F5;
  border-radius: 999px 0 0 999px;
  flex-shrink: 0;
}
.page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .right-text .right-half-circle {
  display: inline-block;
  width: 25px;
  height: inherit;
  background-color: #A9EAB2;
  border-radius: 0 999px 999px 0;
  flex-shrink: 0;
}
.page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .sugar-info-text-wrapper {
  color: #fff;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}
.page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .sugar-info-text-wrapper .sugar-info-title {
  font-size: 28px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .sugar-info-text-wrapper .sugar-info-title {
    font-size: 57px;
  }
}
.page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .sugar-info-media-placeholder {
  max-width: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .sugar-info-media-placeholder video {
  width: 115%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .sugar-info-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: inherit;
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-color: #cbd5ed;
  text-decoration-style: wavy;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-sugar-info .sugar-info-content-wrapper .sugar-info-label {
    font-size: 18px;
  }
}
.page-home-wrapper .did-you-know-section {
  display: flex;
  position: relative;
}
.page-home-wrapper .did-you-know-section .title {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
.page-home-wrapper .did-you-know-section .did-you-know-pills {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 60px 0;
}
.page-home-wrapper .did-you-know-section .did-you-know-pills .pill {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(4, 30, 15, 0.12);
  white-space: nowrap;
  transform-origin: left center;
  text-transform: uppercase;
}
.page-home-wrapper .did-you-know-section .did-you-know-pills .pill-green {
  background: #b6fcbf;
  color: #0a4e2e;
  transform: translateX(-8px);
}
.page-home-wrapper .did-you-know-section .did-you-know-pills .pill-dark {
  background: #0a4e2e;
  color: #ffffff;
  transform: translateX(1px);
}
.page-home-wrapper .did-you-know-section .did-you-know-pills .pill-orange {
  background: #ff5400;
  color: #ffffff;
  transform: translateX(-4px) translateY(20px);
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .did-you-know-section .did-you-know-pills {
    gap: 42px;
  }
  .page-home-wrapper .did-you-know-section .did-you-know-pills .pill {
    padding: 12px 28px;
    font-size: 18px;
  }
  .page-home-wrapper .did-you-know-section .did-you-know-pills .pill-green {
    transform: rotate(-8deg) translateX(-12px);
  }
  .page-home-wrapper .did-you-know-section .did-you-know-pills .pill-dark {
    transform: rotate(8deg) translateX(18px) translateY(0px);
  }
  .page-home-wrapper .did-you-know-section .did-you-know-pills .pill-orange {
    transform: rotate(-4deg) translateX(-6px);
  }
}
.page-home-wrapper .did-you-know-section .did-you-know-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateY(41px);
  margin: -82px 0 0 0;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .did-you-know-section .did-you-know-divider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
.page-home-wrapper .did-you-know-section .did-you-know-divider .arrow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 82px;
  width: 82px;
  height: 82px;
  background-color: #ffffff;
  border-radius: 999px;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .did-you-know-section .did-you-know-divider .arrow-wrapper {
    transform: rotate(-90deg);
  }
}
.page-home-wrapper .did-you-know-section .did-you-know-right-section {
  padding: 60px 0;
  color: #0a4e2e;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .did-you-know-section .did-you-know-right-section {
    font-size: 32px;
    line-height: 120%;
    max-width: 550px;
    padding: 0 120px;
  }
  .page-home-wrapper .did-you-know-section .did-you-know-right-section sup {
    top: -16px;
  }
}
.page-home-wrapper .did-you-know-section .did-you-know-left-bg {
  position: absolute;
  background-color: #fcf9f5;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 1200px) {
  .page-home-wrapper .did-you-know-section .did-you-know-left-bg {
    display: block;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.page-home-wrapper .did-you-know-section .did-you-know-right-bg {
  position: absolute;
  background-color: #ced8f1;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 1200px) {
  .page-home-wrapper .did-you-know-section .did-you-know-right-bg {
    display: block;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
.page-home-wrapper .did-you-know-section .did-you-know-right-section {
  background-color: #ced8f1;
}
.page-home-wrapper .about-glukelo-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 0;
  width: 100%;
  color: #fff;
}
.page-home-wrapper .about-glukelo-section h2 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  color: #e6f2e9;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-color: #a9eab2;
  text-decoration-style: wavy;
}
@media (min-width: 768px) {
  .page-home-wrapper .about-glukelo-section h2 {
    font-size: 18px;
  }
}
.page-home-wrapper .about-glukelo-section p {
  font-size: 22px;
  line-height: 110%;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  margin: 0;
}
@media (min-width: 768px) {
  .page-home-wrapper .about-glukelo-section p {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .page-home-wrapper .about-glukelo-section p {
    font-size: 47px;
    line-height: 56px;
  }
  .page-home-wrapper .about-glukelo-section p sup {
    top: -26px;
  }
}
.page-home-wrapper .section-about-info {
  padding: 40px 0;
  background-color: #FCF9F5;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-about-info {
    padding: 80px 0;
    min-height: 600px;
    display: flex;
    align-items: center;
  }
}
.page-home-wrapper .section-about-info .about-info-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-about-info .about-info-content-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-images-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-images-wrapper {
    width: 50%;
    margin-bottom: 0;
    gap: 32px;
    order: 1;
  }
}
.page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-images-wrapper .about-info-circle-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  height: 190px;
  background-color: #A9EAB2;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-images-wrapper .about-info-circle-bg {
    width: 442px;
    height: 442px;
  }
}
.page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-images-wrapper .about-info-product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
}
.page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-images-wrapper .about-info-product-img-left {
  transform: translateY(0px) rotate(-8deg);
  max-width: 137px;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-images-wrapper .about-info-product-img-left {
    transform: translateY(0px) rotate(-8deg);
    max-width: 319px;
  }
}
.page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-images-wrapper .about-info-product-img-left img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-images-wrapper .about-info-product-img-right {
  transform: translateY(-15px) rotate(6deg);
  max-width: 93px;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-images-wrapper .about-info-product-img-right {
    transform: translateY(0) rotate(6deg);
    max-width: 217px;
  }
}
.page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-images-wrapper .about-info-product-img-right img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 22px;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-text-wrapper {
    width: 45%;
    order: 2;
  }
  .page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-text-wrapper sup {
    top: -20px;
  }
}
.page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-text-wrapper .about-info-description {
  font-size: 16px;
  line-height: 140%;
  color: #0a4e2e;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-text-wrapper .about-info-description {
    font-size: 36px;
  }
}
.page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-text-wrapper .pill-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 12px;
  background-color: #ff5400;
  color: #ffffff;
  line-height: 120%;
  font-weight: 600;
  padding: 0px 16px 0px 0;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
}
.page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-text-wrapper .pill-wrapper span {
  flex-grow: 1;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-text-wrapper .pill-wrapper {
    font-size: 26px;
    line-height: 130%;
    width: 100%;
  }
}
.page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-text-wrapper .pill-wrapper .circle-full {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 64px;
  height: 64px;
  margin: -2px 0px -2px -2px;
  border-radius: 50px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-text-wrapper .pill-wrapper .circle-full {
    width: 100px;
    height: 100px;
    margin: -2px 0px -2px -1px;
  }
}
.page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-text-wrapper .pill-wrapper .circle-full .half-circle {
  width: 64px;
  height: 32px;
  background-color: #fbebb8;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-text-wrapper .pill-wrapper .circle-full .half-circle {
    width: 100%;
    height: 50px;
  }
}
.page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-text-wrapper .about-info-end-text {
  font-size: 16px;
  line-height: 18px;
  color: #009d47;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-about-info .about-info-content-wrapper .about-info-text-wrapper .about-info-end-text {
    font-size: 36px;
    line-height: 140%;
  }
}
.page-home-wrapper .section-product {
  display: flex;
  flex-direction: column;
  background-color: #0a4e2e;
  padding: 40px 0;
}
.page-home-wrapper .section-product .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 20px 0;
}
.page-home-wrapper .section-product .title-wrapper h1 {
  font-size: 14px;
  font-weight: 600;
  color: #fcf9e0;
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-color: #a9eab2;
  text-decoration-style: wavy;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-product .title-wrapper h1 {
    font-size: 18px;
  }
}
.page-home-wrapper .section-product .title-wrapper h2 {
  text-align: center;
  font-size: 30px;
  line-height: 110%;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-product .title-wrapper h2 {
    font-size: 58px;
  }
}
.page-home-wrapper .section-product .section-single-product {
  display: flex;
  border-top: 1px solid rgba(189, 233, 201, 0.2);
  position: relative;
}
.page-home-wrapper .section-product .section-single-product .text-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.page-home-wrapper .section-product .section-single-product .text-wrapper .product-divider {
  height: 1px;
  background-color: #01a144;
}
.page-home-wrapper .section-product .section-single-product .text-wrapper .title {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.page-home-wrapper .section-product .section-single-product .text-wrapper .title h1 {
  font-size: 28px;
  line-height: 140%;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-product .section-single-product .text-wrapper .title h1 {
    font-size: 36px;
  }
}
.page-home-wrapper .section-product .section-single-product .text-wrapper .title h2 {
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  color: #a9eab2;
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-product .section-single-product .text-wrapper .title h2 {
    font-size: 22px;
  }
}
.page-home-wrapper .section-product .section-single-product .text-wrapper .text-product-small-title {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-color: #01a144;
  text-decoration-style: wavy;
}
.page-home-wrapper .section-product .section-single-product .text-wrapper .colored-pill-tag-product {
  font-size: 14px;
}
.page-home-wrapper .section-product .section-single-product .text-wrapper .section-regents-title {
  font-size: 16px;
  line-height: 140%;
  color: #a9eab2;
}
.page-home-wrapper .section-product .section-single-product .text-wrapper .section-products-regents {
  background-color: #074829;
  border: 1px solid #01a144;
  border-radius: 16px;
}
@media screen and (min-width: 992px) {
  .page-home-wrapper .section-product .section-single-product .text-wrapper .section-products-regents {
    border-radius: 90px;
  }
}
.page-home-wrapper .section-product .section-single-product .text-wrapper .product-ingredient-icon {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid #01a144;
}
.page-home-wrapper .section-product .section-single-product .text-wrapper .section-products-regents-image {
  width: 103px;
  height: auto;
}
.page-home-wrapper .section-product .section-single-product .image-wrapper {
  background-color: #fff3cb;
  z-index: 1;
  position: sticky;
  top: 0;
  padding: 90px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-home-wrapper .section-product .section-single-product .image-wrapper .marquee-container {
  display: flex;
  align-items: center;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.page-home-wrapper .section-product .section-single-product .image-wrapper .marquee-container .marquee-stripe {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  width: 100%;
  height: auto;
  transform: translateX(100%);
}
.page-home-wrapper .section-product .section-single-product .image-wrapper .product-image {
  width: 50%;
  height: auto;
  z-index: 2;
  position: relative;
  display: flex;
}
.page-home-wrapper .section-product .section-single-product .image-wrapper .product-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.page-home-wrapper .section-product .section-single-product .bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.page-home-wrapper .section-product .section-single-product .bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #fff3cb;
}
.page-home-wrapper .references {
  background-color: #0a4e2e;
  color: #FFFFFF;
}
.page-home-wrapper .references a {
  color: #FFFFFF;
  text-decoration: underline;
}
.page-home-wrapper .bootom-info {
  position: fixed;
  bottom: 0;
  right: 2%;
  transform: translateX(2%);
  font-weight: 600;
  background-color: #0a4e2e;
  padding: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 8px 8px 0 0;
  z-index: 10;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
body {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.tk-futura-pt {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3Nhc3MvX2ZvbnRzLnNjc3MiLCIuLi9zYXNzL19wYWdlLWhvbWUuc2NzcyIsInN0eWxlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDUSxrREFBQTtBQ0RSO0VBQ0U7SUFDRSx3QkFBQTtFQ0VGO0VEQUE7SUFDRSwyQkFBQTtFQ0VGO0FBQ0Y7QURDQTtFQUNFO0lBQ0Usd0JBQUE7RUNDRjtFRENBO0lBQ0UsOEJBQUE7RUNDRjtBQUNGO0FERUE7RUFDRSw0QkFBQTtFQUNBLGNBQUE7QUNBRjs7QURHQTtFQUNFLGVBQUE7RUFDQSxnQkFBQTtBQ0FGOztBREdBO0VBQ0UsZUFBQTtFQUNBLFNBQUE7RUFDQSxVQUFBO0VBQ0EsNEJBQUE7RUFDQSx5QkFBQTtBQ0FGOztBREdBO0VBQ0UsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsbUJBQUE7RUFDQSxzREFBQTtBQ0FGO0FERUU7RUFDRSxXQUFBO0VBQ0EscUJBQUE7QUNBSjtBREVFO0VBQ0UsaUJBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtBQ0FKO0FERUU7RUFDRSxhQUFBO0VBQ0EsZUFBQTtFQUNBLDhCQUFBO0VBQ0EsdUJBQUE7RUFDQSxTQUFBO0FDQUo7QURFRTtFQUNFLGVBQUE7RUFDQSxnQkFBQTtFQUNBLG1CQUFBO0FDQUo7QURFRTs7RUFFRSxnQkFBQTtFQUNBLFVBQUE7RUFDQSxTQUFBO0FDQUo7QURFRTs7RUFFRSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSxXQUFBO0VBQ0EsYUFBQTtBQ0FKO0FER0U7RUFDRTtJQUNFLHNCQUFBO0lBQ0EsU0FBQTtFQ0RKO0VER0U7SUFDRSxZQUFBO0VDREo7RURHRTtJQUNFLG1CQUFBO0VDREo7QUFDRjs7QURNRTtFQUNFLFdBQUE7RUFDQSxnQkFBQTtFQUNBLG1CQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSxtQkFBQTtFQUNBLHVCQUFBO0FDSEo7QURLSTtFQUNFLGtCQUFBO0VBQ0EsTUFBQTtFQUNBLE9BQUE7RUFD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RUFDRSxlQUFBO0VBQ0EsaUJBQUE7RUFDQSxjQUFBO0FDNENWO0FEMUNRO0VBQ0UseUJBQUE7RUFDQSx5QkFBQTtFQUNBLG1CQUFBO0FDNENWO0FEM0NVO0VBSkY7SUFLSSxtQkFBQTtFQzhDVjtBQUNGO0FENUNRO0VBQ0UsV0FBQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLHlCQUFBO0FDOENWO0FENUNRO0VBQ0UsWUFBQTtFQUNBLFlBQUE7QUM4Q1Y7QUQzQ007RUFDRSx5QkFBQTtFQUNBLFVBQUE7RUFDQSxnQkFBQTtFQUNBLE1BQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSxhQUFBO0VBQ0EsdUJBQUE7RUFDQSxtQkFBQTtBQzZDUjtBRDVDUTtFQUNFLGFBQUE7RUFDQSxtQkFBQTtFQUNBLG9CQUFBO0VBQ0EsZ0JBQUE7RUFDQSxrQkFBQTtFQUNBLFFBQUE7RUFDQSwyQkFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQzhDVjtBRDdDVTtFQUNFLFVBQUE7RUFDQSw2QkFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSwyQkFBQTtBQytDWjtBRDVDUTtFQUNFLFVBQUE7RUFDQSxZQUFBO0VBQ0EsVUFBQTtFQUNBLGtCQUFBO0VBQ0EsYUFBQTtBQzhDVjtBRDdDVTtFQUNFLFdBQUE7RUFDQSxZQUFBO0VBQ0Esc0JBQUE7S0FBQSxtQkFBQTtFQUNBLGNBQUE7QUMrQ1o7QUQzQ007RUFDRSxrQkFBQTtFQUNBLE1BQUE7RUFDQSxPQUFBO0VBQ0EsVUFBQTtFQUNBLFlBQUE7QUM2Q1I7QUQzQ007RUFDRSxrQkFBQTtFQUNBLE1BQUE7RUFDQSxRQUFBO0VBQ0EsVUFBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtBQzZDUjtBRHhDRTtFQUNFLHlCQUFBO0VBQ0EsY0FBQTtBQzBDSjtBRHpDSTtFQUNFLGNBQUE7RUFDQSwwQkFBQTtBQzJDTjtBRHZDRTtFQUNFLGVBQUE7RUFDQSxTQUFBO0VBQ0EsU0FBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7RUFDQSx5QkFBQTtFQUNBLGFBQUE7RUFDQSx5QkFBQTtFQUNBLGNBQUE7RUFDQSwwQkFBQTtFQUNBLFdBQUE7QUN5Q0o7O0FEckNBO0VBQ0U7SUFDRSwyQkFBQTtFQ3dDRjtFRHRDQTtJQUNFLDRCQUFBO0VDd0NGO0FBQ0Y7QUY1aENBO0VBQ0Usc0RBQUE7RUFDQSxnQkFBQTtBRThoQ0Y7O0FGM2hDQTs7Ozs7O0VBTUUsc0RBQUE7RUFDQSxnQkFBQTtBRThoQ0Y7O0FGMWhDQTtFQUNFLHNEQUFBO0FFNmhDRiIsImZpbGUiOiJzdHlsZS5jc3MifQ== */