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

a {
  text-decoration: none;
}

.section {
  background-color: #fff;
  background-image: linear-gradient(#1a1c499e, #1a1c499e), url('../images/hero-bg.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100svh;
  padding: 20px 0 0;
  display: flex;
}

.heading {
  text-align: center;
}

.image {
  width: 30%;
  max-width: none;
}

.div-block {
  background-color: #f3ea09;
  width: 100%;
  margin-top: auto;
}

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

.section-2 {
  background-color: #1a1c49;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  padding: 20px;
  display: flex;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 85%;
}

.image-2 {
  width: 100%;
  max-width: none;
}

.lightbox-link {
  border: 5px solid #f3ea09;
  border-radius: 0;
}

.div-block-2 {
  margin-top: 20px;
}

.locally {
  color: #f3ea09;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-shadow: 2px 2px 8px #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: #f3ea09;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.text-block {
  color: #1a1c49;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 85%;
}

.section-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  padding: 20px;
  display: flex;
}

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

.paragraph {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
}

.div-block-4 {
  border: 3px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #1a1c49;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
}

.div-block-5 {
  background-color: #f3ea09;
  width: 60%;
  height: 5px;
  margin-bottom: 20px;
}

.image-3 {
  border: 3px solid #000;
  width: 100%;
  max-width: none;
}

.honest {
  color: #f3ea09;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-shadow: 2px 2px 8px #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.section-4 {
  background-color: #f3ea09;
  max-width: 1920px;
  padding: 20px;
}

.grid-3 {
  grid-template-rows: auto;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 50%;
  max-width: none;
}

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

.phone-link {
  color: #1a1c49;
  text-align: center;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
}

.heading-5 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
}

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

.email-link {
  color: #1a1c49;
  text-align: center;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
}

.buziko-link {
  color: #fff;
  text-align: center;
  background-color: #1a1c49;
  width: 100%;
  max-width: 1920px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: block;
}

.email-form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.catering-questions-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.question-h1 {
  color: #e9c85b;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}

.form-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.field-label-2 {
  color: #1a1c49;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1;
}

.text-field-2 {
  color: #000;
  background-color: #fff;
  border: 3px solid #1a1c49;
  border-radius: 13px;
  font-size: 1rem;
}

.textarea-2 {
  border: 3px solid #1a1c49;
  border-radius: 13px;
  margin-bottom: 20px;
}

.submit-button {
  color: #f3ea09;
  background-color: #1a1c49;
  border: 0 solid #000;
  border-radius: 13px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
}

.paragraph-2 {
  font-size: 1rem;
}

.paragraph-3 {
  text-align: center;
  margin-top: 10px;
  font-size: 1.2rem;
}

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

.divider {
  background-color: #f3ea09;
  width: 60%;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

.heading-6 {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.image-5 {
  width: 30%;
  max-width: none;
}

.button {
  background-color: #1a1c49;
  margin-top: 20px;
}

@media screen and (min-width: 1920px) {
  .form-block {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .marquee {
    margin-top: auto;
    margin-bottom: 0;
  }

  .image-4 {
    width: 60%;
  }

  .buziko-link {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2, .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .buziko-link {
    margin-top: 0;
    margin-bottom: 0;
  }

  .catering-questions-div {
    width: 85%;
  }

  .question-h1 {
    font-size: 2rem;
  }

  .field-label-2 {
    font-size: 1.5rem;
  }

  .submit-button {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-image: linear-gradient(#1a1c499e, #1a1c499e), url('../images/hero-bg-mobile.webp');
    background-position: 0 0, 50% 100%;
  }

  .image {
    width: 75%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    width: 95%;
  }

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

  .locally {
    width: 90%;
  }

  .grid-2 {
    width: 95%;
  }

  .div-block-3 {
    padding-top: 0;
  }

  .paragraph {
    font-size: 16px;
  }

  .honest {
    width: 90%;
  }

  .image-4 {
    width: 75%;
  }

  .phone-link {
    font-size: 32px;
    font-weight: 900;
  }

  .email-link {
    font-size: 20px;
    line-height: 20px;
  }

  .buziko-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .catering-questions-div {
    width: 95%;
  }

  .form-block {
    width: 90%;
    height: auto;
    margin: 0 10px 37px 15px;
  }

  .field-label-2 {
    font-size: 1rem;
  }

  .submit-button {
    font-size: 1.5rem;
  }

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

#w-node-b377136e-e85b-c9d2-5708-55fbd89cde00-3f0e1285, #w-node-_6dd00a4d-3c62-00dc-9bf1-714d805bb233-3f0e1285, #w-node-_2c055b6b-84b3-7a63-5c3d-76d405903fb3-3f0e1285, #w-node-_083a3fe7-928d-cd7c-e2bf-93a1c0188ff5-3f0e1285, #w-node-_3f2868bd-7f38-33cf-e3bf-98e19a9dd565-3f0e1285, #w-node-_914e76e9-009b-bf1c-efe0-814a9b177ede-3f0e1285, #w-node-b75771b1-15a9-9aca-b874-18e985dc6c8f-3f0e1285, #w-node-_91b6e482-1641-b914-a570-7a4423bda9f4-3f0e1285, #w-node-c9679f91-0dad-8fc5-2c1e-d792777c26ef-3f0e1285, #w-node-c481814b-c253-00fd-3e47-473efa76ef89-3f0e1285, #w-node-a417fc49-e841-358f-ed47-c4a0c797a11c-3f0e1285, #w-node-_3f58b6b6-33a9-0813-be70-8350181a5436-3f0e1285 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-f81e8480-7cae-7ab6-653d-06a2b8698676-3f0e1285 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }
}


