:root {
  --black: black;
  --white: white;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: inline;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: #fff;
  font-size: 24px;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 43px;
  font-weight: 700;
  line-height: 80px;
}

.heading-jumbo.mint {
  color: #80b5bb;
  padding-top: 34px;
  line-height: 50px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small.mint {
  color: #80b5bb;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
}

.heading-jumbo-small.mint.small {
  font-size: 20px;
  line-height: 26px;
}

.heading-jumbo-small.mint.paragraph {
  color: #585858;
  font-size: 18px;
  line-height: 25px;
}

.heading-jumbo-small.white {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.heading-jumbo-small.white.small {
  font-size: 28px;
}

.heading-jumbo-small.white.small.mint {
  color: #80b5bb;
  padding-bottom: 31px;
  font-size: 24px;
  line-height: 30px;
}

.heading-jumbo-small.white.larger {
  font-size: 30px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

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

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 620px;
  margin-bottom: 0;
  padding-top: 62px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  flex-flow: column;
  margin-bottom: 0;
  display: block;
}

.intro-content.cc-homepage.giving {
  width: auto;
  max-width: 920px;
}

.intro-content.cc-homepage.small-width {
  max-width: 900px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('/assets/images/ingredients/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('/assets/images/ingredients/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('/assets/images/ingredients/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.intro-text.width {
  width: 95%;
}

.intro-text.width.padding {
  width: 80%;
}

.intro-text.width.padding.giving {
  width: auto;
}

.intro-text.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.liveden_branding {
  font-size: 22px;
  line-height: 44px;
}

.liveden-balance-logo {
  text-align: center;
  max-width: 150px;
  padding-bottom: 173px;
  display: inline-block;
}

.bold-text {
  color: #fff;
}

.subheading {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}

.subheading.large {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.subheading.large.mint {
  color: var(--black);
  padding-top: 15px;
  padding-bottom: 0;
}

.subheading.large.steelblue {
  color: #3e5b72;
  font-weight: 600;
  line-height: 40px;
}

.subheading.extra-large {
  font-size: 40px;
  line-height: 45px;
}

.hero-video-banner {
  background-color: #00000040;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 760px;
  min-height: 0;
  padding-top: 62px;
  display: flex;
}

.heading {
  font-size: 20px;
}

.reviews-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.bold-text-2 {
  font-size: 28px;
}

.bold-text-3 {
  font-size: 50px;
}

.stars-image {
  min-width: 0;
  max-width: 180px;
  overflow: clip;
}

.green-bar {
  background-color: #80b5bb;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.green-bar.padding {
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.video-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.small-mint-bar {
  background-color: #cee5e5;
  height: 30px;
  overflow: visible;
}

.small-mint-bar.white {
  background-color: #fff;
}

._1140-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.cell-2.padding {
  padding-left: 20px;
  padding-right: 20px;
}

.banner-section {
  background-color: #000000a1;
  background-image: linear-gradient(#0000004d, #0000004d), url('/assets/images/ingredients/woman-stretching.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 760px;
  display: flex;
}

.banner-section.challenge {
  background-color: #0000;
  background-image: url('/assets/images/ingredients/on-beach.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.nutrient {
  background-image: linear-gradient(#00000052, #00000052), url('/assets/images/ingredients/mom-with-kids.jpg');
  background-size: auto, cover;
}

.banner-section.giving {
  background-image: linear-gradient(#00000057, #00000057), url('/assets/images/ingredients/girls-hugging.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.redefine {
  background-image: linear-gradient(#00000069, #00000069), url('/assets/images/ingredients/pouring-green-drink.jpg');
}

.banner-section.white {
  background-color: #ffffffa1;
  background-image: none;
}

.banner-section.white.down-section {
  flex-flow: column;
  height: auto;
  padding: 100px 20px;
}

.banner-section.white.down-section.together {
  background-image: linear-gradient(#0000, #0000);
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner-section.white.less-padding {
  height: 500px;
}

.banner-section.ingredients {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #9b9b9b;
  background-image: url('/assets/images/ingredients/products-faded.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.banner-section.your-body {
  background-image: linear-gradient(#00000040, #00000040), url('/assets/images/ingredients/mother-and-baby.jpg');
}

.banner-section.image-grid {
  background-color: #0000;
  background-image: none;
  height: auto;
}

.banner-section.probiotic-power {
  background-image: linear-gradient(#00000047, #00000047), url('/assets/images/ingredients/probiotic.jpg');
}

.banner-section.spore {
  background-image: url('/assets/images/ingredients/spore-background2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.potent {
  background-image: linear-gradient(#0000004f, #0000004f), url('/assets/images/ingredients/potent.jpg');
}

.banner-section.needs-balanced {
  background-image: linear-gradient(#0000005c, #0000005c), url('/assets/images/ingredients/family_1.jpg');
}

.banner-section.liveden-family {
  background-image: linear-gradient(#00000063, #00000063), url('/assets/images/ingredients/liveden-family.jpg');
  background-position: 0 0, 50% 100%;
}

.banner-section.change-life {
  background-image: linear-gradient(#0000, #0000), url('/assets/images/ingredients/change-life.jpg');
}

.banner-section.together {
  background-image: linear-gradient(#00000045, #00000045), url('/assets/images/ingredients/together.jpg');
}

.heading-large {
  font-size: 50px;
  font-weight: 700;
}

.heading-large.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: -3px;
  padding-bottom: 0;
  font-size: 52px;
}

.heading-large.mint {
  color: #80b5bb;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-large.mint.width {
  width: 85%;
}

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

.heading-3 {
  font-size: 23px;
  font-weight: 600;
}

.heading-4 {
  font-size: 23px;
}

.small-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 600;
}

.small-header.white {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 38px;
}

.small-header.white.large {
  margin-bottom: 0;
  font-size: 35px;
  line-height: 40px;
}

.small-header.white.padding {
  padding-top: 18px;
}

.small-header.mint {
  color: #80b5bb;
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.small-header.mint.small {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.small-header.mint.not-bold {
  font-weight: 400;
}

.small-header.mint.not-bold.white-larger {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
}

.heading-extra-large {
  text-align: center;
  font-size: 66px;
  font-weight: 700;
}

.heading-extra-large.white {
  color: #fff;
  font-size: 70px;
}

.heading-extra-large.white.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 50px;
}

.heading-extra-large.white.small.mint {
  font-weight: 700;
}

.heading-extra-large.white.small.mint.lineheight {
  font-size: 40px;
  line-height: 80px;
}

.heading-extra-large.white.small.black {
  color: #545454;
  font-size: 27px;
  line-height: 30px;
}

.heading-extra-large.white.less-size {
  font-size: 55px;
}

.heading-extra-large.white.smaller {
  font-size: 60px;
}

.heading-extra-large.white.smaller.giving {
  font-size: 50px;
}

.heading-extra-large.white.logochallenge {
  margin-top: -4px;
}

.heading-extra-large.white.line-height {
  line-height: 80px;
}

.heading-extra-large.white.lineheight {
  line-height: 75px;
}

.heading-extra-large.white.lineheight.steelblue {
  color: #3e5b72;
}

.heading-extra-large.white.mint.leading {
  line-height: 80px;
}

.heading-extra-large.mint {
  color: #80b5bb;
}

.heading-extra-large.mint._55px {
  margin-bottom: 0;
  padding-bottom: 21px;
  font-size: 40px;
  line-height: 45px;
}

.large-button {
  color: #80b5bb;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 40px;
  font-size: 25px;
  font-weight: 600;
}

.large-button:hover {
  color: #80b5bb;
}

.large-button.yellow {
  color: #feffff;
  background-color: #fac754;
  margin-top: 25px;
  padding-left: 60px;
  padding-right: 60px;
}

.large-button.mint {
  color: #fff;
  background-color: #80b5bb;
  margin-top: 16px;
  padding-top: 20px;
}

.column-section {
  justify-content: center;
  align-items: flex-start;
  padding: 60px 10px;
  display: flex;
}

.column-section:hover {
  color: #fff;
}

.quick-stack {
  padding-top: 64px;
}

.quick-stack.less-padding {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  padding-top: 1px;
}

.image {
  max-width: 300px;
}

.image.guarantee {
  max-width: 100px;
}

.liveden-image {
  max-width: 400px;
}

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

.mint-section {
  background-color: #80b5bb;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 10px;
  display: flex;
}

.mint-section:hover {
  color: #fff;
}

.mint-section.padding {
  padding-top: 140px;
  padding-bottom: 140px;
}

.column-section-copy {
  justify-content: center;
  align-items: flex-start;
  padding: 60px 10px;
  display: flex;
}

.column-section-copy:hover {
  color: #fff;
}

._400-width {
  max-width: 500px;
}

.testimonial-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.testimonial-image {
  max-width: 200px;
}

.testimonial-heading {
  color: #7e7e7e;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.testimonial-container {
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  height: auto;
  display: flex;
  overflow: visible;
}

.yellow-section {
  background-color: #fac754;
  margin-top: 65px;
  padding: 40px 20px;
}

.icon-image {
  max-width: 100px;
}

.icon-image.height {
  max-width: 50px;
}

.icon-image._80 {
  max-width: 80px;
}

.icon-image._150 {
  max-width: 120px;
}

.cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10 {
  justify-content: center;
  align-items: center;
}

.image-risk {
  max-width: 120px;
}

.cell-11 {
  justify-content: center;
  align-items: center;
}

.heading-info {
  color: #585858;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.icon {
  background-color: #8fd5d5;
}

.icon.mint {
  color: #8fd5d5;
  background-color: #0000;
}

.slider-image {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  display: block;
  overflow: visible;
}

.home-testimonials-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-top: -42px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social-proof-section {
  text-align: center;
  background-image: linear-gradient(#0000, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.right-arrow {
  background-color: #0000;
}

.div-block-26 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.stack-border {
  border: 3px solid #cee5e5;
  border-radius: 20px;
}

.mind-body-balance-section {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mint-heading-small {
  color: #80b5bb;
  text-align: center;
  margin-bottom: -17px;
  font-size: 24px;
  font-weight: 700;
}

.mint-heading-small:hover {
  color: #80b5bb;
}

.mint-heading-small.white {
  color: #fff;
  font-size: 70px;
}

.mint-heading-small.white.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 50px;
}

.mint-heading-small.white.less-size {
  font-size: 55px;
}

.mint-heading-small.white.smaller {
  font-size: 60px;
}

.mint-heading-small.mint {
  color: #80b5bb;
}

.testimonial-slider {
  background-color: #fff;
  height: 600px;
  overflow: visible;
}

.mask-3 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide {
  overflow: visible;
}

.balance-image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  height: auto;
  padding-bottom: 24px;
  display: flex;
}

.slider {
  box-sizing: border-box;
  aspect-ratio: auto;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: block;
}

.testimonial_sliding_section {
  background-color: #fff;
  flex-flow: column;
  height: 620px;
  display: block;
}

.testimonial_slider_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.mask-4 {
  background-color: #fff;
  height: auto;
  position: relative;
  overflow: hidden;
}

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

.shop-copy-liveden {
  color: #80b5bb;
  padding-left: 35px;
  font-size: 24px;
  line-height: 30px;
}

.shop-copy-liveden.more-padding {
  line-height: 35px;
}

.icon-image-liveden {
  text-align: left;
  min-width: 0;
  max-width: 100px;
  padding-right: 0;
}

.cell-class-liveden {
  justify-content: center;
  align-items: center;
}

.cell-class-text-mint {
  justify-content: center;
  align-items: center;
  padding-left: 33px;
}

.liveden_shop_column {
  padding-bottom: 24px;
}

.lividen-two-column {
  justify-content: center;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 48px;
  display: flex;
}

.white-box-container {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 40px;
  display: flex;
  position: static;
}

.container-2 {
  max-width: 1140px;
  display: block;
}

.bold-text-4 {
  color: #80b5bb;
}

.text-image2 {
  max-width: 1000px;
}

.accordian-wrapper {
  background-image: linear-gradient(#8fd5d5, #8fd5d5);
  padding: 20px;
}

.accordian-wrapper.muscle {
  background-image: linear-gradient(#629778, #629778);
}

.accordian-wrapper.antioxidant {
  background-image: linear-gradient(#39bebe, #39bebe);
}

.accordian-wrapper.guthealth {
  background-image: linear-gradient(#818c7d, #818c7d);
}

.accordian-wrapper.adaptogen {
  background-image: linear-gradient(#a3a1a1, #a3a1a1);
}

.accordian-wrapper.immune {
  background-image: linear-gradient(#467398, #467398);
}

.accordian-wrapper.bloodsugar {
  background-image: linear-gradient(#af5b54, #af5b54);
}

.accordian-item-content-2 {
  color: #af5b54;
  background-image: linear-gradient(#2bbebe, #2bbebe);
  padding: auto;
}

.accordian-item-content-2.guthealth {
  background-image: linear-gradient(#5a6456, #5a6456);
  overflow: hidden;
}

.accordian-item-content-2.muscle {
  background-image: linear-gradient(#3d644d, #3d644d);
  overflow: hidden;
}

.accordian-item-content-2.anioxidant {
  background-image: linear-gradient(#2a9696, #2a9696);
  overflow: hidden;
}

.accordian-item-content-2.blood {
  background-image: linear-gradient(#83413c, #83413c);
  overflow: hidden;
}

.accordian-item-content-2.immune {
  background-image: linear-gradient(#2e4f6b, #2e4f6b);
  overflow: hidden;
}

.accordian-item-content-2.adaptogen {
  background-image: linear-gradient(#817d7d, #817d7d);
  overflow: hidden;
}

.accordian-item-content-text-2 {
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: auto;
  padding: 14px;
  font-size: 15px;
  line-height: 1.5em;
  display: block;
  overflow: visible;
}

.accordion-header-2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.div-block-21 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-21.padding {
  padding-top: 55px;
}

.accordian-trigger-text-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
}

.accordian-top-text-2 {
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: auto;
  padding-top: 0;
  padding-bottom: auto;
  font-size: 16px;
  line-height: 1.5em;
  display: block;
}

.accordian-3 {
  padding-top: 27px;
  padding-bottom: 100px;
}

.accordian-section-new {
  padding-top: 61px;
}

.text-span2 {
  background-color: #fac7548f;
}

.text-span2.highlight {
  border: 4px #000;
  border-radius: 0;
  padding-left: 6px;
  padding-right: 6px;
}

.benefits {
  max-width: 1000px;
  padding-top: 29px;
  display: block;
}

.shelf-stable {
  max-width: 700px;
}

.small-white-banner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-3 {
  flex-flow: column;
  max-width: 1140px;
  padding-top: 77px;
  display: flex;
  overflow: visible;
}

.container-3.less-padding {
  padding-top: 0;
}

.image-text-column {
  padding-left: 20px;
  padding-right: 20px;
}

.columns {
  width: 100%;
}

.quick-stack-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.bold-text-8 {
  font-size: 30px;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.two-column-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.cell-14, .cell-centered {
  justify-content: center;
  align-items: center;
}

._2-column-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.mint-text-link {
  color: #80b5bb;
  font-size: 23px;
  font-weight: 600;
  line-height: 40px;
}

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

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo.mint {
    font-size: 43px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .liveden-balance-logo {
    padding-bottom: 88px;
  }

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

  ._1140-container {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .cell-2 {
    line-height: 20px;
  }

  .banner-section {
    background-size: cover;
    height: 700px;
  }

  .banner-section.white {
    flex-flow: row;
  }

  .heading-large.mint {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-extra-large.white.small.mint.lineheight {
    padding-top: 44px;
    line-height: 70px;
  }

  .heading-extra-large.white.line-height {
    line-height: 62px;
  }

  .quick-stack.less-padding {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    object-fit: fill;
    padding-top: 10px;
    overflow: visible;
  }

  .mint-section.padding {
    padding-bottom: 100px;
  }

  .testimonial-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .testimonial-heading {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: block;
    position: relative;
  }

  .testimonial-container {
    object-fit: fill;
    max-width: 600px;
  }

  .testimonial-slider {
    flex-flow: column;
    align-items: stretch;
    width: auto;
    height: 750px;
    display: flex;
  }

  .mask-3 {
    overflow: hidden;
  }

  .balance-image {
    object-fit: fill;
    max-width: 400px;
  }

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

  .accordian-item-content-text-2, .accordian-top-text-2 {
    flex-direction: row;
    margin-top: -10px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .columns-2 {
    flex: 0 auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-jumbo.mint {
    font-size: 40px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    position: static;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .liveden-balance-logo {
    padding-bottom: 51px;
  }

  .subheading {
    font-size: 20px;
  }

  .subheading.large {
    font-size: 20px;
    line-height: 25px;
  }

  .subheading.extra-large {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-video-banner {
    height: 600px;
  }

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

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

  .stars-image {
    max-width: 100px;
  }

  ._1140-container {
    object-fit: fill;
    align-self: flex-start;
    padding-bottom: 24px;
    display: block;
    position: static;
  }

  .banner-section {
    background-size: cover;
    height: 600px;
  }

  .banner-section.white {
    position: relative;
  }

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

  .banner-section.together {
    display: flex;
    position: relative;
  }

  .heading-large.white {
    margin-bottom: -13px;
    font-size: 40px;
  }

  .small-header.white {
    margin-bottom: -39px;
    font-size: 18px;
  }

  .heading-extra-large.white {
    font-size: 50px;
  }

  .heading-extra-large.white.small.mint {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-extra-large.white.small.mint.lineheight {
    font-size: 26px;
    line-height: 40px;
  }

  .heading-extra-large.white.logochallenge {
    margin-top: 27px;
  }

  .heading-extra-large.white.line-height {
    line-height: 50px;
  }

  .heading-extra-large.white.mint.leading {
    line-height: 60px;
  }

  .large-button {
    font-size: 20px;
  }

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

  .testimonial-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .testimonial-container {
    width: auto;
    max-width: 400px;
    overflow: visible;
  }

  .slider-image {
    max-width: 480px;
    padding-top: 55px;
  }

  .home-testimonials-slider {
    margin-top: 0;
  }

  .div-block-26 {
    overflow: visible;
  }

  .mint-heading-small.white {
    font-size: 50px;
  }

  .testimonial-slider {
    height: 650px;
  }

  .balance-image {
    width: auto;
    max-width: 400px;
    overflow: visible;
  }

  .slider_new_container {
    max-width: 500px;
  }

  .shop-copy-liveden {
    font-size: 20px;
  }

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

  .lividen-two-column {
    flex-flow: column;
  }

  .image-liveden-column {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .bold-text-5 {
    font-size: 28px;
    line-height: 60px;
  }

  .accordian-wrapper.muscle, .accordian-wrapper.antioxidant, .accordian-wrapper.guthealth, .accordian-wrapper.bloodsugar {
    margin-bottom: 30px;
  }

  .accordian-item-content-text-2, .accordian-top-text-2 {
    margin-top: 4px;
    padding-top: 6px;
  }

  .two-column-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-jumbo.mint {
    aspect-ratio: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-jumbo-small.mint {
    font-size: 16px;
    line-height: 30px;
  }

  .heading-jumbo-small.mint.small {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-jumbo-small.white {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-jumbo-small.white.small {
    font-size: 20px;
  }

  .heading-jumbo-small.white.small.mint {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-jumbo-small.white.larger {
    font-size: 20px;
    line-height: 26px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .intro-text.width.padding {
    width: 95%;
  }

  .subheading {
    font-size: 15px;
    line-height: 30px;
  }

  .subheading.large.steelblue {
    line-height: 30px;
  }

  .bold-text-2 {
    font-size: 15px;
    line-height: 30px;
  }

  .video-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._1140-container {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .banner-section {
    height: 400px;
  }

  .banner-section.giving, .banner-section.white {
    padding-left: 10px;
    padding-right: 10px;
  }
	
.banner-section.white {
	height:auto;
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
  }	
	

  .banner-section.white.down-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-section.white.less-padding {
    height: 300px;
    padding-bottom: 40px;
  }

  .banner-section.white.padding {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-section.ingredients {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-section.spore {
    height: auto;
    padding-top: 33px;
    padding-bottom: 40px;
  }

  .banner-section.together {
    clear: none;
    position: relative;
  }

  .heading-large.white {
    margin-bottom: -1px;
    font-size: 28px;
    line-height: 40px;
  }

  .heading-large.mint {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-large.mint.width {
    width: 90%;
  }

  .small-header.white {
    margin-bottom: -18px;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 13px;
  }

  .small-header.white.large {
    font-size: 20px;
    line-height: 30px;
  }

  .small-header.white.padding {
    font-size: 15px;
  }

  .small-header.mint {
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 25px;
  }

  .small-header.mint.small {
    font-size: 15px;
  }

  .small-header.mint.not-bold.white-larger {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-extra-large.white {
    font-size: 36px;
    line-height: 35px;
  }

  .heading-extra-large.white.small {
    padding-bottom: 1px;
    font-size: 26px;
    line-height: 30px;
  }

  .heading-extra-large.white.small.mint {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-extra-large.white.small.mint.lineheight {
    font-size: 23px;
  }

  .heading-extra-large.white.small.black {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-extra-large.white.less-size {
    line-height: 50px;
  }

  .heading-extra-large.white.smaller {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-extra-large.white.smaller.giving {
    font-size: 35px;
    line-height: 38px;
  }

  .heading-extra-large.white.logochallenge {
    margin-top: 24px;
    font-size: 37px;
  }

  .heading-extra-large.white.line-height {
    line-height: 35px;
  }

  .heading-extra-large.white.line-height.mint {
    font-size: 36px;
  }

  .heading-extra-large.white.lineheight {
    margin-top: 15px;
    line-height: 40px;
  }

  .heading-extra-large.white.mint.leading {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-extra-large.mint {
    margin-bottom: 0;
    font-size: 50px;
  }

  .heading-extra-large.mint._55px {
    font-size: 35px;
    line-height: 40px;
  }

  .large-button {
    padding-left: 11px;
    padding-right: 10px;
  }

  .large-button.yellow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-button.mint {
    padding: 10px;
  }

  .quick-stack {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .liveden-image {
    max-width: 300px;
  }

  .mint-section.padding {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  ._400-width {
    max-width: 300px;
  }

  .testimonial-section.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-heading {
    font-size: 14px;
  }

  .testimonial-container {
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .yellow-section {
    margin-top: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-info {
    font-size: 28px;
  }

  .slider-image {
    max-width: 300px;
    padding-top: 23px;
  }

  .cell-12 {
    justify-content: center;
    align-items: center;
  }

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

  .mint-heading-small {
    font-size: 20px;
  }

  .mint-heading-small.white {
    font-size: 30px;
    line-height: 35px;
  }

  .mint-heading-small.white.small {
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 30px;
  }

  .mint-heading-small.white.less-size {
    line-height: 50px;
  }

  .mint-heading-small.white.smaller {
    font-size: 26px;
    line-height: 30px;
  }

  .mint-heading-small.mint {
    margin-bottom: 0;
    font-size: 50px;
  }

  .testimonial-slider {
    height: 720px;
  }

  .mask-3, .slide {
    overflow: visible;
  }

  .balance-image {
    max-width: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial_sliding_section {
    height: 740px;
  }

  .slider_new_container {
    max-width: 300px;
  }

  .shop-copy-liveden {
    text-align: center;
    margin-top: -3px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .shop-copy-liveden.more-padding {
    line-height: 30px;
  }

  .shop-copy-liveden.more-padding.padding-top {
    margin-top: 30px;
  }

  .icon-image-liveden {
    max-width: 150px;
  }

  .cell-class-liveden {
    justify-content: center;
    align-items: center;
  }

  .cell-class-text-mint {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-box-container {
    padding: 40px 10px;
  }

  .accordian-wrapper.guthealth {
    margin-bottom: 0;
  }

  .accordian-wrapper.immune {
    margin-bottom: 30px;
  }

  .accordian-item-content-text-2, .accordian-top-text-2 {
    color: #fff;
    margin-top: 3px;
    margin-bottom: 0;
    padding: 21px 10px;
  }

  .bold-text-6 {
    font-size: 40px;
  }

  .container-3 {
    padding-top: 19px;
  }

  .quick-stack-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bold-text-7 {
    font-size: 36px;
  }

  .mint-text-link {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }
}

#w-node-_74e461a2-2c10-7834-dae5-14772ad79c40-2cbbe9fe, #w-node-_7197b526-027c-2fe2-8856-3fe14193e62a-2cbbe9fe, #w-node-b7c0baa0-57fa-7525-7059-c3aa830c8cd7-2cbbe9fe, #w-node-_14541263-c483-a6b1-d6c1-1b71896f3b93-2cbbe9fe, #w-node-c69154e1-a97e-8f42-c4bd-6560ef08574e-2cbbe9fe, #w-node-_2de2ea0d-1fb4-2655-9723-7623d325fc3e-2cbbe9fe, #w-node-a1195341-471f-6688-73c0-bd049c4671bf-2cbbe9fe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ededa769-22ca-1833-45c7-4ff66f3ea72d-2cbbe9fe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-_81f85006-4e47-fbdd-5a0e-8d6951b6fad4-2cbbe9fe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_6f617144-bb27-8b66-2c57-1bb439620cf7-2cbbe9fe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bc411737-3e43-3e9b-799f-cf9641310773-2cbbe9fe {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-2cbbea01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-2cbbea01 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-2cbbea01 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-2cbbea01 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-2cbbea01 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-2cbbea01 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-2cbbea02 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-2cbbea02 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-2cbbea02 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-2cbbea02 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-2cbbea02 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-2cbbea02 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-2cbbea03 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-2cbbea03 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-2cbbea03 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-2cbbea03 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-2cbbea03 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-2cbbea04 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-2cbbea04 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-2cbbea06 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-2cbbea06 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-2cbbea07 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-2cbbea07 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-2cbbea07 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-2cbbea08 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-2cbbea08 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b4a0609d-41f3-220d-130f-ec7ed57ec5cd-91696c72, #w-node-ed789fd7-fe4b-3d03-42f5-8813d2d31ac5-91696c72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a4f101c6-91bd-fbee-df02-99191076f836-91696c72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_789bb88d-ca9c-bf48-3a78-18910dd23189-91696c72, #w-node-bc4402f0-646d-1bcf-ecfb-a44acf2e534b-91696c72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_74e461a2-2c10-7834-dae5-14772ad79c40-2cbbe9fe, #w-node-b7c0baa0-57fa-7525-7059-c3aa830c8cd7-2cbbe9fe, #w-node-_14541263-c483-a6b1-d6c1-1b71896f3b93-2cbbe9fe, #w-node-c69154e1-a97e-8f42-c4bd-6560ef08574e-2cbbe9fe, #w-node-_2de2ea0d-1fb4-2655-9723-7623d325fc3e-2cbbe9fe, #w-node-a1195341-471f-6688-73c0-bd049c4671bf-2cbbe9fe, #w-node-ededa769-22ca-1833-45c7-4ff66f3ea72d-2cbbe9fe, #w-node-_6f617144-bb27-8b66-2c57-1bb439620cf7-2cbbe9fe, #w-node-bc411737-3e43-3e9b-799f-cf9641310773-2cbbe9fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-2cbbea01 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-2cbbea01 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-2cbbea01 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-2cbbea01 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-2cbbea02 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-2cbbea02 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-2cbbea02 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-2cbbea02 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-2cbbea03, #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-2cbbea03 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-2cbbea03 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-2cbbea04, #w-node-_421df62a-c217-12af-eee8-27f88a387928-2cbbea06, #w-node-_421df62a-c217-12af-eee8-27f88a387928-2cbbea08 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b4a0609d-41f3-220d-130f-ec7ed57ec5cd-91696c72, #w-node-ed789fd7-fe4b-3d03-42f5-8813d2d31ac5-91696c72, #w-node-a4f101c6-91bd-fbee-df02-99191076f836-91696c72, #w-node-_789bb88d-ca9c-bf48-3a78-18910dd23189-91696c72, #w-node-bc4402f0-646d-1bcf-ecfb-a44acf2e534b-91696c72 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7197b526-027c-2fe2-8856-3fe14193e62a-2cbbe9fe, #w-node-b7c0baa0-57fa-7525-7059-c3aa830c8cd7-2cbbe9fe, #w-node-_14541263-c483-a6b1-d6c1-1b71896f3b93-2cbbe9fe, #w-node-c69154e1-a97e-8f42-c4bd-6560ef08574e-2cbbe9fe, #w-node-_2de2ea0d-1fb4-2655-9723-7623d325fc3e-2cbbe9fe, #w-node-a1195341-471f-6688-73c0-bd049c4671bf-2cbbe9fe, #w-node-ededa769-22ca-1833-45c7-4ff66f3ea72d-2cbbe9fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_81f85006-4e47-fbdd-5a0e-8d6951b6fad4-2cbbe9fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_6f617144-bb27-8b66-2c57-1bb439620cf7-2cbbe9fe, #w-node-bc411737-3e43-3e9b-799f-cf9641310773-2cbbe9fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-2cbbea01 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-2cbbea01 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-2cbbea01 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-2cbbea01 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-2cbbea01 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-b4a0609d-41f3-220d-130f-ec7ed57ec5cd-91696c72, #w-node-ed789fd7-fe4b-3d03-42f5-8813d2d31ac5-91696c72, #w-node-a4f101c6-91bd-fbee-df02-99191076f836-91696c72 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_81f85006-4e47-fbdd-5a0e-8d6951b6fad4-2cbbe9fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-2cbbea02 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-2cbbea02 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-2cbbea02 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-2cbbea02 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-2cbbea02 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a4f101c6-91bd-fbee-df02-99191076f836-91696c72 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


