@font-face {
  font-family: Testfoundersgroteskcondensed;
  src: url('../fonts/TestFoundersGroteskCondensed-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Testfoundersgroteskcondensed;
  src: url('../fonts/TestFoundersGroteskCondensed-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Testfoundersgroteskcondensed;
  src: url('../fonts/TestFoundersGroteskCondensed-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Testfoundersgroteskcondensed;
  src: url('../fonts/TestFoundersGroteskCondensed-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Testfoundersgrotesk Bf 66175 E 9700615";
  src: url('../fonts/TestFoundersGrotesk-Bold-BF66175e9700615.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.container {
  background-color: #00bfff00;
  background-image: none;
  background-size: auto;
  width: auto;
  max-width: 90rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.container._2 {
  background-color: #11ffcb;
}

.logo {
  background-color: #9d9d9d00;
  height: 100%;
}

.hero {
  background-color: #00bfff;
  background-image: url('../images/cirlce.svg');
  background-position: 100%;
  background-size: cover;
  width: 100vw;
  height: 100%;
  position: relative;
}

.nav_container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.brand {
  background-color: #b02727;
  width: 4rem;
  height: 100%;
  position: relative;
}

.nav-link-1 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  letter-spacing: -.9px;
  text-transform: none;
  background-color: #00000059;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 2px 10px 4px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.nav-link-1:hover {
  transform: translate(-3px, -4px);
}

.nav-link-1.w--current {
  color: #fff;
}

.nav-link-1.whatsapp {
  color: #000;
  background-color: #e2feef;
  border: 1px solid #b1e6c5;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 15px 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-1.cta-hero {
  color: #000;
  background-color: #ff66b2;
  border: 1px #b1e6c5;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 15px 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 31px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-1.button-1 {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  background-color: #d6d6d600;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0% auto auto 0;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.buy-button-nav {
  width: auto;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  inset: 2.5rem 3.125rem auto auto;
}

.buy-button-nav:hover {
  transform: rotate(-2deg)translate(3px, -3px);
}

.arrow-nav {
  background-color: #e2feef;
  border: 1px solid #b1e6c5;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.image {
  width: 25px;
  transform: rotate(45deg);
}

.image-2 {
  width: 13px;
  height: 13px;
}

.logo-big {
  width: 25rem;
}

.logo-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  display: flex;
}

.nav-container-1 {
  justify-content: center;
  align-items: center;
  padding-top: 2.8rem;
  display: block;
  position: relative;
}

.social-media {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: auto;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  inset: 2.5rem auto auto 3.125rem;
}

.social-media:hover {
  transform: translate(-4px, -3px);
}

.link-block-copy {
  width: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 2rem 0% auto auto;
}

.sm-button {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000059;
  border: 1px #b1e6c5;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.buy-button-hero {
  width: auto;
  margin-top: 2rem;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: static;
  inset: 2.5rem 0% auto auto;
}

.buy-button-hero:hover {
  transform: translate(-5px, -3px)rotate(-2deg);
}

.arrow-hero {
  background-color: #ff66b2;
  border: 1px #b1e6c5;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 42px;
  display: flex;
}

.image-3 {
  width: 4rem;
  max-width: none;
}

.image-4 {
  width: 100%;
  height: 20rem;
}

.transition-1 {
  background-color: #c0505000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 26px;
}

.body {
  background-color: #00bfff;
}

.about-section {
  z-index: 1;
  background-color: #92efcd;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: auto;
  max-height: none;
  padding-bottom: 2rem;
  position: relative;
  top: 19px;
  overflow: visible;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  z-index: 2;
  width: 100vw;
  position: relative;
}

.nutrients-section {
  z-index: 1;
  background-color: #ff66b2;
  width: 100%;
  height: auto;
  padding: 4rem 3.125rem;
  display: block;
  position: relative;
  top: -4px;
}

.sm-icon {
  width: 20px;
  height: 20px;
}

.image-7 {
  width: 50px;
  height: 20px;
}

.heading {
  color: #000;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 55px;
  position: static;
}

.text-span {
  color: #fff;
  position: relative;
}

.hero-subheading {
  color: #000;
  width: 40%;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

._1rem-block {
  height: 1rem;
}

.hero-content {
  z-index: 1;
  margin-top: 2rem;
  padding-bottom: 0;
  position: relative;
}

.image-8 {
  width: 5%;
  max-width: none;
  position: absolute;
  inset: 80px 0% -5% 42%;
}

.image-9 {
  position: relative;
  bottom: -86px;
}

.image-10 {
  z-index: 1;
  position: absolute;
  top: 11px;
  left: 708px;
}

.transition-1-svg {
  z-index: 1;
  width: 100%;
  position: relative;
  top: 0;
}

.circle-hero {
  background-color: #c0505000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._4rem-block {
  height: 2rem;
}

.transition-2 {
  z-index: 2;
  background-color: #c0505000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
}

.title-about {
  z-index: 2;
  text-align: center;
  background-color: #92efcd;
  height: auto;
  position: relative;
  top: 24px;
}

.heading-2 {
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 60px;
  line-height: 55px;
}

.title-about-section {
  position: relative;
  top: 0;
}

.heading-ab {
  z-index: 2;
  color: #000;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  top: -4rem;
}

.quick-stack {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
}

.picture-ab {
  z-index: 3;
  outline-offset: 0px;
  background-image: url('../images/WhatsApp-Image-2025-11-18-at-11.49.26_15d5b6fe.jpg');
  background-position: 0 0;
  background-size: cover;
  outline: 10px solid #fff;
  width: 18rem;
  height: 24rem;
  position: relative;
}

.normal-text {
  color: #000;
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.heading3 {
  z-index: 3;
  color: #000;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  position: relative;
  top: -49px;
}

.cell {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #4ae5ab;
  border-radius: 12px;
  padding: 1rem;
}

.div-block-2 {
  height: 15rem;
}

.content-ab {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 45%;
  height: 100%;
  display: block;
}

.values-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.mission-text {
  background-color: #4ae5ab;
  border: 1px solid #1c5641;
  border-radius: 12px;
  width: 100%;
  padding: 15px;
  position: relative;
  box-shadow: 8px 8px #1c5641;
}

.section {
  background-color: #a42828;
  position: relative;
  top: -230px;
}

.space-block {
  background-color: #92efcd;
  width: 100%;
  height: 14rem;
  position: relative;
  top: -230px;
}

.transition-2-svg {
  z-index: -1;
  width: 100%;
  position: relative;
  top: 0;
}

.image-13 {
  z-index: -1;
  width: 100vw;
  min-width: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 210px;
  left: 0;
  overflow: hidden;
}

.div-block-3 {
  background-color: #ff66b2;
  height: 42rem;
}

.recipes-section {
  background-color: #ff8c33;
  background-image: url('../images/Ribbon1.svg');
  background-position: 100% 100%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: -6px;
}

.transition-3 {
  background-color: #c0505000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -5px;
}

.transition-3-svg {
  z-index: -1;
  width: 100%;
  position: relative;
  top: 0;
}

.title-about-copy {
  text-align: center;
  background-color: #ff8c33;
  height: auto;
  position: relative;
}

.heading-recipes {
  z-index: 3;
  color: #000;
  text-align: left;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 55px;
  position: static;
  top: -49px;
}

.recipe-1 {
  border-radius: 12px;
  width: 16rem;
  height: auto;
  text-decoration: none;
}

.recipe-1.datiles, .recipe-1.peanut {
  display: none;
}

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

.recipes-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
}

.heading-recipes-copy {
  z-index: 3;
  color: #000;
  text-align: left;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 55px;
  position: static;
  top: -49px;
}

.heading3-2 {
  z-index: 3;
  color: #000;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 6rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 35px;
  position: static;
  top: -49px;
}

.container-2 {
  background-color: #00bfff00;
  width: auto;
  max-width: 90rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.container-2._2 {
  background-color: #11ffcb;
}

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

.social-media-tk {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: auto;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: none;
  position: absolute;
  inset: 2.5rem auto auto 6.125rem;
}

.social-media-tk:hover {
  transform: translate(3px, -3px);
}

.div-block-7 {
  background-image: url('../images/Screenshot-2025-11-19-115612.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 12px;
  width: 16rem;
  height: 21rem;
}

.heading-small {
  z-index: 3;
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: static;
  top: -49px;
}

._222 {
  width: auto;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 2.5rem 0% auto auto;
}

.video-button {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 1rem;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: static;
  inset: 2.5rem 0% auto auto;
}

.video-button:hover {
  transform: translate(3px, -2px)rotate(2deg);
}

.arrow-button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.social-media-ig-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: auto;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 2.5rem auto auto 0%;
}

.ig-button {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000059;
  border: 1px #b1e6c5;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.ig-icon {
  width: 50px;
  height: 20px;
}

.heading-small-button {
  z-index: 3;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  position: static;
  top: -49px;
}

.div-block-8 {
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 9rem;
  margin-top: 0;
  padding: 10px 15px;
  transition: opacity 1s;
  display: flex;
}

.div-block-8:hover {
  background-color: #fff0;
  border-style: solid;
}

.button-large {
  cursor: pointer;
  margin-top: 2rem;
  text-decoration: none;
}

.subheading-card {
  color: #000;
  text-wrap: balance;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.container-sm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.tik-tok-button {
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  margin-top: 0;
  padding: 10px 15px;
  display: none;
}

.tik-tok-button:hover {
  background-color: #fff0;
}

.transition-4 {
  background-color: #c0505000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -12px;
}

.transition-4-svg {
  z-index: -1;
  width: 100%;
  position: relative;
  top: 0;
}

.container-3 {
  background-color: #00bfff00;
  width: auto;
  max-width: 90rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.container-3._2 {
  background-color: #11ffcb;
}

.faq-section {
  background-color: #fff159;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: -16px;
}

.title-faq {
  text-align: center;
  background-color: #ff8c3300;
  height: auto;
  position: relative;
}

.arrow_accordion_icon {
  filter: contrast(200%);
  color: #000;
  width: 2rem;
  height: 2rem;
}

.accordion {
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.faq3_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.accordion_question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: 16px;
  display: flex;
}

.accordion_question.w--open {
  border-bottom: 1px solid #0000001a;
}

.accordion_question.is-round {
  background-color: #fff;
  border: 1px #d5d9e5;
  border-radius: 20px;
}

.padding-medium_large {
  padding-top: 0;
  padding-bottom: 0;
}

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

.faq-body-cont {
  border-top: 1px #000;
  padding: .5rem 1rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.text-style-allcaps {
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-decoration: none;
}

.accordion_answer {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.accordion_answer.w--open {
  background-color: #0000;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-custom1 {
  margin-bottom: 1.5rem;
}

.faq-answer {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
}

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

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

.container-sm-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.content-sm-buttons {
  flex-flow: column;
  display: flex;
}

.relampagao {
  width: 8rem;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 2rem;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #ddd0;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px 15px;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.tab-link-tab-3 {
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px 15px;
}

.tab-link-tab-3.w--current {
  background-color: #fff;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px 15px;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
  padding: 10px 15px;
}

.tabs-content {
  margin-top: 2rem;
}

.bold-text, .bold-text-2 {
  font-weight: 600;
}

.transition-5 {
  background-color: #c0505000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -27px;
}

.transition-5-svg {
  z-index: -1;
  width: 100%;
  position: relative;
  top: 0;
}

.footer-section {
  z-index: 2;
  background-color: #00bfff;
  background-image: url('../images/Line-2.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.accent-m {
  background-color: #000;
  width: 10px;
  height: 3px;
  position: absolute;
  inset: 6% 0% auto 88px;
  transform: rotate(-26deg);
}

.heading3-copy {
  z-index: 3;
  color: #000;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  position: relative;
  top: 0;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-footer {
  z-index: 4;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #00bfff00;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 90rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  position: relative;
}

.container-footer._2 {
  background-color: #11ffcb;
}

.big-button {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  letter-spacing: -.9px;
  text-transform: none;
  background-color: #00000059;
  border-radius: 35px;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding: 2px 10px 4px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  transition: transform .35s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

.big-button:hover {
  transform: translate(-3px, -4px);
}

.big-button.whatsapp {
  color: #000;
  background-color: #e2feef;
  border: 1px solid #b1e6c5;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 15px 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  text-decoration: none;
}

.big-button.cta-hero {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #000;
  background-color: #ff66b2;
  border: 1px #b1e6c5;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 15px 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 31px;
  font-weight: 600;
  text-decoration: none;
  transition-property: none;
}

.big-button.cta-hero:hover {
  transform: none;
}

.big-button.button-1 {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-link-middle {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  letter-spacing: -.9px;
  text-transform: none;
  background-color: #00000059;
  border-radius: 35px;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding: 2px 10px 4px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

.nav-link-middle:hover {
  transform: translate(-1px, -4px);
}

.nav-link-middle.whatsapp {
  color: #000;
  background-color: #e2feef;
  border: 1px solid #b1e6c5;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 15px 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-middle.cta-hero {
  color: #000;
  background-color: #ff66b2;
  border: 1px #b1e6c5;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 15px 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 31px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-middle.button-1 {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-link-3 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  letter-spacing: -.9px;
  text-transform: none;
  background-color: #00000059;
  border-radius: 35px;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding: 2px 10px 4px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

.nav-link-3:hover {
  transform: translate(3px, -4px);
}

.nav-link-3.whatsapp {
  color: #000;
  background-color: #e2feef;
  border: 1px solid #b1e6c5;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 15px 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-3.cta-hero {
  color: #000;
  background-color: #ff66b2;
  border: 1px #b1e6c5;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 15px 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 31px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-3.button-1 {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.big-btt {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  letter-spacing: -.9px;
  text-transform: none;
  background-color: #00000059;
  border-radius: 35px;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding: 2px 10px 4px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

.big-btt:hover {
  transform: translate(-3px, -4px);
}

.big-btt.whatsapp {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #000;
  background-color: #e2feef;
  border: 1px solid #b1e6c5;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 15px 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  text-decoration: none;
  transition-property: none;
}

.big-btt.whatsapp:hover {
  transform: none;
}

.big-btt.cta-hero {
  color: #000;
  background-color: #ff66b2;
  border: 1px #b1e6c5;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 15px 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 31px;
  font-weight: 600;
  text-decoration: none;
}

.big-btt.button-1 {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.big-btt.whatsapp-copy {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px #b1e6c5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 0 15px 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  text-decoration: none;
  transition-property: none;
}

.big-btt.whatsapp-copy:hover {
  transform: none;
}

.nav-link-1-copy {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  letter-spacing: -.9px;
  text-transform: none;
  background-color: #00000059;
  border-radius: 35px;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding: 2px 10px 4px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

.nav-link-1-copy:hover {
  transform: translate(-3px, -4px);
}

.nav-link-1-copy.whatsapp {
  color: #000;
  background-color: #e2feef;
  border: 1px solid #b1e6c5;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 15px 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-1-copy.cta-hero {
  color: #000;
  background-color: #ff66b2;
  border: 1px #b1e6c5;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 15px 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 31px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-1-copy.button-1 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.nav-link-1-copy.button-1:hover {
  transform: none;
}

.accent-w {
  background-color: #fff;
  width: 12px;
  height: 4px;
  position: relative;
  top: -165.2px;
  left: 171.4px;
  transform: rotate(-26deg);
}

.div-block-12, .div-block-13 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  display: flex;
}

.normal-text-center {
  color: #000;
  width: 100%;
  margin-bottom: 0;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 37px;
}

.m-nav-toggle-description {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}

.m-nav-link-item {
  text-align: center;
}

.m-nav-link-item.last-item {
  padding-bottom: 135px;
}

.m-nav-link-item.first-item {
  padding-top: 65px;
}

.m-nav-list {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.nav-overlay-gradient-bottom {
  z-index: 4;
  background-image: linear-gradient(to top, #242423 15%, #24242300);
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.m-nav-toggle-bg {
  z-index: 1;
  background-image: linear-gradient(#eee0, #fff 98%);
  height: 125px;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-nav-toggle-inner {
  box-shadow: none;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 99em;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.m-nav-toggle-inner:active {
  transform: scale(.88);
}

.m-nav-toggle-inner.close {
  padding: 18px;
}

.nav-overlay-gradient-top {
  z-index: 4;
  background-image: linear-gradient(#242423 15%, #24242300);
  height: 65px;
  position: absolute;
  inset: 0% 0% auto;
}

.mobile-nav {
  display: none;
  position: relative;
}

.m-nav-overlay {
  z-index: 95;
  background-color: #242423;
  align-items: flex-end;
  width: 100%;
  height: 90%;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.m-nav-content {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: auto;
}

.m-nav-close-icon {
  width: 23px;
  padding: 1px;
}

.m-nav-toggle-open {
  z-index: 1;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 55px;
}

.m-nav-toggle {
  z-index: 99;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.m-nav-toggle-close {
  z-index: 1;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 55px;
}

.text-block {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-14 {
  background-color: #be7b7b;
  width: 2rem;
  height: 5rem;
}

.tabs {
  display: none;
}

.div-block-7-copy {
  background-image: url('../images/Screenshot-2025-11-19-115824.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 12px;
  width: 16rem;
  height: 21rem;
}

.div-block-88 {
  background-image: url('../images/WhatsApp-Image-2025-11-25-at-07.32.27_6f1310f8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 16rem;
  height: 21rem;
}

._88 {
  background-image: url('../images/WhatsApp-Image-2025-11-25-at-07.31.03_7aac11ce.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 12px;
  width: 16rem;
  height: 21rem;
}

.picture-ab-2 {
  z-index: 2;
  outline-offset: 0px;
  background-image: url('../images/WhatsApp-Image-2025-11-18-at-11.49.25_1538a295.jpg');
  background-position: 0 0;
  background-size: cover;
  outline: 10px solid #fff;
  width: 18rem;
  height: 24rem;
  position: absolute;
  top: 24px;
  left: 163px;
}

.picture-ab-3 {
  z-index: 2;
  outline-offset: 0px;
  background-image: url('../images/WhatsApp-Image-2025-11-18-at-11.49.26_acfa1383.jpg');
  background-position: 0 0;
  background-size: cover;
  outline: 10px solid #fff;
  width: 18rem;
  height: 24rem;
  position: absolute;
  top: 51px;
  left: -71px;
}

.div-block-89 {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-90 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlapping-images {
  justify-content: center;
  align-items: center;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  position: relative;
}

.img-wrapper {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  aspect-ratio: 1;
  border: 10px solid #fff;
  border-radius: 6px;
  flex-flow: column;
  width: 55%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.img-wrapper.img2 {
  z-index: 2;
  margin-left: 0;
  display: none;
  left: -851px;
}

.image-about {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: static;
}

.div-block-91 {
  position: absolute;
  left: 680px;
}

.normal-text-center-2 {
  color: #000;
  letter-spacing: -1px;
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 35px;
}

.img-wrapper-ab {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-92 {
  width: 50%;
}

.normal-text-center-22 {
  color: #000;
  letter-spacing: -1px;
  width: 100%;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 35px;
  position: relative;
}

.text-span-2 {
  font-weight: 500;
}

.accent--black {
  color: #000;
  background-color: #000;
  width: 8px;
  height: 2px;
  position: relative;
  top: -46.2px;
  left: 103.4px;
  transform: rotate(-26deg);
}

.text-span-3, .text-span-4 {
  position: relative;
}

._222222 {
  background-color: #d40909;
  width: 12px;
  height: 4px;
  position: absolute;
  inset: 19% 0% 0% 883px;
  transform: rotate(-26deg);
}

.pics-mission {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mission-pics-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
  height: 100%;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .5rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
}

.img-wrapper2 {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  aspect-ratio: 1;
  border: 10px solid #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 35vw;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.img-wrapper2.img2 {
  z-index: 2;
  margin-left: 0;
  display: none;
  left: -851px;
}

.benefits-area {
  z-index: 4;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 90rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.benefits-columns {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.image-protein {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: static;
}

.right-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.heading-benefits {
  z-index: 2;
  color: #000;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  top: 26px;
}

.cirricle-hero-section {
  z-index: -1;
  aspect-ratio: auto;
  object-fit: fill;
  width: 110vw;
  min-width: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  inset: -125% 0% auto auto;
  overflow: hidden;
}

.heading-benefits-1 {
  z-index: 2;
  color: #000;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  top: 0;
}

.accent-m1 {
  background-color: #000;
  width: 14px;
  height: 6px;
  position: absolute;
  inset: 24% 0% auto 93px;
  transform: rotate(-26deg);
}

.container-content-benefits {
  border: 0 solid #000;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 4rem;
  margin-top: 2rem;
  display: flex;
}

.image-14 {
  width: 2.5rem;
}

.subheading-card-2 {
  color: #000;
  width: auto;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: "Testfoundersgrotesk Bf 66175 E 9700615", Georgia, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.subheading-card-3 {
  color: #000;
  text-align: center;
  width: auto;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: "Testfoundersgrotesk Bf 66175 E 9700615", Georgia, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.div-block-93 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.div-block-94 {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.subheading-card-4 {
  color: #000;
  width: 35%;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.accent-m--1 {
  background-color: #000;
  width: 10px;
  height: 3px;
  position: absolute;
  inset: 46px auto 0% 0%;
  transform: rotate(-26deg);
}

.accent-m--1-copy {
  background-color: #000;
  width: 10px;
  height: 3px;
  position: absolute;
  inset: 21px auto 0% 12%;
  transform: rotate(-26deg);
}

.product-area {
  z-index: 4;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 90rem;
  height: auto;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.product-section-columns {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 4rem 4rem 2rem;
  display: flex;
  position: relative;
}

.products-cards {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 4rem;
  display: flex;
}

.img-wrapper3 {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  aspect-ratio: 1;
  border: 10px #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.img-wrapper3.img2 {
  z-index: 2;
  margin-left: 0;
  display: none;
  left: -851px;
}

.div-block-95 {
  width: 25%;
  display: flex;
}

.buy-button-prod {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: static;
  inset: 2.5rem 3.125rem auto auto;
}

.buy-button-prod:hover {
  transform: rotate(-2deg)translate(3px, -3px);
}

.ingredients-list-section {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 4rem 4rem 2rem;
  display: flex;
}

.logo-footer {
  width: 100%;
}

.footer-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 20px;
}

.email-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid #000;
  border-radius: 20px;
  flex-flow: column;
  width: 420px;
  margin-top: 0;
  margin-bottom: .5rem;
  padding: 10px 20px;
  display: flex;
}

.footer-heading2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 70px;
  line-height: 55px;
}

.phone-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid #000;
  border-radius: 20px;
  flex-flow: column;
  margin-top: .5rem;
  padding: 5px 20px 15px;
  display: flex;
}

.div-block-96 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.buy-button-prod2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: static;
  inset: 2.5rem 3.125rem auto auto;
}

.buy-button-prod2:hover {
  transform: rotate(-2deg)translate(3px, -3px);
}

.text-span-5, .text-span-6 {
  font-weight: 500;
}

.logo-div {
  overflow: hidden;
}

.image-15 {
  display: none;
  position: absolute;
  inset: 0%;
  transform: translate(0, 400%);
}

.subsubheading {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.image-16 {
  z-index: 3;
  position: absolute;
}

.checkmark {
  background-color: #c9f8e6;
  border-radius: 12px;
  width: 20%;
  height: 100%;
}

.pm-logo-mini {
  width: 3rem;
  margin-right: 0;
}

.subheading-card-4-copy {
  color: #000;
  width: 50%;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-94-copy {
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-17 {
  width: 14%;
  position: absolute;
  inset: 3% 2% auto auto;
}

.product-section-columns-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: flex;
  position: relative;
}

.product-area2 {
  z-index: 4;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 90rem;
  height: auto;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-97 {
  background-color: #fff;
  width: 14px;
  height: 5px;
  position: relative;
  inset: 6% auto auto 171px;
  transform: rotate(-39deg);
}

.email-link {
  text-decoration: none;
}

.phone-div2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 179px;
  margin-top: 0;
  padding: 10px 20px;
  display: flex;
}

.phone-link {
  text-decoration: none;
}

.heading3-copy-copy {
  z-index: 3;
  color: #000;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 55px;
  position: relative;
  top: 0;
}

.div-block-97-copy {
  background-color: #000;
  width: 14px;
  height: 5px;
  display: block;
  position: absolute;
  inset: 64px auto auto 357px;
  transform: rotate(-39deg);
}

.title-header {
  position: relative;
}

.image-18 {
  width: 20%;
}

.div-block-95-copy {
  width: 49%;
  display: flex;
}

.image-19 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-right: 2.5rem;
}

.products-cards-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35rem;
  margin-top: 4rem;
  display: flex;
}

.image-about-1 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 70%;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: static;
}

.div-block-97-copy-copy {
  background-color: #000;
  width: 14px;
  height: 5px;
  display: block;
  position: absolute;
  inset: 64px auto auto 357px;
  transform: rotate(-39deg);
}

.heading-benefits-1-1 {
  z-index: 2;
  color: #000;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  top: 0;
}

.acento-1 {
  background-color: #000;
  width: 14px;
  height: 5px;
  display: block;
  position: absolute;
  inset: 3px auto auto 105px;
  transform: rotate(-39deg);
}

.titulo-footer {
  z-index: 3;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  position: static;
  top: -49px;
}

.link-footer-ig {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid #000;
  border-radius: 20px;
  width: 383px;
  margin-top: 0;
  margin-bottom: .5rem;
  padding: 10px 20px;
  display: flex;
}

.div-block-99 {
  width: 20px;
}

.image-20 {
  width: 100%;
}

.link-block {
  width: 381px;
  text-decoration: none;
}

.link-blockw-3 {
  width: 356px;
  text-decoration: none;
}

.link-footer-ig-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid #000;
  border-radius: 20px;
  width: 358px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 10px 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    background-position: 60%;
    background-size: cover;
    padding-top: 0;
  }

  .hero {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .buy-button-nav {
    right: 3.125rem;
  }

  .nav-container-1 {
    padding-top: 1.5rem;
  }

  .social-media {
    left: 3.125rem;
  }

  .about-section {
    z-index: 2;
    background-image: none;
  }

  .nutrients-section {
    padding-left: 1rem;
    padding-right: 1rem;
    top: 0;
  }

  .heading {
    text-align: center;
  }

  .hero-subheading {
    text-align: center;
    width: 85%;
    margin-top: 2rem;
    margin-bottom: 25rem;
  }

  .hero-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-8 {
    width: 15%;
    inset: auto auto 86% 0%;
  }

  ._4rem-block {
    height: 25rem;
  }

  .transition-2 {
    position: static;
    top: 0;
  }

  .content-ab {
    background-color: #92efcd;
    flex-flow: column;
    height: auto;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .left-column {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 45rem;
    position: relative;
  }

  .values-container {
    width: 100%;
  }

  .transition-2-svg {
    position: static;
  }

  .image-13 {
    z-index: 1;
    width: 100%;
    top: 0;
    left: -8px;
  }

  .recipes-section {
    background-position: 100% 70%;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .social-media-tk {
    left: 6rem;
  }

  .container-3 {
    padding-top: 2rem;
  }

  .faq3_grid {
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .div-block-12, .div-block-13 {
    flex-flow: row;
    display: flex;
  }

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

  .mobile-nav {
    display: none;
  }

  .overlapping-images {
    flex-flow: column;
    width: 100%;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-wrapper {
    width: 100%;
  }

  .image-about {
    height: 100%;
  }

  .normal-text-center-2 {
    text-align: center;
  }

  .div-block-92 {
    width: 100%;
    margin-top: 2rem;
  }

  .normal-text-center-22 {
    text-align: center;
  }

  .mission-pics-container {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-wrapper2 {
    width: 50%;
  }

  .benefits-columns {
    flex-flow: column;
  }

  .image-protein {
    height: 100%;
  }

  .right-column {
    width: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cirricle-hero-section {
    z-index: 1;
    width: 100%;
    margin-bottom: 8rem;
    inset: auto 0% 40%;
  }

  .product-section-columns {
    padding: 1rem;
  }

  .products-cards {
    margin-top: 2rem;
  }

  .div-block-95 {
    width: 45%;
  }

  .buy-button-prod {
    right: 3.125rem;
  }

  .footer-heading2 {
    margin-bottom: 1rem;
  }

  .div-block-96 {
    flex-flow: column;
    display: flex;
  }

  .buy-button-prod2 {
    right: 3.125rem;
  }

  .image-17 {
    width: 8%;
    inset: 3% 4% auto auto;
  }

  .product-section-columns-copy {
    padding: 1rem;
  }

  .email-link._1-e {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-97-copy {
    top: 18px;
    left: 311px;
  }

  .image-18 {
    width: 30%;
  }

  .div-block-95-copy {
    width: 45%;
  }

  .products-cards-copy {
    margin-top: 2rem;
  }

  .image-about-1 {
    height: 100%;
  }

  .div-block-97-copy-copy, .acento-1 {
    top: 18px;
    left: 59px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: none;
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: 63px;
    margin-right: auto;
    top: 31%;
    left: 172px;
    right: 1rem;
  }

  .buy-button-nav {
    display: flex;
    top: 25px;
    left: auto;
    right: 1rem;
  }

  .logo-hero {
    padding-top: 4rem;
  }

  .social-media {
    width: 2.8rem;
    display: flex;
    top: 22px;
    left: 1rem;
    right: 1rem;
  }

  .nutrients-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading {
    letter-spacing: -2px;
    font-size: 60px;
  }

  .hero-subheading {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 8rem;
  }

  .image-8 {
    width: 12%;
    top: 70px;
    left: 0%;
  }

  .heading-ab {
    letter-spacing: -2px;
    padding-bottom: 2rem;
    top: 0;
  }

  .heading3 {
    letter-spacing: -2px;
  }

  .content-ab {
    padding-bottom: 2rem;
  }

  .left-column, .values-container {
    width: 100%;
  }

  .image-13 {
    z-index: -1;
    width: 100%;
    top: 949px;
    left: 0;
  }

  .recipes-section {
    z-index: 2;
    background-image: none;
  }

  .heading-recipes, .heading-recipes-copy, .heading3-2 {
    letter-spacing: -2px;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .social-media-tk {
    top: 2rem;
    left: 4rem;
    right: auto;
  }

  .heading-small {
    letter-spacing: -2px;
  }

  .heading-small-button {
    letter-spacing: 0;
  }

  .container-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading3-copy {
    letter-spacing: -2px;
    letter-spacing: -2px;
  }

  .div-block-11 {
    width: 100%;
  }

  .container-footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-link-middle {
    display: none;
  }

  .nav-link-3 {
    height: 42px;
    padding-top: 4px;
  }

  .nav-link-3.recetas-1 {
    display: none;
  }

  .accent-w {
    top: -217.2px;
    left: -2.6px;
  }

  .div-block-12 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .div-block-13 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-bottom: 1rem;
    display: none;
  }

  .menu-button {
    background-color: #fff0;
    position: absolute;
    top: 1.8rem;
    left: auto;
    right: 1rem;
  }

  .icon {
    font-size: 2rem;
  }

  .m-nav-toggle-description {
    font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
    font-size: 22px;
  }

  .m-nav-toggle-inner {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #00000059;
  }

  .mobile-nav {
    display: none;
  }

  .m-nav-overlay {
    background-color: #00bfff;
    display: none;
  }

  .m-nav-content {
    justify-content: center;
    align-items: center;
  }

  .m-nav-toggle-open {
    position: absolute;
    top: auto;
    bottom: 774px;
    right: 1rem;
  }

  .m-nav-link {
    letter-spacing: -1px;
    font-family: Testfoundersgroteskcondensed, Arial, sans-serif;
    font-size: 47px;
    font-weight: 600;
  }

  .bold-text-3 {
    font-weight: 400;
  }

  .overlapping-images {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-wrapper {
    width: 100%;
  }

  .image-about {
    aspect-ratio: 2 / 3;
    height: 100%;
  }

  .img-wrapper-ab, .div-block-92 {
    width: 100%;
  }

  .normal-text-center-22 {
    margin-top: 2rem;
  }

  .accent--black, ._222222 {
    top: -162.2px;
    left: -114.6px;
  }

  .mission-pics-container {
    flex-flow: column;
  }

  .img-wrapper2 {
    width: 100%;
  }

  .benefits-columns {
    z-index: 50;
    flex-flow: column;
    position: relative;
  }

  .right-column {
    z-index: 10;
    width: 100%;
    padding: 1rem;
  }

  .heading-benefits {
    letter-spacing: -2px;
  }

  .cirricle-hero-section {
    margin-bottom: 2rem;
    bottom: 63px;
  }

  .heading-benefits-1 {
    letter-spacing: -2px;
  }

  .product-section-columns {
    margin-bottom: 5rem;
    padding: 1rem 1rem 1.2rem;
  }

  .products-cards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 2rem;
  }

  .img-wrapper3 {
    width: 50%;
  }

  .div-block-95 {
    width: 45%;
  }

  .buy-button-prod {
    display: none;
    top: 2rem;
    left: auto;
    right: 1rem;
  }

  .footer-heading {
    overflow-wrap: break-word;
  }

  .div-block-96 {
    width: 100%;
  }

  .buy-button-prod2 {
    display: block;
    top: 2rem;
    left: auto;
    right: 1rem;
  }

  .image-15 {
    z-index: -1;
    width: 100%;
    display: block;
    top: -192%;
  }

  .image-16 {
    width: 100%;
    height: 50rem;
  }

  .image-17 {
    width: 12%;
    inset: 15px 2px auto auto;
  }

  .product-section-columns-copy {
    margin-bottom: 5rem;
    padding: 1rem 1rem 1.2rem;
  }

  .heading3-copy-copy {
    letter-spacing: -2px;
  }

  .div-block-95-copy {
    width: 100%;
    height: 25rem;
  }

  .image-19 {
    padding-right: 0;
  }

  .products-cards-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 2rem;
  }

  .image-about-1 {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    height: 100%;
  }

  .div-block-97-copy-copy {
    left: 56px;
  }

  .heading-benefits-1-1 {
    letter-spacing: -2px;
    width: 50%;
  }

  .acento-1 {
    left: 56px;
  }

  .titulo-footer {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    height: 100%;
    padding-bottom: 0;
  }

  .nav-menu {
    margin-left: -101px;
  }

  .arrow-nav {
    width: 42px;
    height: 42px;
  }

  .about-section {
    background-image: url('../images/line0mobile.svg');
    background-position: 0 100%;
    background-size: cover;
  }

  .nutrients-section {
    padding-left: 1rem;
    padding-right: 1rem;
    top: 0;
  }

  .heading {
    text-align: left;
    letter-spacing: -1.5px;
    margin-top: 0;
    font-size: 3.0625rem;
    line-height: 42px;
  }

  .hero-subheading {
    text-align: left;
    margin-bottom: 3rem;
    font-size: 18px;
  }

  .hero-content {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4rem;
  }

  .image-8 {
    width: 20%;
    top: -55px;
    left: 81%;
  }

  .transition-2 {
    top: 0;
  }

  .heading-ab {
    padding-bottom: 2rem;
    font-size: 3.0625rem;
    top: 0;
  }

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

  .left-column {
    width: 100%;
  }

  .values-container {
    width: 100%;
    display: flex;
  }

  .image-13 {
    z-index: -1;
    height: 100%;
    top: -636px;
  }

  .recipes-section {
    z-index: 1;
    background-image: none;
    padding-bottom: 2rem;
  }

  .heading-recipes {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 49px;
    line-height: 42px;
  }

  .recipes-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: center;
    align-items: stretch;
  }

  .heading3-2 {
    letter-spacing: -1px;
    margin-top: 4rem;
    font-size: 35px;
    line-height: 30px;
  }

  .video-button {
    margin-top: 0;
  }

  .heading-small-button {
    letter-spacing: 0;
  }

  .subheading-card {
    font-size: 20px;
  }

  .container-3 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-section {
    padding-bottom: 0;
  }

  .container-large {
    max-width: 100%;
  }

  .text-size-medium {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    width: 90%;
    font-size: 1rem;
    font-weight: 500;
  }

  .accordion_question.is-round {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .padding-global {
    width: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .accordion_wrapper {
    width: auto;
  }

  .faq-answer {
    font-size: 1rem;
  }

  .container-sm-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 2rem;
  }

  .relampagao {
    width: 35vw;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .transition-5 {
    top: -20px;
  }

  .container-footer {
    width: 100%;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link-3 {
    z-index: 999;
    color: #fff;
    margin-left: -3.4167px;
  }

  .big-btt.whatsapp {
    height: 42px;
    font-size: 31px;
  }

  .accent-w {
    top: -216.2px;
    left: -3.6px;
  }

  .mobile-nav, .m-nav-overlay {
    display: none;
  }

  .m-nav-content {
    background-color: #00bfff;
  }

  .m-nav-link {
    font-weight: 600;
  }

  .tabs-2 {
    z-index: 15;
    width: 100%;
    max-width: 100%;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
    font-size: 16px;
  }

  .overlapping-images {
    flex-flow: column;
    width: 100%;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-wrapper {
    width: 100%;
  }

  .normal-text-center-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .img-wrapper-ab {
    width: 100%;
  }

  .div-block-92 {
    width: 100%;
    margin-top: 2rem;
  }

  .normal-text-center-22 {
    font-size: 25px;
    line-height: 30px;
  }

  .accent--black, ._222222 {
    top: -216.2px;
    left: -3.6px;
  }

  .mission-pics-container {
    flex-flow: column;
    width: 100%;
    max-width: none;
    margin-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-wrapper2 {
    width: 100%;
  }

  .benefits-area {
    max-width: none;
  }

  .benefits-columns {
    flex-flow: column;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .right-column {
    width: 100%;
    padding: .5rem;
  }

  .cirricle-hero-section {
    height: auto;
    bottom: 186%;
  }

  .heading-benefits-1 {
    letter-spacing: -1px;
    padding-top: 1rem;
    font-size: 3.0625rem;
    line-height: 42px;
  }

  .container-content-benefits, .div-block-94 {
    width: 100%;
  }

  .accent-m--1-copy {
    left: 30%;
  }

  .product-area {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    position: static;
  }

  .product-section-columns {
    height: auto;
    padding: 1rem;
  }

  .products-cards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 2rem;
  }

  .img-wrapper3 {
    width: 100%;
    height: 35rem;
  }

  .div-block-95 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .footer-heading {
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    font-size: 20px;
  }

  .email-div {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    border-style: solid;
    width: 293px;
    margin-bottom: 0;
  }

  .footer-heading2 {
    padding-left: 0;
  }

  .phone-div {
    margin-top: 0;
  }

  .div-block-96 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .buy-button-prod2 {
    margin-bottom: 0;
    display: block;
  }

  .image-15 {
    z-index: -1;
    display: block;
    top: -399px;
  }

  .image-16 {
    width: 100%;
    height: 100%;
  }

  .div-block-94-copy {
    width: 100%;
  }

  .image-17 {
    width: 24%;
  }

  .product-section-columns-copy {
    padding: 1rem 1rem 1.5rem;
  }

  .product-area2 {
    max-width: none;
    position: static;
  }

  .div-block-97 {
    width: 10px;
    left: 118px;
  }

  .phone-div2 {
    width: 180px;
    margin-top: 0;
  }

  .heading3-copy-copy {
    font-size: 29px;
  }

  .div-block-97-copy {
    width: 10px;
    top: 29px;
    left: 225px;
  }

  .image-18 {
    width: 50%;
  }

  .div-block-95-copy {
    width: 100%;
    height: 20rem;
  }

  .image-19 {
    object-fit: contain;
    padding-right: 0;
  }

  .products-cards-copy {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 2rem;
  }

  .div-block-97-copy-copy {
    width: 10px;
    top: 22px;
    left: 39px;
  }

  .heading-benefits-1-1 {
    letter-spacing: -1px;
    padding-top: 1rem;
    font-size: 3.0625rem;
    line-height: 42px;
  }

  .acento-1 {
    width: 10px;
    top: 22px;
    left: 39px;
  }

  .titulo-footer {
    letter-spacing: 0;
    font-size: 20px;
  }

  .link-footer-ig {
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    margin-bottom: 0;
  }

  .div-block-99 {
    width: 30px;
  }

  .link-footer-ig-2 {
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    margin-bottom: 0;
  }
}


@font-face {
  font-family: 'Testfoundersgroteskcondensed';
  src: url('../fonts/TestFoundersGroteskCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testfoundersgroteskcondensed';
  src: url('../fonts/TestFoundersGroteskCondensed-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testfoundersgroteskcondensed';
  src: url('../fonts/TestFoundersGroteskCondensed-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testfoundersgroteskcondensed';
  src: url('../fonts/TestFoundersGroteskCondensed-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testfoundersgrotesk Bf 66175 E 9700615';
  src: url('../fonts/TestFoundersGrotesk-Bold-BF66175e9700615.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}