:root {
  --red: #ee1d24;
  --gray: #e6e6e6;
  --white: #fff;
  --black: black;
  --transparent: #fff0;
  --dark-gray: #cecece;
  --white-2: white;
}

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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

a {
  color: var(--red);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.footer-light {
  background-color: var(--gray);
  color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--black);
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.footer-link-two {
  color: var(--black);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--red);
  text-decoration: none;
}

.nav-container {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  padding: 39px 20px;
  display: flex;
}

.nav-wrapper {
  background-color: var(--transparent);
}

.brand {
  margin-right: auto;
}

.nav-menu {
  flex: 0 auto;
}

.button {
  background-color: var(--red);
  border-radius: 5px;
  margin-left: auto;
  padding: 10px 30px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  transition: all .2s;
}

.button:hover {
  background-color: var(--white);
  color: var(--black);
  text-decoration: none;
}

.image {
  width: 125px;
}

.large-photo-header {
  background-image: linear-gradient(#000000ba, #fff0), url('../images/natalia-blauth-EDiSQjFAIcA-unsplash-1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 0 0 34px;
}

.large-photo-header.home {
  background-image: linear-gradient(#000000ba, #fff0), url('../images/strakers-kitchen-main-photo-1.avif');
}

.large-photo-header.partnership {
  background-image: linear-gradient(#000000ba, #fff0), url('../images/curated-lifestyle-PyWVp1iyuXI-unsplash.avif');
}

.div-block {
  z-index: 100;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--black);
  background-color: #ffffffd4;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 600px;
  margin-left: auto;
  padding: 55px;
  display: flex;
  position: relative;
}

.container-2 {
  max-width: 1200px;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.nav-link:hover {
  color: var(--red);
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--red);
  font-style: italic;
  display: inline-block;
}

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

.text-block {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.heading {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Bitter, serif;
  font-size: 45px;
  line-height: 50px;
}

.heading.red {
  color: var(--red);
}

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

.button-2 {
  background-color: var(--black);
  border-radius: 5px;
  align-self: flex-start;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  transition: all .2s;
}

.button-2:hover {
  background-color: var(--red);
  text-decoration: none;
}

.button-2.w--current {
  background-color: var(--white);
  color: var(--black);
}

.button-2.red {
  background-color: var(--red);
}

.button-2.red:hover {
  background-color: var(--black);
}

.button-2.white {
  background-color: var(--white);
  color: var(--black);
}

.button-2.white:hover {
  background-color: var(--red);
  color: var(--white);
}

.button-2.inverted {
  border: 2px solid #000;
  align-self: center;
}

.div-block-3 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: 1500px;
  display: flex;
}

.section-2 {
  background-color: var(--red);
  padding-top: 55px;
  padding-bottom: 55px;
}

.text-block-2 {
  color: var(--black);
  text-align: center;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 700;
}

.container-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

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

.div-block-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/IMG_9429.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.center-paragraph {
  text-align: center;
  max-width: 600px;
  font-size: 18px;
  line-height: 25px;
}

.dropdown-list {
  border-radius: 0;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link {
  text-align: left;
  padding-left: 20px;
  padding-right: 30px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.dropdown-link:hover {
  color: var(--red);
  text-decoration: none;
}

.dropdown-link.w--current {
  color: var(--red);
}

.copyright {
  color: #191919;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.footer-links {
  color: var(--red);
  text-align: center;
  flex: none;
  font-weight: 400;
  text-decoration: none;
}

.footer-links:hover {
  color: #000;
}

.footer-links.w--current {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
}

.footer-links.w--current:hover {
  color: #22a9c5;
}

.nav-section {
  background-color: var(--black);
}

.main-section {
  flex: 1;
  padding-top: 120px;
  padding-bottom: 90px;
}

.main-section.inverted {
  background-color: var(--black);
  color: var(--white);
  padding-top: 60px;
}

.main-section.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-section.red {
  background-color: var(--red);
  padding-top: 90px;
}

.heading-2 {
  color: var(--red);
  margin-top: 0;
  font-family: Bitter, serif;
}

.heading-2.white {
  color: var(--white);
}

.final-paragraph-cta {
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.container-5 {
  max-width: 1200px;
}

.menu-header {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Bitter, serif;
  font-weight: 700;
}

.menu-header.cursive {
  color: var(--red);
  text-transform: none;
  margin-top: -22px;
  font-family: Great Vibes, cursive;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}

.menu-header.inverted {
  color: var(--white);
}

.menu-section {
  background-color: #e6e6e600;
  background-image: linear-gradient(285deg, #fff0, var(--gray) 50%, #fff0);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.menu-section.no-head {
  margin-top: 0;
}

.food-name {
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.price {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.food-description {
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.no-col-break {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  text-align: left;
  flex-flow: column;
  margin-bottom: 19px;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.collumns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  column-count: 2;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: block;
}

.collumns.three {
  column-count: 3;
}

.dietary-restrictions {
  color: #969696;
  text-align: left;
  font-size: 16px;
}

.dietary-restrictions-wrapper, .text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-text {
  font-family: Inter, sans-serif;
}

.narrow {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  max-width: 900px;
  display: block;
}

.narrow.left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.narrow.inverted {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  border: 3px solid var(--gray);
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 28px;
}

.text-block-11 {
  color: var(--red);
  margin-top: 50px;
  font-family: Bitter, serif;
  font-size: 30px;
  line-height: 30px;
}

.text-block-12 {
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

.rich-text-block {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.rich-text-block.inverted {
  color: var(--white);
  text-align: left;
}

.heading-3 {
  font-family: Bitter, serif;
}

.text-block-13 {
  color: var(--red);
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-3 {
  margin-top: 0;
  margin-bottom: 30px;
}

.dropdown-toggle {
  background-color: var(--gray);
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.dropdown {
  width: 100%;
  margin-top: 0;
}

.text-block-14 {
  white-space: normal;
  word-break: normal;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.dropdown-list-2 {
  padding: 4px;
}

.dropdown-list-2.w--open {
  border: 3px solid var(--gray);
  background-color: var(--transparent);
  padding: 27px;
  position: relative;
}

.field-label {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.icon {
  color: var(--red);
}

.radio-button-label {
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.form {
  z-index: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-11 {
  border: 2px solid var(--red);
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px;
}

.image-5 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 33%;
  position: static;
}

.div-block-12 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.more-information {
  margin-top: 20px;
  margin-bottom: 30px;
}

.section-nav {
  background-color: var(--dark-gray);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 27px;
  display: flex;
}

.spacing-block {
  height: 15px;
}

.image-6 {
  width: 125px;
}

.text-block-15 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.success-message {
  background-color: var(--transparent);
  text-align: center;
}

.text-block-16 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.lottie-animation {
  width: 400px;
  max-width: 100%;
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
}

.large-button {
  border: 3px solid var(--red);
  background-color: var(--red);
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 18px 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s;
}

.large-button:hover {
  background-color: var(--white);
  color: var(--red);
  text-decoration: none;
}

.large-button.w--current {
  background-color: var(--white);
  color: var(--black);
}

.center {
  text-align: center;
}

.image-7 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
}

.section-7 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-7.gray {
  background-color: var(--red);
  padding-left: 30px;
  padding-right: 30px;
}

.container-6 {
  color: var(--black);
  flex-flow: column;
  max-width: 1500px;
  display: block;
}

.image-8 {
  width: 100px;
}

.paragraph-4 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-6 {
  font-weight: 400;
}

.link-3, .link-4 {
  color: var(--black);
}

.container-8 {
  column-count: 2;
  column-rule-width: 0px;
  flex-flow: wrap;
  column-gap: 10px;
  width: 100%;
  max-width: 1500px;
  margin: 0 0 50px;
  display: block;
}

.gallery-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  margin-bottom: 10px;
  padding: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.photos-sub {
  color: var(--red);
  margin-top: -10px;
  font-family: Great Vibes, cursive;
  font-size: 45px;
}

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

.heading-4 {
  color: var(--black);
  font-family: Bitter, serif;
}

._404-button {
  background-color: var(--black);
  border-radius: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

._404-button:hover {
  background-color: var(--red);
  text-decoration: none;
}

._404-button.w--current {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-block-17 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.rich-text-block-2 {
  text-align: left;
  column-count: 2;
}

.paragraph-7 {
  text-align: left;
}

.rich-text-block-3 {
  text-align: center;
  column-count: 2;
}

.spicy {
  color: var(--red);
}

.spacer {
  height: 25px;
}

.byo-collumns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  column-count: 2;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.byo-collumns.three {
  column-count: 3;
}

.body {
  flex-flow: column;
  display: flex;
}

.thank-you {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 90px;
  display: flex;
}

.thank-you.inverted {
  background-color: var(--black);
  color: var(--white);
  padding-top: 60px;
}

.thank-you.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pop-out-button {
  z-index: 9999;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  mix-blend-mode: normal;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: -1px 2px 5px #0003;
}

.text-block-18 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.menu-pop-out-button {
  border: 3px solid var(--red);
  background-color: var(--red);
  border-radius: 5px;
  margin-top: 0;
  padding: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s;
}

.menu-pop-out-button:hover {
  background-color: var(--white);
  color: var(--red);
  text-decoration: none;
}

.menu-pop-out-button.w--current {
  background-color: var(--white);
  color: var(--black);
}

.section-8 {
  z-index: auto;
  position: sticky;
}

.form-container {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.form-50-percent {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.horizontal-buttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-buttons.top {
  justify-content: center;
  align-items: flex-start;
}

.nourishmental-buttons {
  background-color: var(--red);
  border-radius: 5px;
  align-self: center;
  margin-left: 0;
  padding: 10px 30px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  transition: all .2s;
}

.nourishmental-buttons:hover {
  background-color: var(--white);
  color: var(--black);
  text-decoration: none;
}

.nourishmental-buttons.inverted {
  border: 2px solid var(--red);
}

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

.how-it-works-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1500px;
  display: flex;
}

.paragraph-8 {
  font-size: 16px;
  line-height: 20px;
}

.feedback-slider {
  background-color: #f1f1f1;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.review-text {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.team-slider-arrow {
  justify-content: flex-start;
  align-items: center;
  display: none;
  overflow: hidden;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

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

.review-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.h2 {
  color: #ac99a3;
  font-family: Droid Serif, serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 45px;
}

.h2.center {
  color: #47503d;
  text-align: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
}

.team-slider-nav {
  margin-top: 0;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.review-block {
  background-color: #fff0;
  padding-bottom: 0;
}

.team-member-name-two {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.list {
  align-self: center;
  padding-left: 20px;
}

.nourishmental-logo {
  width: 250px;
}

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

.dollar-sign {
  color: var(--black);
  font-family: Bitter, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.nourishmental-price {
  color: var(--black);
  padding-right: 5px;
  font-family: Bitter, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.grid-two-blocks {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-block-19 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.paragraph {
  text-align: center;
}

.code-embed {
  align-self: center;
}

.image-10 {
  border-radius: 11px;
}

.section-10 {
  background-color: #000;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.section-10.white {
  background-color: #fff;
}

.content-container {
  z-index: 1000;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.quick-stack-3 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.meal-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.meal-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  display: block;
  position: static;
}

.meal-name {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.meal-name.ingredients {
  font-weight: 400;
}

.section-11 {
  background-color: #000;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.section-11.white {
  background-color: #fff;
}

.subscribe-button {
  border: 3px solid var(--red);
  background-color: var(--red);
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 18px 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s;
}

.subscribe-button:hover {
  background-color: var(--white);
  color: var(--red);
  text-decoration: none;
}

.subscribe-button.w--current {
  background-color: var(--white);
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .footer-light {
    column-count: auto;
    flex-flow: column;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .container {
    column-count: auto;
    flex-flow: column;
    max-width: 728px;
    display: block;
  }

  .footer-wrapper-two {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-block-two {
    overflow-wrap: normal;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .nav-menu {
    background-color: var(--gray);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button {
    display: none;
  }

  .large-photo-header {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .nav-link {
    color: var(--black);
    width: 100%;
    display: block;
  }

  .nav-link.w--current, .nav-link.contact {
    display: inline-flex;
  }

  .section-2 {
    flex-flow: wrap;
    display: flex;
  }

  .section-3 {
    padding: 50px;
  }

  .dropdown-list {
    position: relative;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-radius: 0;
  }

  .main-section {
    padding: 60px 20px;
  }

  .main-section.inverted {
    padding-bottom: 40px;
  }

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

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

  .section-nav {
    background-color: var(--dark-gray);
  }

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

  .section-7.gray {
    padding: 44px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .menu-button {
    background-color: var(--white);
    border-radius: 50px;
  }

  .menu-button.w--open {
    background-color: var(--red);
  }

  .thank-you {
    padding: 15px;
  }

  .thank-you.inverted {
    padding-bottom: 40px;
  }

  .nourishmental-buttons {
    display: none;
  }

  .grid-four-blocks {
    grid-template-columns: 1fr 1fr;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-7 {
    max-width: 728px;
  }

  .section-10.white, .section-11.white {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    column-count: auto;
  }

  .footer-wrapper-two {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: flex;
  }

  .footer-block-two {
    direction: ltr;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    flex-flow: column;
    width: 100%;
    font-weight: 400;
    display: flex;
  }

  .div-block-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 300px;
  }

  .div-block-3 {
    width: auto;
  }

  .section-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: wrap;
  }

  .div-block-5 {
    text-align: center;
  }

  .collumns.three {
    column-count: 2;
  }

  .section-nav {
    background-color: var(--dark-gray);
    flex-flow: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .container-8 {
    column-count: auto;
    flex-flow: column;
  }

  .gallery-image {
    width: auto;
  }

  .rich-text-block-2, .byo-collumns {
    column-count: auto;
  }

  .byo-collumns.three {
    column-count: 2;
  }

  .how-it-works-block {
    width: auto;
  }

  .feedback-slider {
    padding: 60px 15px;
  }

  .grid-two-blocks {
    grid-template-columns: 1fr;
  }

  .section-10 {
    padding: 40px 10px;
  }

  .section-10.white {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-11 {
    padding: 40px 10px;
  }

  .section-11.white {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .footer-light {
    column-count: auto;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .large-photo-header {
    padding: 10px;
  }

  .div-block {
    border-radius: 0;
  }

  .heading.red {
    white-space: normal;
    word-break: normal;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-2, .div-block-2.center {
    justify-content: center;
    align-items: center;
  }

  .section-3 {
    padding: 15px;
  }

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

  .copyright-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .main-section {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .collumns, .collumns.three {
    column-count: auto;
  }

  .image-5 {
    width: auto;
  }

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

  .section-nav {
    background-color: var(--dark-gray);
  }

  .section-7.gray {
    padding: 25px;
  }

  .byo-collumns, .byo-collumns.three {
    column-count: auto;
  }

  .thank-you {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .pop-out-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .horizontal-buttons.top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .grid-four-blocks {
    grid-template-columns: 1fr;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-7 {
    max-width: none;
  }

  .grid-three-blocks {
    grid-template-columns: 1fr;
  }

  .dollar-sign {
    font-size: 20px;
  }

  .nourishmental-price {
    font-size: 40px;
  }

  .content-container {
    max-width: none;
  }
}

#w-node-ae6f8747-c66e-ee7b-8551-2c5c5692e5fe-ab83e20c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-ae6f8747-c66e-ee7b-8551-2c5c5692e5fe-ab83e20c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


