@font-face {
  font-family: Ptsans;
  src: url('../fonts/PTSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ptsans;
  src: url('../fonts/PTSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ptsans;
  src: url('../fonts/PTSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk Variable;
  src: url('../fonts/CabinetGrotesk-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --grey: #474a45;
  --light-green: #e6fbcc;
  --green: #3f7b54;
  --white: white;
  --light-brown: #fff0de;
}

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

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

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

body {
  color: #333;
  font-family: Ptsans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--grey);
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.template-utility-hero-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Contact-Hero-Bg.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 230px;
  padding-bottom: 180px;
}

.main-container {
  width: 100%;
  max-width: 1290px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.template-utility-hero-container {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.template-uitility-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.spacing-classes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.light-green {
  background-color: var(--light-green);
  box-shadow: 0 0 20px #0000001a;
}

.section-spacing {
  z-index: 1;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.style-guide-para-wrapper {
  grid-row-gap: 30px;
  color: #4a4b66;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.text-color-classes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.style-guide-title {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  display: flex;
  position: sticky;
  top: 20px;
}

.h4 {
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.125rem;
}

.all-heading-container {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 30px;
  display: flex;
}

.font-color-grey {
  color: var(--grey);
}

.style-guide-block {
  background-color: #fff;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px #00000008;
}

.style-guide-block.vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
}

.h6 {
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.font-color-white {
  color: #fff;
}

.all-paragraph-container {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.paragraph-big {
  font-family: Ptsans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.1875rem;
}

.h2 {
  letter-spacing: -.03rem;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.375rem;
}

.buttons-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.h3 {
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.9375rem;
}

.h1 {
  letter-spacing: -.038rem;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 4.625rem;
  font-weight: 900;
  line-height: 5.375rem;
}

.h5 {
  letter-spacing: -.013rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 3.125rem;
}

.font-color-black {
  color: var(--black);
}

.color-palette-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

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

.grey-800 {
  background-color: var(--grey);
}

.bg-light-green {
  background-color: #eefff3;
}

.paragraph {
  font-family: Ptsans, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.licence-link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.license-paragraph-container {
  color: #454159;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.license-link {
  color: var(--green);
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
}

.license-link.v2 {
  color: var(--black);
  border-bottom-style: none;
  font-weight: 700;
}

.license-block-title {
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  padding-bottom: 6px;
  display: flex;
  position: static;
  top: 20px;
}

.style-guide-blocks-container {
  grid-row-gap: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.template-para-wrapper {
  color: var(--grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.display {
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 5.625rem;
  font-weight: 900;
  line-height: 6.375rem;
}

.green {
  background-color: var(--green);
}

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

.button-text {
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.text-color-white {
  color: #fff;
}

.text-block {
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.menu-icon {
  width: 39px;
  height: 39px;
}

.desktop-nav {
  z-index: 10;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.navbar {
  background-color: #0000;
}

.desktop-nav-close-trigger {
  cursor: pointer;
  position: absolute;
  inset: 30px 50px auto auto;
}

.font-color-light-green {
  color: var(--light-green);
}

.shadow-1 {
  box-shadow: 0 -6px 40px 6px #00000012;
}

.accordion-block {
  cursor: pointer;
  padding: 0;
}

.testimonial-slide {
  padding-bottom: 60px;
}

.home-hero-section {
  background-color: var(--light-green);
  background-image: linear-gradient(#f7f7f700 46%, #000 100%, #fff), url('../images/photo_pastaevino_02-copy.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  margin-top: -99px;
  padding-top: 330px;
  padding-bottom: 260px;
  position: relative;
}

.home-hero-container {
  width: 100%;
  height: 100%;
}

.home-hero-text-wrapper {
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.secondary-btn {
  grid-column-gap: 12.5px;
  background-color: var(--light-green);
  color: var(--green);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 37px;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  transition: all .3s ease-in-out;
  display: flex;
}

.secondary-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.secondary-btn.small {
  letter-spacing: .1rem;
  padding: 5px 17px;
  font-size: 1rem;
}

.secondary-btn.white-hover-effect {
  margin-top: 41px;
}

.secondary-btn.white-hover-effect:hover {
  background-color: var(--white);
  color: var(--black);
}

.hero-btn-wrapper {
  margin-top: 35px;
}

.btn-icon {
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  display: flex;
}

.hero-heading-wrapper {
  max-width: 830px;
}

.hero-para-wrapper {
  max-width: 575px;
}

.our-success-section {
  background-image: url('../images/Our-story-bg_1Our story bg.webp');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 125px;
  padding-bottom: 265px;
}

.our-story-container {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.our-story-text-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 595px;
  display: flex;
}

.primary-btn {
  grid-column-gap: 12.5px;
  background-color: var(--green);
  color: var(--light-green);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 37px;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  display: flex;
}

.primary-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.primary-btn.small {
  letter-spacing: .1rem;
  padding: 5px 17px;
  font-size: 1rem;
  line-height: 1.875rem;
}

.story-btn-wrapper {
  margin-top: 10px;
}

.our-story-image {
  object-fit: cover;
  border-radius: 20px;
  width: 420px;
  height: 280px;
}

.our-story-blocks-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  max-width: 420px;
  display: flex;
}

.our-story-links-wrapper {
  grid-row-gap: 12px;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  padding: 40px 56px;
  display: flex;
}

.our-story-links-title {
  margin-bottom: 8px;
}

.our-story-link-block {
  grid-column-gap: 20px;
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.our-story-link-icon {
  object-fit: contain;
  width: 20px;
  height: 20px;
  margin-top: 8px;
}

.best-deal-section {
  padding-top: 50px;
  padding-bottom: 160px;
  overflow: hidden;
}

.best-deal-section.v2 {
  background-color: var(--light-brown);
  padding-top: 160px;
}

.best-deal-container {
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.deal-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 70px;
}

.deal-slider-mask {
  width: 580px;
  height: 375px;
  overflow: visible;
}

.deal-slide {
  width: 100%;
  height: 100%;
  margin-right: 70px;
}

.deal-slide-content-wrapper {
  grid-row-gap: 8px;
  background-image: url('../images/deal-card-bg-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 65px;
  display: flex;
}

.deal-slide-content-wrapper.slide-2 {
  background-image: url('../images/deal-card-bg-2.png');
}

.hide-element {
  display: none;
}

.deal-button {
  margin-top: 24px;
}

.deal-para-wrapper {
  max-width: 310px;
}

.deal-slider-nav {
  justify-content: center;
  align-items: flex-start;
  height: 20px;
  padding-top: 0;
  font-size: 11px;
  line-height: 11px;
  display: flex;
}

.dishes-section {
  background-color: var(--light-brown);
  padding-top: 160px;
  padding-bottom: 160px;
}

.dishes-container {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dishes-tab {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.dishes-tab-menu {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.dishes-tab-link {
  opacity: .6;
  background-color: #0000;
  padding: 0;
  font-size: .8125rem;
  font-weight: 700;
}

.dishes-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.dishes-tab-content {
  width: 100%;
}

.dishes-tab-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dish-block {
  grid-column-gap: 30px;
  background-color: var(--white);
  border-radius: 20px;
  padding: 42px 32px;
  display: flex;
}

.dish-image {
  object-fit: contain;
  border-radius: 50%;
  width: 108px;
  height: 108px;
}

.dish-block-text {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.small-paragraph {
  font-family: Ptsans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.dishes-btn {
  margin-top: 40px;
}

.meet-chef-section {
  background-image: url('../images/Meet-chef-image_1Meet chef image.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 235px;
  padding-bottom: 235px;
}

.meet-chef-container {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.meet-chef-text-wrapper {
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 30px;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  padding: 70px 55px;
  display: flex;
}

.meet-chef-images-wrapper {
  grid-column-gap: 0px;
  align-items: center;
  display: flex;
}

.meet-checf-image-wrapper {
  flex: none;
  margin-right: -13px;
}

.meet-checf-image {
  border: 4px solid var(--white);
  object-fit: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.meet-chef-btn-wrapper {
  grid-column-gap: 43px;
  justify-content: flex-start;
  margin-top: 24px;
  display: flex;
}

.why-choose-section {
  background-color: var(--light-green);
  padding-top: 160px;
  padding-bottom: 160px;
}

.why-choose-container {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-choose-blocks-wrapper {
  grid-column-gap: 85px;
  margin-top: 40px;
  display: flex;
}

.why-choose-block {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 245px;
  display: flex;
}

.why-choose-block-icon {
  object-fit: contain;
  width: 169px;
  height: 169px;
  margin-bottom: 26px;
}

.moments-section {
  background-color: var(--grey);
  padding-top: 160px;
}

.moments-container {
  grid-column-gap: 100px;
  display: flex;
}

.moments-images-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  padding-bottom: 160px;
  display: flex;
}

.moments-text-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  max-width: 555px;
  display: flex;
  position: sticky;
  top: 100px;
}

.moments-image {
  object-fit: cover;
  border-radius: 20px;
  width: 420px;
  height: 330px;
}

.points-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.point {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.checkmark {
  width: 20px;
  height: 20px;
}

.moments-text {
  padding-bottom: 440px;
  position: relative;
}

.stats-section {
  background-color: var(--light-green);
  padding-top: 160px;
  padding-bottom: 160px;
}

.stats-blocks-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.stats-block {
  grid-row-gap: 13px;
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.stat-number {
  justify-content: center;
  align-items: center;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 4.375rem;
  display: flex;
}

.moment-absolute-image-wrapper {
  position: absolute;
  inset: auto 0% -110px auto;
}

.moment-absolute-image {
  object-fit: contain;
  width: 435px;
  height: 435px;
}

.offer-section {
  padding-top: 85px;
  padding-bottom: 160px;
  overflow: hidden;
}

.offer-container {
  grid-column-gap: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.offer-images-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 475px;
  display: grid;
  position: relative;
}

.offer-image {
  border-radius: 20px;
  width: 100%;
}

.offer-decorative {
  z-index: -1;
  object-fit: contain;
  width: 180px;
  height: 170px;
  position: absolute;
  top: -79px;
  left: -55px;
}

.offer-text-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 475px;
  display: flex;
}

.subscribe-form-wrapper {
  max-width: 365px;
  margin-top: 30px;
  margin-bottom: 0;
}

.subscribe-form {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.subscribe-form-input-field {
  border: 2px solid var(--black);
  color: var(--black);
  background-image: url('../images/Mail-Icon.svg');
  background-position: 17px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 47px;
  font-family: Ptsans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.subscribe-form-input-field:focus {
  border-color: var(--green);
}

.subscribe-form-input-field::placeholder {
  color: var(--black);
}

.testimonial-section {
  background-color: var(--light-green);
  background-image: url('../images/Testimonial-Decorative.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1920px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-content-wrapper {
  grid-row-gap: 40px;
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rating-stars {
  width: 129px;
  height: 23px;
}

.reviewer-details-wrapper {
  z-index: 1;
  grid-column-gap: 25px;
  border: 2px solid var(--black);
  background-color: var(--white);
  text-align: left;
  border-radius: 20px;
  align-items: center;
  padding: 18px 22px;
  display: flex;
  position: relative;
}

.reviewer-details-wrapper._1st {
  z-index: 3;
  margin-bottom: -103px;
  position: relative;
}

.reviewer-details-wrapper._1st.active {
  background-color: var(--light-brown);
}

.reviewer-details-wrapper._2nd {
  z-index: 2;
  margin-bottom: -103px;
  position: relative;
}

.reviewer-image-wrapper {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.reviewer-image-wrapper.small {
  width: 73px;
  height: 73px;
}

.reviewer-details-text {
  color: var(--black);
}

.reviewer-blocks-wrapper {
  margin-top: 10px;
}

.testimonial-slider-nav {
  justify-content: center;
  align-items: flex-start;
  height: 20px;
  padding-top: 0;
  font-size: 11px;
  line-height: 11px;
  display: flex;
}

.reserved-section {
  background-image: url('../images/Reserved-Bg_1Reserved Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 375px;
}

.reserved-text-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 530px;
  display: flex;
}

.reserved-links-wrapper {
  grid-column-gap: 30px;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.link-block {
  grid-column-gap: 10px;
  color: var(--light-green);
  align-items: center;
  display: flex;
}

.link-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation {
  letter-spacing: .1rem;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.navigation.font-color-white {
  color: #000;
  margin-top: 14px;
  padding-top: 2px;
}

.footer-section {
  background-color: var(--green);
  color: var(--light-green);
  padding-top: 95px;
  padding-bottom: 30px;
}

.footer-column {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: var(--light-green);
  letter-spacing: .00875rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--white);
  transform: translate(10px);
}

.footer-bottom {
  color: #ededed;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.footer-title {
  margin-bottom: 20px;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.footer-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: -37px;
  margin-bottom: -52px;
  display: flex;
}

.social-links-wrapper {
  grid-column-gap: 22px;
  display: flex;
}

.footer-divider {
  background-color: #e6fbcc40;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 30px;
}

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

.footer-columns-wrapper {
  grid-column-gap: 33px;
  display: flex;
}

.footer-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.social-embed {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.social-link {
  color: var(--light-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.social-link:hover {
  color: var(--white);
  -webkit-text-stroke-color: #05b9de;
}

.footer-btn-wrapper {
  margin-top: 12px;
}

.about-hero-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-hero-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 480px;
}

.about-us-section {
  background-color: var(--light-green);
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.about-us-container {
  grid-column-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-us-image {
  object-fit: contain;
  width: 540px;
}

.about-us-text-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.about-text-images-blocks-wrapper {
  grid-column-gap: 45px;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
}

.about-text-image-block {
  object-fit: cover;
  border-radius: 20px;
  width: 275px;
  height: 210px;
}

.about-text-image {
  object-fit: cover;
}

.story-section {
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.story-container {
  grid-column-gap: 110px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.story-wrapper {
  grid-row-gap: 90px;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.story-heading-text-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.story-image {
  object-fit: cover;
  border-radius: 20px;
  width: 520px;
  height: 460px;
}

.founder-quote-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.upper-heading {
  letter-spacing: .14rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.founder-text-wrapper {
  grid-column-gap: 18px;
  color: var(--black);
  align-items: center;
  display: flex;
}

.line {
  background-color: var(--black);
  width: 17px;
  height: 2px;
}

.font-color-green {
  color: var(--green);
}

.values-section {
  background-color: var(--light-brown);
  padding-top: 160px;
  padding-bottom: 160px;
}

.values-container {
  grid-column-gap: 130px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.values-image {
  object-fit: contain;
  width: 575px;
  height: 585px;
}

.our-values-text-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 530px;
  display: flex;
}

.accordion-row {
  grid-column-gap: 10px;
  color: #1b2a40;
  border-bottom: 1px solid #0000001f;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 21px;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.accordion-space {
  width: 100%;
  height: 28px;
}

.accordion-para-wrapper {
  text-align: left;
  overflow: hidden;
}

.approach-accordion-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.accordion-row-title {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.experience-section {
  background-image: url('../images/pasta_e_vino_photo_vino2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: -107px;
  padding-top: 160px;
  padding-bottom: 450px;
}

.experience-container {
  justify-content: flex-end;
  display: flex;
}

.experience-text-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 660px;
  display: flex;
}

.experience-btn {
  margin-top: 30px;
}

.chef-section {
  background-color: var(--light-green);
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.chef-container {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.chef-blocks-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  border-radius: 0;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.chef-block {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.chef-block.v2 {
  background-color: var(--light-green);
}

.chef-image-wrapper {
  object-fit: cover;
  width: 100%;
}

.chef-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.chef-text {
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -21.5px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.chef-social-link {
  background-color: var(--white);
  color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-bottom: 14px;
  display: flex;
}

.chef-social-link.v2 {
  background-color: var(--light-green);
}

.chef-social-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.chef-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-bottom: 0;
}

.chef-slider-mask {
  width: 285px;
  height: auto;
  overflow: visible;
}

.chef-slide {
  width: 100%;
  height: auto;
  margin-right: 30px;
}

.chef-slide-nav {
  font-size: 11px;
  line-height: 16px;
  display: none;
}

.our-chef-hero-section {
  text-align: center;
  background-image: url('../images/Chef-Hero-Section_1Chef Hero Section.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 310px;
  padding-bottom: 265px;
}

.our-chef-hero-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.chef-about-section {
  background-color: var(--light-green);
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.chef-about-container {
  grid-column-gap: 110px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chef-about-image-wrapper {
  z-index: 1;
  position: relative;
}

.chef-about-image {
  width: 520px;
  height: 555px;
}

.chef-about-image-decorative {
  z-index: -1;
  position: absolute;
  inset: -50px -65px auto auto;
}

.chef-about-text-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.chef-about-links-wrapper {
  grid-column-gap: 30px;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.chef-about-heading {
  max-width: 500px;
}

.chef-listing-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.chef-listing-container {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chef-cta-section {
  background-image: url('../images/Chef-CTA-Bg_1Chef CTA Bg.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 255px;
  padding-bottom: 255px;
}

.chef-cta-container {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.maestros-section {
  background-color: var(--light-brown);
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.maestros-container {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.maestros-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 0;
}

.maestros-slider-mask {
  width: 596px;
  height: 352px;
  overflow: visible;
}

.maestros-slide {
  width: 100%;
  height: 100%;
  margin-right: 35px;
}

.maestros-slide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 8px;
  border: 2px solid var(--black);
  background-color: var(--white);
  border-radius: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px 40px 55px 45px;
  display: flex;
}

.maestros-image {
  object-fit: cover;
  border-radius: 50%;
  width: 108px;
  height: 108px;
}

.maestros-slide-text-wrapper {
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.maestros-reviewer-details {
  color: var(--grey);
}

.maestros-slider-nav {
  justify-content: flex-start;
  align-items: flex-start;
  height: 20px;
  padding-top: 0;
  font-size: 11px;
  line-height: 11px;
  display: flex;
  inset: -100px 0% auto auto;
}

.menu-hero-section {
  text-align: center;
  background-image: url('../images/Menu-Hero-bg_1Menu Hero bg.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 310px;
  padding-bottom: 265px;
}

.menu-hero-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-video-section {
  background-image: url('../images/Menu-Video-Bg_1Menu Video Bg.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 210px;
  padding-bottom: 210px;
}

.menu-video-container {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-lighbox {
  border: 4px solid var(--white);
  color: var(--white);
  background-color: #00000052;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  transition: all .3s;
  display: flex;
}

.menu-lighbox:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--light-green);
}

.play-icon {
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: flex;
}

.brochure-section {
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.brochure-container {
  grid-column-gap: 95px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brochure-text-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 460px;
  display: flex;
}

.brochure-image {
  object-fit: cover;
  border-radius: 20px;
  width: 545px;
  height: 410px;
}

.brochure-btn {
  margin-top: 30px;
}

.review-section {
  background-color: var(--light-green);
  background-image: url('../images/Review-Bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 160px;
  padding-bottom: 160px;
}

.review-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 60px;
}

.review-slider-mask {
  height: auto;
}

.review-slide-content-wrapper {
  grid-row-gap: 40px;
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviewer-slider-nav {
  justify-content: center;
  align-items: flex-start;
  height: 20px;
  padding-top: 0;
  font-size: 11px;
  line-height: 11px;
  display: flex;
  inset: auto 0% 0%;
}

.private-dining-section {
  background-image: url('../images/Private-Dinin-Bg_1Private Dinin Bg.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 375px;
}

.private-dining-container {
  justify-content: flex-end;
  display: flex;
}

.private-dining-text-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 485px;
  display: flex;
}

.private-dining-wrapper {
  grid-column-gap: 30px;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.menu-section {
  background-color: var(--light-green);
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.menu-container {
  grid-row-gap: 70px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.menu-heading-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 430px;
  display: flex;
}

.menu-tab {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-tab-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  padding-bottom: 0;
  display: flex;
}

.menu-tab-link {
  opacity: .6;
  color: var(--black);
  background-color: #0000;
  border-bottom: 1.5px solid #0000001f;
  padding: 0 30px 22px;
  font-size: .8125rem;
  font-weight: 700;
}

.menu-tab-link.w--current {
  border-bottom-color: var(--black);
  opacity: 1;
  background-color: #0000;
}

.menu-tab-content {
  width: 100%;
  overflow: visible;
}

.menu-tab-blocks-wrapper {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.menu-tab-block {
  grid-column-gap: 57px;
  background-color: var(--white);
  border-radius: 20px;
  align-items: center;
  padding: 30px;
  display: flex;
}

.menu-tab-block-image {
  object-fit: contain;
  border-radius: 50%;
  width: 93px;
  height: 93px;
}

.menu-tab-block-text {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.menu-tab-content-wrapper {
  grid-column-gap: 125px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.menu-tab-details-wrappper {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  max-width: 430px;
  display: flex;
}

.menu-tab-details-image-wrapper {
  z-index: 1;
  margin-top: 50px;
  position: relative;
}

.menu-tab-details-image {
  width: 430px;
  height: 375px;
}

.menu-tab-details-image-decorative {
  z-index: -2;
  width: 131px;
  height: 128px;
  margin-top: -22px;
  margin-left: -66px;
  position: absolute;
  inset: auto auto -90px 0%;
}

.menu-price-wrapper {
  flex: none;
}

.menu-tab-block-left {
  grid-column-gap: 23px;
  display: flex;
}

.contact-hero-section {
  background-image: url('../images/Contact-Hero-Bg.png');
  background-position: 50%;
  background-size: cover;
  height: 660px;
}

.contact-form-section {
  background-color: var(--light-green);
  padding-bottom: 140px;
}

.contact-form-container {
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.contact-form-wrapper {
  background-color: var(--white);
  box-shadow: 0 10px 0 0 var(--green);
  background-image: url('../images/Menu-Tab-Details-Image-Decorative.svg');
  background-position: 942px -32px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  min-height: 830px;
  margin-top: -378px;
  margin-bottom: 0;
  padding: 100px 100px 110px;
}

.contact-form {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-form-fields-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.contact-input-field {
  border: 1.5px solid var(--light-brown);
  background-color: var(--light-brown);
  color: var(--black);
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 18px;
  font-family: Ptsans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.contact-input-field:focus {
  border-color: var(--grey);
}

.contact-input-field::placeholder {
  color: var(--grey);
}

.note-field {
  border: 1.5px solid var(--light-brown);
  background-color: var(--light-brown);
  color: var(--black);
  border-radius: 8px;
  min-height: 230px;
  margin-bottom: 0;
  padding: 10px 18px;
  font-family: Ptsans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.note-field:focus {
  border-color: var(--grey);
}

.note-field::placeholder {
  color: var(--grey);
}

.contact-form-submit-button-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-top: 34px;
  display: flex;
}

.checkbox-field {
  grid-column-gap: 16px;
  color: var(--grey);
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.125rem;
  line-height: 1.875rem;
  display: flex;
}

.checkbox {
  border-width: 1.5px;
  border-color: var(--grey);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 0 0 -16px;
}

.checkbox.w--redirected-checked {
  background-color: var(--black);
  background-image: url('../images/Checkmark.svg');
  border-style: none;
  border-radius: 50%;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.contact-links-wrapper {
  grid-column-gap: 185px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-links-title {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 340px;
  display: flex;
  position: relative;
}

.contact-link-blocks-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.contact-link-block-title {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.contact-arrow {
  margin-top: 30px;
  margin-right: -120px;
}

.menu-animation {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo {
  object-fit: contain;
  width: 120px;
  height: 44px;
}

.nav-logo-mobile {
  width: 150px;
  height: 45px;
  display: none;
}

.nav-logo-white {
  width: 101px;
  height: 46px;
}

.bottom-line {
  transform-origin: 0 100%;
  background-color: #fff;
  width: 28px;
  height: 2px;
}

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

.menu-button {
  width: 32px;
  height: 22px;
  padding: 0;
}

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

.nav-buttons-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.top-line {
  transform-origin: 0 0;
  background-color: #fff;
  width: 32px;
  height: 2px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.nav-links-wrapper {
  grid-column-gap: 45px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay {
  display: none;
}

.middle-line {
  background-color: #fff;
  width: 27px;
  height: 2px;
  margin-top: 8.4px;
  margin-bottom: 8.4px;
}

.nav-menu-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 40px;
  display: flex;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.absolute-div {
  background-color: #ffffff69;
  flex-direction: column;
  padding-bottom: 14px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--green);
  letter-spacing: .1rem;
  padding: 0;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--light-green);
}

.outlined-btn {
  grid-column-gap: 12.5px;
  border: 2px solid var(--light-green);
  color: var(--light-green);
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  transition: all .3s;
  display: flex;
}

.outlined-btn:hover {
  background-color: var(--light-green);
  color: var(--green);
}

.divider {
  background-color: var(--white);
  opacity: .24;
  width: 100%;
  height: 1px;
  margin-top: 22px;
  margin-bottom: 37px;
}

.header {
  background-color: #ffffff75;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  margin: 15px auto 16px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.header-left-div {
  padding-top: 22px;
}

.header-right-div {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.vertical-divider {
  background-color: var(--white);
  width: 1.5px;
  height: 20px;
}

.footer-logo {
  width: 150px;
  height: auto;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  padding-top: 420px;
  padding-bottom: 375px;
}

.contact-links-title-span {
  display: block;
}

.image {
  opacity: 0;
  display: none;
}

.image-2 {
  margin-top: 14px;
  margin-bottom: 15px;
}

.image-3 {
  margin-top: 7px;
}

.image-4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.container {
  padding-top: 40px;
}

.navbar-2 {
  margin-top: 0;
  padding-bottom: 22px;
  padding-left: 0;
  padding-right: 0;
}

.navbar-3 {
  z-index: 99999;
  background-color: #0000007a;
  border: 1px solid #0000;
  margin-top: -38px;
  padding-top: 12px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.container-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-new {
  color: #91c780;
  letter-spacing: .1rem;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.nav-link-new:hover {
  color: #fff;
  font-weight: 700;
}

.nav-button {
  background-color: var(--light-green);
  color: #1c5519;
  text-align: center;
  border: 1px solid #fff0;
  border-radius: 10px;
  width: 150px;
  margin-top: 13px;
  margin-left: 14px;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.nav-button:hover {
  background-color: var(--grey);
  color: #fff;
  border-width: 0 2px 2px;
}

.text-block-2 {
  color: #fff;
  text-align: right;
  letter-spacing: .1rem;
  border-top: 0 solid #fff;
  margin-top: -5px;
  padding-top: 10px;
  padding-right: 0;
  font-weight: 700;
}

.bold-text {
  font-family: Cabinetgrotesk Variable, sans-serif;
}

@media screen and (min-width: 1280px) {
  .our-story-container {
    grid-column-gap: 215px;
  }
}

@media screen and (min-width: 1440px) {
  .home-hero-section {
    margin-top: -177px;
  }

  .secondary-btn.white-hover-effect {
    margin-top: 43px;
  }

  .story-image {
    display: inline-block;
  }

  .absolute-div {
    z-index: 99999999;
    position: sticky;
    inset: 0% 0% auto;
  }

  .header {
    background-color: #ffffff54;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media screen and (max-width: 991px) {
  .main-container {
    max-width: 700px;
  }

  .spacing-classes {
    width: 65%;
  }

  .section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-color-classes {
    width: 65%;
  }

  .style-guide-title {
    justify-content: flex-start;
    margin-bottom: 20px;
    position: static;
  }

  .all-heading-container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 65%;
  }

  .style-guide-block {
    grid-column-gap: 20px;
    color: #191148;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .all-paragraph-container {
    width: auto;
  }

  .buttons-container, .color-palette-container {
    width: 65%;
  }

  .license-block-title {
    justify-content: flex-start;
    width: auto;
  }

  .style-guide-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .display {
    font-size: 5.3rem;
    line-height: 6rem;
  }

  .desktop-nav {
    display: none;
  }

  .home-hero-section {
    margin-top: -125px;
    padding-top: 190px;
    padding-bottom: 125px;
  }

  .our-success-section {
    background-color: var(--light-green);
    background-image: none;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .our-story-container {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .our-story-text-wrapper {
    width: 100%;
    max-width: none;
  }

  .our-story-image {
    width: 100%;
  }

  .our-story-blocks-wrapper {
    grid-row-gap: 45px;
    width: 100%;
    max-width: none;
  }

  .best-deal-section, .best-deal-section.v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .deal-slide {
    margin-right: 60px;
  }

  .dishes-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .dishes-tab-menu {
    grid-column-gap: 0px;
    justify-content: space-between;
    width: 100%;
    overflow: auto;
  }

  .dishes-tab-content-wrapper {
    grid-template-columns: 1fr;
  }

  .dish-block {
    padding: 25px;
  }

  .dishes-btn {
    margin-top: 20px;
  }

  .meet-chef-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .meet-chef-text-wrapper {
    max-width: none;
    padding: 60px;
  }

  .why-choose-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .why-choose-blocks-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .why-choose-block {
    grid-row-gap: 10px;
  }

  .why-choose-block-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }

  .moments-section {
    padding-top: 100px;
  }

  .moments-container {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 430px;
    position: relative;
  }

  .moments-images-wrapper {
    grid-row-gap: 40px;
    width: 100%;
    padding-bottom: 0;
  }

  .moments-text-wrapper {
    grid-row-gap: 10px;
    max-width: none;
    position: static;
  }

  .moments-image {
    width: 100%;
  }

  .points-wrapper {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .moments-text {
    order: -1;
    padding-bottom: 0;
    position: static;
  }

  .stats-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .stats-blocks-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .stats-block {
    justify-content: flex-start;
    max-width: 45%;
  }

  .moment-absolute-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    left: auto;
    right: auto;
  }

  .offer-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .offer-container {
    grid-row-gap: 120px;
    flex-direction: column;
  }

  .offer-images-wrapper {
    max-width: none;
  }

  .offer-text-wrapper {
    order: -1;
    max-width: none;
  }

  .subscribe-form-wrapper {
    max-width: none;
  }

  .subscribe-form {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .reserved-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Reserved-Bg_1Reserved Bg.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .reserved-text-wrapper {
    max-width: none;
  }

  .footer-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-block {
    width: 45%;
  }

  .footer-block.full-width {
    width: 100%;
  }

  .about-us-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-us-container {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .about-us-image-wrapper, .about-us-image {
    width: 100%;
  }

  .about-us-text-wrapper {
    grid-row-gap: 10px;
    order: -1;
    max-width: none;
  }

  .about-text-images-blocks-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .story-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .story-container {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .story-wrapper {
    grid-row-gap: 60px;
    max-width: none;
  }

  .story-heading-text-wrapper {
    grid-row-gap: 10px;
  }

  .story-image {
    width: 100%;
    height: 450px;
  }

  .founder-quote-wrapper {
    grid-row-gap: 10px;
  }

  .values-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .values-container {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .values-image-wrapper {
    width: 100%;
  }

  .values-image {
    width: 100%;
    height: 450px;
  }

  .our-values-text-wrapper {
    grid-row-gap: 10px;
    order: -1;
    max-width: none;
  }

  .accordion-para-wrapper {
    padding-right: 20px;
  }

  .approach-accordion-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .experience-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Experience-Bg_1Experience Bg.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .experience-text-wrapper {
    grid-row-gap: 10px;
  }

  .chef-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .chef-container {
    grid-row-gap: 10px;
  }

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

  .chef-slider {
    margin-top: 50px;
    padding-bottom: 60px;
  }

  .chef-slide-nav {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .our-chef-hero-section {
    padding-top: 240px;
    padding-bottom: 150px;
  }

  .chef-about-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .chef-about-container {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .chef-about-image-wrapper {
    width: 100%;
  }

  .chef-about-image {
    width: 100%;
    height: auto;
  }

  .chef-about-text-wrapper {
    order: -1;
    max-width: none;
  }

  .chef-listing-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .chef-listing-container {
    grid-row-gap: 10px;
  }

  .chef-cta-section, .maestros-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .menu-hero-section {
    padding-top: 240px;
    padding-bottom: 150px;
  }

  .menu-video-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Menu-Video-Bg_1Menu Video Bg.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brochure-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brochure-container {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .brochure-text-wrapper {
    max-width: none;
  }

  .brochure-image-wrapper, .brochure-image {
    width: 100%;
  }

  .review-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .private-dining-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Private-Dinin-Bg_1Private Dinin Bg.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .private-dining-container {
    justify-content: flex-start;
  }

  .private-dining-text-wrapper {
    grid-row-gap: 20px;
    max-width: none;
  }

  .private-dining-wrapper {
    margin-top: 30px;
  }

  .menu-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .menu-tab-menu {
    grid-column-gap: 0px;
    border-bottom-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .menu-tab-link {
    border-bottom-color: #0000001f;
    flex: none;
    margin-bottom: 0;
    padding-left: 28px;
    padding-right: 28px;
  }

  .menu-tab-blocks-wrapper {
    grid-row-gap: 30px;
  }

  .menu-tab-content-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .menu-tab-details-wrappper {
    grid-row-gap: 10px;
    max-width: none;
  }

  .menu-tab-details-image-wrapper {
    width: 100%;
  }

  .menu-tab-details-image {
    width: 100%;
    height: auto;
  }

  .contact-hero-section {
    height: 500px;
  }

  .contact-form-section {
    padding-bottom: 100px;
  }

  .contact-form-wrapper {
    margin-top: -300px;
    padding: 40px;
  }

  .contact-form-fields-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .contact-links-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .contact-links-title {
    max-width: none;
  }

  .contact-arrow {
    margin-top: -40px;
    display: none;
    position: absolute;
    inset: 90px -20px auto auto;
    transform: rotate(180deg);
  }

  .menu-animation {
    grid-row-gap: 8px;
    width: 30px;
    height: 30px;
    display: none;
  }

  .nav-logo-mobile {
    width: auto;
    height: 45px;
    display: block;
  }

  .menu-icon-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .nav-logo-white {
    display: none;
  }

  .bottom-line {
    background-color: #20225b;
    flex: none;
    width: 100%;
    height: auto;
    padding-top: 1.5px;
  }

  .brand {
    align-items: center;
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .menu-button {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .nav-buttons-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    margin-top: auto;
  }

  .top-line {
    background-color: #20225b;
    flex: none;
    width: 100%;
    height: auto;
    padding-top: 1.5px;
  }

  .nav-container {
    z-index: 9999999;
    align-items: center;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: sticky;
    top: 0;
  }

  .nav-links-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .overlay {
    z-index: 1;
    background-color: #000000b3;
    width: 100%;
    height: 100vh;
    padding: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-logo-wrapper {
    display: block;
  }

  .middle-line {
    background-color: #20225b;
    flex: none;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.5px;
  }

  .nav-menu-wrapper {
    z-index: 1;
    grid-row-gap: 180px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    position: relative;
    overflow: auto;
  }

  .nav-menu {
    z-index: 280;
    background-color: var(--light-brown);
    background-image: url('../images/Moment-Dish_1Moment Dish.webp'), url('../images/Offer-Decorative_1Offer Decorative.webp');
    background-position: 150% 118%, 110% 87%;
    background-repeat: no-repeat, no-repeat;
    background-size: 60%, 30%;
    width: 60%;
    height: 100vh;
    max-height: 100vh;
    padding: 60px;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .absolute-div {
    z-index: 9999999;
    background-color: #4646466b;
    position: sticky;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .divider {
    order: 1;
    margin-top: 0;
    margin-bottom: 0;
  }

  .header {
    display: none;
  }

  .background-video {
    padding-top: 240px;
    padding-bottom: 150px;
  }

  .contact-links-title-span {
    display: inline;
  }

  .image {
    opacity: 100;
    display: inline-flex;
  }

  .image-3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .navbar-3 {
    position: sticky;
  }

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

  .nav-button {
    float: left;
    margin-bottom: 31px;
    margin-left: 34px;
    margin-right: auto;
  }

  .nav-menu-2 {
    background-color: #3b3b3b;
  }
}

@media screen and (max-width: 767px) {
  .template-utility-hero-section {
    padding-top: 160px;
    padding-bottom: 90px;
  }

  .spacing-classes {
    width: 100%;
  }

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

  .text-color-classes {
    width: 100%;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .all-heading-container {
    width: 100%;
  }

  .style-guide-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }

  .all-paragraph-container {
    width: 100%;
  }

  .h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .buttons-container {
    width: 100%;
  }

  .h3 {
    font-size: 1.75rem;
    line-height: 2.875rem;
  }

  .h1 {
    font-size: 3rem;
    line-height: 3.9rem;
  }

  .h5 {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .color-palette-container {
    width: 100%;
  }

  .paragraph {
    line-height: 2.1rem;
  }

  .licence-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .license-paragraph-container {
    width: 100%;
  }

  .license-block-title {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .display {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }

  .menu-icon {
    width: 35px;
    height: 35px;
  }

  .home-hero-section {
    padding-top: 155px;
    padding-bottom: 110px;
  }

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

  .our-story-container {
    grid-row-gap: 45px;
  }

  .our-story-text-wrapper {
    grid-row-gap: 10px;
  }

  .story-btn-wrapper {
    margin-top: 20px;
  }

  .our-story-blocks-wrapper {
    grid-row-gap: 30px;
  }

  .our-story-links-wrapper {
    padding: 30px;
  }

  .best-deal-section, .best-deal-section.v2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .best-deal-container {
    grid-row-gap: 45px;
  }

  .deal-slider {
    padding-bottom: 50px;
  }

  .deal-slider-mask {
    width: 100%;
    height: auto;
  }

  .deal-slide-content-wrapper {
    padding: 40px;
  }

  .deal-para-wrapper {
    max-width: 70%;
  }

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

  .dishes-tab-menu {
    margin-bottom: 50px;
    overflow: visible;
  }

  .dishes-tab-link {
    text-align: center;
  }

  .dishes-tab-content-wrapper {
    grid-row-gap: 30px;
  }

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

  .meet-chef-text-wrapper {
    padding: 40px;
  }

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

  .why-choose-container {
    grid-row-gap: 10px;
  }

  .why-choose-blocks-wrapper {
    grid-row-gap: 45px;
    margin-top: 30px;
  }

  .why-choose-block {
    grid-row-gap: 5px;
  }

  .why-choose-block-icon {
    margin-bottom: 15px;
  }

  .moments-section {
    padding-top: 90px;
  }

  .moments-container {
    padding-bottom: 280px;
  }

  .moments-image {
    height: 250px;
  }

  .points-wrapper {
    grid-row-gap: 15px;
  }

  .point {
    grid-column-gap: 15px;
  }

  .stats-blocks-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 45px;
  }

  .stats-block {
    grid-row-gap: 0px;
  }

  .stat-number {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }

  .moment-absolute-image {
    width: 300px;
    height: 300px;
  }

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

  .offer-container {
    grid-row-gap: 100px;
  }

  .offer-text-wrapper {
    grid-row-gap: 10px;
  }

  .subscribe-form {
    grid-column-gap: 20px;
  }

  .testimonial-section, .reserved-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .reserved-text-wrapper {
    grid-row-gap: 10px;
  }

  .reserved-links-wrapper {
    margin-top: 30px;
  }

  .footer-section {
    padding-top: 60px;
  }

  .footer-column {
    grid-row-gap: 15px;
  }

  .footer-column.bottom-margin {
    margin-bottom: 20px;
  }

  .footer-column.with-top-and-bottom-margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-wrapper {
    grid-row-gap: 15px;
    justify-content: flex-start;
  }

  .footer-block {
    grid-row-gap: 28px;
    width: 100%;
  }

  .footer-button-wrapper {
    grid-row-gap: 5px;
  }

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

  .about-us-container {
    grid-row-gap: 45px;
  }

  .about-text-images-blocks-wrapper {
    grid-row-gap: 45px;
    flex-wrap: wrap;
  }

  .about-text-image-block {
    width: 100%;
    height: auto;
  }

  .about-text-image {
    width: 100%;
  }

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

  .story-wrapper {
    grid-row-gap: 45px;
  }

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

  .values-image {
    height: auto;
  }

  .accordion-space {
    height: 8px;
  }

  .accordion-para-wrapper {
    padding-right: 20px;
  }

  .approach-accordion-wrapper {
    margin-top: 30px;
  }

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

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

  .chef-blocks-wrapper {
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .chef-image-wrapper {
    height: 300px;
  }

  .chef-image {
    height: 100%;
  }

  .chef-slider {
    margin-top: 40px;
    padding-bottom: 70px;
  }

  .chef-slide-nav {
    font-size: 9px;
    line-height: 13px;
  }

  .our-chef-hero-section {
    padding-top: 155px;
    padding-bottom: 90px;
  }

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

  .chef-about-container {
    grid-row-gap: 45px;
  }

  .chef-about-image-decorative {
    width: 100px;
    height: 100px;
  }

  .chef-about-text-wrapper {
    grid-row-gap: 10px;
  }

  .chef-about-links-wrapper {
    margin-top: 30px;
  }

  .chef-listing-section, .chef-cta-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .chef-cta-container {
    grid-row-gap: 30px;
  }

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

  .maestros-container {
    grid-row-gap: 45px;
  }

  .maestros-slider-mask {
    width: 100%;
    height: auto;
  }

  .maestros-slide-content-wrapper {
    flex-direction: column;
    padding: 30px;
  }

  .maestros-slider-nav {
    top: -75px;
  }

  .menu-hero-section {
    padding-top: 155px;
    padding-bottom: 90px;
  }

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

  .menu-lighbox {
    width: 110px;
    height: 110px;
  }

  .play-icon {
    width: 25px;
  }

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

  .brochure-text-wrapper {
    grid-row-gap: 10px;
  }

  .brochure-image {
    height: auto;
  }

  .review-section, .private-dining-section, .menu-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .menu-heading-wrapper {
    grid-row-gap: 10px;
  }

  .menu-tab-menu {
    margin-bottom: 50px;
    overflow: auto;
  }

  .menu-tab-link {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-tab-block {
    grid-column-gap: 20px;
  }

  .contact-hero-section {
    height: 465px;
  }

  .contact-form-section {
    padding-bottom: 90px;
  }

  .contact-form-wrapper {
    box-shadow: 0 6px 0 0 var(--green);
    padding: 30px;
  }

  .contact-form-fields-wrapper {
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .contact-form-submit-button-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    margin-top: 10px;
  }

  .checkbox {
    flex: none;
  }

  .contact-arrow {
    top: 40px;
    right: -50px;
  }

  .logo {
    width: 80px;
    height: auto;
  }

  .nav-container {
    padding: 20px;
  }

  .nav-menu {
    width: 80%;
    padding: 40px;
  }

  .absolute-div {
    position: sticky;
  }

  .background-video {
    padding-top: 155px;
    padding-bottom: 90px;
  }

  .image-3 {
    padding-left: 30px;
  }

  .container-2 {
    margin-top: -5px;
  }

  .menu-button-2 {
    margin-right: 10px;
    padding-top: 30px;
  }

  .icon {
    overflow: visible;
  }

  .nav-button {
    margin-left: 18px;
  }

  .image-5 {
    margin-top: -10px;
  }
}

@media screen and (max-width: 479px) {
  .spacing-classes, .text-color-classes {
    grid-template-columns: 1fr;
  }

  .style-guide-title {
    text-align: center;
  }

  .h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .buttons-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .color-palette-container {
    grid-template-columns: 1fr;
  }

  .licence-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .license-block-title {
    text-align: center;
    justify-content: center;
  }

  .secondary-btn.white-hover-effect {
    margin-top: 30px;
  }

  .deal-slide-content-wrapper {
    border-radius: 10px;
  }

  .deal-para-wrapper {
    max-width: 90%;
  }

  .dishes-section {
    overflow: hidden;
  }

  .dishes-tab-menu {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    width: 100vw;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 10px;
    overflow: auto;
  }

  .dishes-tab-link {
    flex: none;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 2.6vw;
  }

  .dish-block {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    padding: 20px;
  }

  .dish-image {
    width: 80px;
    height: 80px;
  }

  .dish-block-text {
    grid-row-gap: 0px;
  }

  .meet-chef-btn-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .moments-section {
    overflow: hidden;
  }

  .points-wrapper {
    column-count: 1;
  }

  .point {
    grid-column-gap: 10px;
    align-items: flex-start;
  }

  .checkmark {
    margin-top: 7px;
  }

  .moments-text {
    width: 100%;
  }

  .stats-block {
    max-width: 100%;
  }

  .offer-images-wrapper {
    grid-template-columns: 1fr;
  }

  .subscribe-form {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .reviewer-details-wrapper {
    grid-column-gap: 10px;
    padding: 15px;
  }

  .reviewer-details-wrapper._1st, .reviewer-details-wrapper._2nd {
    margin-bottom: -90px;
  }

  .reviewer-image-wrapper {
    width: 50px;
    height: 50px;
  }

  .reserved-links-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .link-block {
    order: -1;
  }

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

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

  .footer-columns-wrapper {
    grid-row-gap: 17px;
    flex-wrap: wrap;
  }

  .about-text-images-blocks-wrapper {
    grid-row-gap: 30px;
  }

  .story-container {
    grid-row-gap: 45px;
  }

  .story-image {
    height: auto;
  }

  .values-container {
    grid-row-gap: 45px;
  }

  .chef-slider-mask {
    width: 100%;
  }

  .chef-about-links-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .maestros-slider {
    padding-bottom: 60px;
  }

  .maestros-slider-nav {
    justify-content: center;
    align-items: center;
    inset: auto 0% 0%;
  }

  .private-dining-text-wrapper {
    grid-row-gap: 10px;
  }

  .private-dining-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .menu-tab-menu {
    justify-content: flex-start;
    width: 100vw;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
  }

  .menu-tab-link {
    flex: none;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2.6vw;
  }

  .menu-tab-block {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-tab-block-image {
    margin-bottom: 10px;
  }

  .menu-price-wrapper {
    width: 57.7083px;
  }

  .menu-tab-block-left {
    flex-direction: column;
  }

  .contact-form-container {
    grid-row-gap: 90px;
    align-items: center;
    width: 100%;
  }

  .contact-form-wrapper {
    width: 110%;
    padding: 40px 20px;
  }

  .checkbox-field {
    text-align: left;
  }

  .contact-links-wrapper {
    width: 100%;
  }

  .contact-link-blocks-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .contact-arrow {
    display: none;
  }

  .nav-buttons-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu {
    background-color: var(--light-brown);
    background-position: 150% 110%, 120% 88%;
    background-size: 60%, 35%;
    padding: 30px;
  }

  .image {
    flex: 0 auto;
    margin-left: -53px;
    display: inline-flex;
  }

  .nav-button {
    margin-left: 15px;
  }
}

#w-node-_7738ab33-a30e-38b1-e80d-0a4d41648ff8-d1481c80, #w-node-_7738ab33-a30e-38b1-e80d-0a4d41648ffa-d1481c80, #w-node-_7738ab33-a30e-38b1-e80d-0a4d41648ffb-d1481c80, #w-node-_673303f9-4cf4-21e5-526d-a970b0fcf5a2-d1481c80, #w-node-_6df1404c-85bf-7764-48be-300d614a2e5e-d1481c80, #w-node-_7738ab33-a30e-38b1-e80d-0a4d41649001-d1481c80, #w-node-_7738ab33-a30e-38b1-e80d-0a4d41649002-d1481c80, #w-node-_94be7a22-ab22-2e28-5e8a-e9a2540b1b5a-d1481c80, #w-node-e46c6ed4-6d37-a320-c52d-ee855f326004-d1481c80, #w-node-e46c6ed4-6d37-a320-c52d-ee855f326005-d1481c80, #w-node-_6b935e7d-1438-b965-0b85-64483be61c8c-d1481c80, #w-node-_018d891e-88c4-7859-c1d8-d5d8cf2b08c5-d1481c80, #w-node-e7dd49d8-1fb9-712a-7e91-c9aa4364218c-d1481c80, #w-node-_8c3382ac-e812-36f3-3961-67c6ad161c84-d1481c80, #w-node-_324bf7ab-5ccc-73a1-86cf-07a44bdbf9fa-d1481c80, #w-node-b5947a0f-7448-1e33-164f-366f1e02bd45-d1481c80, #w-node-_6831b1c4-eebd-ef47-c7ad-b986720d72b0-d1481c80, #w-node-a2cd2c4a-bea7-277c-4aef-91efffb0f19b-d1481c80, #w-node-_7738ab33-a30e-38b1-e80d-0a4d41649008-d1481c80, #w-node-_7738ab33-a30e-38b1-e80d-0a4d41649009-d1481c80, #w-node-_7738ab33-a30e-38b1-e80d-0a4d4164900a-d1481c80, #w-node-_7738ab33-a30e-38b1-e80d-0a4d4164900b-d1481c80, #w-node-_04f2b7cd-1c90-6a55-add3-ae5f48fc8bf3-d1481c80, #w-node-_84d2ef01-6fb4-44b8-be02-c7bdbb53e089-d1481c80, #w-node-_7124a5f9-05e8-648d-ee1d-010405897978-d1481c80, #w-node-_4b291f40-88d8-00a8-5ddf-b0878c96f04e-d1481c80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ee381ce2-da0f-2b73-1a87-c361acabbf9d-acabbf98 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ee381ce2-da0f-2b73-1a87-c361acabbfa1-acabbf98 {
    order: 3;
  }

  #w-node-ee381ce2-da0f-2b73-1a87-c361acabbfad-acabbf98 {
    order: 2;
  }

  #w-node-ee381ce2-da0f-2b73-1a87-c361acabbfc1-acabbf98 {
    order: 4;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk Variable';
  src: url('../fonts/CabinetGrotesk-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}