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

.home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/assets/images/contact-banner.jpg');
  background-position: 0px 21%;
  background-size: cover;
  text-align: center;
}

.home-hero.giving {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('/assets/images/girls-friends-banner-dark.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-hero.ingredients {
  background-image: url('/assets/images/Ingredients-Page-Main-Image-dark.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-hero.about {
  background-image: url('/assets/images/banner-woman-solo-mountains.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-hero.products-with-purpose {
  min-height: 50vh;
  background-image: url('/assets/images/girl-sack-lunch-1240.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-hero.reviews {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .28)), to(rgba(0, 0, 0, .28))), url('/assets/images/hearing-from-you2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('/assets/images/hearing-from-you2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.button-mint {
  background-color: #8fd5d5;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.button-mint.order {
  padding: 22px 70px;
  border: 1px solid #fff;
  font-size: 20px;
}

.button-mint.email {
  margin-top: 17px;
}

.button-mint.affilate {
  padding: 15px 28px;
  font-size: 20px;
}

.button-mint.product {
  background-color: #ffde59;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.button-mint.product:hover {
  background-color: #c6a82f;
}

.big-header {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 60px;
  letter-spacing: 10px;
}

.big-header.white {
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.big-header.white.about {
  font-size: 50px;
  letter-spacing: 3px;
}

.big-header.white.slide {
  font-size: 50px;
}

.big-header.white.slide.servings {
  line-height: 50px;
  text-align: center;
}

.home-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-hero-wrapper.home {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.banner-subheading-white {
  margin-top: 2px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 33px;
  font-weight: 400;
}

.banner-subheading-white.about {
  margin-top: 0px;
  margin-bottom: 31px;
  font-size: 30px;
  letter-spacing: 8px;
}

.banner-subheading-white.slide {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.banner-subheading-white.slide.servings {
  margin-top: 9px;
  font-size: 28px;
}

.medium-header {
  margin-bottom: 2px;
  font-family: 'Neue Helvetica 43 Light Extended', sans-serif;
  color: #fff;
  font-size: 25px;
  letter-spacing: 2px;
}

.medium-header.white {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.medium-header.white.large {
  font-size: 35px;
  font-weight: 700;
}

.medium-header.white.giving {
  font-weight: 300;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/assets/images/where-it-all-starts.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.banner-subheading-small-white {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.banner-subheading-small-white.giving {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/assets/images/giving-pure-dark.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.home-supplements-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-heading {
  font-family: 'Nunito Sans', sans-serif;
  color: #585858;
  font-size: 42px;
}

.text-heading.grey {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-heading.grey.padding {
  margin-top: 61px;
}

.text-heading.mint {
  font-family: Montserrat, sans-serif;
  color: #8fd5d5;
  font-weight: 400;
}

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

.heading-info.mint {
  color: #8fd5d5;
  font-weight: 400;
}

.heading-info.grey {
  font-family: Montserrat, sans-serif;
  color: #585858;
  font-weight: 400;
}

.heading-info.bold {
  margin-top: 58px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.heading-info.bold.mint {
  font-family: Montserrat, sans-serif;
}

.heading-info.bold.mint.large {
  font-size: 60px;
}

.heading-info.bold.mint.less-padding {
  margin-top: 5px;
}

.heading-info.bold.spaced {
  line-height: 1.5em;
}

.heading-info.bold.white {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.heading-info.bold.white.mission {
  font-size: 30px;
}

.heading-info.bold.category {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #8fd5d5;
}

.heading-info.cta {
  font-size: 20px;
}

.heading-info.instagram {
  margin-top: 5px;
}

.home-supplement-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 49px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 160px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.icon-div.cal {
  text-align: center;
}

.icon-text {
  padding-top: 12px;
  font-family: 'Nunito Sans', sans-serif;
  color: #585858;
  font-size: 18px;
  font-weight: 700;
}

.image-icon-giving {
  max-width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-how-to-use {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 24px;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(143, 213, 213, .52)), to(rgba(143, 213, 213, .52)));
  background-image: linear-gradient(180deg, rgba(143, 213, 213, .52), rgba(143, 213, 213, .52));
  text-align: center;
}

.descriptive-text {
  font-family: 'Nunito Sans', sans-serif;
  color: #585858;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}

.descriptive-text.mint {
  color: #8fd5d5;
}

.descriptive-text.white {
  color: snow;
}

.descriptive-text.white.mission {
  font-size: 22px;
  font-weight: 400;
}

.descriptive-text.affiliate {
  text-align: center;
}

.how-to-use-image {
  max-width: 200px;
  margin-bottom: 21px;
  opacity: 0.5;
}

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

.how-to-use-column {
  padding-top: 38px;
}

.social-proof-section {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  text-align: center;
}

.image-4 {
  padding-top: 18px;
}

.icon-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-3 {
  max-width: 80%;
}

.column-2 {
  padding-bottom: 15px;
}

.div-block-half-width {
  max-width: 600px;
  padding-bottom: 32px;
}

.what-we-give-section {
  display: block;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-quote {
  max-width: 500px;
}

.image-quote.padding-top {
  padding-top: 61px;
}

.image-quote.how-works {
  margin-top: -51px;
  padding-top: 0px;
}

.how-it-works-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ghandi-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/assets/images/giving-smile2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -25px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  text-align: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.our-giving-partners-section {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.columns {
  display: block;
  padding-top: 41px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-text {
  padding-top: 96px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph-text.purity {
  padding-top: 0px;
}

.paragraph-text.day {
  padding-top: 34px;
}

.paragraph-text.manufacture {
  padding-top: 32px;
}

.paragraph-text.ingredients {
  padding-top: 0px;
}

.paragraph-text.ingredients.less-tracking {
  line-height: 1.35em;
}

.paragraph-text.marymeals {
  padding-top: 3px;
}

.paragraph-text.country {
  padding-top: 33px;
}

.paragraph-text.privacy-policy {
  padding-top: 40px;
}

.div-block-5 {
  margin-top: 31px;
}

.image-6 {
  max-width: 100px;
  padding-top: 19px;
}

.flag-image {
  max-width: 150px;
  padding-bottom: 16px;
}

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

.what-makes-pure-superfood-different-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.columns-2 {
  display: block;
  padding-top: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  padding-top: 67px;
}

.column-8 {
  padding-top: 21px;
}

.column-9 {
  padding-top: 61px;
}

.column-9.pure {
  padding-top: 0px;
}

.column-10 {
  padding-top: 44px;
  padding-bottom: 0px;
}

.div-block-6 {
  display: block;
  margin-top: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-header {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

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

.accordian-top-text {
  display: block;
  max-width: 700px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
}

.accordian-trigger-text {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}

.accordian-item-content {
  display: block;
  padding: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#474747));
  background-image: linear-gradient(180deg, #474747, #474747);
}

.accordian-item-content-text {
  display: block;
  max-width: 700px;
  margin: auto;
  padding: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
}

.accordian-wrapper {
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8fd5d5), to(#8fd5d5));
  background-image: linear-gradient(180deg, #8fd5d5, #8fd5d5);
}

.accordian-wrapper.antioxidant {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39bebe), to(#39bebe));
  background-image: linear-gradient(180deg, #39bebe, #39bebe);
}

.accordian-wrapper.muscle {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#629778), to(#629778));
  background-image: linear-gradient(180deg, #629778, #629778);
}

.accordian-wrapper.immune {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#467398), to(#467398));
  background-image: linear-gradient(180deg, #467398, #467398);
}

.accordian-wrapper.bloodsugar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#af5b54), to(#af5b54));
  background-image: linear-gradient(180deg, #af5b54, #af5b54);
}

.accordian-wrapper.guthealth {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#818c7d), to(#818c7d));
  background-image: linear-gradient(180deg, #818c7d, #818c7d);
}

.accordian-wrapper.adaptogen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a3a1a1), to(#a3a1a1));
  background-image: linear-gradient(180deg, #a3a1a1, #a3a1a1);
}

.section-22 {
  padding-top: 27px;
}

.container-3 {
  margin-bottom: 1px;
  padding-bottom: 38px;
  text-align: center;
}

.image-19 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.small-heading {
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 57px;
  padding-bottom: 27px;
  font-family: 'Neue Helvetica 63 Medium Extended', sans-serif;
  color: #585858;
  font-weight: 400;
  text-align: center;
}

.main-paragraph-text {
  display: block;
  max-width: 700px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Neue Helvetica 43 Light Extended', sans-serif;
  color: #585858;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
}

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

.container-ingredients {
  margin-top: 32px;
  padding-bottom: 45px;
}

.heading-11 {
  font-family: 'Neue Helvetica 63 Medium Extended', sans-serif;
  color: #585858;
  font-weight: 400;
  text-align: center;
}

.section-23 {
  margin-top: 0px;
  text-align: center;
}

.section-24 {
  margin-top: 64px;
  text-align: center;
}

.section-25 {
  text-align: center;
}

.section-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.from-our-family-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  margin-top: 46px;
  padding-bottom: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/assets/images/Family-looking-at-Rock.jpg');
  background-position: 50% 41%;
  background-size: cover;
  text-align: center;
}

.no-compromises-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.accordian-div-wrapper {
  margin-bottom: 89px;
  padding-top: 0px;
}

.accordion-header-2 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.accordian-top-text-2 {
  display: block;
  max-width: 700px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
}

.accordian-trigger-text-2 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}

.accordian-item-content-2 {
  padding: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2bbebe), to(#2bbebe));
  background-image: linear-gradient(180deg, #2bbebe, #2bbebe);
  color: #af5b54;
}

.accordian-item-content-2.anioxidant {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a9696), to(#2a9696));
  background-image: linear-gradient(180deg, #2a9696, #2a9696);
}

.accordian-item-content-2.muscle {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3d644d), to(#3d644d));
  background-image: linear-gradient(180deg, #3d644d, #3d644d);
}

.accordian-item-content-2.immune {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2e4f6b), to(#2e4f6b));
  background-image: linear-gradient(180deg, #2e4f6b, #2e4f6b);
}

.accordian-item-content-2.blood {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#83413c), to(#83413c));
  background-image: linear-gradient(180deg, #83413c, #83413c);
}

.accordian-item-content-2.guthealth {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a6456), to(#5a6456));
  background-image: linear-gradient(180deg, #5a6456, #5a6456);
}

.accordian-item-content-2.adaptogen {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#817d7d), to(#817d7d));
  background-image: linear-gradient(180deg, #817d7d, #817d7d);
}

.accordian-item-content-text-2 {
  display: block;
  overflow: visible;
  max-width: 700px;
  margin: auto;
  padding: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
}

.mint-bar-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  margin-top: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8fd5d5), to(#8fd5d5));
  background-image: linear-gradient(180deg, #8fd5d5, #8fd5d5);
}

.mint-bar-header.nomargin {
  margin-top: 0px;
  padding-top: 22px;
  padding-bottom: 29px;
  text-align: center;
}

.bold-text {
  color: #fff;
}

.bold-text.mission {
  font-weight: 500;
}

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

.section-27 {
  text-align: center;
}

.section-28 {
  text-align: center;
}

.what-does-this-mean-section {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.main-header {
  display: block;
  max-width: 1400px;
  /*min-height: 120px;*/
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.pure-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column1-pure {
  padding-top: 1px;
}

.div-padding-top {
  margin-top: 46px;
}

.balanced-section {
  text-align: center;
}

.life-section {
  text-align: center;
}

.givingpure-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-products-with-purpose {
  margin-top: 50px;
  text-align: center;
}

.div-block-23 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8fd5d5), to(#8fd5d5));
  background-image: linear-gradient(180deg, #8fd5d5, #8fd5d5);
}

.icons-small {
  max-width: 100px;
}

.div-where-it-all-starts {
  padding-bottom: 26px;
}

.thin-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.heading-thin {
  margin-top: 1px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #8fd5d5;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.top-header-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8fd5d5), to(#8fd5d5));
  background-image: linear-gradient(180deg, #8fd5d5, #8fd5d5);
  text-align: center;
}

.image-23 {
  max-height: 50px;
}

.div-block-24 {
  max-width: 100%;
}

.navbar {
  display: block;
  padding-top: 29px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.image-24 {
  padding-top: 10px;
}

.nav-container {
  display: block;
  min-width: 100%;
  padding-right: 60px;
  padding-left: 36px;
}

.navlink {
  font-family: Montserrat, sans-serif;
  color: #585858;
  font-size: 17px;
  font-weight: 300;
}

.div-block-25 {
  max-width: 75%;
}

.image-25 {
  display: inline-block;
  max-width: 1200px;
  text-align: center;
}

.image-26 {
  max-width: 100%;
}

.affiliate-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 71px;
  padding-top: 69px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.div-navigation {
  padding-top: 34px;
}

.div-logo {
  display: block;
  padding: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  padding-right: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-28 {
  display: inline-block;
  max-width: 200px;
  padding-top: 29px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.nav-button {
  padding-top: 14px;
  padding-right: 23px;
  padding-left: 23px;
  background-color: transparent;
  -webkit-transition: color 500ms ease, opacity 200ms ease;
  transition: color 500ms ease, opacity 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #807b7b;
  font-size: 15px;
  font-weight: 400;
}

.nav-button:hover {
  background-color: transparent;
  background-image: none;
  color: #8fd5d5;
}

.nav-button.location {
  padding-top: 0px;
  font-size: 12px;
}

.nav-button.country {
  padding: 0px 37px 0px 0px;
  font-size: 12px;
}

.columns-3 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 43px;
  padding-bottom: 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8fd5d5), to(#8fd5d5));
  background-image: linear-gradient(180deg, #8fd5d5, #8fd5d5);
}

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

.footer-nav {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.footer-div-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-footer-social-media {
  padding-left: 13px;
}

.social-media-image {
  max-width: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

.cards-copyright-div {
  padding-top: 38px;
}

.creditcards-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.credit-cards {
  max-height: 40px;
  padding-left: 12px;
}

.div-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-statements {
  margin-top: 24px;
  margin-right: 0px;
  padding: 19px;
  border: 1px solid #fff;
}

.statement-text {
  font-family: Nunito, sans-serif;
  color: #fafafa;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

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

.home-banner-slider {
  min-height: 60vh;
}

.slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .31)), to(rgba(0, 0, 0, .31))), url('/assets/images/puratae-family-kitchen.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('/assets/images/puratae-family-kitchen.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-slider-container.slide-3 {
  background-image: url('/assets/images/slide-12-servings.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .29)), to(rgba(0, 0, 0, .29))), url('/assets/images/slide-improve-health.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('/assets/images/slide-improve-health.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.slide-3 {
  background-image: url('/assets/images/slide-balancing-body.jpg');
  background-position: 50% 58%;
  background-size: cover;
}

.div-slider-container.slide-5 {
  background-image: url('/assets/images/new-years-new-you2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-testimonials-slider {
  display: block;
  max-width: 960px;
  margin-top: -42px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slider {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

.slider.home-testimonials {
  display: block;
  background-color: transparent;
}

.slide-4 {
  background-color: transparent;
}

.mask {
  background-color: transparent;
  color: #333;
}

.container-6 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

.image-30 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

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

.right-arrow {
  background-color: transparent;
}

.instagram-feed {
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.html-embed {
  overflow: hidden;
}

.puratae-video {
  margin-top: 65px;
}

.contact-section {
  margin-bottom: 68px;
}

.contact-container {
  padding-top: 63px;
}

.column-13 {
  text-align: center;
}

.phone-text {
  padding-top: 11px;
  text-decoration: none;
}

.text-block {
  font-family: 'Nunito Sans', sans-serif;
  color: #8fd5d5;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.address-mint {
  color: #8fd5d5;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.text-span {
  font-size: 10px;
  letter-spacing: 2px;
}

.brand {
  float: left;
}

.nav-menu {
  display: block;
  overflow: visible;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

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

.container-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.account {
  max-width: 200px;
  padding-right: 46px;
  float: right;
}

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

.nav-menu-2 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  float: none;
  clear: none;
  text-align: center;
}

.main-navigation {
  display: block;
  /*height: 100px;*/
  padding-top: 36px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container-10 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-35 {
  margin-left: 16px;
  padding-top: 0px;
}

.keto {
  color: #9b9b9b;
}

.facebook_reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-reviews {
  display: block;
  max-width: 600px;
}

.instagram_reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.privacy_policy {
  margin-bottom: 45px;
}

.text-block-2 {
  font-family: 'Nunito Sans', sans-serif;
}

.return_policy {
  margin-bottom: 63px;
}

.dropdown-link {
  padding-bottom: 0px;
  background-color: #fff;
  color: #807b7b;
  font-size: 12px;
}

.dropdown-link-2 {
  background-color: #fff;
  color: #807b7b;
  font-size: 12px;
}

.all_categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product_holder {
  display: block;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.category-header {
  font-family: Montserrat, sans-serif;
  color: #585858;
  font-size: 20px;
}

.category_links {
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 17px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #585858;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.category_links:hover {
  color: #8fd5d5;
}

.category_links.price {
  font-size: 16px;
}

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

.cart_announcement {
  padding-top: 20px;
}

.products {
  display: block;
  margin-top: 49px;
}

.div_product_thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.product_thumbnail {
  max-width: 200px;
  padding-bottom: 19px;
}

.column-16 {
  padding-left: 30px;
}

.grid-2 {
  grid-column-gap: 21px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-3 {
  margin-top: 23px;
  grid-column-gap: 25px;
  -ms-grid-columns: 0.305fr 1fr;
  grid-template-columns: 0.305fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.enrollment_section {
  margin-top: 27px;
  margin-bottom: 76px;
}

.div-enrollment {
  margin-top: 15px;
  padding-right: 15px;
  padding-bottom: 24px;
  padding-left: 15px;
  border: 1px solid #8fd5d5;
  text-align: center;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_id {
  display: block;
  padding-top: 11px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_icons {
  max-width: 250px;
}

.column-18 {
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: none;
  border-color: #8fd5d5;
}

.column-19 {
  padding-bottom: 0px;
  border-style: none;
  border-color: #8fd5d5;
}

.columns-4 {
  margin-left: -9px;
  padding-left: 1px;
}

.link-block-14 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.product-info-bottom {
  display: block;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cce8e8), to(#cce8e8));
  background-image: linear-gradient(180deg, #cce8e8, #cce8e8);
}

.columns-5 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.product-how-to-use {
  display: block;
  padding-top: 20px;
  margin: auto;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-get-nutrition {
  display: block;
  height: 100%;
  padding: 71px 59px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8fd5d5), to(#8fd5d5));
  background-image: linear-gradient(180deg, #8fd5d5, #8fd5d5);
  text-align: center;
}

.getting-your-nutrition {
  margin-top: 26px;
  margin-bottom: 11px;
}

.container-11 {
  text-align: center;
}

.product-getting-headline {
  padding-top: 46px;
  padding-bottom: 13px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.bold-text-3 {
  padding-top: 29px;
  font-weight: 500;
}

.product-nunito-text {
  padding-bottom: 31px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.bold-text-4 {
  display: block;
  line-height: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.product-div-getting-nutrition {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 43px;
  padding-bottom: 12px;
  padding-left: 43px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8fd5d5), to(#8fd5d5));
  background-image: linear-gradient(180deg, #8fd5d5, #8fd5d5);
  text-align: center;
}

.product-div-how-to-use {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.product-giving {
  padding-top: 29px;
  padding-bottom: 44px;
  margin: auto;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  min-height: 45vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('/assets/images/girls-friends-banner-dark.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-giving-headline {
  max-width: 900px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.product-testimonials-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-social-media-reviews {
  max-width: 500px;
}

.product-testimonial-section {
  padding-top: 29px;
  padding-bottom: 44px;
  margin: auto;
}

@media (max-width: 991px) {
  .big-header.white.about.affiliate {
    margin-bottom: -4px;
    font-size: 40px;
  }
  .big-header.white.slide {
    text-align: center;
  }
  .big-header.white.slide.servings {
    line-height: 50px;
  }
  .big-header.white.review {
    font-size: 40px;
    letter-spacing: 4px;
  }
  .banner-subheading-white.about {
    font-size: 25px;
    letter-spacing: 5px;
  }
  .banner-subheading-white.slide {
    padding-right: 51px;
    padding-left: 51px;
  }
  .banner-subheading-white.slide.servings {
    padding-right: 40px;
    padding-left: 40px;
  }
  .heading-info.bold.white.purity {
    margin-bottom: -13px;
  }
  .heading-info.bold.white.manufacture {
    margin-bottom: -18px;
  }
  .heading-info.bold.category {
    text-align: left;
  }
  .home-supplement-icons {
    margin-bottom: 15px;
  }
  .icon-div {
    padding-top: 37px;
  }
  .div-block-half-width {
    padding-bottom: 0px;
  }
  .div-block-half-width.ingredients {
    max-width: 700px;
    margin-bottom: -42px;
  }
  .ghandi-quote {
    min-height: 50vh;
  }
  .paragraph-text {
    padding-top: 23px;
  }
  .paragraph-text.purity {
    padding-top: 0px;
    font-size: 15px;
    line-height: 1.2em;
  }
  .paragraph-text.life {
    padding-top: 81px;
  }
  .paragraph-text.day {
    padding-top: 0px;
  }
  .paragraph-text.thankyou {
    padding-top: 78px;
  }
  .paragraph-text.manufacture {
    font-size: 15px;
    line-height: 1.2em;
  }
  .paragraph-text.ingredients.less-tracking {
    margin-top: -10px;
    margin-bottom: 9px;
    padding-top: 1px;
    font-size: 15px;
    line-height: 1.2em;
  }
  .paragraph-text.country {
    padding-top: 0px;
  }
  .paragraph-text.about {
    padding-top: 69px;
  }
  .column-7 {
    padding-top: 0px;
  }
  .column-8 {
    margin-top: -1px;
    padding-top: 0px;
  }
  .column-9 {
    padding-top: 10px;
  }
  .column-10 {
    padding-top: 0px;
  }
  .accordian-top-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .accordian-item-content-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .main-paragraph-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .from-our-family-section {
    min-height: 40vh;
  }
  .accordian-top-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .accordian-item-content-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bold-text.ingredients {
    font-size: 20px;
  }
  /*.main-header {
    min-height: 80px;
  } */
  .affiliate-hero-section {
    padding-top: 38px;
  }
  .div-navigation {
    padding-top: 0px;
  }
  .div-account {
    padding-top: 12px;
    padding-right: 13px;
  }
  .image-28 {
    max-width: 150px;
    padding-top: 1px;
  }
  .container-5 {
    color: #fff;
  }
  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu-button {
    float: none;
    text-align: center;
  }
.nav-menu-2 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .menu-button-2 {
    position: static;
    float: none;
    background-color: hsla(0, 0%, 100%, 0);
    text-align: center;
  }
  .menu-button-2.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }
  .navigation-logo {
    max-width: 150px;
    margin-left: 18px;
  }
  .brand-2 {
    padding-top: 11px;
  }
  .keto {
    color: #9b9b9b;
  }
  .icon-2 {
    display: block;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
  }
}

@media (max-width: 767px) {
  .home-hero.ingredients {
    min-height: 40vh;
  }
  .home-hero.about {
    min-height: 40vh;
  }
  .home-hero.products-with-purpose {
    min-height: 40vh;
  }
	
  .main-navigation {
   padding-top: 10px;
   padding-bottom: 10px;
  }
	
  .big-header.white {
    padding-right: 31px;
    padding-left: 31px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }
  .big-header.white.about {
    margin-bottom: 1px;
    padding-right: 34px;
    padding-bottom: 0px;
    padding-left: 34px;
    font-size: 40px;
  }
  .big-header.white.about.affiliate {
    margin-top: 18px;
    font-size: 30px;
  }
  .big-header.white.slide {
    font-size: 40px;
  }
  .home-hero-wrapper.affiliate {
    padding-top: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner-subheading-white {
    font-size: 20px;
  }
  .banner-subheading-white.about {
    font-size: 20px;
  }
  .banner-subheading-white.slide {
    padding-right: 57px;
    padding-left: 57px;
    font-size: 20px;
  }
  .banner-subheading-white.slide.servings {
    padding-right: 52px;
    padding-left: 52px;
    font-size: 20px;
  }
  .medium-header.white.large {
    font-weight: 500;
	margin-top: 0px;
    margin-bottom: 25px;
    font-size: 19px;
    line-height: 22px;  
  }
  .text-heading.grey.padding {
    font-size: 38px;
  }
  .text-heading.mint.about {
    font-size: 38px;
  }
  .heading-info.bold.ingredients {
    padding-right: 45px;
    padding-left: 45px;
    font-size: 25px;
    line-height: 34px;
  }
  .heading-info.bold.category {
    text-align: left;
  }
  .home-supplement-icons {
    padding-right: 71px;
    padding-left: 71px;
  }
  .descriptive-text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .descriptive-text.white.mission {
    font-size: 20px;
  }
  .image-quote.how-works {
    margin-top: -31px;
  }
  .ghandi-quote {
    min-height: 50vh;
  }
  .columns {
    padding-top: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-text.life {
    padding-top: 26px;
  }
  .paragraph-text.manufacture {
    padding-top: 28px;
  }
  .column-9 {
    padding-top: 30px;
  }
  .column-10 {
    padding-top: 31px;
  }
  .accordian-top-text {
    margin-top: 4px;
    padding-top: 6px;
  }
  .accordian-item-content-text {
    margin-top: 4px;
    padding-top: 6px;
  }
  .accordian-wrapper.antioxidant {
    margin-bottom: 30px;
  }
  .accordian-wrapper.muscle {
    margin-bottom: 30px;
  }
  .accordian-wrapper.bloodsugar {
    margin-bottom: 30px;
  }
  .accordian-wrapper.guthealth {
    margin-bottom: 30px;
  }
  .main-paragraph-text {
    margin-top: 4px;
    padding-top: 6px;
  }
  .section-23.ingredients {
    padding-right: 36px;
    padding-left: 36px;
  }
  .from-our-family-section {
    min-height: 30vh;
  }
  .no-compromises-section {
    padding-right: 32px;
    padding-left: 32px;
  }
  .accordian-top-text-2 {
    margin-top: 4px;
    padding-top: 6px;
  }
  .accordian-item-content-text-2 {
    margin-top: 4px;
    padding-top: 6px;
  }
  .heading-thin {
    padding-right: 1px;
    padding-left: 1px;
    font-size: 25px;
  }
  .footer-nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-div-nav {
    padding-bottom: 45px;
  }
  .div-copyright {
    padding-top: 1px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-31 {
    padding-top: 52px;
  }
  .image-32 {
    padding-top: 51px;
  }
  .image-33 {
    padding-bottom: 24px;
  }
  .bold-text-2 {
    line-height: 50px;
  }
  .column-13 {
    padding-top: 82px;
  }
  .column-14 {
    padding-top: 87px;
  }
  .account {
    padding-right: 24px;
  }
  .icon-2 {
    max-width: 200px;
  }
  .column-17 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-how-to-use {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .home-hero {
    min-height: 40vh;
    background-position: -236px 0px;
  }
  .home-hero.giving {
    min-height: 40vh;
  }
  .home-hero.ingredients {
    min-height: 40vh;
    padding-right: 16px;
    padding-left: 16px;
  }
  .home-hero.products-with-purpose {
    background-position: 74% 50%;
  }
  .big-header.white {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .big-header.white.about {
    margin-top: 135px;
    line-height: 40px;
  }
  .big-header.white.about.affiliate {
    padding-right: 23px;
    padding-left: 23px;
    font-size: 25px;
    line-height: 30px;
  }
  .big-header.white.slide {
    font-size: 30px;
    line-height: 50px;
  }
  .big-header.white.slide.servings {
    line-height: 30px;
  }
  .home-hero-wrapper.affiliate {
    padding-top: 34px;
  }
  .banner-subheading-white {
    font-size: 20px;
    text-align: center;
  }
  .banner-subheading-white.about {
    margin-top: 2px;
    font-size: 12px;
    letter-spacing: 3px;
  }
  .banner-subheading-white.slide {
    font-size: 15px;
    line-height: 22px;
  }
  .banner-subheading-white.slide.servings {
    font-size: 20px;
  }
  .medium-header.white.large {
    margin-bottom: -14px;
    padding-right: 31px;
    padding-left: 31px;
    font-size: 26px;
    line-height: 30px;
	font-weight: 700;
  }
  .medium-header.white.large.mobile {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 19px;
    line-height: 22px;
  }
  .medium-header.white.giving {
    padding-bottom: 5px;
    font-size: 19px;
    line-height: 22px;
  }
  .banner-subheading-small-white.giving {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .text-heading.grey.padding {
    padding-right: 17px;
    padding-left: 17px;
    font-size: 30px;
  }
  .text-heading.mint.about {
    margin-bottom: -17px;
    font-size: 30px;
  }
  .text-heading.mint.about.padding {
    padding-right: 27px;
    padding-left: 27px;
    line-height: 35px;
  }
  .heading-info {
    font-size: 28px;
  }
  .heading-info.grey {
    font-size: 22px;
    line-height: 30px;
  }
  .heading-info.bold {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 22px;
    line-height: 34px;
  }
  .heading-info.bold.mint {
    padding-right: 9px;
    padding-left: 10px;
  }
  .heading-info.bold.mint.large {
    margin-top: 49px;
    font-size: 50px;
  }
  .heading-info.bold.mint.compromises {
    margin-top: 32px;
  }
  .heading-info.bold.ingredients {
    margin-top: 26px;
    font-size: 20px;
  }
  .heading-info.bold.padding {
    margin-top: 30px;
  }
  .heading-info.bold.category {
    padding-left: 0px;
  }
  .home-supplement-icons {
    margin-bottom: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .icon-div {
    padding-top: 20px;
  }
  .icon-text.insecurity {
    padding-right: 25px;
    padding-left: 25px;
  }
  .descriptive-text {
    padding-right: 13px;
    padding-left: 13px;
  }
  .descriptive-text.white.mission {
    font-size: 18px;
  }
  .div-block-3 {
    max-width: 100%;
  }
  .what-we-give-section {
    margin-top: -22px;
    padding-top: 0px;
  }
  .image-quote {
    max-width: 100%;
    margin-bottom: -38px;
  }
  .image-quote.how-works {
    margin-top: -13px;
  }
  .ghandi-quote {
    min-height: 30vh;
    margin-top: 31px;
  }
  .image-5.logo {
    max-width: 100px;
    padding-bottom: 27px;
  }
  .columns {
    padding-top: 0px;
  }
  .paragraph-text.thankyou {
    padding-top: 13px;
  }
  .paragraph-text.about {
    padding-top: 9px;
  }
  .what-makes-pure-superfood-different-section {
    display: block;
  }
  .columns-2 {
    display: block;
    padding-top: 29px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .accordian-top-text {
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 21px 10px;
    color: #fff;
  }
  .accordian-item-content-text {
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 21px 10px;
    color: #fff;
  }
  .small-heading {
    margin-top: 59px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-paragraph-text {
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 21px 10px;
    color: #585858;
  }
  .from-our-family-section {
    min-height: 28vh;
  }
  .accordian-top-text-2 {
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 21px 10px;
    color: #fff;
  }
  .accordian-item-content-text-2 {
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 21px 10px;
    color: #fff;
  }
  .mint-bar-header.nomargin {
    padding-top: 8px;
    padding-bottom: 11px;
  }
  .bold-text {
    font-size: 15px;
  }
  .bold-text.mission {
    font-size: 25px;
  }
  .what-does-this-mean-section {
    margin-top: -34px;
  }
  .column1-pure {
    padding-top: 37px;
  }
  .div-padding-top.about {
    margin-top: 24px;
  }
  .image-22 {
    max-width: 100%;
  }
  .image-28 {
    max-width: 100px;
  }
  .nav-button {
    padding-top: 18px;
    padding-right: 0px;
  }
  .footer-div-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-copyright {
    padding-top: 27px;
  }
  .column-12 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-banner-slider {
    min-height: 60vh;
	text-align: center;
  }
  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bold-text-2 {
    font-size: 40px;
  }
  .image-34 {
    padding-top: 11px;
  }
  .account {
    padding-right: 15px;
  }
  .navigation-logo {
    max-width: 110px;
    margin-left: 1px;
    padding-top: 6px;
  }
  .column-15 {
    padding-top: 44px;
  }
  .icon-2 {
    max-width: 100px;
  }
  .column-17 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#w-node-e95908e6ffd4-65756d3a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-310114c8e080-65756d3a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c6ab42439247-65756d3a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c6ab42439248-65756d3a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cebc1223a29b-65756d3a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cebc1223a29c-65756d3a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7e47b15f1cbc-65756d3a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7e47b15f1cbd-65756d3a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-376d2d796ff8-65756d3a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-376d2d796ff9-65756d3a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f14646fbed17-65756d3a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f14646fbed18-65756d3a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6af8d6b6f09b-65756d3a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6af8d6b6f09c-65756d3a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0f5f6a856f26-65756d3a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0f5f6a856f27-65756d3a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0f5f6a856f2a-65756d3a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0f5f6a856f2b-65756d3a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0f5f6a856f2e-65756d3a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0f5f6a856f2f-65756d3a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0f5f6a856f34-65756d3a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0f5f6a856f35-65756d3a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0f5f6a856f3a-65756d3a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0f5f6a856f3b-65756d3a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0f5f6a856f40-65756d3a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0f5f6a856f41-65756d3a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0f5f6a856f44-65756d3a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0f5f6a856f45-65756d3a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-681280c189d2-40a90d2c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-681280c189d3-40a90d2c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-681280c189d6-40a90d2c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-681280c189d7-40a90d2c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-681280c189da-40a90d2c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-681280c189db-40a90d2c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-681280c189e0-40a90d2c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-681280c189e1-40a90d2c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a9ba8749325f-40a90d2c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a9ba87493260-40a90d2c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a9ba87493263-40a90d2c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a9ba87493264-40a90d2c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a9ba87493267-40a90d2c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a9ba87493268-40a90d2c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a9ba8749326d-40a90d2c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a9ba8749326e-40a90d2c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-85ce08d050b1-198712e6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b897e6ffd52f-198712e6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-4c6c2a6e46d9-bfcd8755 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c51b97377498-9d3c54fd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c51b97377499-9d3c54fd {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6cd21e818e03-9d3c54fd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6cd21e818e04-9d3c54fd {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-5358b9fd2ed6-9d3c54fd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-5358b9fd2ed7-9d3c54fd {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f9c69519f8ff-46ec2c0b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@font-face {
  font-family: 'Neue Helvetica 43 Light Extended';
  src: url('../fonts/37072C_0_0.woff2') format('woff2'), url('../fonts/37072C_0_0.eot') format('embedded-opentype'), url('../fonts/37072C_0_0.woff') format('woff'), url('../fonts/37072C_0_0.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Helvetica 63 Medium Extended';
  src: url('../fonts/37072C_1_0.woff2') format('woff2'), url('../fonts/37072C_1_0.eot') format('embedded-opentype'), url('../fonts/37072C_1_0.woff') format('woff'), url('../fonts/37072C_1_0.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Helvetica 73 Bold Extended';
  src: url('../fonts/37072C_2_0.woff2') format('woff2'), url('../fonts/37072C_2_0.eot') format('embedded-opentype'), url('../fonts/37072C_2_0.woff') format('woff'), url('../fonts/37072C_2_0.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}