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

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

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

.navbar-logo-left {
  z-index: 3;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  overflow-wrap: normal;
  object-fit: fill;
  background-color: #ffffffbf;
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px 10px 10px;
  display: block;
  position: relative;
  box-shadow: 2px 2px 11px -1px #0000001a;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #145268;
  letter-spacing: -.1px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  text-underline-offset: 0px;
  text-underline-position: under;
  -webkit-text-decoration: underline #00bdff;
  text-decoration: underline #00bdff;
  text-decoration-thickness: 4px;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary {
  color: #fff;
  letter-spacing: -.05px;
  text-transform: none;
  background-color: #00bdff;
  border-radius: 30px;
  padding: 12px 30px;
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #418299;
}

.button-primary:active {
  background-color: #33697c;
}

.hero {
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 720px;
  display: flex;
}

.body {
  font-family: Inter;
}

.div-block {
  border-radius: 20px;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.background-video {
  width: 100%;
  height: 720px;
}

.div-block-3 {
  z-index: 2;
  background-color: #8fabff80;
  height: 720px;
  position: absolute;
  inset: 0%;
}

.image {
  margin-left: 12px;
}

.heading {
  filter: drop-shadow(1px 2px #0000004f);
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-family: Lexend Deca, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.heading.gap {
  filter: drop-shadow(2px 2px #0003);
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.heading.gap.specialized {
  padding-left: 20px;
  padding-right: 20px;
}

.heading.gap.specialized.thinner {
  padding-left: 100px;
  padding-right: 100px;
}

.button {
  background-color: #00bdff;
  border-radius: 60px;
  padding: 15px 25px;
  text-decoration: none;
  box-shadow: 0 4px #0091c3;
}

.button:hover {
  background-color: #418299;
  box-shadow: 0 2px #185a72;
}

.text-block {
  color: #fff;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
}

.div-block-5, .div-block-6 {
  justify-content: center;
  display: flex;
}

.container-3 {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1140px;
  height: 100%;
  max-height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.heading-2 {
  color: #00bdff;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-family: Lexend Deca, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}

.heading-2.op-custom {
  text-align: left;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 36px;
}

.paragraph {
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.top-section {
  background-color: #ecf0f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.right-section, .left-section {
  background-color: #ecf0f6;
  height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer {
  background-color: #fff;
  border-top: 4px solid #00bdff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
  display: flex;
}

.div-block-10 {
  max-width: 1140px;
  padding: 60px;
  font-family: Lexend Deca, sans-serif;
}

.text-block-2 {
  color: #bcc1db;
  text-align: justify;
  letter-spacing: -1px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.text-block-2:hover {
  color: #cfd4f126;
}

.highlight-span {
  color: #bcc1db;
}

.box-spans {
  color: #00bdff;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.div-block-8-copy {
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
  overflow: clip;
}

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

.div-block-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  max-width: 1140px;
  padding: 40px 0 0;
  display: flex;
}

.div-block-13 {
  background-color: #fff;
  border-radius: 20px;
  width: 25%;
  padding: 20px;
}

.icon.gapped, .icon.gapped-copy {
  width: 72px;
  height: 72px;
  margin-bottom: 15px;
}

.block-3 {
  background-image: url('../images/1-lab1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 40%;
}

.outer-number {
  display: flex;
}

.number {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.text {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-us {
  background-color: #132647;
  justify-content: center;
  align-items: center;
  display: flex;
}

.what-we-do {
  background-color: #ecf0f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.line {
  background-color: #00bdff;
  width: 2px;
  height: 130px;
}

.line._40-pt-add {
  height: 180px;
}

.circled-number {
  color: #fff;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
}

.text-block-3 {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-15 {
  justify-content: center;
  display: flex;
}

.div-block-16 {
  border: 2px solid #00bdff;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 64px;
  max-width: 100%;
  height: 64px;
  font-family: Lexend Deca, sans-serif;
  display: flex;
}

.heading-3 {
  color: #00bdff;
  margin-top: 15px;
  font-family: Lexend Deca, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.div-block-15-copy {
  opacity: 0;
  justify-content: center;
  display: flex;
}

.line-copy {
  background-color: #00bdff;
  width: 2px;
  height: 140px;
}

.line-copy.reduce-30 {
  height: 100px;
}

.line-copy-copy {
  background-color: #00bdff;
  width: 2px;
  height: 200px;
}

.outer-number-copy {
  padding-top: 40px;
  display: flex;
}

.testimonial-div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 20px 0;
  display: flex;
}

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

.testimonial-container {
  opacity: 1;
  border-radius: 40px;
  max-width: 1140px;
  height: 100%;
  padding: 20px 20px 0;
  display: flex;
}

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

.text-block-4 {
  color: #fff;
  border-bottom: 1px solid #ffffff3d;
  padding-bottom: 25px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.text-block-5 {
  color: #ffffff9c;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
}

.text-span-10 {
  color: #fff;
  font-weight: 400;
}

.slide {
  background-color: #132647;
}

.div-block-18-copy {
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.right-section-copy {
  background-color: #132647;
  height: 600px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.slide-nav {
  opacity: .57;
}

.slide-2, .slide-3, .slide-4, .slide-5 {
  background-color: #132647;
}

.logo-box {
  background-color: #fff;
  border-radius: 20px;
  width: 212px;
  padding: 0;
}

.logo-box-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  max-width: 1140px;
  padding: 40px 0 0;
  display: flex;
}

.div-block-19 {
  background-color: #dde3ec;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 65%;
  display: flex;
}

.div-block-20 {
  height: 35%;
}

.text-block-6 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
  display: flex;
}

.logo-box-div-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  max-width: 1140px;
  padding: 20px 0 0;
  display: flex;
}

.usda-organic-bg, .nsf-bg {
  background-color: #dde3ec;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 65%;
  display: flex;
}

.rainforest-alliance-bg {
  background-color: #175259;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 65%;
  display: flex;
}

.fairtrade-bg {
  background-color: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 65%;
  display: flex;
}

.text-block-7 {
  color: #000;
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  max-width: 80%;
  height: 100%;
  display: flex;
}

.whole-foods {
  background-color: #006f46;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 65%;
  display: flex;
}

.div-block-22 {
  width: 480px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form {
  font-family: Lexend Deca, sans-serif;
}

.submit-button {
  background-color: #00bdff;
  border-radius: 20px;
  padding: 10px 60px;
  font-size: 18px;
}

.submit-button:hover {
  background-color: #008bbb;
}

.text-field {
  border-radius: 6px;
}

.div-block-23 {
  text-align: center;
  padding-top: 20px;
}

.text-span-11 {
  color: #3e6a79;
  font-weight: 600;
}

.text-span-12 {
  color: #00bdff;
  font-weight: 600;
}

.scrolling-image {
  background-image: url('../images/Frame-1-2.svg');
  background-position: 70% 60%;
  background-size: cover;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  width: 40%;
}

.about-us-0 {
  background-color: #ecf0f6;
  height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.our-process--1 {
  background-color: #132647;
  justify-content: center;
  height: 100%;
  display: flex;
}

.talk-to-us {
  background-color: #ecf0f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-14-copy {
  max-width: 940px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.just-image {
  background-image: url('../images/1-lab3.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  width: 40%;
}

.div-block-11-copy {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

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

.form-block {
  color: #007428;
  font-family: IBM Plex Sans, sans-serif;
}

.icon-3, .left-arrow {
  opacity: 0;
}

.error-message {
  font-family: IBM Plex Sans, sans-serif;
}

.phone-number {
  color: #00bdff;
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
}

.diff-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 0;
  display: flex;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.body-2 {
  background-color: #fff;
}

.form-label {
  color: #161616;
  font-size: 16px;
  font-weight: 600;
}

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

.text-block-9 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.container-4 {
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.section-5 {
  flex-flow: column;
  display: flex;
}

.text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18 {
  font-size: 18px;
}

.link {
  font-weight: 500;
}

.div-block-28 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-29 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.image-4 {
  max-width: 135%;
  padding-bottom: 140px;
}

.div-block-9-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.left-section-copy, .left-section-copy-copy {
  background-color: #ecf0f6;
  height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-us-container {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1140px;
  height: 100%;
  max-height: 100%;
  padding: 20px;
  display: flex;
}

.heading-2-left-align {
  color: #00bdff;
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-family: Lexend Deca, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}

.our-mission-container, .container-3-copy-copy {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1140px;
  height: 100%;
  max-height: 600px;
  padding: 20px;
  display: flex;
}

.div-block-our-approach, .lets-work-together-div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.lets-work-together-container {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1140px;
  height: 100%;
  max-height: 600px;
  padding: 20px;
  display: flex;
}

.lets-work-together-section {
  background-color: #ecf0f6;
  height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.products-we-create-div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0 40px;
  display: flex;
}

.container-for-our-mission {
  background-color: #ecf0f6;
  height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-container {
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  max-width: 1140px;
  padding: 20px 20px 40px;
  display: flex;
}

.blog-section {
  background-color: #fff;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 10px 100px;
  display: flex;
}

.heading-2-blog {
  color: #00bdff;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Lexend Deca, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.paragraph-blog {
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.fixed-button {
  opacity: 0;
  background-color: #00bdff;
  border-radius: 60px;
  padding: 15px 25px;
  text-decoration: none;
  position: fixed;
  inset: auto auto 5%;
  box-shadow: 0 4px #0091c3;
}

.fixed-button:hover {
  background-color: #418299;
  box-shadow: 0 2px #185a72;
}

.fixed-button.w--current {
  position: sticky;
}

.blue-bold {
  color: #00bdff;
}

.blog-hero-container {
  border-radius: 20px;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.blog-hero-div-block {
  z-index: 2;
  background-color: #8fabff80;
  height: 720px;
  position: absolute;
  inset: 0%;
}

.blog-hero-diff-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 0;
  display: flex;
}

.il-tr-gray-section {
  background-color: #ecf0f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.il-tr-white-container {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1140px;
  height: 100%;
  max-height: 100%;
  padding: 20px;
  display: flex;
}

.il-tr-image-div {
  background-color: silver;
  border-radius: 20px;
  width: 40%;
}

.il-tr-text-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.heading-2-left-align-copy {
  color: #00bdff;
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-family: Lexend Deca, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}

.ir-tl-gray-section {
  background-color: #ecf0f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.ir-tl-white-container {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1140px;
  height: 100%;
  max-height: 100%;
  padding: 20px;
  display: flex;
}

.footer-links {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid #bebebe;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin: 20px 100px 40px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lexend Deca, sans-serif;
  display: flex;
}

.footer-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-link {
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.text-block-10 {
  color: #00bdff;
}

.footer-listed {
  background-color: #fff;
  border-top: 4px solid #00bdff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
  display: flex;
}

.secondary-hero {
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 440px;
  max-height: 480px;
  display: flex;
}

.div-2h {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.div-2h-1 {
  z-index: 2;
  background-color: #8fabff80;
  height: 440px;
  position: absolute;
  inset: 0%;
}

.div-2h-diff {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.blog-catalog {
  border-radius: 40px;
  max-width: 1140px;
  padding: 20px;
  display: flex;
}

.blog-link-block {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-preview-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  padding-bottom: 10px;
  font-family: Lexend Deca, sans-serif;
  display: flex;
}

.blog-preview-div.hide {
  opacity: 0;
}

.text-block-11 {
  color: #000;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.div-block-30 {
  justify-content: space-between;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-2h-faq {
  background-image: linear-gradient(#0080ff, #002e5c);
  border-radius: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.div-2h-blog {
  background-image: linear-gradient(#007fff, #002e5c);
  border-radius: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.div-2h-1-copy {
  z-index: 2;
  background-color: #8fabff80;
  height: 480px;
  position: absolute;
  inset: 0%;
}

.talk-to-us-copy {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-2h-contact-us {
  background-image: linear-gradient(#007fff, #002e5c);
  border-radius: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.subline, .subline-copy {
  color: #fff;
  padding-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 22px;
}

.paragraph-sub {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-centered {
  text-align: center;
  margin-bottom: 5px;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.div-2h-beverage-formulation {
  background-image: linear-gradient(#007fff, #002e5c);
  border-radius: 20px;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.paragraph-blog-copy, .paragraph-blog-copy-copy {
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.div-2h-gradient {
  background-image: linear-gradient(#007fff, #002e5c);
  border-radius: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.gradient-hero {
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 320px;
  max-height: 320px;
  display: flex;
}

.div-2h-10-essential {
  background-image: url('../images/10-Essential-Steps.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 20px;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.blue-tint {
  z-index: 2;
  background-color: #8fabffbf;
  height: 440px;
  position: absolute;
  inset: 0%;
}

.div-2h-what-is-custom {
  background-image: url('../images/What-is-Custom-Beverage.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.div-2h-functional-bev {
  background-image: url('../images/Functional-Beverage-Development.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 20px;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.top-trends {
  background-image: url('../images/WhatsApp-Image-2025-07-17-at-4.55.47-PM.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.finalbl {
  background-image: url('../images/WhatsApp-Image-2025-07-17-at-6.03.51-PM.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.blog-section-2 {
  background-color: #ecf0f6;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.curved-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.image-5 {
  width: 256px;
}

.reduce-bottom {
  justify-content: space-between;
  display: flex;
}

.reduction {
  z-index: 2;
  background-color: #8fabff80;
  height: 320px;
  position: absolute;
  inset: 0%;
}

.about-us-image {
  background-image: url('../images/WhatsApp-Image-2025-08-11-at-11.05.46-PM.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.about-us-div-image {
  background-color: silver;
  background-image: url('../images/WhatsApp-Image-2025-08-13-at-7.17.21-PM.jpeg');
  background-position: 20%;
  background-size: cover;
  border-radius: 20px;
  width: 40%;
}

.our-mission-div-image {
  background-color: silver;
  background-image: url('../images/our-mission-image.png');
  background-position: 60% 0;
  background-size: cover;
  border-radius: 20px;
  width: 40%;
}

.about-us-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.our-mission-text {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1140px;
  height: 100%;
  max-height: 100%;
  padding: 20px;
  display: flex;
}

.what-we-do-background {
  background-image: url('../images/WhatsApp-Image-2025-08-24-at-3.43.15-PM.jpeg');
  background-position: 70% 20%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.faq-background {
  background-image: url('../images/WhatsApp-Image-2025-08-24-at-3.43.15-PM-5.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.contact-us-background {
  background-image: url('../images/WhatsApp-Image-2025-08-24-at-3.43.15-PM-4.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.contact-us-tint {
  z-index: 2;
  background-color: #8fabffd1;
  height: 440px;
  position: absolute;
  inset: 0%;
}

.rounded-corner-fix {
  background-image: linear-gradient(#007fff, #002e5c);
  border-radius: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.bev-form-background {
  background-image: url('../images/WhatsApp-Image-2025-08-24-at-3.43.15-PM-7.jpeg');
  background-position: 50% 40%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.our-packaging-deign-bkg {
  background-image: url('../images/WhatsApp-Image-2025-08-11-at-11.17.55-PM.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.bev-contract-bkg {
  background-image: url('../images/WhatsApp-Image-2025-08-24-at-3.43.15-PM-2.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.about-us-container-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  max-height: 100%;
  padding: 20px 40px;
  display: flex;
}

.our-services {
  background-color: #ecf0f6;
  height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.why-choose-us {
  background-color: #ecf0f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.products-we-create, .our-mission, .our-approach {
  background-color: #ecf0f6;
  height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.our-approach-image {
  background-image: url('../images/WhatsApp-Image-2025-08-27-at-6.36.44-PM.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  width: 40%;
}

.lets-work-together-image {
  background-image: url('../images/WhatsApp-Image-2025-08-27-at-6.36.15-PM.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 40%;
}

.pkg-design-line {
  justify-content: center;
  display: flex;
}

.outer-number-copy {
  max-height: 200%;
  padding-top: 0;
  display: flex;
}

.what-we-do-section {
  background-color: #ecf0f6;
  height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.special-paragraph {
  font-family: Lexend Deca, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.our-mission-image {
  background-image: url('../images/WhatsApp-Image-2025-08-24-at-3.43.15-PM_1.jpeg');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.our-mission-hero {
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 480px;
  display: flex;
}

.button-indexer {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1.5px solid #00bdff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Lexend Deca, sans-serif;
  display: flex;
}

.button-indexer.hidden {
  opacity: 0;
}

.div-block-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-2 {
  color: #00bdff;
  background-color: #3898ec00;
  padding: 0;
  text-decoration: none;
}

.image-6 {
  opacity: .68;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.heading-2-special {
  color: #00bdff;
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lexend Deca, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.what-we-do-image {
  background-image: url('../images/WhatsApp-Image-2025-08-24-at-3.43.15-PM-6.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 60%;
}

.ir-tl-gray-section-copy {
  background-color: #ecf0f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 40px;
  display: flex;
}

.what-we-do-copy, .our-services-new-section {
  background-color: #ecf0f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.other-services-image {
  background-image: url('../images/WhatsApp-Image-2025-08-27-at-6.36.15-PM.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 40%;
}

.specialized-support {
  background-image: url('../images/factory-image.png');
  background-position: 35%;
  background-size: cover;
  border-radius: 20px;
  width: 40%;
}

.blog-section-image {
  background-image: url('../images/WhatsApp-Image-2025-08-13-at-7.17.21-PM.jpeg');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

.para-smaller {
  margin-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.what-we-do-special-section {
  background-color: #ecf0f6;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.special-line {
  background-color: #00bdff;
  width: 2px;
  height: 140px;
}

.special-line.hidden {
  opacity: 0;
}

.special-line._20-pt-more {
  height: 160px;
}

.special-line.rduton-40 {
  height: 120px;
}

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

.special-one-off-paragraph {
  text-align: center;
  margin-bottom: 5px;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.op-new {
  background-color: #fff;
  justify-content: center;
  height: 100%;
  display: flex;
}

.op-text-black {
  color: #3a3a3a;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.op-circled-number {
  color: #00bdff;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
}

.line-copy-copy-copy {
  background-color: #00bdff;
  width: 2px;
  height: 140px;
}

.op-special {
  background-color: #fff;
  height: 100%;
  padding-top: 0;
  padding-bottom: 40px;
}

.div-block-14-copy-copy {
  max-width: 940px;
  padding-top: 40px;
  padding-bottom: 0;
}

.op-special-paragraph-container {
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  max-width: 1140px;
  padding: 0 20px;
  display: flex;
}

.italic-text {
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.link-block-3 {
  display: flex;
}

.link-block-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.contact-links {
  color: #00bdff;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}

.link-div {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

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

.link-paragraph {
  text-align: center;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.certification-sust-section {
  background-color: #ecf0f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.cert-sust-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #fff;
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 40px 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
  }

  .nav-link:hover {
    text-decoration-thickness: 2px;
  }

  .button-primary {
    padding: 20px 60px;
    font-size: 24px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #fff0;
  }

  .heading.gap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading.gap.specialized.thinner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    flex-flow: column;
    max-height: 100%;
    padding-top: 20px;
  }

  .div-block-9 {
    width: 100%;
    height: 400px;
    margin-bottom: 220px;
  }

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

  .paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .top-section {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-section {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-spans {
    font-size: 18px;
  }

  .div-block-8-copy {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    min-height: 200px;
  }

  .div-block-12 {
    flex-flow: column;
    max-width: 100%;
  }

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

  .block-3 {
    width: 100%;
    height: 400px;
    max-height: 100%;
  }

  .number {
    justify-content: flex-start;
  }

  .what-we-do {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15 {
    opacity: 0;
  }

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

  .right-section-copy {
    height: 700px;
  }

  .logo-box-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding-top: 0;
  }

  .div-block-19 {
    height: 200px;
  }

  .text-block-6 {
    letter-spacing: -.75px;
  }

  .logo-box-div-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding-top: 0;
  }

  .usda-organic-bg, .nsf-bg, .rainforest-alliance-bg, .fairtrade-bg, .whole-foods {
    height: 200px;
  }

  .scrolling-image {
    width: 100%;
    height: 200px;
  }

  .about-us-0 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-2 {
    color: #00bdff;
    font-size: 36px;
  }

  .just-image {
    border: 1px solid #e2e2e2;
    width: 100%;
    height: 400px;
    max-height: 100%;
  }

  .div-block-11-copy {
    padding-top: 40px;
  }

  .div-block-24 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 40px;
  }

  .diff-block {
    margin-left: 60px;
    margin-right: 60px;
  }

  .image-4 {
    max-width: 100%;
    padding-bottom: 0;
  }

  .left-section-copy {
    margin-bottom: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9-copy {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-bottom: 0;
  }

  .left-section-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-section-copy-copy {
    height: 900px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-container {
    flex-flow: column;
    min-height: 400px;
    max-height: 650px;
  }

  .heading-2-left-align {
    text-align: left;
  }

  .our-mission-container {
    flex-flow: column;
    min-height: 800px;
    max-height: 700px;
  }

  .container-3-copy-copy {
    flex-flow: column;
    min-height: 600px;
    max-height: 800px;
  }

  .div-block-our-approach {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 290px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .lets-work-together-div-block {
    width: 100%;
    height: 200px;
    margin-bottom: 0;
  }

  .lets-work-together-container {
    flex-flow: column;
    min-height: 400px;
    max-height: 600px;
  }

  .lets-work-together-section {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .products-we-create-div-block {
    width: 100%;
    padding-top: 40px;
  }

  .container-for-our-mission {
    margin-bottom: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-container {
    flex-flow: column;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-section {
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-div-block {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .heading-2-blog {
    text-align: left;
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph-blog {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-hero-diff-block {
    margin-left: 60px;
    margin-right: 60px;
  }

  .il-tr-gray-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .il-tr-white-container {
    flex-flow: column;
    min-height: 800px;
    max-height: 700px;
  }

  .il-tr-image-div {
    width: 100%;
    height: 400px;
    max-height: 100%;
  }

  .il-tr-text-div {
    justify-content: flex-start;
    align-items: center;
    height: 400px;
  }

  .heading-2-left-align-copy {
    text-align: left;
  }

  .ir-tl-gray-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ir-tl-white-container {
    flex-flow: column;
    min-height: 800px;
    max-height: 700px;
  }

  .div-2h-diff {
    margin-left: 60px;
    margin-right: 60px;
  }

  .blog-catalog {
    flex-flow: column;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-30 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-centered, .paragraph-blog-copy, .paragraph-blog-copy-copy {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-section-2 {
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .reduce-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-us-div-image, .our-mission-div-image {
    width: 100%;
    height: 400px;
    max-height: 100%;
  }

  .about-us-text {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .our-mission-text {
    flex-flow: column;
    min-height: 100%;
    max-height: 100%;
  }

  .about-us-container-text {
    width: 100%;
    height: 400px;
    margin-bottom: 220px;
  }

  .our-services {
    margin-bottom: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-choose-us {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .products-we-create {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-mission {
    margin-bottom: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-approach {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-approach-image {
    border: 1px solid #e2e2e2;
    width: 100%;
    height: 400px;
    max-height: 100%;
  }

  .lets-work-together-image {
    width: 100%;
    height: 400px;
    max-height: 100%;
  }

  .pkg-design-line {
    opacity: 0;
  }

  .what-we-do-section {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .special-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-2-special {
    text-align: center;
  }

  .what-we-do-image {
    border: 1px solid #e2e2e2;
    width: 100%;
    height: 400px;
    max-height: 100%;
  }

  .ir-tl-gray-section-copy, .what-we-do-copy, .our-services-new-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .other-services-image, .specialized-support {
    width: 100%;
    height: 400px;
    max-height: 100%;
  }

  .para-smaller {
    font-size: 14px;
    line-height: 24px;
  }

  .what-we-do-special-section {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .special-one-off-paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .op-special {
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .op-special-paragraph-container {
    flex-flow: column;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .certification-sust-section {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cert-sust-block {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading.gap {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 48px;
    line-height: 54px;
  }

  .container-3 {
    flex-flow: column;
    min-height: auto;
    max-height: 100%;
  }

  .div-block-9 {
    height: auto;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .footer {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .text-block-2 {
    font-size: 32px;
  }

  .div-block-8-copy {
    min-height: auto;
    max-height: 200px;
  }

  .div-block-12 {
    flex-flow: column;
  }

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

  .div-block-15 {
    opacity: 0;
    flex: 1;
  }

  .div-block-9-copy {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }

  .right-section-copy {
    height: 1100px;
  }

  .scrolling-image {
    flex: 1;
    min-width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    display: flex;
  }

  .diff-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-5 {
    padding: 20px;
  }

  .div-block-9-copy {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-container {
    flex-flow: column;
    min-height: auto;
    max-height: 100%;
  }

  .heading-2-left-align {
    font-size: 36px;
  }

  .our-mission-container, .container-3-copy-copy {
    flex-flow: column;
    min-height: auto;
    max-height: 100%;
  }

  .div-block-our-approach, .lets-work-together-div-block {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lets-work-together-container {
    flex-flow: column;
    min-height: auto;
    max-height: 100%;
  }

  .products-we-create-div-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
  }

  .container-for-our-mission {
    margin-bottom: 0;
  }

  .blog-container {
    flex-flow: column;
    min-height: auto;
    max-height: 100%;
  }

  .blog-div-block {
    height: auto;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2-blog {
    font-size: 24px;
    line-height: 36px;
  }

  .blog-hero-diff-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .il-tr-white-container {
    flex-flow: column;
    min-height: auto;
    max-height: 100%;
  }

  .il-tr-text-div {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2-left-align-copy {
    font-size: 36px;
  }

  .ir-tl-white-container {
    flex-flow: column;
    min-height: auto;
    max-height: 100%;
  }

  .footer-listed {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-2h-diff {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-catalog {
    flex-flow: column;
    min-height: auto;
    max-height: 100%;
  }

  .blog-link-block {
    max-width: 100%;
  }

  .text-block-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-30, .reduce-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-us-text {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-mission-text {
    flex-flow: column;
    min-height: auto;
    max-height: 100%;
  }

  .about-us-container-text {
    height: auto;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-services, .our-mission {
    margin-bottom: 0;
  }

  .pkg-design-line {
    opacity: 0;
    flex: 1;
  }

  .div-block-32 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2-special {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
  }

  .op-special-paragraph-container {
    flex-flow: column;
    min-height: auto;
    max-height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .heading.gap {
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    line-height: 48px;
  }

  .div-block-5, .div-block-6 {
    overflow: hidden;
  }

  .container-3 {
    padding-bottom: 30px;
  }

  .div-block-9 {
    padding: 0 0 20px;
  }

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

  .paragraph {
    text-align: center;
    margin-bottom: 0;
  }

  .footer {
    padding-top: 20px;
  }

  .div-block-10 {
    padding: 40px 20px;
  }

  .text-block-2 {
    text-align: left;
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-8-copy {
    min-height: 40%;
  }

  .div-block-12 {
    padding-top: 20px;
  }

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

  .text-block-5 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-18-copy {
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }

  .right-section-copy {
    height: 1200px;
  }

  .logo-box {
    width: 180px;
  }

  .div-block-19 {
    height: 160px;
  }

  .text-block-6 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .usda-organic-bg, .nsf-bg, .rainforest-alliance-bg, .fairtrade-bg, .whole-foods {
    height: 160px;
  }

  .div-block-22 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-0 {
    height: 100%;
  }

  .div-block-11-copy {
    text-align: center;
  }

  .div-block-24 {
    justify-content: space-around;
  }

  .image-2, .image-3 {
    max-width: 200%;
  }

  .div-block-25 {
    width: 70%;
  }

  .div-block-26 {
    justify-content: flex-end;
    display: flex;
  }

  .icon-3 {
    opacity: 0;
  }

  .diff-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  ._wf-text {
    letter-spacing: -1px;
    font-size: 12px;
  }

  .div-block-9-copy {
    padding: 0 0 20px;
  }

  .about-us-container {
    padding-bottom: 10px;
  }

  .heading-2-left-align {
    text-align: center;
  }

  .our-mission-container {
    max-height: 800px;
    padding-bottom: 10px;
  }

  .container-3-copy-copy {
    padding-bottom: 10px;
  }

  .div-block-our-approach {
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 20px;
  }

  .lets-work-together-div-block {
    padding: 0 0 20px;
  }

  .lets-work-together-container {
    padding-bottom: 10px;
  }

  .products-we-create-div-block {
    justify-content: flex-start;
    align-items: center;
  }

  .container-for-our-mission {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-container {
    padding-bottom: 10px;
  }

  .blog-section {
    height: 100%;
  }

  .blog-div-block {
    padding: 0 0 20px;
  }

  .heading-2-blog {
    text-align: left;
  }

  .paragraph-blog {
    margin-bottom: 0;
  }

  .blog-hero-diff-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .il-tr-white-container {
    max-height: 800px;
    padding-bottom: 10px;
  }

  .il-tr-text-div {
    padding: 0 0 20px;
  }

  .heading-2-left-align-copy {
    text-align: center;
  }

  .ir-tl-white-container {
    max-height: 800px;
    padding-bottom: 10px;
  }

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

  .footer-listed {
    padding-top: 20px;
  }

  .div-2h-diff {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-catalog {
    padding-bottom: 10px;
  }

  .blog-preview-div.hide {
    height: 1px;
  }

  .div-block-30 {
    flex-flow: column;
  }

  .paragraph-centered, .paragraph-blog-copy, .paragraph-blog-copy-copy {
    margin-bottom: 0;
  }

  .blog-section-2 {
    height: 100%;
  }

  .curved-image {
    max-height: 100%;
  }

  .reduce-bottom {
    flex-flow: column;
  }

  .about-us-text {
    padding: 0 0 20px;
  }

  .our-mission-text {
    max-height: 800px;
    padding-bottom: 20px;
  }

  .about-us-container-text {
    padding: 0 0 20px;
  }

  .our-services, .our-mission {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .special-paragraph {
    margin-bottom: 0;
  }

  .div-block-32 {
    flex-flow: column;
  }

  .heading-2-special {
    text-align: center;
    line-height: 42px;
  }

  .para-smaller {
    margin-bottom: 20px;
  }

  .special-one-off-paragraph {
    margin-bottom: 0;
  }

  .op-special {
    height: 100%;
  }

  .op-special-paragraph-container {
    padding-bottom: 10px;
  }

  .link-paragraph {
    margin-bottom: 10px;
  }

  .cert-sust-block {
    text-align: center;
    padding-top: 0;
  }
}


