:root {
  --orange: var(--orange-2);
  --dark-slate-grey: #3f3e40;
  --brand-green: #395948;
  --cornsilk: #fff5d6;
  --dark-khaki: #afb153;
  --olive: #959647;
  --olive-2: #7c7d3b;
  --dark-slate-grey-2: #062c1c;
  --polaroid: #eee9e075;
  --orange-2: #fb4;
  --linen: #eee9e0;
  --dark-olive-green-2: #5b5509;
  --dark-goldenrod: #c79235;
  --dark-olive-green: #3f6b3d;
  --black-4: #141313;
  --black: #081508;
  --black-3: #23171b;
  --black-5: #262526;
  --black-2: #15211d;
  --gold: #ffcc67;
  --phantom: #262526;
  --studioform-library--sf-color--red: #dd2d4a;
  --cornsilk2: #faf4d2;
  --alpha-0: #eee9e000;
  --palarium: #afb053;
  --studioform-library--sf-corner--medium: .3125rem;
  --studioform-library--sf-color--blue: #175ada;
  --studioform-library--sf-color--subtle-black-20: #2223;
  --studioform-library--sf-color--subtle-black-21: #222;
  --studioform-library--sf-color--subtle-black-10: #2222221a;
  --studioform-library--sf-color--subtle-black-50: #22222280;
  --studioform-library--sf-color--subtle-white: #fbfbfb;
  --studioform-library--sf-color--light-blue: #b1c9f6;
  --studioform-library--sf-color--light-red: #fbe5e8;
  --studioform-library--sf-corner--large: .625rem;
  --studioform-library--sf-corner--small: .15625rem;
  --studioform-library--sf-color--tag-blue: #0073e6;
  --studioform-library--base-color-neutral--neutral-lightest: #eee;
  --studioform-library--sf-color--grey: #e9e9e9;
  --studioform-library--sf-color--white: white;
  --studioform-library--sf-color--green: #41f182;
  --studioform-library--sf-color--light-green: #cffce0;
  --brand-tan: #fcd9c0;
  --yellow-green: #aab903;
  --khaki: #f3d985;
  --khaki-2: #f3d985;
  --lemon-chiffon: #fff0bf;
  --dark-slate-grey-3: #062c1c;
  --goldette: var(--gold);
  --new-oliveira: var(--olive);
  --sodden: var(--orange);
  --deep-orange: var(--dark-goldenrod);
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

.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-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}

.colour---sand {
  background-image: linear-gradient(#fedac0, #fedac0);
  width: 400px;
  height: 400px;
}

.colour---foliage {
  background-image: linear-gradient(#395848, #395848);
  width: 400px;
  height: 400px;
}

.colour---beak {
  background-image: linear-gradient(#fb4, #fb4), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 400px;
  height: 400px;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.body {
  background-color: #fff;
  height: auto;
}

.admin-page {
  background-color: var(--orange);
}

.daily-cleaning {
  background-color: var(--orange);
  color: var(--dark-slate-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.admin-heading {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.section-3 {
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

._1000px {
  background-color: #fff;
  width: 1000px;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  padding-left: 20px;
  padding-right: 20px;
}

.submit-button {
  background-color: var(--brand-green);
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.heading-5 {
  margin-top: 0;
  font-family: Inconsolata, monospace;
  font-size: 1.6vw;
  font-weight: 400;
}

.heading-6 {
  color: var(--dark-slate-grey);
  font-family: Josefin Sans, sans-serif;
  font-size: 3vw;
}

.field-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 3vh;
  padding-bottom: 3vh;
  font-family: Josefin Sans, sans-serif;
  font-size: 1vw;
}

.checkbox-field {
  padding-left: 40px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
}

.list-wrapper {
  font-size: 1.2vw;
}

.warning {
  color: red;
  margin-top: 0;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 700;
}

.form {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.menu-header {
  color: var(--cornsilk);
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: none;
  column-count: 0;
  margin-bottom: 60px;
  font-family: Inconsolata, monospace;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.menu-sub-header {
  color: var(--cornsilk);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 700;
}

.menu-discription {
  color: var(--cornsilk);
  text-align: justify;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 400;
}

.menu-container {
  width: 960px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "Area Area"
                       ". ."
                       "Area-3 Area-3"
                       "Area-2 Area-2";
}

.menu-section---headers {
  border-bottom: 2px solid var(--dark-khaki);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.menu-header---main {
  color: var(--cornsilk);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 51.2px;
  font-weight: 500;
}

.menu-sub-header---main {
  color: var(--dark-khaki);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10px;
  font-family: Inconsolata, monospace;
  font-size: 32px;
  font-weight: 400;
}

.menu-section---wrappers-left {
  border-right: 1px solid var(--dark-khaki);
  padding: 100px 10vw 40px;
}

.menu-section---wrappers-right {
  border-left: 1px solid var(--dark-khaki);
  padding: 100px 10vw 40px;
}

.menu-section---footer {
  border-top: 1px solid var(--dark-khaki);
}

.line---horizontal---2px {
  background-color: var(--olive);
  width: 100%;
  height: 2px;
}

.italic-text, .italic-text-2 {
  color: var(--dark-khaki);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.body-2 {
  background-color: var(--olive-2);
}

.hero-section {
  position: relative;
}

.hero-wrapper-100x100 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-imagery {
  background-color: #131313;
  background-image: url('../images/foodie2.png');
  background-position: 50% 41%;
  background-repeat: no-repeat;
  background-size: auto 106%;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-header {
  color: var(--orange);
  text-align: center;
  letter-spacing: 16px;
  text-transform: uppercase;
  text-shadow: 10px 15px 13px #000;
  font-family: Josefin Sans, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 70px;
  position: absolute;
  inset: 1vh 0% auto;
}

.main-socials {
  border: 1px solid var(--orange);
  background-color: var(--dark-slate-grey-2);
  color: var(--orange);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4vh;
  height: 4vh;
  margin: 0 10px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  inset: auto 0% 0;
  box-shadow: 11px 11px 10px -1px #000;
}

.main-socials.order-food {
  text-shadow: none;
  border-radius: 40px;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.main-socials.order-food:hover {
  background-color: var(--cornsilk);
}

.socials-banner {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 8vh;
}

.image {
  padding: 9px;
}

.intro-section {
  z-index: 3;
  position: relative;
}

.intro-wrapper-100x60 {
  background-color: var(--olive-2);
  text-align: justify;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 120vh;
  display: none;
  position: relative;
  overflow: visible;
}

.text-16 {
  letter-spacing: 2px;
  font-family: Inconsolata, monospace;
  font-size: 23px;
  line-height: 30px;
  display: inline-block;
}

.text-16.text-16-60 {
  z-index: 2;
  opacity: 1;
  text-align: justify;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Inconsolata, monospace;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.text-16.text-16-60.dark {
  color: #fff;
  font-size: 16px;
}

.text-16.text-16-60 {
  opacity: .6;
  color: var(--olive-2);
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w80-50 {
  background-color: #fff;
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrap.w80-50-start {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.tagline {
  color: var(--orange);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-size: 12px;
}

.tagline.bold {
  letter-spacing: 4px;
  font-weight: 700;
}

.content6-headline {
  color: #fff;
  width: 600px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Josefin Sans, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 66px;
}

.heading-8.alt {
  z-index: 2;
  color: var(--orange);
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 700;
  line-height: 4vw;
  position: relative;
}

.heading-8.alt.dark {
  color: #fff;
}

.gallery-wrapper-100x100 {
  background-color: var(--olive-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.content4-image {
  background-image: url('../images/sq-rump.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  margin-bottom: 30px;
}

.content4-image.content4-image3 {
  background-image: url('../images/636a3a3b243b24ccb60c8248_image_64834413-p-1600.jpg');
}

.content4-image.content4-image2 {
  background-image: url('../images/317271795_698613468270117_3964150340405564461_n.jpg');
  border-radius: 100%;
}

._4-col {
  width: 300px;
  height: 300px;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.content4-item {
  margin-bottom: 20px;
}

.content4-items {
  margin-bottom: 60px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.button {
  background-color: var(--orange-2);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 20px;
  outline: 3px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 80px;
  margin-bottom: 15px;
  font-family: Inconsolata, monospace;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.button:hover {
  background-color: var(--olive-2);
  outline-offset: 0px;
  outline: 3px solid #fff;
}

.button.jobs {
  display: none;
}

.image-2 {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-end;
  width: 450px;
  height: 600px;
  display: flex;
  overflow: hidden;
  box-shadow: inset 1px 20px 12px -12px #00000042, 0 -13px 5px -10px #ffffff96, 3px 5px 20px -4px #0000007a;
}

.body-3 {
  background-color: var(--orange);
  background-image: url('../images/branded-paper-500mm-x-335mm.png');
  background-position: 0 0;
  background-size: cover;
}

.mobile---hours {
  background-color: var(--olive-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.mobile---hours.alt {
  background-image: url('../images/coxinha.png');
  background-position: 0 0;
  background-size: auto;
}

.temp---h1 {
  text-align: justify;
  letter-spacing: 18px;
  width: 260px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Josefin Sans, sans-serif;
  font-size: 66px;
  font-weight: 400;
}

.temp---h2 {
  text-align: center;
  letter-spacing: 10px;
  font-family: Inconsolata, monospace;
  font-size: 24px;
  font-weight: 400;
}

.temp---h2.small {
  color: var(--orange);
  font-size: 16px;
  font-weight: 700;
}

.landing-banner {
  z-index: 0;
  border: 3px none var(--brand-green);
  background-color: var(--linen);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 56px;
  display: flex;
  position: relative;
  top: -25px;
  box-shadow: 0 12px 20px 18px #00000012;
}

.image-3 {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

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

.italic-text-3 {
  letter-spacing: 2px;
}

.form-block {
  max-width: 100vw;
}

.body-4 {
  background-color: var(--orange-2);
}

.centre-text {
  background-image: url('../images/unit-graphic-2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.link-admin {
  color: var(--brand-green);
  font-family: Inconsolata, monospace;
}

.link-admin.white {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 2.6vw;
  line-height: .6vw;
  text-decoration: none;
}

.heading-9 {
  font-family: Josefin Sans, sans-serif;
}

.landing-h2 {
  text-align: justify;
  letter-spacing: 18px;
  width: 260px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Josefin Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.button-4 {
  z-index: 3;
  background-color: var(--orange-2);
  text-align: center;
  letter-spacing: 5px;
  border-radius: 20px;
  width: 250px;
  height: 40px;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 400;
  transition: width .25s cubic-bezier(.68, -.55, .265, 1.55);
  position: relative;
}

.button-4:hover {
  background-color: var(--orange-2);
  width: 210px;
}

.soft-scroll {
  z-index: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.events {
  background-color: var(--dark-khaki);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.events.auto {
  z-index: 1;
  background-color: var(--linen);
  background-image: url('../images/branded-paper-500mm-x-335mm.png');
  background-position: 100% 100%;
  background-size: cover;
  flex-direction: column;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hours {
  opacity: .6;
  color: var(--cornsilk);
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-size: 12px;
}

.hours.left {
  opacity: 1;
  color: var(--orange);
  text-align: left;
  font-family: Inconsolata, monospace;
}

.hours.left.highlight {
  opacity: 1;
  color: #fff;
  font-family: Josefin Sans, sans-serif;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  width: 80%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.contact-grid {
  z-index: 4;
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 20px;
  outline: 3px solid #bebebe0f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 80vh;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, -100vh);
  box-shadow: 0 12px 80px 40px #00000012;
}

.text-block-4 {
  outline-offset: 0px;
  color: var(--dark-slate-grey);
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  outline: 3px #bebebe1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.contact-grid---top {
  mix-blend-mode: normal;
  background-color: #395848;
  background-image: url('../images/Logo---Alt-1.png');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 20vh;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--olive-2);
  background-color: var(--linen);
  margin-bottom: 20px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  height: auto;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--olive-2);
  background-color: var(--linen);
}

.submit-button-2 {
  border: 1px solid var(--olive-2);
  background-color: var(--linen);
  color: var(--olive-2);
  letter-spacing: 5px;
  border-radius: 20px;
  width: 120px;
  max-width: 100%;
  margin-top: 60px;
  font-family: Inconsolata, monospace;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
}

.submit-button-2:hover {
  background-color: var(--orange-2);
  color: #fff;
  border-color: #fff;
}

.contact-grid-text {
  color: var(--dark-olive-green-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.contact-grid-text.w--current {
  margin-top: 0;
}

.contact-grid-text.p {
  text-align: justify;
  letter-spacing: 3px;
}

.form-2 {
  background-color: var(--linen);
  border: 4px #88904e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 100%;
  padding: 40px 60px;
  display: flex;
}

.form-block-2 {
  background-color: #fff;
  width: 30vw;
}

.contact-grid---bottom {
  width: 100%;
  height: 60vh;
}

.message-button {
  z-index: 3;
  background-color: var(--olive-2);
  cursor: pointer;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 170px;
  height: 60px;
  padding-left: 10px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: 0%;
  transform: translate(100px);
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  display: flex;
}

.image-4 {
  filter: invert();
  width: 40px;
  height: 40px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  width: 80px;
  padding-left: 5px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  font-weight: 700;
}

.link-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.message-button-container {
  z-index: 3;
  cursor: pointer;
  background-color: #3f6b3d00;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  height: 60px;
  padding-left: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 20px auto;
}

.column, .column-4 {
  padding-left: 0;
  padding-right: 0;
}

.map {
  width: 100%;
  height: 50vh;
}

.landing---foreground {
  z-index: 2;
  background-image: url('../images/Foreground-final2.png');
  background-position: 50% 44%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.landing---foreground.landing-foreground {
  background-image: url('../images/Foreground-final2_1.png');
  background-position: 50% 98%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #262526;
}

.landing---background {
  z-index: 0;
  background-image: url('../images/Background.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: solid;
  border-color: #000;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.menu-button {
  z-index: 10;
  border: 2px none var(--dark-goldenrod);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 40px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.menu-button---icon-top {
  z-index: 2;
  background-color: var(--dark-olive-green);
  color: var(--dark-olive-green);
  width: 30px;
  height: 3px;
  margin-top: 0;
  position: relative;
}

.menu-button---vert {
  z-index: 2;
  color: var(--black-4);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  width: 24px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
}

.menu-button---icon-bottom {
  z-index: 2;
  background-color: var(--dark-olive-green);
  color: var(--dark-olive-green);
  width: 30px;
  height: 3px;
  position: relative;
}

.drop-down-link---hero {
  z-index: 3;
  border: 2px none var(--brand-green);
  background-color: #4a5c39;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  transition: background-color .25s cubic-bezier(.445, .05, .55, .95);
  position: absolute;
  inset: -30px 0% auto;
  box-shadow: 0 12px 20px 2px #0000001a;
}

.drop-down-link---hero:hover {
  background-color: #ffcc67;
}

.drop-down-link---hero.w--current {
  background-color: var(--orange);
  box-shadow: none;
  border-style: none;
  border-width: 3px;
}

.image-5 {
  filter: invert();
  border-radius: 100%;
}

.drop-down-link---intro {
  z-index: 3;
  mix-blend-mode: lighten;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  transition: background-color .25s cubic-bezier(.445, .05, .55, .95);
  position: absolute;
  inset: auto 0% 15vh;
}

.drop-down-link---intro:hover {
  background-color: #ffffff21;
}

.drop-down-link---intro.w--current {
  box-shadow: none;
  border-width: 3px;
}

.arrow---hero {
  filter: invert();
  mix-blend-mode: lighten;
  border-radius: 100%;
}

.arrow---hero.menu {
  transform: rotate(90deg);
}

.arrow---hero.gallery {
  transform: rotate(-90deg);
}

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 50vh;
  grid-template-areas: ". ."
                       "Area Area";
  width: 100vw;
  height: 50vh;
}

.footer {
  background-color: var(--black);
  width: 100vw;
  height: 50vh;
}

.columns {
  margin-bottom: 40px;
}

.top-link {
  border-style: solid;
  border-width: 2px 0 2px 2px;
  border-color: var(--orange);
  color: var(--orange);
  border-radius: 30px 0 0% 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 60px;
  padding-left: 10px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 100px auto;
}

.text-block-6 {
  color: var(--orange);
  text-align: center;
  letter-spacing: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  display: flex;
}

.drop-down-link---images {
  z-index: 3;
  border: 2px none var(--brand-green);
  background-color: var(--dark-olive-green-2);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  transition: background-color .25s cubic-bezier(.445, .05, .55, .95);
  position: absolute;
  inset: auto 0% 15vh;
}

.drop-down-link---images:hover {
  background-color: var(--dark-khaki);
}

.drop-down-link---images.w--current {
  background-color: var(--orange);
  box-shadow: none;
  border-style: none;
  border-width: 3px;
}

.products-wrapper-100x60 {
  background-color: var(--orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floating-image-orb-1 {
  z-index: 1;
  background-image: url('../images/37C8086F-7E6A-4939-BD85-E913D3A41C1B.JPEG');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 15vw auto 0% -5vw;
}

.floating-image-orb-4 {
  z-index: 1;
  background-image: url('../images/317271795_698613468270117_3964150340405564461_n.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 15vw -5vw auto auto;
}

.link-menu {
  z-index: 3;
  border: 2px none var(--brand-green);
  background-color: var(--dark-olive-green-2);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  transition: background-color .25s cubic-bezier(.445, .05, .55, .95);
  position: absolute;
  inset: auto 200px 15vh 0%;
}

.link-menu:hover {
  background-color: var(--dark-khaki);
}

.link-menu.w--current {
  background-color: var(--orange);
  box-shadow: none;
  border-style: none;
  border-width: 3px;
}

.link-gallery {
  z-index: 3;
  border: 2px none var(--brand-green);
  background-color: var(--dark-olive-green-2);
  border-radius: 100%;
  flex-direction: column;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  transition: background-color .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: absolute;
  inset: auto 0% 15vh 200px;
}

.link-gallery:hover {
  background-color: var(--dark-khaki);
}

.link-gallery.w--current {
  background-color: var(--orange);
  box-shadow: none;
  border-style: none;
  border-width: 3px;
}

.text-block-9 {
  opacity: 0;
  text-align: center;
  letter-spacing: 4px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inconsolata, monospace;
  font-size: 24px;
  position: absolute;
  inset: auto 640px 17.5vh 0%;
}

.text-block-9-5 {
  opacity: 0;
  text-align: center;
  letter-spacing: 4px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inconsolata, monospace;
  font-size: 24px;
  position: absolute;
  inset: auto 0% 17.5vh 640px;
}

.allergen-index {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-bottom: 60px;
}

.celery {
  filter: brightness(200%) sepia();
  background-image: url('../images/celery_red_200x200_1celery_red_200x200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.nuts {
  filter: sepia() brightness(200%);
  background-image: url('../images/peanut_red_200x200_1peanut_red_200x200.png');
  background-position: 50%;
  background-size: contain;
}

.nuts.trace {
  filter: brightness(200%) sepia();
  mix-blend-mode: normal;
  background-image: url('../images/crustacena_red_200x200_1crustacena_red_200x200.png');
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

.crustaceans {
  filter: brightness(200%) sepia();
  mix-blend-mode: normal;
  background-image: url('../images/crustacena_red_200x200_1crustacena_red_200x200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.empty {
  width: 100%;
  height: 0;
}

.text-block-10 {
  color: var(--cornsilk);
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
}

.text-block-10.alt {
  color: var(--cornsilk);
}

.menu-banner {
  z-index: 0;
  border: 3px none var(--brand-green);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 56px;
  display: flex;
  position: relative;
  top: -80px;
  box-shadow: 0 12px 20px 18px #0000001a;
}

.menu-anchor---carne-na-chapa {
  z-index: 3;
  background-color: var(--brand-green);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 250px;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  position: relative;
}

.menu-anchor---carne-na-chapa:hover {
  background-color: var(--orange);
  color: var(--black-3);
}

.menu-anchor---cachoros-quentes {
  z-index: 3;
  background-color: var(--brand-green);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 250px;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Inconsolata, monospace;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  position: relative;
}

.menu-anchor---cachoros-quentes:hover {
  background-color: var(--orange);
  color: var(--black-3);
}

.menu-anchor---a-base-de-plantas {
  z-index: 3;
  background-color: var(--brand-green);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 250px;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Inconsolata, monospace;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  position: relative;
}

.menu-anchor---a-base-de-plantas:hover {
  background-color: var(--orange);
  color: var(--black-3);
}

.section-6 {
  width: 100vw;
  height: 10vh;
}

.menu-item---discription {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.menu-item---allergens {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.meni-item-name---template {
  color: var(--cornsilk);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Josefin Sans, sans-serif;
  font-size: 2.2vw;
  font-weight: 400;
}

.menu-item-discription---template {
  color: var(--cornsilk);
  text-align: justify;
  width: 31vw;
  margin-top: 10px;
  font-family: Inconsolata, monospace;
  font-size: 1.4vw;
  line-height: 32px;
}

.eggs {
  filter: brightness(200%) sepia();
  mix-blend-mode: normal;
  background-image: url('../images/eggs_red_200x200_1eggs_red_200x200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.allergen-index-page {
  background-color: var(--black-5);
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.allergen-index---intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 80px 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 50vw;
  height: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: var(--cornsilk);
  text-align: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  text-transform: uppercase;
}

.menu-anchor---allergen-index {
  z-index: 3;
  background-color: var(--brand-green);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 250px;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Inconsolata, monospace;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  position: relative;
}

.menu-anchor---allergen-index:hover {
  background-color: var(--orange);
  color: var(--black-3);
}

.menu-image---frango-na-chapa {
  background-image: url('../images/marek-mucha-a74X5kHDs20-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 100%;
}

.menu-image---prato-feito {
  background-image: url('../images/£13.00.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 100%;
}

.nav-menu-background {
  background-color: var(--cornsilk);
  transform-origin: 50% 0;
  position: absolute;
  inset: 0%;
}

.nav-menu-link-text {
  color: var(--orange);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Josefin Sans, sans-serif;
  font-size: 13vmin;
  font-weight: 400;
  line-height: 1.2;
  transition: letter-spacing .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.nav-menu-link-text:hover {
  letter-spacing: 3px;
}

.nav-menu-photo-mask {
  object-fit: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 48vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-photos {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-menu {
  color: var(--orange);
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-bar-menu {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.nav {
  z-index: 999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav-menu-photo-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nav-menu-photo-image.nav-menu-photo-image-4 {
  display: none;
}

.nav-menu-links {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-top: 6vh;
  padding-left: 5vw;
  display: flex;
  position: relative;
}

.nav-bar-logo {
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.nav-menu-link {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-link.nav-menu-link-1 {
  color: var(--orange);
  text-decoration: none;
}

.nav-menu-link.nav-menu-link-3 {
  text-decoration: none;
}

.nav-bar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
}

.nav-menu-photo-direction {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
}

.nav-menu-photo-direction.nav-menu-photo-direction-2 {
  transform: translate(19vw, -10vh)rotate(17deg);
}

.nav-menu-photo-direction.nav-menu-photo-direction-3 {
  align-items: flex-end;
  transform: translate(-8vw, 13vh)rotate(-3deg);
}

.nav-menu-photo-direction.nav-menu-photo-direction-1 {
  align-items: flex-start;
  transform: translate(-16vw)rotate(-7deg);
}

.code {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.socials {
  width: 20vw;
  height: 6vh;
}

.body-5 {
  background-color: #262526;
}

.menu-image---frango-de-verao {
  background-image: url('../images/marek-mucha-a74X5kHDs20-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 100%;
}

.menu-item-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-grid---picanha-na-chapa {
  grid-column-gap: 0px;
  background-color: var(--dark-goldenrod);
  grid-template-rows: auto;
  width: 100%;
  height: 100vh;
}

.menu-image---picanha-na-chapa {
  background-image: url('../images/Picanha.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
}

.menu-information---picanha-na-chapa {
  width: 50vw;
}

.menu-grid---frango-na-chapa {
  grid-column-gap: 0px;
  background-color: #111217;
  grid-template-rows: auto;
  width: 100%;
  height: 100vh;
}

.fish {
  filter: brightness(200%) sepia();
  mix-blend-mode: normal;
  background-image: url('../images/fish_red_200x200_1fish_red_200x200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.gluten {
  filter: brightness(200%) sepia();
  mix-blend-mode: normal;
  background-image: url('../images/wheat_red_200x200_1wheat_red_200x200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.lupin {
  filter: brightness(200%) sepia();
  mix-blend-mode: normal;
  background-image: url('../images/lupin_red_200x200_1lupin_red_200x200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.mik {
  filter: brightness(200%) sepia();
  background-image: url('../images/milk_red_200x200_1milk_red_200x200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.molluscs {
  filter: brightness(200%) sepia();
  background-image: url('../images/molluscs_red_200x200_1molluscs_red_200x200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.mustard {
  filter: brightness(200%) sepia();
  background-image: url('../images/mustard_red_200x200_1mustard_red_200x200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.tree-nut {
  filter: brightness(200%) sepia();
  background-image: url('../images/treenut_red_200x200_1treenut_red_200x200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.peanut {
  filter: brightness(200%) sepia();
  background-image: url('../images/peanut_red_200x200_1peanut_red_200x200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.sesame {
  filter: brightness(200%) sepia();
  background-image: url('../images/sesame_red_200x200_1sesame_red_200x200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.sulphur {
  filter: brightness(200%) sepia();
  background-image: url('../images/suphurdioxide_red_200x200_1su;phurdioxide_red_200x200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.soya {
  filter: brightness(200%) sepia();
  background-image: url('../images/soya_red_200x200_1soya_red_200x200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.allergen-index---picanha-na-chapa, .allergen-index---frano-na-chapa, .allergen-index---prato-feito {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.allergen-index---frango-de-verao {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.grilled-meats {
  padding: 60px;
}

.menu-image---classic-rio-dog {
  background-image: url('../images/Rio-dog.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
}

.allergen-index---rio-dog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.allergen-index---dilly-dog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.menu-image---dilly-dog {
  background-image: url('../images/Dilly-Dog.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 100%;
}

.allergen-index---hog-dog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.menu-image---hog-dog {
  background-image: url('../images/Hog-Dog.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 100%;
}

.menu-image---rump-dog {
  background-image: url('../images/Rump-Dog.jpg');
  background-position: 50%;
  background-size: cover;
}

.menu-image---prato-vegano {
  background-image: url('../images/photo-1612871689142-89f4e9043cd9.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
}

.menu-image---feijao-baiano {
  background-image: url('../images/beans.jpg');
  background-position: 57%;
  background-size: cover;
  width: 50vw;
  height: 100%;
  transform: rotate(0);
}

.allergen-index---prato-vegano, .allergen-index---feijao-baiano {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.menu-image---smokey-fries {
  background-image: url('../images/Smoked-fries.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
}

.menu-image---dilly-fries {
  background-image: url('../images/Dilly-fries.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 100%;
}

.menu-image---bacon-fries {
  background-image: url('../images/Bacon-fries.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: 100%;
}

.menu-image---chimi-fries {
  background-image: url('../images/Chimi-Fries.jpg');
  background-position: 50%;
  background-size: cover;
}

.allergen-index---pao-chimi {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.menu-image---pao-chimichurri {
  background-image: url('../images/Pao-Chimi.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 100%;
}

.allergen-index---smokey-fries {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.allergen-index---dilly-fries, .allergen-index---bacon-fries {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.allergen-index---chimi-fries {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.menu-image---antipastos {
  background-image: url('../images/antipastos.jpg');
  background-position: 50%;
  background-size: cover;
}

.allergen-index---antipastos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.menu-image---vinaigrette-salsa {
  background-image: url('../images/jonathan-borba-mVcdenABXSw-unsplash.jpg');
  background-position: 100%;
  background-size: cover;
  width: 50vw;
  height: 100%;
}

.allergen-index---vinaigrette-salsa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.menu-image---chipotle-lime {
  background-image: url('../images/Chipotle.jpg');
  background-position: 50%;
  background-size: cover;
}

.menu-image---lemon-paprika-sauce {
  background-image: url('../images/jonathan-borba-mVcdenABXSw-unsplash.jpg');
  background-position: 100%;
  background-size: cover;
  width: 50vw;
  height: 100%;
}

.allergen-index---lemon-paprika {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.menu-image---goiabada-ketchup {
  background-image: url('../images/goiabada.jpg');
  background-position: 50%;
  background-size: cover;
}

.allergen-index---rump-dog, .allergen-index---goiabada-ketchup {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.menu-image---bbq-sauce {
  background-image: url('../images/BBQ.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 100%;
}

.menu-image---baconaise {
  background-image: url('../images/Baconaise.jpg');
  background-position: 50%;
  background-size: cover;
}

.allergen-index---baconaise {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.menu-image---chimichurri {
  background-image: url('../images/Chimichurri.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 100%;
}

.allergen-index---chimichurri {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.menu-image---farofa {
  background-image: url('../images/Farofa.jpg');
  background-position: 50%;
  background-size: cover;
}

.allergen-index---farofa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80px 20px 20px;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.mobile {
  display: none;
}

.mobile-image---picanha-na-chapa {
  background-image: url('../images/photo-1612871689142-89f4e9043cd9.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 50vh;
}

.mobile-discription---picanha-na-chapa {
  width: 100vw;
  height: 50vh;
}

.mobile-image---frango-na-chapa {
  background-image: url('../images/photo-1612871689142-89f4e9043cd9.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 50vh;
}

.mobile-discription---picanha-na-chapa-copy, .mobile-discription---frango-na-chapa {
  width: 100vw;
  height: 50vh;
}

.menu-grid---prato-feito {
  grid-column-gap: 0px;
  background-color: var(--dark-olive-green-2);
  grid-template-rows: auto;
  width: 100%;
  height: 100vh;
}

.menu-grid---frango-de-verao {
  grid-column-gap: 0px;
  background-color: var(--black-2);
  grid-template-rows: auto;
  width: 100%;
  height: 100vh;
}

.menu-grid---rio-dog {
  grid-column-gap: 0px;
  background-color: #e09838;
  grid-template-rows: auto;
  width: 100%;
  height: 100vh;
}

.menu-grid---dilly-dog {
  grid-column-gap: 0px;
  background-color: #c97439;
  grid-template-rows: auto;
  width: 100%;
  height: 100vh;
}

.menu-grid---hog-dog {
  grid-column-gap: 0px;
  background-color: #7c5431;
  grid-template-rows: auto;
  width: 100%;
  height: 100vh;
}

.menu-grid---rump-dog {
  grid-column-gap: 0px;
  background-color: #997f50;
  grid-template-rows: auto;
  width: 100%;
  height: 100vh;
}

.menu-grid---feijao-baiano {
  grid-column-gap: 0px;
  background-color: var(--olive-2);
  grid-template-rows: auto;
  width: 100%;
  height: 100vh;
}

.menu-grid---prato-vegano {
  grid-column-gap: 0px;
  background-color: var(--olive);
  grid-template-rows: auto;
  width: 100%;
  height: 100vh;
}

.menu-grid---antipastos {
  grid-column-gap: 0px;
  background-color: #c57e58;
  grid-template-rows: auto;
  width: 100%;
  height: 100vh;
}

.wave-block---olive {
  z-index: 2;
  color: #5f1c1c;
  background-image: url('../images/wave-olive-long.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 200vw;
  height: 12vh;
  position: absolute;
  inset: 0% 0% auto;
}

.wave-block---yellow {
  z-index: 1;
  color: #5f1c1c;
  background-image: url('../images/wave-yellow.svg');
  background-position: 0 0;
  background-size: contain;
  width: 200vw;
  height: 10vh;
  position: absolute;
  inset: 0% 0% auto;
}

.wave-block---pale {
  z-index: 1;
  color: #5f1c1c;
  background-image: url('../images/wave-pale.svg');
  background-position: 0 0;
  background-size: contain;
  width: 200vw;
  height: 10vh;
  position: absolute;
  inset: auto 0% 0%;
}

.body-6 {
  background-color: #fff0;
}

.custom-cursor-container {
  width: 100vw;
  height: 200vh;
}

.custom-cursor {
  z-index: 3;
  opacity: .25;
  mix-blend-mode: soft-light;
  background-image: url('../images/Logo-Alt2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  width: 20vw;
  height: 20vw;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.mobile-discription---prato-feito {
  width: 100vw;
  height: 50vh;
}

.mobile-image---prato-feito, .mobile-image---frango-de-verao {
  background-image: url('../images/photo-1612871689142-89f4e9043cd9.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 50vh;
}

.mobile-discription---frango-de-verao {
  width: 100vw;
  height: 50vh;
}

.mobile-allergen-info {
  display: none;
}

.menu-item-discription---center {
  color: var(--cornsilk);
  text-align: center;
  width: 31vw;
  margin-top: 10px;
  font-family: Inconsolata, monospace;
  font-size: 1.4vw;
  line-height: 32px;
}

.image-7 {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.menu-button---hori {
  z-index: 2;
  background-color: var(--dark-goldenrod);
  color: var(--dark-olive-green);
  width: 20px;
  height: 4px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  transform: rotate(90deg);
}

.menu-button---landing {
  z-index: 10;
  border: 2px none var(--dark-goldenrod);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 40px;
  display: flex;
  position: fixed;
  inset: 0% 40px auto auto;
}

.success-message {
  background-color: var(--orange-2);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 3px solid #fff;
  font-family: Inconsolata, monospace;
  font-size: 20px;
}

.div-block-11 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-12 {
  width: 6px;
  height: 80vh;
  position: relative;
  inset: 0% 0% auto;
}

.pop-text, .bold-text-6, .bold-text-7 {
  color: var(--orange);
}

.bold-text-8 {
  color: var(--orange);
  font-weight: 700;
}

.bold-text-9 {
  color: var(--orange);
}

.grid-15 {
  background-color: #eee9e0;
  border: 4px solid #88904e;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 1040px;
  padding: 60px;
}

.event-card {
  z-index: 1;
  border: 2px #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: auto;
  display: flex;
  position: relative;
}

.what-we-do-best-header {
  color: var(--olive-2);
  text-align: center;
  letter-spacing: -10px;
  -webkit-text-stroke-width: 2px;
  text-transform: uppercase;
  align-self: center;
  width: 100vw;
  height: 200px;
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Josefin Sans, sans-serif;
  font-size: 300px;
  font-weight: 700;
  line-height: 66px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.what-we-do-best-header.alt {
  z-index: 2;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 66px;
  font-weight: 400;
  position: relative;
}

.what-we-do-best-header.alt.dark {
  color: #fff;
}

.events-image {
  background-image: url('../images/photo-1612871689142-89f4e9043cd9.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50%;
  position: relative;
  inset: auto 0% 0%;
}

.events-image._1 {
  border: 6px none var(--olive-2);
  background-image: url('../images/Logo---3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 200px;
  height: 200px;
}

.events-image._2 {
  border: 8px solid var(--olive-2);
  background-image: url('../images/ring.png');
  border-radius: 100%;
  width: 180px;
  height: 180px;
  margin-top: 20px;
}

.events-image._3 {
  border: 6px none var(--olive-2);
  background-image: url('../images/dine.png');
  border-radius: 100%;
  width: 200px;
  height: 200px;
}

.events-cta {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: 10%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.events-description {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.heading-10 {
  color: var(--olive-2);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 60px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.text-block-12 {
  color: var(--olive-2);
  text-align: justify;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.button-5 {
  background-color: var(--olive-2);
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 3px #7c7d3b00;
  border-radius: 252px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  transition: all .25s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
}

.button-5:hover {
  border-style: none;
  border-color: var(--linen);
  background-color: #fb4;
  width: 160px;
  height: 40px;
}

.gallery-text {
  letter-spacing: -10px;
  height: 30vh;
  font-family: Josefin Sans, sans-serif;
  font-size: 300px;
  font-weight: 400;
  line-height: 30vh;
  position: absolute;
  inset: 76px 0% 0%;
}

.gallery-text.alt {
  z-index: 2;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 66px;
  font-weight: 400;
  position: relative;
}

.gallery-text.alt.dark {
  color: #fff;
}

.div-block-13 {
  width: 100vw;
  height: 30vh;
  position: relative;
}

.gallery-header {
  color: #f9b742;
  text-align: center;
  letter-spacing: -10px;
  text-transform: uppercase;
  align-self: center;
  width: 100vw;
  height: 200px;
  margin-bottom: 60px;
  font-family: Josefin Sans, sans-serif;
  font-size: 300px;
  font-weight: 400;
  line-height: 52vh;
  position: absolute;
  inset: 0% 0% auto;
}

.gallery-header.alt {
  z-index: 2;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 66px;
  font-weight: 400;
  position: relative;
}

.gallery-header.alt.dark {
  color: #fff;
}

.gallery-header.feast {
  color: var(--orange);
  margin-bottom: 100px;
  font-weight: 700;
  position: relative;
}

.gallery-header.your {
  margin-bottom: 100px;
  font-weight: 700;
  position: relative;
}

.gallery-header.eyes {
  font-weight: 700;
  position: relative;
}

.feast-your-eyes {
  background-color: #7b7d3a;
  border-top: 2px solid #747735;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50vh;
  display: block;
  position: relative;
}

.grid-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 940px;
}

.gallery-image {
  width: 300px;
  height: 300px;
}

.gallery-image._1 {
  background-image: url('../images/image_6483441.JPG');
  background-position: 0%;
  background-size: cover;
}

.gallery-image._2 {
  background-image: url('../images/636a3a3b243b24ccb60c8248_image_64834413-p-1600.jpg');
  background-position: 50%;
  background-size: cover;
}

._154-mouse-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

._154-mouse {
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 50px;
  display: flex;
}

._154-circle {
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

._154-scroll-text {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  margin-top: 20px;
  margin-right: -10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8em;
  display: none;
}

.scroll-indicator {
  z-index: 10;
  background-color: #262526;
  width: 100vw;
  height: 8px;
  position: fixed;
  inset: 0% 0% auto;
}

.scroll-bar {
  background-color: var(--orange);
  width: 0;
  height: 8px;
}

.what-we-do-best-header-copy {
  color: var(--olive-2);
  text-align: center;
  letter-spacing: -10px;
  -webkit-text-stroke-width: 2px;
  text-transform: uppercase;
  align-self: center;
  width: 100vw;
  height: 200px;
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Josefin Sans, sans-serif;
  font-size: 300px;
  font-weight: 400;
  line-height: 66px;
  position: absolute;
  inset: 0% 0% auto;
}

.what-we-do-best-header-copy.alt {
  z-index: 2;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 66px;
  font-weight: 400;
  position: relative;
}

.what-we-do-best-header-copy.alt.dark {
  color: #fff;
}

.grid-17 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: end;
  height: 80px;
}

.nav-div {
  z-index: 10;
  border: 2px none var(--gold);
  background-color: #0000;
  width: 100vw;
  height: 60px;
  margin-top: 8px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-fill.left {
  width: 100%;
  height: 100%;
}

.div-fill.right {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  display: flex;
}

.link-block-insta {
  width: 60px;
  height: 60px;
  margin-top: 10px;
}

.image-8 {
  width: 30px;
  max-width: 40px;
  height: 30px;
  padding: 0;
  box-shadow: 0 0 #fff;
}

.link-block-message {
  z-index: 10;
  filter: invert();
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 5px;
  position: absolute;
  inset: auto 30px 30px auto;
}

.link-block-menu {
  z-index: 10;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: fixed;
  inset: 28px 28px auto auto;
}

.gallery-images-section {
  height: 100vh;
}

.full-page-image {
  z-index: 1;
  background-image: linear-gradient(#fff 2%, #fff0 28%), url('../images/image_6483441.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
  margin-top: -250px;
  position: relative;
}

.waves {
  z-index: 2;
  background-image: url('../images/wave-orange-long.png');
  background-position: 50% 100%;
  background-size: contain;
  width: 100vw;
  height: 20px;
  padding-top: 0;
  position: absolute;
  inset: -19px 0% 0%;
}

.services-1 {
  background-color: var(--olive-2);
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.service-image {
  background-image: url('../images/270222-spark-market-24-of-32.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  width: 50vw;
  height: 90vh;
}

.service-image.spark {
  width: 45vw;
  height: 100vh;
}

.service-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55vw;
  height: 100vh;
  display: flex;
}

.services-descrition-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  height: 50vh;
  display: flex;
}

.services-header {
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 66px;
}

.footer-subscribe {
  z-index: 2;
  background-color: #5b612a;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 50px 30px 40px;
  display: none;
  position: relative;
  overflow: visible;
}

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

.footer-form-two {
  margin-bottom: 0;
  padding: 64px 0;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-form-input {
  background-color: var(--linen);
  color: var(--olive-2);
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
  font-family: Inconsolata, monospace;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  background-color: var(--olive-2);
  letter-spacing: 5px;
  border-radius: 20px;
  padding: 8px 18px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  position: absolute;
  right: 8px;
}

.button-primary.footer-form-button:hover {
  background-color: var(--orange);
}

.footer-wrapper-three {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
}

.footer-link-three:hover {
  color: var(--dark-goldenrod);
}

.footer-link-three.hidden7 {
  display: none;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three {
  margin-left: 0;
  margin-right: 35px;
}

.footer-divider-two {
  background-color: var(--linen);
  color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  color: var(--olive-2);
  letter-spacing: 2px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-family: Inconsolata, monospace;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
  font-family: Inconsolata, monospace;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: block;
}

.footer-legal-link:hover {
  color: var(--dark-goldenrod);
}

.footer-legal-link.site-design:hover {
  color: var(--olive-2);
}

.footer-legal-link.privacy-policy {
  display: none;
}

.image-9, .image-10, .image-11 {
  filter: invert();
  width: 30px;
  height: 30px;
}

.image-12 {
  filter: invert();
}

.footer-social-link-four {
  margin-left: 0;
  margin-right: 0;
}

.success-message-2 {
  background-color: var(--orange-2);
  color: #fff;
  font-family: Josefin Sans, sans-serif;
  font-size: 28px;
}

.error-message {
  background-color: var(--dark-khaki);
  border-radius: 20px;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Inconsolata, monospace;
}

.landing---menu {
  z-index: 0;
  filter: brightness(110%) blur(14px);
  background-image: linear-gradient(#afb15373, #fff0 24%), url('../images/Background.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100vw 115%;
  border-style: solid;
  border-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.menu {
  z-index: 0;
  background-color: var(--polaroid);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.div-block-14 {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100vh;
  padding-top: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.html-embed {
  z-index: 2;
  width: 100vw;
  height: 100%;
  position: relative;
}

.blocker {
  z-index: 3;
  width: 100vw;
  height: 400px;
  position: absolute;
}

.image-13 {
  z-index: 2;
  width: 450px;
  height: 450px;
  position: absolute;
  inset: auto auto -12% -10%;
  transform: rotate(18deg);
}

.image-13.alt {
  width: 400px;
  height: 400px;
  bottom: -11%;
  transform: rotate(61deg);
}

.image-14 {
  z-index: 3;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: -52% -8% 16px auto;
}

.menu-socials {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: none;
  position: relative;
}

.menu-socials.contact {
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 0;
}

.section-7 {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.contact-section {
  width: 100vw;
  height: 100vh;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.div-block-15 {
  background-image: url('../images/image_6483441.JPG');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-16 {
  width: 100%;
}

.contact---top {
  color: var(--orange-2);
  width: 100%;
  height: 100%;
}

.contact---bottom {
  z-index: 0;
  color: var(--orange-2);
  width: 100%;
  height: 100%;
}

.contact---waves {
  background-image: url('../images/wave-orange-long.png');
  background-position: 50%;
  background-size: contain;
  width: 100vh;
  height: 40px;
  position: absolute;
  inset: 0% auto 0% 50vw;
  transform: rotate(-90deg);
}

._100-wrap {
  width: 100%;
  height: 100%;
}

._100-wrap.contact-grid-primary {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._100-wrap.contact-grid-secondary {
  background-color: #fff;
  background-image: url('../images/unit-graphic-2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

._100-wrap.gallery {
  background-color: var(--cornsilk);
}

._100-wrap.menu-1 {
  background-image: url('../images/Screenshot-2025-01-15-at-16.38.22.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100svh;
}

._100-wrap.menu-2 {
  background-image: url('../images/Screenshot-2025-01-15-at-16.38.36.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100svh;
}

.location {
  color: #fff;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Inconsolata, monospace;
  font-size: 2.6vw;
  font-weight: 400;
  line-height: 50px;
}

.text-block-14 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: Inconsolata, monospace;
  font-size: 1.2vw;
  line-height: 1.92vw;
}

.text-block-14.white {
  color: #fff;
  line-height: .6vw;
}

.grid-18 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  place-items: center start;
  height: 100%;
  margin-bottom: 20px;
}

.image-15 {
  filter: invert();
  width: 30px;
  height: 30px;
}

.div-block-17 {
  width: 40px;
  height: 40px;
}

.div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.text-block-15 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: none;
  padding-left: 20px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  transition: color .25s cubic-bezier(.445, .05, .55, .95);
}

.text-block-15:hover {
  color: var(--dark-goldenrod);
}

.link-block---hours {
  margin-bottom: 60px;
  text-decoration: none;
}

.align-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.section {
  background-color: #fff;
  overflow: hidden;
}

.content4-image-2 {
  background-image: url('../images/317271795_698613468270117_3964150340405564461_n.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 340px;
  margin-bottom: 30px;
}

.content4-image-2.content4-image4, .content4-image-2.content4-image8, .content4-image-2.content4-image3, .content4-image-2.content4-image9, .content4-image-2.content4-image5, .content4-image-2.content4-image7, .content4-image-2.content4-image2, .content4-image-2.content4-image6 {
  background-image: none;
}

._4-col-2 {
  width: 300px;
  margin-right: 20px;
  display: inline-block;
}

._4-col-2._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.tagline-2 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 12px;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.content4-item-2, .content4-items-2 {
  margin-bottom: 20px;
}

.heading-11, .heading-12, .heading-13 {
  font-family: Josefin Sans, sans-serif;
}

.section-8 {
  background-color: var(--dark-khaki);
  position: relative;
  overflow: hidden;
}

.content6-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
}

.content6-pic.content6-image2 {
  background-image: url('../images/image_6483441.JPG');
}

.content6-pic.content6-image1 {
  background-image: url('../images/New-menu-images-074.jpg');
  height: 320px;
}

.content6-pic.content6-image4 {
  background-image: url('../images/636a3a3b243b24ccb60c8248_image_64834413-p-1600.jpg');
  height: 320px;
}

.content6-pic.content6-image3 {
  background-image: url('../images/317271795_698613468270117_3964150340405564461_n.jpg');
}

.content6-pic.content6-image6 {
  background-image: url('../images/Dilly-Dog.jpg');
}

.content6-pic.content6-image7 {
  background-image: url('../images/image00001.jpeg');
  background-position: 50%;
}

.content6-pic.content6-image8 {
  background-image: url('../images/image000021.jpeg');
}

.content6-pic.content6-image9 {
  background-image: url('../images/Picanha.jpg');
  height: 320px;
}

.content6-pic.content6-image10 {
  background-image: url('../images/image000031.jpeg');
  height: 320px;
}

.content6-pic.content6-image11 {
  background-image: url('../images/image000041.jpeg');
  height: 320px;
}

.tagline-3 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.content6-headline-2 {
  margin-bottom: 45px;
  padding-right: 40px;
}

.heading-14 {
  color: var(--olive-2);
  margin-bottom: 40px;
  font-family: Josefin Sans, sans-serif;
}

.sun-image {
  z-index: 3;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto -173px -124px auto;
}

.clock {
  filter: invert();
  width: 30px;
  height: 30px;
}

.hours-wrapper {
  background-color: #7b7d32;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(65vw);
}

.hours-text {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 40px;
  margin-right: 40px;
  font-family: Inconsolata, monospace;
  font-size: 1.2vw;
  line-height: 32px;
}

.hours-text.white {
  color: #fff;
  line-height: .6vw;
}

.bold-text-10, .bold-text-11 {
  letter-spacing: 5px;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
}

.link-block---directions {
  margin-bottom: 0;
  text-decoration: none;
}

.mobile---hours-text {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 40px;
  margin-right: 40px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 32px;
}

.mobile---hours-text.white {
  color: #fff;
  line-height: .6vw;
}

.landing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.body-menu-write-up {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-2 {
  width: 90vw;
  height: 90vh;
}

.column-5, .column-6 {
  height: 100%;
}

.location-text {
  color: #88904e;
  text-align: justify;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: auto;
  font-family: Inconsolata, monospace;
  font-size: 23px;
  font-style: normal;
  line-height: 30px;
  display: inline-block;
}

.location-text.text-16-60 {
  z-index: 2;
  opacity: 1;
  text-align: justify;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Inconsolata, monospace;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.location-text.text-16-60.dark {
  color: #fff;
  font-size: 16px;
}

.location-text.text-16-60 {
  opacity: .6;
  color: #fff;
}

.location-container {
  background-color: #eee9e0;
  border: 4px solid #88904e;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 50vh;
  padding: 50px 47px 50px 70px;
  display: flex;
}

.error-message-2 {
  border: 2px solid var(--linen);
  background-color: var(--studioform-library--sf-color--red);
  color: var(--linen);
  text-align: center;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 20px;
}

.text-block-16 {
  letter-spacing: 2px;
  font-size: 18px;
}

.text-block-17 {
  line-height: 28px;
}

.soft-scroll---mob {
  z-index: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: #7b7d3a;
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/image000021.jpeg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 50px;
  width: 25vw;
}

.slide-2 {
  background-image: url('../images/image00001.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 25vw;
}

.slide-3 {
  background-image: url('../images/image_6483441.JPG');
  background-position: 0 0;
  background-size: cover;
  width: 25vw;
}

.slide-4 {
  background-image: url('../images/antipastos.jpg');
  background-position: 46%;
  background-size: cover;
  width: 25vw;
}

.left-arrow, .right-arrow {
  display: none;
}

.utility-page-wrap {
  background-color: var(--orange);
  background-image: linear-gradient(to bottom, var(--orange), var(--orange)), url('../images/branded-paper-500mm-x-335mm.png');
  -webkit-text-fill-color: inherit;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: padding-box;
  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;
}

.image-16 {
  background-color: #6c8a45;
}

.heading-15 {
  color: var(--orange-2);
  font-family: Inconsolata, monospace;
  font-size: 80px;
  line-height: 76px;
}

.text-block-18 {
  color: var(--cornsilk2);
  padding-top: 59px;
  font-family: Josefin Sans, sans-serif;
  text-decoration: underline;
}

.form---home {
  background-color: #0000;
  border: 4px #88904e;
  flex-direction: column;
  align-items: center;
  width: 30vw;
  max-width: none;
  padding: 40px 60px;
  display: flex;
}

.unit-design {
  background-color: var(--polaroid);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.unit {
  background-color: #a29090;
  background-image: url('../images/unit-graphic-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 800px;
  height: 450px;
  margin-bottom: 40px;
  position: relative;
}

.branding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.design-text {
  color: var(--olive-2);
  letter-spacing: 2px;
  font-family: Inconsolata, monospace;
  font-size: 26px;
  font-weight: 400;
}

.brand-items {
  background-color: #a29090;
  border: 2px #f8f5f1;
  flex-direction: row;
  width: 70vw;
  height: 50vh;
  display: flex;
}

.div-block-19 {
  background-image: url('../images/Logo2.png'), linear-gradient(#eee9df, #eee9df);
  background-position: 50%, 0 0;
  background-size: contain, auto;
  border: 1px #fff;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: -21% 0% 0%;
  box-shadow: 0 13px 14px -2px #00000073;
}

.div-block-20 {
  background-image: url('../images/branded-paper-500mm-x-335mm.png');
  background-position: 0 0;
  background-size: contain;
  border: 1px solid #fff;
  border-left-width: 0;
  width: 60%;
  height: 100%;
}

.div-block-21 {
  background-color: #70783e;
  width: 90vw;
  height: auto;
}

.div-block-22 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 200px;
  display: flex;
}

.paragraph-2 {
  color: var(--linen);
  text-align: left;
  letter-spacing: 0;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  text-decoration: none;
}

.paragraph-2.alt {
  color: var(--olive);
}

.div-block-23 {
  width: 100%;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-16 {
  color: var(--linen);
  border-top: 0 solid #000;
  border-bottom: 2px solid #eee9e1;
  margin-top: 60px;
  font-family: Josefin Sans, sans-serif;
}

.heading-16.alt {
  border-bottom-color: var(--olive);
  color: var(--olive);
}

.small-plates-2 {
  padding: 0 60px 60px;
}

.small-plates-1 {
  background-color: #70783e;
  width: 90vw;
  height: auto;
  display: block;
}

.sub-header-for-menu {
  color: var(--linen);
  letter-spacing: 2px;
  border-top: 0 solid #000;
  border-bottom: 0 solid #eee9e1;
  margin-top: 10px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-12 {
  font-family: Josefin Sans, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.bold-text-12.alt {
  color: var(--olive);
}

.smoothies {
  background-color: #fb4;
  width: 90vw;
  height: auto;
}

.beers {
  background-color: #eee9df;
  width: 90vw;
  height: auto;
}

.tacos-and-burritos {
  background-color: #70783e;
  width: 90vw;
  height: auto;
  display: none;
}

.heading-17 {
  color: var(--linen);
  font-family: Inconsolata, monospace;
}

.heading-17.alt {
  color: var(--olive);
  margin-bottom: 0;
}

.menu-offerings {
  z-index: 0;
  background-color: var(--polaroid);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
  inset: 0%;
}

.beer-price {
  color: var(--olive);
  margin-top: 40px;
  font-family: Inconsolata, monospace;
}

.faq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-21-copy {
  background-color: #70783e;
  width: 90vw;
  height: auto;
}

.faq-question {
  color: var(--linen);
  border-top: 0 #000;
  border-bottom: 2px #eee9e1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: Josefin Sans, sans-serif;
}

.faq-question.alt {
  border-bottom-color: var(--olive);
  color: var(--olive);
}

.faq-block-1 {
  background-color: var(--olive-2);
  border-bottom: 1px solid #eee9e1;
  width: 90vw;
  height: auto;
  padding: 40px 20px;
}

.question-block {
  justify-content: flex-start;
  align-items: flex-end;
  height: 60px;
  padding-left: 20px;
  display: flex;
}

.answer-block-1 {
  align-items: center;
  height: 0;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  overflow: hidden;
}

.arrow-dropdown-block {
  width: 60px;
  height: 60px;
}

.image-17 {
  filter: invert();
  mix-blend-mode: lighten;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 10px;
}

.faq-block-2 {
  background-color: var(--olive);
  border-bottom: 1px solid #eee9e1;
  width: 90vw;
  height: auto;
  padding: 40px 20px;
}

.paragraph-2-copy {
  color: var(--linen);
  letter-spacing: 0;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.paragraph-2-copy.alt {
  color: var(--olive-2);
}

.answer-block-2, .answer-block-3 {
  align-items: center;
  height: 0;
  margin-top: 60px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  overflow: hidden;
}

.faq-block-3 {
  background-color: var(--olive-2);
  border-bottom: 1px solid #eee9e1;
  width: 90vw;
  height: auto;
  padding: 40px 20px;
}

.heading-18, .design-header {
  color: var(--olive-2);
  margin-bottom: 60px;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.faq-block-4 {
  background-color: var(--olive);
  border-bottom: 1px solid #eee9e1;
  width: 90vw;
  height: auto;
  padding: 40px 20px;
}

.paragraph-3 {
  width: 90vw;
  margin-bottom: 100px;
}

.faq-thoughts {
  background-color: var(--olive);
  border-bottom: 1px solid #eee9e1;
  width: 90vw;
  height: auto;
  padding: 40px 20px;
}

.thoughts {
  color: var(--linen);
  letter-spacing: 0;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.thoughts.alt {
  color: var(--olive-2);
}

.div-block-24 {
  background-color: var(--linen);
  border: 4px #fb4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 10vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -10%;
}

.heading-19 {
  color: #fb4;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Inconsolata, monospace;
  font-size: 49px;
  font-weight: 400;
}

.answer-block-4 {
  align-items: center;
  height: 0;
  margin-top: 60px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  overflow: hidden;
}

.thoughts-block {
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  overflow: hidden;
}

.dips {
  background-color: var(--polaroid);
  width: 90vw;
  height: auto;
}

.grilled-meats-copy {
  padding: 60px;
}

.arrow-down {
  opacity: .4;
  mix-blend-mode: darken;
  border: 3px solid #7b7d3c;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  padding: 10px;
}

.vovo-latin-grill---landing-page {
  z-index: 1;
  background-color: #eee9e1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-18 {
  width: 400px;
  height: 400px;
  position: relative;
  inset: 0% auto auto 0%;
}

.link {
  color: var(--orange);
  text-align: center;
  letter-spacing: 4px;
  font-family: Inconsolata, monospace;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.68, -.55, .265, 1.55);
  position: static;
  inset: 0% auto 0% 0%;
}

.link:hover {
  color: var(--black);
  line-height: 42px;
}

.left-column {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-column {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.top-column {
  z-index: 10;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 5vw;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.link-2 {
  color: #feba44;
  letter-spacing: 4px;
  font-family: Inconsolata, monospace;
  font-size: 2rem;
  text-decoration: none;
}

.link-2.top {
  transition: all .35s cubic-bezier(.68, -.55, .265, 1.55);
}

.link-2.top:hover {
  color: var(--black);
  letter-spacing: 8px;
}

.link-2.top.w--current {
  border-bottom: 3px solid var(--orange);
  text-align: center;
  width: auto;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Inconsolata, monospace;
  position: absolute;
  top: 0;
}

.link-2.top.w--current:hover {
  padding-bottom: 20px;
  top: 0;
}

.link-2.bottom {
  border-top: 3px solid var(--orange);
  padding-top: 20px;
  transition: all .35s cubic-bezier(.68, -.55, .265, 1.55);
  position: relative;
  bottom: 20px;
}

.link-2.bottom:hover {
  color: var(--black);
  letter-spacing: 8px;
  padding-top: 10px;
  bottom: 10px;
}

.link-2.bottom.w--current {
  border-bottom: 2px solid var(--orange);
  padding-bottom: 20px;
  position: relative;
  top: 20px;
}

.bottom-column {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 5vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.bottom-column.alternative-layout {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  position: fixed;
}

.bottom-column.alternative-layout.fill {
  background-color: var(--linen);
}

.bottom-column.alternative-layout.fill.alt-height {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  height: 100px;
  padding-right: 40px;
}

.bottom-column.ordering {
  position: absolute;
  inset: auto 0% 0%;
}

.heading-20 {
  color: var(--orange);
  display: none;
}

.heading-21 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 7rem;
  line-height: 8.3rem;
  display: flex;
}

.outline-h1 {
  color: #eee9e1;
  letter-spacing: 6px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--orange);
  font-family: Josefin Sans, sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  position: static;
}

.pale-h2-left {
  color: #fff;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.5rem;
  position: absolute;
  inset: 0% auto auto 40px;
}

.pale-h2-left.top {
  margin-bottom: 0;
  font-size: 1.5rem;
  transition: color .25s;
  inset: auto auto 0% 40px;
}

.pale-h2-left-right {
  color: #fff;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 2rem;
  position: absolute;
  inset: 0% 40px auto auto;
}

.pale-h2-left-right.top {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.4rem;
  transition: color .35s cubic-bezier(.445, .05, .55, .95);
  inset: auto 40px 0% auto;
}

.pale-h2-left-right.top:hover {
  color: #bfbbb5;
}

.full-wrap {
  z-index: 0;
  background-color: var(--orange);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.full-wrap.clay {
  background-color: var(--linen);
  background-image: none;
}

.landing-images {
  z-index: 0;
  background-color: var(--linen);
  opacity: 1;
  color: var(--phantom);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-page, .gallery-slide {
  z-index: 0;
  opacity: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-2 {
  background-color: #eee9e1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 700px;
  display: flex;
}

.slide-5 {
  width: 1000px;
  height: 700px;
}

.slide-nav-2 {
  padding-top: 0;
}

.image-19 {
  border-radius: 100%;
  width: 700px;
  height: 500px;
}

.mask {
  width: 100%;
  height: 100%;
}

.center-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-image {
  background-image: url('../images/New-menu-images-074.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 700px;
  height: 500px;
}

.div-image-2 {
  background-image: url('../images/image00001.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 100%;
  width: 700px;
  height: 500px;
}

.div-image-3 {
  background-image: url('../images/317271795_698613468270117_3964150340405564461_n.jpg');
  background-position: 50% 62%;
  background-size: cover;
  border-radius: 100%;
  width: 700px;
  height: 500px;
}

.link-3 {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  transition: color .25s cubic-bezier(.445, .05, .55, .95);
}

.link-3:hover {
  color: #bfbbb5;
}

.cp-link---contact {
  border-right: 3px solid var(--orange);
  color: var(--orange);
  text-align: center;
  letter-spacing: 4px;
  width: 100%;
  font-family: Inconsolata, monospace;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.68, -.55, .265, 1.55);
  position: static;
  inset: 0% auto 0% 0%;
}

.cp-link---contact:hover {
  color: var(--black);
  line-height: 42px;
}

.cp-link---gallery {
  border-left: 3px solid var(--orange);
  color: var(--orange);
  text-align: center;
  letter-spacing: 4px;
  width: 100%;
  font-family: Inconsolata, monospace;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.68, -.55, .265, 1.55);
  position: static;
  inset: 0% auto 0% 0%;
}

.cp-link---gallery:hover {
  color: var(--black);
  line-height: 42px;
}

.gs-link---contact {
  border-right: 3px solid var(--orange);
  color: var(--orange);
  text-align: center;
  letter-spacing: 4px;
  width: 100%;
  font-family: Inconsolata, monospace;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.68, -.55, .265, 1.55);
  position: static;
  inset: 0% auto 0% 0%;
}

.gs-link---contact:hover {
  color: var(--black);
  line-height: 42px;
}

.gs-link---gallery {
  border-left: 3px solid var(--orange);
  color: var(--orange);
  text-align: center;
  letter-spacing: 4px;
  width: 100%;
  font-family: Inconsolata, monospace;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.68, -.55, .265, 1.55);
  position: static;
  inset: 0% auto 0% 0%;
}

.gs-link---gallery:hover {
  color: var(--black);
  line-height: 42px;
}

.right-column-copy {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.li-link---contact {
  border-style: solid;
  border-width: 0 3px 0 0;
  border-color: black var(--orange) black black;
  color: var(--orange);
  text-align: center;
  letter-spacing: 4px;
  width: 100%;
  font-family: Inconsolata, monospace;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.68, -.55, .265, 1.55);
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.li-link---contact:hover {
  color: var(--black);
  border-right-width: 3px;
  line-height: 39px;
}

.li-link---gallery {
  border-left: 3px solid var(--orange);
  color: var(--orange);
  text-align: center;
  letter-spacing: 4px;
  width: 100%;
  font-family: Inconsolata, monospace;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.68, -.55, .265, 1.55);
  position: static;
  inset: 0% auto 0% 0%;
}

.li-link---gallery:hover {
  color: var(--black);
  line-height: 39px;
}

.form-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.text-field-4 {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--black-3);
  background-color: #eee9e1;
  margin-bottom: 40px;
}

.submit-button-3 {
  border: 2px solid var(--black);
  background-color: var(--linen);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 50px;
  width: 200px;
  margin-top: 60px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
}

.field-label-2 {
  color: var(--black-3);
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-family: Josefin Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.order-online-button {
  border: 2px solid var(--orange);
  background-color: var(--alpha-0);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-top: 40px;
  padding: 4px 0 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: absolute;
  inset: auto auto 40px 5vw;
}

.order-online-button:hover {
  color: var(--linen);
  width: 240px;
}

.order-online-button.right {
  width: 220px;
  margin-top: 0;
  inset: auto 5vw 40px auto;
}

.order-online-button.right:hover {
  border-color: var(--orange-2);
  width: 250px;
}

.order-online-button.center {
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% auto auto 0%;
}

.order-online-button.center:hover {
  width: 250px;
}

.order-online-button.middle {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.order-online-button.middle.black {
  z-index: 10;
  border-color: var(--phantom);
  color: var(--phantom);
  position: absolute;
}

.div-block-25 {
  border: 1px solid #000;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 40px;
  padding-top: 2px;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: absolute;
  bottom: -20px;
  left: 5vw;
  right: auto;
}

.div-block-25:hover {
  color: var(--linen);
  background-color: #88904e;
  border-style: solid;
  border-color: #88904e;
}

.socials-button-1 {
  border: 3px solid var(--orange);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  display: flex;
  position: static;
  inset: auto 5vw 0% auto;
}

.socials-button-2 {
  border: 3px solid #000;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  position: static;
  inset: auto 90px 0% auto;
}

.istagram-text, .facebook-text {
  color: var(--black-5);
  text-align: center;
  letter-spacing: 2px;
  border: 2px #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: static;
  inset: auto auto 0% 0;
}

.icon, .right-arrow-2 {
  filter: invert();
}

.div-block-26 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: 40px;
  margin-left: 0;
  display: flex;
  position: relative;
  inset: auto 0% 10px;
}

.div-block-26.alternative-layout {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 800px;
  position: static;
}

.button-right {
  border: 2px solid #000;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 40px;
  padding-top: 2px;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: absolute;
  inset: auto 5vw 0% auto;
}

.button-right:hover {
  color: var(--linen);
  background-color: #88904e;
  border-style: solid;
  border-color: #88904e;
}

.heading-22 {
  opacity: .3;
  color: var(--dark-olive-green-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 0;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  font-weight: 400;
  line-height: 23px;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 5vw;
  right: auto;
}

.heading-22-copy {
  opacity: .3;
  color: var(--dark-olive-green-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 0;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  font-weight: 400;
  line-height: 23px;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 5vw;
}

.link-block-6 {
  width: 40px;
}

.fb-link {
  color: var(--black);
  width: auto;
  text-decoration: none;
}

.in-link {
  color: var(--black);
  width: 40px;
  text-decoration: none;
}

.image-20 {
  padding: 5px 5px 9px;
}

.image-21 {
  padding: 4px 4px 7px;
}

.image-22 {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
}

.heading-23 {
  color: var(--orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

._60vw {
  background-color: var(--olive-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-4 {
  color: var(--black-5);
  text-align: justify;
  width: 50vw;
  font-family: Inconsolata, monospace;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.7rem;
}

.logo-wrapper {
  z-index: 5;
  background-image: url('../images/Logo-outline.png');
  background-position: 50% 38%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 40vw;
  display: flex;
  position: relative;
}

.about-us-button {
  border: 2px solid var(--orange);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 4px;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: static;
  inset: auto 5vw 0% auto;
}

.about-us-button:hover {
  width: 200px;
}

.our-menu-button {
  border: 3px solid var(--orange);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 0;
  padding-top: 2px;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: static;
  inset: auto 5vw 0% auto;
}

.our-menu-button:hover {
  width: 200px;
}

.in-button {
  border: 3px solid var(--orange);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 0;
  padding-top: 2px;
  display: flex;
  position: static;
  inset: auto 5vw 0% auto;
}

.fb-button {
  border: 3px solid var(--orange);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5px;
  padding-top: 2px;
  display: flex;
  position: static;
  inset: auto 5vw 0% auto;
}

.pupil {
  background-color: var(--phantom);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  display: flex;
  position: absolute;
  inset: 11.9vw 0% 0% 21.8vw;
}

.order-online-button-alternative {
  background-color: var(--olive);
  color: var(--black-5);
  text-align: center;
  letter-spacing: 2px;
  border: 2px #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-top: 40px;
  padding: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: absolute;
  inset: auto 5vw 0% auto;
}

.order-online-button-alternative:hover {
  color: var(--linen);
}

.big {
  z-index: 3;
  text-align: center;
  width: 100vw;
  font-family: Josefin Sans, sans-serif;
  font-size: 21vw;
  position: absolute;
}

.big.static {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-size: 12rem;
  line-height: 0;
  display: flex;
  position: relative;
}

.body-7 {
  background-color: var(--linen);
}

.about-us {
  z-index: 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0 15vw;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.big-2 {
  opacity: 1;
  color: var(--olive-2);
  text-align: left;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--dark-olive-green-2);
  width: 50vw;
  font-family: Josefin Sans, sans-serif;
  font-size: 15vw;
  line-height: 21vw;
  display: flex;
  position: absolute;
}

.about-us-text {
  color: var(--linen);
  text-align: justify;
  text-transform: uppercase;
  width: 45vw;
  margin-left: 50vw;
  padding-right: 60px;
  font-family: Inconsolata, monospace;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.about-us-image {
  background-image: url('../images/New-menu-images-074.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 40vw;
  height: 60vh;
  margin-left: 5vw;
  position: absolute;
}

.moving-sun {
  z-index: 1;
  background-color: var(--gold);
  filter: blur(131px);
  border-radius: 100%;
  width: 50vw;
  height: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0 0% auto;
}

.div-block-27 {
  z-index: 2;
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  width: 100vw;
  height: 100vh;
  position: sticky;
}

.blur-screen {
  z-index: 2;
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  width: 100vw;
  height: 1000vh;
  display: none;
  position: fixed;
  inset: 0 0% 0%;
}

.big-intro-text-line-1 {
  z-index: 3;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 20vh;
  margin-top: 20vh;
  font-family: Josefin Sans, sans-serif;
  font-size: 3rem;
  line-height: 5rem;
  display: flex;
  position: relative;
}

.big-intro-text-line-2, .big-intro-text-line-3, .big-intro-text-line-4 {
  z-index: 3;
  text-align: center;
  width: 100vw;
  font-family: Josefin Sans, sans-serif;
  font-size: 3rem;
  line-height: 5rem;
  position: static;
}

.big-intro-text-filler-1, .big-intro-text-filler-2, .big-intro-text-filler-3 {
  z-index: 3;
  color: var(--orange);
  text-align: center;
  letter-spacing: 10px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black-5);
  width: 100vw;
  font-family: Inconsolata, monospace;
  font-size: 7rem;
  line-height: 8rem;
  position: static;
}

.paragraph-5 {
  z-index: 5;
  text-align: left;
  text-transform: uppercase;
  flex-direction: row;
  width: 100vw;
  height: auto;
  font-family: Josefin Sans, sans-serif;
  font-size: 10vh;
  line-height: 14vh;
  display: block;
  position: fixed;
  inset: 50% auto 0% 0%;
}

.intro-p-container {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.big-alt {
  z-index: 3;
  color: var(--orange);
  text-align: center;
  width: 100vw;
  font-family: Josefin Sans, sans-serif;
  font-size: 21vw;
  position: sticky;
  top: -1px;
}

.big-alt.static {
  width: auto;
  font-size: 20vw;
  font-weight: 300;
  line-height: 10vw;
  position: static;
}

.huge {
  z-index: 3;
  text-align: center;
  width: 100vw;
  font-family: Josefin Sans, sans-serif;
  font-size: 21vw;
  position: absolute;
}

.huge.static {
  letter-spacing: 80px;
  width: auto;
  height: 32vh;
  font-family: Inconsolata, monospace;
  font-size: 30vw;
  font-style: italic;
  font-weight: 400;
  line-height: 10vw;
  position: static;
}

.huge.static.fat {
  letter-spacing: 3px;
  font-style: normal;
  font-weight: 700;
}

.div-block-28 {
  color: var(--orange);
  text-transform: uppercase;
  width: 90vw;
  height: 90vh;
  margin-top: 10vh;
}

.paragraph-6 {
  z-index: 4;
  color: var(--phantom);
  text-align: justify;
  width: 90vw;
  font-family: Inconsolata, monospace;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
  position: absolute;
}

.heading-24 {
  border-top: 2px solid var(--black-2);
  color: var(--phantom);
  text-align: justify;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  width: 550px;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-top: 40px;
  font-family: Josefin Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  position: relative;
}

.heading-24.remove-borders {
  border-top-style: none;
}

.smooth-scroll {
  display: block;
  position: relative;
}

.letterbox-background {
  z-index: 0;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--dark-khaki), var(--olive-2));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.big-into {
  z-index: 3;
  color: var(--linen);
  text-align: center;
  text-transform: uppercase;
  width: 60vw;
  font-family: Josefin Sans, sans-serif;
  font-size: 3.8rem;
  line-height: 6.7rem;
  position: relative;
}

.big-into.static {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-size: 12rem;
  line-height: 0;
  display: flex;
  position: relative;
}

.link-block-7 {
  mix-blend-mode: lighten;
  margin-top: 100px;
  position: relative;
  transform: rotate(180deg);
}

.image-23 {
  filter: invert();
  border: 3px solid #000;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  padding: 8px 6px 6px;
}

.quick-stack-2 {
  z-index: 4;
  width: 100%;
  position: absolute;
}

.cell {
  justify-content: flex-start;
}

.heading-25 {
  color: var(--orange);
  margin-bottom: 20px;
  font-family: Josefin Sans, sans-serif;
  font-weight: 700;
}

.heading-26 {
  color: var(--phantom);
  text-align: center;
  letter-spacing: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 0;
  padding-left: 27px;
  font-family: Josefin Sans, sans-serif;
  font-size: 85px;
  font-weight: 300;
  display: flex;
}

.intro-h-m {
  color: var(--phantom);
  text-align: center;
  width: 600px;
  font-family: Josefin Sans, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 171px;
  position: relative;
}

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

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

.in-button-heading {
  color: var(--orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.vinyle-backdrop {
  z-index: 0;
  opacity: .27;
  mix-blend-mode: luminosity;
  background-image: url('../images/unit-graphic-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.our-menu-button-copy {
  border: 3px solid var(--orange);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
  padding-top: 2px;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: static;
  inset: auto 5vw 0% auto;
}

.our-menu-button-copy:hover {
  width: 200px;
}

.link-1 {
  background-color: var(--orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 60px;
  margin-top: 40px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.link-1:hover {
  background-color: var(--olive-2);
}

.order-online-button-copy {
  border: 3px solid var(--orange);
  background-color: var(--alpha-0);
  color: var(--orange);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-top: 40px;
  padding: 4px 0 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: absolute;
  inset: auto auto 0% 5vw;
}

.order-online-button-copy:hover {
  background-color: var(--orange);
  color: var(--linen);
  width: 240px;
}

.order-online-button-copy.right {
  inset: auto 5vw 0% auto;
}

.order-online-button-copy.right:hover {
  width: 250px;
}

.order-online-button-copy.center {
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% auto auto 0%;
}

.order-online-button-copy.center:hover {
  width: 250px;
}

.order-online-button-copy.middle {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.order-online-button-copy.middle.black {
  z-index: 10;
  border-color: var(--phantom);
  color: var(--phantom);
  position: absolute;
}

.home {
  border: 3px solid var(--orange);
  background-color: var(--alpha-0);
  color: var(--orange);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bottom-about-column {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.intro-button---home {
  z-index: 2;
  border: 0px solid var(--dark-olive-green-2);
  background-color: var(--alpha-0);
  color: var(--palarium);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 4px 0 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto;
}

.intro-button---home.w--current {
  z-index: 2;
}

.intro-button---home.right {
  inset: auto 5vw 0% auto;
}

.intro-button---home.right:hover {
  width: 250px;
}

.intro-button---home.center {
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% auto auto 0%;
}

.intro-button---home.center:hover {
  width: 250px;
}

.intro-button---home.middle {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.intro-button---home.middle.black {
  z-index: 10;
  border-color: var(--phantom);
  color: var(--phantom);
  position: absolute;
}

.intro-button---home.alt {
  color: var(--phantom);
}

.directions-button {
  border: 3px solid var(--orange);
  background-color: var(--alpha-0);
  color: var(--orange);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-top: 40px;
  padding: 4px 0 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: absolute;
  inset: auto auto 0% 5vw;
}

.directions-button:hover {
  background-color: var(--orange);
  color: var(--linen);
  width: 240px;
}

.directions-button.right {
  margin-top: 0;
  inset: 0% 5vw auto auto;
}

.directions-button.right:hover {
  width: 250px;
}

.directions-button.center {
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% auto auto 0%;
}

.directions-button.center:hover {
  width: 250px;
}

.directions-button.middle {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.directions-button.middle.black {
  z-index: 10;
  border-color: var(--phantom);
  color: var(--phantom);
  position: absolute;
}

.intro-button---order-online {
  z-index: 2;
  border: 0px solid var(--dark-olive-green-2);
  background-color: var(--alpha-0);
  color: var(--palarium);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  padding: 4px 0 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto;
}

.intro-button---order-online.right {
  inset: auto 5vw 0% auto;
}

.intro-button---order-online.right:hover {
  width: 250px;
}

.intro-button---order-online.center {
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% auto auto 0%;
}

.intro-button---order-online.center:hover {
  width: 250px;
}

.intro-button---order-online.middle {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.intro-button---order-online.middle.black {
  z-index: 10;
  border-color: var(--phantom);
  color: var(--phantom);
  position: absolute;
}

.intro-button---order-online.alt {
  color: var(--phantom);
}

.intro-button---menu {
  z-index: 2;
  border: 0px solid var(--dark-olive-green-2);
  background-color: var(--alpha-0);
  color: var(--palarium);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  padding: 4px 0 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto;
}

.intro-button---menu.right {
  inset: auto 5vw 0% auto;
}

.intro-button---menu.right:hover {
  width: 250px;
}

.intro-button---menu.center {
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% auto auto 0%;
}

.intro-button---menu.center:hover {
  width: 250px;
}

.intro-button---menu.middle {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.intro-button---menu.middle.black {
  z-index: 10;
  border-color: var(--phantom);
  color: var(--phantom);
  position: absolute;
}

.intro-button---menu.alt {
  color: var(--phantom);
}

.intro-button---menu-copy {
  z-index: 2;
  border: 3px solid var(--phantom);
  background-color: var(--alpha-0);
  color: var(--phantom);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  padding: 4px 0 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: width .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: absolute;
  inset: auto auto 40px 5vw;
}

.intro-button---menu-copy:hover {
  width: 240px;
}

.intro-button---menu-copy.right {
  inset: auto 5vw 0% auto;
}

.intro-button---menu-copy.right:hover {
  width: 250px;
}

.intro-button---menu-copy.center {
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% auto auto 0%;
}

.intro-button---menu-copy.center:hover {
  width: 250px;
}

.intro-button---menu-copy.middle {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.intro-button---menu-copy.middle.black {
  z-index: 10;
  border-color: var(--phantom);
  color: var(--phantom);
  position: absolute;
}

.intro-button---menu-copy-copy {
  border: 3px solid var(--phantom);
  background-color: var(--alpha-0);
  color: var(--phantom);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  padding: 4px 0 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: absolute;
  inset: auto auto 40px 5vw;
}

.intro-button---menu-copy-copy:hover {
  width: 240px;
}

.intro-button---menu-copy-copy.right {
  inset: auto 5vw 0% auto;
}

.intro-button---menu-copy-copy.right:hover {
  width: 250px;
}

.intro-button---menu-copy-copy.center {
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% auto auto 0%;
}

.intro-button---menu-copy-copy.center:hover {
  width: 250px;
}

.intro-button---menu-copy-copy.middle {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.intro-button---menu-copy-copy.middle.black {
  z-index: 10;
  border-color: var(--phantom);
  color: var(--phantom);
  position: absolute;
}

.intro-button---directions {
  z-index: 2;
  border: 0px solid var(--dark-olive-green-2);
  background-color: var(--alpha-0);
  color: var(--palarium);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  padding: 4px 0 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto;
}

.intro-button---directions.right {
  inset: auto 5vw 0% auto;
}

.intro-button---directions.right:hover {
  width: 250px;
}

.intro-button---directions.center {
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% auto auto 0%;
}

.intro-button---directions.center:hover {
  width: 250px;
}

.intro-button---directions.middle {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.intro-button---directions.middle.black {
  z-index: 10;
  border-color: var(--phantom);
  color: var(--phantom);
  position: absolute;
}

.intro-button---directions.alt {
  color: var(--phantom);
}

.intro-column {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 860px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.intro-button-container {
  width: 200px;
  height: 40px;
  overflow: hidden;
}

.silhouette---background {
  opacity: .25;
  mix-blend-mode: multiply;
  background-image: url('../images/Treeline.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 70vh;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.silhouette---foreground {
  opacity: 1;
  mix-blend-mode: multiply;
  background-image: url('../images/IMG_0675.png');
  background-position: 50% 183%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 70vh;
  position: absolute;
  inset: auto 0% 0%;
}

.section-9 {
  background-color: #787c38;
  width: 100vw;
  height: 100vh;
}

._300px {
  border: 17px solid #333;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
}

.dead-h1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: 30px;
  font-family: Josefin Sans, sans-serif;
  font-size: 150px;
  display: flex;
}

.div-block-30 {
  background-image: url('../images/Logo-FINAL.png');
  background-position: 0 0;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.contact {
  color: var(--black);
  width: auto;
  text-decoration: none;
}

.contact-us-button {
  border: 2px solid var(--orange);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5px;
  padding-top: 4px;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: static;
  inset: auto 5vw 0% auto;
}

.contact-us-button:hover {
  width: 200px;
}

.gallery-button {
  border: 2px solid var(--orange);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
  padding-top: 2px;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: static;
  inset: auto 5vw 0% auto;
}

.gallery-button:hover {
  width: 200px;
}

.gallery-link {
  color: var(--black);
  width: auto;
  text-decoration: none;
}

.heading-27 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Josefin Sans, sans-serif;
  position: absolute;
  inset: auto 0% 0%;
}

.learn-more-button {
  border: 3px solid var(--orange);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 177px;
  height: 40px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 4px;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  inset: auto auto 0%;
}

.learn-more-button:hover {
  width: 200px;
}

.image-24 {
  opacity: 1;
  display: none;
}

.heading-28, .heading-29 {
  display: none;
}

.galley-block {
  width: 100vw;
  height: 90px;
}

.custom-cursor-1 {
  z-index: 3;
  background-color: var(--orange);
  opacity: 1;
  pointer-events: none;
  mix-blend-mode: hard-light;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.div-block-31 {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .15s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-31:hover {
  opacity: 1;
}

.link-4 {
  color: var(--linen);
  letter-spacing: 4px;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .25s;
}

.link-4:hover {
  font-family: Josefin Sans, sans-serif;
}

.back-button {
  z-index: 10;
  cursor: pointer;
  width: 160px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  position: absolute;
  inset: 0% auto auto 0%;
}

.back-button:hover {
  width: 175px;
  height: 55px;
}

.back-button.fixed {
  z-index: 10;
  position: fixed;
}

.back-button._2 {
  margin-top: 8px;
}

.link-block-8 {
  background-color: var(--olive-2);
  cursor: pointer;
  border-bottom-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-block-19 {
  color: var(--linen);
  letter-spacing: 4px;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.div-block-32 {
  opacity: .08;
  background-color: #fff;
  border-radius: 100%;
  width: 30%;
  height: 30%;
  position: relative;
  bottom: 3px;
  right: 4px;
}

.form-button {
  background-color: var(--olive-2);
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 3px #7c7d3b00;
  border-radius: 252px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2px;
  transition: all .25s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
}

.form-button:hover {
  border-style: none;
  border-color: var(--linen);
  background-color: #ffc661;
  width: 180px;
  height: 40px;
}

.form-button.outline {
  border: 2px solid var(--orange-2);
  background-color: var(--linen);
  color: var(--orange);
}

.form-button.pad-high-0 {
  margin-top: 20px;
}

.form-button.pad-top-40 {
  margin-top: 40px;
}

.promotion-button {
  z-index: 11;
  border: 3px solid var(--orange);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: absolute;
  inset: auto 0% 40px;
}

.promotion-button:hover {
  width: 220px;
}

.body-8 {
  background-color: var(--linen);
}

.shop-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
}

.shop-section.alt {
  background-color: #fff;
  height: auto;
  padding-top: 20vh;
}

.grid-19 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 300px 300px 300px;
  width: 940px;
}

.product-card {
  width: 300px;
  height: auto;
  padding-bottom: 40px;
}

.product-image {
  width: 300px;
  height: 300px;
}

.product-image.default {
  background-image: url('../images/image00001.jpeg');
  background-position: 50%;
  background-size: cover;
}

.product-name {
  text-align: left;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.product-price {
  text-align: left;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.product-description {
  min-height: 115px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
}

.about-us---mobile {
  z-index: 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0 15vw;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.curtain {
  z-index: 6;
  color: #ad5656;
  background-color: #717434;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.gradient-strip {
  background-image: linear-gradient(#0000, #717434);
  width: 100vw;
  height: 7svh;
  position: fixed;
  inset: -7svh 0% auto;
}

.disclaimer {
  display: none;
}

.menu-slider {
  background-color: var(--olive);
  width: 100vw;
  height: 100svh;
}

.icon-2, .icon-3 {
  filter: invert();
}

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

.form-block-4 {
  width: 80vw;
}

.columns-3 {
  margin-bottom: 40px;
}

.heading-31 {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-32 {
  color: var(--linen);
  font-family: Josefin Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.paragraph-8 {
  color: var(--linen);
  font-family: Inconsolata, monospace;
}

.form-4 {
  margin-top: 40px;
}

.sf-form_checkbox-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.sf-icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.sf-form_checkbox {
  border-radius: var(--studioform-library--sf-corner--medium);
  border-style: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sf-form_checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.sf-form_checkbox.w--redirected-focus, .sf-form_checkbox.w--redirected-focus-visible {
  border-style: none;
  border-color: var(--studioform-library--sf-color--blue);
  border-radius: var(--studioform-library--sf-corner--medium);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
}

.sf-section_sf-form {
  color: var(--studioform-library--sf-color--subtle-black-21);
  font-family: Open Sans, sans-serif;
  position: relative;
}

.sf-form_block {
  margin-bottom: 0;
}

.sf-form_form {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sf-form_step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.sf-form_form-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sf-form_field-wrapper {
  flex-flow: column;
}

.sf-form_input-field {
  color: var(--linen);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.sf-form_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.sf-form_button-group.is-center {
  justify-content: center;
  align-items: center;
}

.sf-form_radio-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sf-form_heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.sf-form_heading-wrapper.is-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  display: grid;
}

.sf-heading-style-h4 {
  color: var(--dark-olive-green-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.sf-heading-style-h4.pad-low-20 {
  color: var(--dark-slate-grey);
  margin-bottom: 20px;
}

.sf-text-size-small {
  color: var(--olive-2);
  text-align: justify;
  font-family: Inconsolata, monospace;
  font-size: .875rem;
}

.sf-form_field-label {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.sf-form_input {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--studioform-library--sf-color--subtle-black-10) var(--studioform-library--sf-color--subtle-black-10) var(--olive-2);
  background-color: var(--linen);
  color: var(--dark-olive-green-2);
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .75rem 2.75rem .75rem .625rem;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s, box-shadow .3s;
}

.sf-form_input:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_input:focus-visible, .sf-form_input[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
}

.sf-form_input::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input.is-text-area {
  height: auto;
  min-height: 8.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.sf-form_input.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red);
}

.sf-form-icon-left {
  position: absolute;
  left: .75rem;
}

.sf-form-icon-left.sf-required {
  color: var(--studioform-library--sf-color--red);
}

.sf-icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.sf-button {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-21);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-black-21);
  color: var(--studioform-library--sf-color--subtle-white);
  text-align: center;
  cursor: pointer;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: opacity .3s;
  position: relative;
}

.sf-button:hover {
  opacity: .9;
}

.sf-button:focus {
  border-style: solid;
  border-color: var(--studioform-library--sf-color--blue);
  background-color: var(--studioform-library--sf-color--blue);
  box-shadow: 0 0 0 3px var(--studioform-library--sf-color--light-blue);
}

.sf-button:focus-visible, .sf-button[data-wf-focus-visible] {
  background-color: var(--studioform-library--sf-color--blue);
}

.sf-button.is-secondary {
  color: var(--studioform-library--sf-color--subtle-black-21);
  background-color: #0000;
}

.sf-success-message {
  background-color: #0000;
  padding: 2rem 0;
}

.sf-error-message {
  background-color: #0000;
  margin-top: 2rem;
  padding: 0;
}

.sf-spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.sf-form_input-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--linen);
  flex-flow: column;
  display: flex;
}

.sf-form_input-error-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--light-red);
  color: var(--studioform-library--sf-color--red);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  display: none;
}

.sf-form_input-error-wrapper.sf-required {
  display: flex;
}

.sf-form_field-main-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.sf-form_field-main-wrapper.is-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.sf-text-size-tiny {
  font-size: .75rem;
}

.sf-form_class-directory {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5rem;
  display: none;
}

.sf-form_class-directory-heading-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  border-radius: var(--studioform-library--sf-corner--large);
  background-color: var(--studioform-library--sf-color--subtle-black-21);
  color: var(--studioform-library--sf-color--subtle-white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.sf-heading-style-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.sf-form_class-directory-class-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--large);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: grid;
}

.sf-form_class-directory-class-tag {
  border-radius: var(--studioform-library--sf-corner--small);
  background-color: var(--studioform-library--sf-color--tag-blue);
  color: var(--studioform-library--sf-color--subtle-white);
  padding: .125rem .5rem;
  font-size: .7rem;
}

.sf-form_class-directory-class-tag-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: wrap;
  display: flex;
}

.sf-text-size-regular {
  letter-spacing: 2px;
  font-family: Josefin Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.sf-text-weight-semibold {
  font-weight: 600;
}

.sf-form_class-directory-class-tag-main-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.sf-form_class-directory-form-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-form-icon-right {
  color: var(--studioform-library--sf-color--red);
  display: none;
  position: absolute;
  right: 0;
}

.sf-form-icon-right.sf-required {
  display: block;
  right: .7rem;
}

.sf-form-icon-right.is-text-area {
  margin-top: .875rem;
  inset: 0% .7rem auto auto;
}

.sf-form_divider {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 1.5rem;
  display: flex;
}

.sf-form_divider-line {
  background-color: #2222221a;
  flex: 1;
  height: 1px;
}

.sf-form_main-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sf-form_checkbox-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .75rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.sf-form_checkbox-field:focus {
  border-color: var(--studioform-library--sf-color--blue);
  background-color: var(--studioform-library--sf-color--blue);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--light-blue);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_checkbox-field:focus-visible, .sf-form_checkbox-field[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--blue);
}

.sf-form_checkbox-field.sf-checked {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
  background-color: var(--studioform-library--sf-color--subtle-black-21);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_checkbox-field.sf-focus {
  border-color: var(--studioform-library--sf-color--blue);
  background-color: var(--studioform-library--sf-color--blue);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--light-blue);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_checkbox-field.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_radio-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: .75rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.sf-form_radio-field:focus, .sf-form_radio-field:focus-visible, .sf-form_radio-field[data-wf-focus-visible] {
  border-style: none;
}

.sf-form_radio-field.sf-checked {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
  background-color: var(--studioform-library--sf-color--subtle-black-21);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_radio-field.sf-focus {
  border-color: var(--studioform-library--sf-color--blue);
  background-color: var(--studioform-library--sf-color--blue);
  box-shadow: 0 0 0rem .1875rem var(--studioform-library--sf-color--light-blue);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_radio-field.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_radio-field.is-grow {
  flex: 1;
}

.sf-form_radio {
  border-radius: var(--studioform-library--sf-corner--medium);
  border-style: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sf-form_radio.w--redirected-checked {
  background-color: var(--orange-2);
  background-image: none;
  border-style: none;
}

.sf-form_radio.w--redirected-focus, .sf-form_radio.w--redirected-focus-visible {
  border-radius: var(--studioform-library--sf-corner--medium);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
  border-style: none;
  transition-property: none;
}

.sf-form_radio-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.sf-button-child.sf-await, .sf-button-await-child {
  display: none;
}

.sf-button-await-child.sf-await {
  display: block;
}

.sf-skeleton {
  border: 1px solid var(--studioform-library--base-color-neutral--neutral-lightest);
  border-radius: var(--studioform-library--sf-corner--small);
  cursor: wait;
  background-color: #dddbdd;
  margin: -1px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sf-skeleton.sf-hide {
  opacity: 0;
  pointer-events: none;
}

.sf-css {
  display: none;
}

.sf-skeleton-wrapper {
  width: 60%;
  height: 100%;
  position: relative;
}

.sf-form-icon-right-outer-wrapper {
  height: 100%;
  position: relative;
}

.sf-success-message-internal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--linen);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.sf-error-message-internal-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--red);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--light-red);
  color: var(--studioform-library--sf-color--red);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.sf-form_instructions-delete-this {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-21);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--grey);
  color: var(--studioform-library--sf-color--subtle-black-21);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 2rem 5rem;
  padding: 1.5rem;
  display: none;
}

.sf-text-style-link {
  color: var(--studioform-library--sf-color--blue);
  text-decoration: underline;
}

.sf-form_popup-component {
  z-index: 50;
  background-image: url('../images/unit-graphic-2.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.sf-form_popup-component-wrapper {
  background-color: var(--linen);
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem 4vw;
  display: flex;
  position: relative;
  overflow: auto;
}

.sf-form_popup-component-background-overlay {
  z-index: -1;
  background-color: var(--studioform-library--sf-color--subtle-black-20);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sf-form_popup-component-close-button {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-21);
  border-radius: var(--studioform-library--sf-corner--small);
  background-color: var(--studioform-library--sf-color--white);
  color: var(--studioform-library--sf-color--subtle-black-21);
  padding: .25rem;
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.sf-icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.sf-form_radio-group-error-trigger {
  display: none;
}

.sf-form_input-select {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  color: var(--studioform-library--sf-color--subtle-black-50);
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .8rem .625rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .3s;
}

.sf-form_input-select:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-select:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_input-select:focus-visible, .sf-form_input-select[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
}

.sf-form_input-select::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_input-select.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-select.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-date {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .69rem .625rem .68rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .3s;
  display: block;
}

.sf-form_input-date:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-date:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_input-date:focus-visible, .sf-form_input-date[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
}

.sf-form_input-date::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-date.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-date.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-date.is-icon-left-right {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.sf-max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.sf-form_top-progress-bar-wrapper {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.sf-form_top-progress-bar-track {
  background-color: var(--olive-2);
  width: 100%;
  height: .5rem;
  display: flex;
}

.sf-form_top-progress-bar-active {
  background-color: var(--linen);
  width: 20%;
  height: 100%;
}

.sf-text-code {
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-black-21);
  color: var(--studioform-library--sf-color--subtle-white);
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .875rem;
}

.sf-text-code-coloured-red {
  color: var(--studioform-library--sf-color--red);
}

.sf-text-code-coloured-green {
  color: var(--studioform-library--sf-color--green);
}

.sf-form_instructions-wrapper {
  width: 100%;
  max-width: 54rem;
}

.sf-form_form-content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sf-form_input-field-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.sf-form_button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
  display: flex;
}

.sf-form_button-group-2.is-center {
  justify-content: center;
  align-items: center;
}

.sf-heading-style-h4-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.sf-text-size-small-2 {
  font-size: .875rem;
}

.sf-form_input-2 {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .75rem 2.75rem .75rem .625rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s, box-shadow .3s;
}

.sf-form_input-2:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-2:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_input-2:focus-visible, .sf-form_input-2[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
}

.sf-form_input-2::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-2.is-text-area {
  height: auto;
  min-height: 8.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.sf-form_input-2.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-2.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.sf-form_radio-2 {
  border-radius: var(--studioform-library--sf-corner--medium);
  border-style: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sf-form_radio-2.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.sf-form_radio-2.w--redirected-focus, .sf-form_radio-2.w--redirected-focus-visible {
  border-radius: var(--studioform-library--sf-corner--medium);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
  border-style: none;
}

.sf-skeleton-2 {
  border: 1px solid var(--studioform-library--base-color-neutral--neutral-lightest);
  border-radius: var(--studioform-library--sf-corner--small);
  cursor: wait;
  background-color: #dddbdd;
  margin: -1px;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sf-skeleton-2.sf-hide {
  opacity: 0;
  pointer-events: none;
}

.sf-form_instructions-delete-this-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-21);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--grey);
  color: var(--studioform-library--sf-color--subtle-black-21);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 2rem 5rem;
  padding: 1.5rem;
  display: none;
}

.sf-form_popup-component-2 {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.sf-form_popup-component-wrapper-2 {
  border-radius: var(--studioform-library--sf-corner--large);
  background-color: var(--studioform-library--sf-color--white);
  align-self: center;
  width: 100%;
  max-width: 40rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem 4vw;
  position: relative;
  overflow: auto;
}

.form-button-copy {
  background-color: var(--olive-2);
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 3px #7c7d3b00;
  border-radius: 252px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2px;
  transition: all .25s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
}

.form-button-copy:hover {
  border-style: none;
  border-color: var(--linen);
  background-color: #ffc661;
  width: 180px;
  height: 40px;
}

.form-button-copy.outline {
  border: 2px solid var(--orange-2);
  background-color: var(--linen);
  color: var(--orange);
}

.form-button-copy.pad-high-0 {
  margin-top: 20px;
}

.sf-form_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.sf-form_component.is-100svh {
  min-height: 100svh;
}

.sf-form_input-field-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.sf-form_button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
  display: flex;
}

.sf-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.sf-heading-style-h4-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.sf-text-size-small-3 {
  font-size: .875rem;
}

.sf-form_input-3 {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .75rem 2.75rem .75rem .625rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s, box-shadow .3s;
}

.sf-form_input-3:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-3:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_input-3:focus-visible, .sf-form_input-3[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
}

.sf-form_input-3::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-3.is-text-area {
  height: auto;
  min-height: 8.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.sf-form_input-3.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-3.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-3.is-icon-left {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.sf-form_input-wrapper-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.sf-form_checkbox-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.sf-form_radio-3 {
  border-radius: var(--studioform-library--sf-corner--medium);
  border-style: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sf-form_radio-3.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.sf-form_radio-3.w--redirected-focus, .sf-form_radio-3.w--redirected-focus-visible {
  border-radius: var(--studioform-library--sf-corner--medium);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
  border-style: none;
}

.sf-form_progress-step-indicator {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 3rem;
  display: flex;
}

.sf-form_progress-step-indicator.is-margin-change {
  margin-top: .5rem;
  margin-bottom: 0;
}

.sf-form_progress-step {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.sf-form_progress-step-line {
  border-radius: var(--studioform-library--sf-corner--small);
  background-color: var(--studioform-library--sf-color--subtle-black-10);
  height: .1875rem;
}

.sf-form_progress-step-line.sf-current {
  background-color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_progress-step-line.sf-completed {
  background-color: var(--studioform-library--sf-color--subtle-black-21);
}

.sf-form_progress-step-text {
  color: var(--studioform-library--sf-color--subtle-black-10);
}

.sf-form_progress-step-text.sf-current {
  color: var(--studioform-library--sf-color--subtle-black-50);
  font-weight: 400;
}

.sf-form_progress-step-text.sf-completed {
  color: var(--studioform-library--sf-color--subtle-black-21);
  font-weight: 700;
}

.sf-form_progress-step-icon-wrapper {
  background-color: var(--studioform-library--sf-color--subtle-black-21);
  color: var(--studioform-library--sf-color--subtle-white);
  border-radius: 100px;
  padding: .125rem;
  display: none;
}

.sf-form_progress-step-icon-wrapper.sf-completed {
  display: block;
}

.sf-form_progress-step-text-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sf-form_heading-internal-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sf-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.sf-form_checkbox-group-error-trigger {
  display: none;
}

.sf-form_input-field-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.sf-form_button-group-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
  display: flex;
}

.sf-form_button-group-4.is-center {
  justify-content: center;
  align-items: center;
}

.sf-heading-style-h4-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.sf-text-size-small-4 {
  font-size: .875rem;
}

.sf-form_instructions-delete-this-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-21);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--grey);
  color: var(--studioform-library--sf-color--subtle-black-21);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 2rem 5rem;
  padding: 1.5rem;
  display: none;
}

.div-block-34 {
  background-color: var(--linen);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 40rem;
  height: 20rem;
  padding: 40px;
  display: flex;
}

.header---message-success {
  color: var(--olive-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.sf-form_checkbox-label-2 {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.sf-icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.sf-form_checkbox-2 {
  border-radius: var(--studioform-library--sf-corner--medium);
  border-style: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sf-form_checkbox-2.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.sf-form_checkbox-2.w--redirected-focus, .sf-form_checkbox-2.w--redirected-focus-visible {
  border-style: none;
  border-color: var(--studioform-library--sf-color--blue);
  border-radius: var(--studioform-library--sf-corner--medium);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
}

.sf-section_sf-form-2 {
  color: var(--studioform-library--sf-color--subtle-black-21);
  font-family: Open Sans, sans-serif;
  position: relative;
}

.sf-form_component-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.sf-form_component-2.is-4vw-padding {
  padding-left: 4vw;
  padding-right: 4vw;
  overflow: visible;
}

.sf-form_block-2 {
  margin-bottom: 0;
}

.sf-form_form-2 {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sf-form_step-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.sf-form_form-content-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sf-form_field-wrapper-2 {
  flex-flow: column;
}

.sf-form_input-field-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.sf-form_input-field-5.is-text-area {
  justify-content: flex-end;
  align-items: flex-start;
}

.sf-form_button-group-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
  display: flex;
}

.sf-form_radio-group-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sf-form_heading-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.sf-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.sf-heading-style-h4-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.sf-text-size-small-5 {
  font-size: .875rem;
}

.sf-form_field-label-2 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.sf-form_input-4 {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .75rem 2.75rem .75rem .625rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s, box-shadow .3s;
}

.sf-form_input-4:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-4:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_input-4:focus-visible, .sf-form_input-4[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
}

.sf-form_input-4::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-4.is-text-area {
  height: auto;
  min-height: 8.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.sf-form_input-4.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-4.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-4.is-icon-left {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.sf-form-icon-left-2 {
  position: absolute;
  left: .75rem;
}

.sf-form-icon-left-2.sf-required {
  color: var(--studioform-library--sf-color--red);
}

.sf-icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.sf-button-2 {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-21);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-black-21);
  color: var(--studioform-library--sf-color--subtle-white);
  text-align: center;
  cursor: pointer;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: opacity .3s;
  position: relative;
}

.sf-button-2:hover {
  opacity: .9;
}

.sf-button-2:focus {
  border-style: solid;
  border-color: var(--studioform-library--sf-color--blue);
  background-color: var(--studioform-library--sf-color--blue);
  box-shadow: 0 0 0 3px var(--studioform-library--sf-color--light-blue);
}

.sf-button-2:focus-visible, .sf-button-2[data-wf-focus-visible] {
  background-color: var(--studioform-library--sf-color--blue);
}

.sf-button-2.is-secondary {
  color: var(--studioform-library--sf-color--subtle-black-21);
  background-color: #0000;
}

.sf-success-message-2 {
  background-color: #0000;
  padding: 2rem 0 0;
}

.sf-error-message-2 {
  background-color: #0000;
  margin-top: 2rem;
  padding: 0;
}

.sf-spacer-small-2 {
  width: 100%;
  padding-top: 1.5rem;
}

.sf-form_input-wrapper-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.sf-form_input-error-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--light-red);
  color: var(--studioform-library--sf-color--red);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  display: none;
}

.sf-form_input-error-wrapper-2.sf-required {
  display: flex;
}

.sf-form_field-main-wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.sf-spacer-medium-2 {
  width: 100%;
  padding-top: 2rem;
}

.sf-form_step-indicator {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-21);
  border-radius: var(--studioform-library--sf-corner--small);
  text-align: center;
  padding: .25rem .5rem;
}

.sf-text-size-tiny-2 {
  font-size: .75rem;
}

.sf-form_class-directory-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5rem;
  display: none;
}

.sf-form_class-directory-heading-wrapper-2 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  border-radius: var(--studioform-library--sf-corner--large);
  background-color: var(--studioform-library--sf-color--subtle-black-21);
  color: var(--studioform-library--sf-color--subtle-white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.sf-heading-style-h5-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.sf-form_class-directory-class-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--large);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: grid;
}

.sf-form_class-directory-class-tag-2 {
  border-radius: var(--studioform-library--sf-corner--small);
  background-color: var(--studioform-library--sf-color--tag-blue);
  color: var(--studioform-library--sf-color--subtle-white);
  padding: .125rem .5rem;
  font-size: .7rem;
}

.sf-form_class-directory-class-tag-wrapper-2 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: wrap;
  display: flex;
}

.sf-text-size-regular-2 {
  font-size: 1rem;
}

.sf-text-weight-semibold-2 {
  font-weight: 600;
}

.sf-form_class-directory-class-tag-main-wrapper-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.sf-form_class-directory-form-wrapper-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-form-icon-right-2 {
  color: var(--studioform-library--sf-color--red);
  display: none;
  position: absolute;
  right: 0;
}

.sf-form-icon-right-2.sf-required {
  display: block;
  right: .7rem;
}

.sf-form-icon-right-2.is-text-area {
  margin-top: .875rem;
  inset: 0% .7rem auto auto;
}

.sf-form_divider-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 1.5rem;
  display: flex;
}

.sf-form_divider-line-2 {
  background-color: #2222221a;
  flex: 1;
  height: 1px;
}

.sf-form_input-outer-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-form_main-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-form_checkbox-field-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .75rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.sf-form_checkbox-field-2:focus {
  border-color: var(--studioform-library--sf-color--blue);
  background-color: var(--studioform-library--sf-color--blue);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--light-blue);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_checkbox-field-2:focus-visible, .sf-form_checkbox-field-2[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--blue);
}

.sf-form_checkbox-field-2.sf-checked {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
  background-color: var(--studioform-library--sf-color--subtle-black-21);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_checkbox-field-2.sf-focus {
  border-color: var(--studioform-library--sf-color--blue);
  background-color: var(--studioform-library--sf-color--blue);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--light-blue);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_checkbox-field-2.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_radio-field-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: .75rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.sf-form_radio-field-2:focus, .sf-form_radio-field-2:focus-visible, .sf-form_radio-field-2[data-wf-focus-visible] {
  border-style: none;
}

.sf-form_radio-field-2.sf-checked {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
  background-color: var(--studioform-library--sf-color--subtle-black-21);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_radio-field-2.sf-focus {
  border-color: var(--studioform-library--sf-color--blue);
  background-color: var(--studioform-library--sf-color--blue);
  box-shadow: 0 0 0rem .1875rem var(--studioform-library--sf-color--light-blue);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_radio-field-2.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_radio-4 {
  border-radius: var(--studioform-library--sf-corner--medium);
  border-style: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sf-form_radio-4.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.sf-form_radio-4.w--redirected-focus, .sf-form_radio-4.w--redirected-focus-visible {
  border-radius: var(--studioform-library--sf-corner--medium);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
  border-style: none;
}

.sf-form_radio-label-2 {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.sf-button-child-2.sf-await, .sf-button-await-child-2 {
  display: none;
}

.sf-button-await-child-2.sf-await {
  display: block;
}

.sf-skeleton-3 {
  border: 1px solid var(--studioform-library--base-color-neutral--neutral-lightest);
  border-radius: var(--studioform-library--sf-corner--small);
  cursor: wait;
  background-color: #dddbdd;
  margin: -1px;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sf-skeleton-3.sf-hide {
  opacity: 0;
  pointer-events: none;
}

.sf-css-2 {
  display: none;
}

.sf-skeleton-wrapper-2 {
  width: 60%;
  height: 100%;
  position: relative;
}

.sf-form-icon-right-outer-wrapper-2 {
  height: 100%;
  position: relative;
}

.sf-form_radio-icon {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.sf-form_component-main-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
  overflow: auto;
}

.sf-form_component-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sf-success-message-internal-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--studioform-library--sf-color--green);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--light-green);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.sf-error-message-internal-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--red);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--light-red);
  color: var(--studioform-library--sf-color--red);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.sf-form_instructions-delete-this-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-21);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--grey);
  color: var(--studioform-library--sf-color--subtle-black-21);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 2rem 5rem;
  padding: 1.5rem;
  display: flex;
}

.sf-text-style-link-2 {
  color: var(--studioform-library--sf-color--blue);
  text-decoration: underline;
}

.sf-form_radio-group-error-trigger-2 {
  display: none;
}

.sf-form_input-select-2 {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  color: var(--studioform-library--sf-color--subtle-black-50);
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .8rem .625rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .3s;
}

.sf-form_input-select-2:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-select-2:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_input-select-2:focus-visible, .sf-form_input-select-2[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
}

.sf-form_input-select-2::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_input-select-2.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-select-2.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-date-2 {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .69rem .625rem .68rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .3s;
  display: block;
}

.sf-form_input-date-2:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-date-2:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_input-date-2:focus-visible, .sf-form_input-date-2[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-21);
}

.sf-form_input-date-2::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-date-2.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-date-2.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-date-2.is-icon-left-right {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.sf-text-code-2 {
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-black-21);
  color: var(--studioform-library--sf-color--subtle-white);
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .875rem;
}

.sf-text-code-coloured-red-2 {
  color: var(--studioform-library--sf-color--red);
}

.sf-text-code-coloured-green-2 {
  color: var(--studioform-library--sf-color--green);
}

.sf-form_instructions-wrapper-2 {
  width: 100%;
  max-width: 54rem;
}

.medium {
  z-index: 3;
  text-align: center;
  width: 100vw;
  font-family: Josefin Sans, sans-serif;
  font-size: 21vw;
  display: none;
  position: absolute;
}

.medium.static {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-size: 12rem;
  line-height: 0;
  display: flex;
  position: relative;
}

.card {
  background-color: #1b1b1b;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: none;
}

.nav_wrap {
  background-color: #ddd0;
}

.nav_button {
  width: 3.1rem;
  height: 5rem;
  padding: 0;
}

.nav_button.w--open {
  color: currentColor;
  background-color: #c8c8c800;
}

.hamburger_4_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_4_line {
  height: var(--thickness);
  width: var(--width);
  background-color: currentColor;
  border-radius: 100vw;
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_embed {
  position: absolute;
}

.menu-wrap, .gallery, .events-catering {
  display: none;
}

@media screen and (max-width: 991px) {
  .intro-wrapper-100x60 {
    width: auto;
    height: 100vh;
  }

  .text-16 {
    color: #fff;
    text-align: justify;
  }

  .text-16.text-16-60 {
    color: var(--olive-2);
    width: 100%;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w80-50 {
    background-color: #eee9e000;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .wrap.w80-50-start {
    flex-direction: column;
  }

  .content6-headline {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .gallery-wrapper-100x100 {
    height: auto;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .content4-item {
    text-align: center;
    width: 300px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .content4-items {
    margin-bottom: 0;
  }

  .mobile---hours {
    height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
    display: flex;
  }

  .link-admin.white {
    font-size: 4vw;
    line-height: 4vw;
  }

  .button-4 {
    font-size: 16px;
  }

  .soft-scroll {
    flex-direction: column;
    display: flex;
  }

  .contact-grid {
    width: 80vw;
    transform: translate(0, -100vh);
  }

  .contact-grid-text.p {
    text-align: justify;
    line-height: 28px;
  }

  .form-2 {
    width: 80vw;
  }

  .form-block-2 {
    width: auto;
    height: 60svh;
  }

  .landing---background {
    background-image: url('../images/Background.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 115%;
  }

  .meni-item-name---template {
    margin-bottom: 10px;
  }

  .menu-item-discription---template {
    width: 80vw;
    font-size: 2vw;
    line-height: 24px;
  }

  .nav-menu-photo-mask {
    width: 32vh;
    height: 45vh;
  }

  .nav-menu-links {
    width: 70%;
  }

  .menu-grid---picanha-na-chapa {
    display: flex;
  }

  .gluten {
    width: 60px;
  }

  .peanut, .sesame {
    width: 60px;
    height: 60px;
  }

  .allergen-index---picanha-na-chapa {
    grid-template-rows: 40px 20px 20px;
    margin-top: 40px;
  }

  .allergen-index---frano-na-chapa {
    grid-template-rows: 40px 20px 20px;
    margin-top: 20px;
  }

  .plant-based, .small-plates-sides {
    display: none;
  }

  .desktop {
    width: 100vw;
    height: auto;
    display: none;
  }

  .mobile {
    width: 100vw;
    height: 100vh;
    display: block;
  }

  .mobile-discription---picanha-na-chapa {
    background-color: var(--olive-2);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-image---frango-na-chapa {
    background-image: url('../images/marek-mucha-a74X5kHDs20-unsplash.jpg');
  }

  .mobile-discription---picanha-na-chapa-copy {
    background-color: var(--olive-2);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-discription---frango-na-chapa {
    background-color: var(--black-4);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-grid---prato-feito, .menu-grid---rio-dog, .menu-grid---hog-dog, .menu-grid---prato-vegano {
    display: flex;
  }

  .body-6 {
    background-color: #fff0;
  }

  .mobile-discription---prato-feito {
    background-color: var(--dark-olive-green-2);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-image---prato-feito {
    background-image: url('../images/£13.00.jpg');
  }

  .mobile-image---frango-de-verao {
    background-image: url('../images/marek-mucha-a74X5kHDs20-unsplash.jpg');
  }

  .mobile-discription---frango-de-verao {
    background-color: #77561c;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-allergen-info {
    display: none;
  }

  .menu-item-discription---center {
    width: 80vw;
    font-size: 2vw;
    line-height: 24px;
  }

  .success-message {
    background-color: var(--orange-2);
    color: #fff;
    border: 3px solid #fff;
    font-size: 20px;
  }

  .grid-15 {
    flex-direction: column;
    align-items: center;
    width: 90vw;
    display: flex;
  }

  .events-cta {
    width: 80vw;
    margin-bottom: 140px;
  }

  .events-description {
    width: 80vw;
  }

  .button-5 {
    font-size: 16px;
  }

  .feast-your-eyes {
    height: 70vh;
    display: flex;
  }

  .grid-17 {
    height: 70px;
  }

  .div-fill.right {
    padding-right: 20px;
  }

  .image-8 {
    filter: brightness(42%);
  }

  .image-8.alt {
    filter: none;
  }

  .link-block-menu {
    flex-direction: column;
    display: flex;
    top: 28px;
  }

  .footer-subscribe {
    display: flex;
  }

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

  .footer-form-two {
    padding: 100px 40px 0;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 100%;
    padding-right: 180px;
  }

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

  .footer-link-three {
    font-size: 2.2vw;
  }

  .footer-social-block-three {
    justify-content: space-between;
    width: 40vw;
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-social-link-three {
    margin-right: 0;
  }

  .footer-bottom {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .footer-copyright {
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 20px;
    font-size: 2vw;
  }

  .footer-copyright.txt-rclr--phantom {
    color: var(--phantom);
  }

  .footer-legal-link.site-design {
    margin-bottom: 40px;
    margin-left: 0;
    font-size: 2vw;
  }

  .footer-legal-link.site-design.txt-rclr--phantom {
    color: var(--phantom);
  }

  .footer-legal-link.privacy-policy {
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 2vw;
    display: block;
  }

  .image-9, .image-10, .image-11 {
    width: 40px;
    height: 40px;
  }

  .footer-social-link-four {
    margin-right: 0;
  }

  .landing---menu {
    background-size: auto 100vh;
  }

  .html-embed {
    display: flex;
  }

  .blocker, .image-13 {
    display: none;
  }

  .menu-socials {
    width: 50vw;
    margin-top: 40px;
  }

  .menu-socials.contact {
    justify-content: space-around;
    width: 40vw;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-top {
    width: 100vw;
    height: 20vh;
  }

  .quick-stack {
    height: auto;
  }

  ._100-wrap.contact-grid-primary {
    background-color: var(--orange-2);
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._100-wrap.contact-grid-secondary {
    width: 100vw;
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._100-wrap.gallery {
    background-color: var(--cornsilk);
  }

  .location {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 5.2vw;
  }

  .text-block-14 {
    font-size: 2.4vw;
    line-height: 3.6vw;
  }

  .grid-18 {
    justify-content: center;
    display: flex;
  }

  .div-block-17 {
    width: auto;
    height: auto;
  }

  .link-block---hours {
    display: none;
  }

  .align-left {
    text-align: center;
    align-items: center;
    width: 80vw;
  }

  ._4-col-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col-2._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content4-item-2 {
    text-align: center;
    margin-bottom: 40px;
  }

  .content4-items-2 {
    margin-bottom: 0;
  }

  .content6-pic.content6-image2, .content6-pic.content6-image6 {
    margin-bottom: 20px;
  }

  .content6-pic.content6-image7 {
    background-position: 50% 100%;
    margin-bottom: 0;
  }

  .content6-pic.content6-image8 {
    margin-bottom: 0;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .content6-headline-2 {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

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

  .hours-wrapper {
    display: none;
  }

  .hours-text {
    font-size: 2.4vw;
    line-height: 3.6vw;
  }

  .bold-text-10, .bold-text-11 {
    font-size: 2.4vw;
  }

  .link-block---directions {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .mobile---hours-text {
    text-align: center;
    width: 100vw;
    margin-top: 100px;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 2.4vw;
    line-height: 3.6vw;
  }

  .mobile---hours-text.no-padding {
    text-align: center;
    margin-top: 0;
  }

  .landing {
    height: 100svh;
    position: static;
  }

  .location-text {
    width: auto;
  }

  .location-text.text-16-60 {
    width: 100%;
  }

  .location-container {
    height: auto;
  }

  .error-message-2 {
    background-color: var(--olive-2);
  }

  .text-block-16 {
    color: var(--orange);
    text-align: center;
    letter-spacing: 2px;
    font-family: Inconsolata, monospace;
    font-size: 18px;
  }

  .text-block-17 {
    color: var(--olive-2);
  }

  .soft-scroll---mob {
    display: block;
  }

  .slider {
    display: flex;
  }

  .slide, .slide-2, .slide-3, .slide-4 {
    width: 100vw;
    height: 100%;
  }

  .form---home {
    width: 80vw;
  }

  .vovo-latin-grill---landing-page {
    display: flex;
  }

  .top-column {
    margin-top: 40px;
    display: flex;
  }

  .bottom-column {
    display: none;
  }

  .landing-images {
    background-image: url('../images/decal.jpg');
    background-position: 50%;
    background-size: auto 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .div-block-26 {
    bottom: 40px;
  }

  .heading-22, .heading-22-copy {
    display: none;
  }

  .logo-wrapper {
    border-bottom: 40px solid var(--linen);
    background-image: url('../images/VOVO-2.png'), url('../images/Screenshot-2025-01-20-at-23.36.50.png');
    background-position: 39%, 50% 38%;
    background-repeat: repeat-y, repeat;
    background-size: 77vw, auto;
    border-left-style: solid;
    border-left-width: 40px;
    width: 100vw;
    height: 100svh;
    display: flex;
    overflow: hidden;
  }

  .our-menu-button {
    display: none;
  }

  .pupil {
    width: 26vw;
    height: 26vw;
    display: none;
    top: 3.5vw;
    left: 49.5vw;
  }

  .big {
    display: none;
  }

  .about-us {
    background-color: var(--olive-2);
    background-image: none;
    background-size: auto;
    display: flex;
  }

  .heading-24 {
    color: var(--dark-slate-grey);
  }

  .heading-24.no-border {
    border: 1px #000;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .letterbox-background {
    background-color: var(--linen);
    background-image: none;
  }

  .intro-h-m {
    color: var(--dark-slate-grey);
  }

  .intro-column {
    width: 100vw;
    display: none;
  }

  .silhouette---background {
    display: none;
  }

  .gallery-button {
    margin-left: 0;
  }

  .image-24 {
    display: block;
    position: relative;
    inset: 0%;
  }

  .image-25 {
    height: 89vh;
    position: absolute;
    inset: auto 0% 0%;
  }

  .heading-28 {
    width: auto;
    margin: 0 auto;
    padding-bottom: 20px;
    font-family: Josefin Sans, sans-serif;
    font-size: 20rem;
    font-weight: 700;
    line-height: 15rem;
    display: block;
    position: relative;
  }

  .heading-29 {
    margin-top: 0;
    font-family: Josefin Sans, sans-serif;
    font-weight: 400;
    display: block;
  }

  .custom-cursor-1 {
    display: none;
  }

  .form-button {
    font-size: 16px;
  }

  .mobile-landing {
    z-index: 1;
    background-color: var(--linen);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
    display: flex;
    position: relative;
  }

  .about-us---mobile {
    background-color: var(--olive);
    height: 100svh;
    display: flex;
  }

  .mobile-logo {
    z-index: 2;
    background-image: url('../images/Logo2.png');
    background-position: 50%;
    background-size: cover;
    width: 90vw;
    height: 90vw;
    position: relative;
  }

  .paragraph-7 {
    text-align: justify;
    font-family: Josefin Sans, sans-serif;
    font-size: 22px;
    line-height: 35px;
  }

  .disclaimer {
    background-image: url('../images/unit-graphic-2.jpg');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100svh;
    display: flex;
  }

  .heading-30 {
    color: var(--cornsilk);
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--orange);
    font-family: Josefin Sans, sans-serif;
    font-size: 9rem;
    line-height: 9rem;
  }

  .sf-form_step {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sf-form_step.no-pad {
    padding-top: 0;
  }

  .sf-form_heading-wrapper.is-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .sf-heading-style-h4 {
    font-size: 1.75rem;
  }

  .sf-form_field-main-wrapper.is-grid {
    grid-template-columns: 1fr;
  }

  .sf-form_divider {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sf-skeleton {
    display: none;
  }

  .sf-form_instructions-delete-this {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sf-form_popup-component-wrapper {
    width: 90%;
    max-width: none;
    height: 100vh;
  }

  .sf-max-width-xxsmall {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .sf-form_top-progress-bar-wrapper {
    display: none;
  }

  .sf-heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .sf-form_instructions-delete-this-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sf-form_popup-component-wrapper-2 {
    width: 90%;
    max-width: none;
    height: 100vh;
  }

  .form-button-copy {
    font-size: 16px;
  }

  .sf-heading-style-h4-3 {
    font-size: 1.75rem;
  }

  .sf-form_progress-step-indicator.is-margin-change {
    margin-top: 0;
  }

  .sf-heading-style-h4-4 {
    font-size: 1.75rem;
  }

  .sf-form_instructions-delete-this-3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sf-form_step-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sf-heading-style-h4-5 {
    font-size: 1.75rem;
  }

  .sf-form_divider-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sf-form_component-main-wrapper {
    grid-template-columns: 1fr;
  }

  .sf-form_component-image-wrapper {
    display: none;
  }

  .sf-form_instructions-delete-this-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .medium {
    color: var(--phantom);
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 90svh;
    font-size: 20rem;
    line-height: 47px;
    display: flex;
    inset: 10.4svh auto 0% -8.7vw;
  }

  .medium.bottom {
    inset: auto 0% 14%;
  }

  .card {
    z-index: 10;
    background-color: #1b1b1b00;
    padding-top: 4rem;
    padding-right: 15vw;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .nav_button {
    width: 5rem;
  }

  .heading-33 {
    z-index: 4;
    color: var(--gold);
    margin-top: 0;
    margin-bottom: 5svh;
    margin-right: 10vw;
    font-family: Josefin Sans, sans-serif;
    font-size: 6rem;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .image-26 {
    width: 100vw;
    height: 100svh;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .menu-wrap {
    z-index: 9;
    background-color: var(--linen);
    background-image: url('../images/decal.jpg');
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100svh;
    padding-top: 60px;
    display: flex;
    position: fixed;
    inset: 0% auto 0% 0%;
    transform: translate(100vw);
  }

  .mobile-link---menu {
    color: var(--dark-slate-grey);
    text-transform: uppercase;
    margin-bottom: 60px;
    font-family: Josefin Sans, sans-serif;
    font-size: 10vw;
    font-weight: 700;
    line-height: 60px;
  }

  .mobile-link---menu.w--current {
    color: var(--linen);
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: var(--olive-2);
    text-transform: uppercase;
    font-size: 12vw;
    font-weight: 700;
  }

  .gallery {
    width: 100vw;
    height: 50vh;
    display: flex;
  }

  .slider-3 {
    width: 100vw;
    height: 100%;
  }

  .left-arrow-3, .right-arrow-3, .slide-nav-3 {
    display: none;
  }

  .slide-6 {
    background-image: url('../images/IMG_2434.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-7 {
    background-image: url('../images/Picanha.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-8 {
    background-image: url('../images/image_6483441.JPG');
    background-position: 50%;
    background-size: cover;
  }

  .slide-9 {
    background-image: url('../images/636a3a3b243b24ccb60c8248_image_64834413-p-1600.jpg');
    background-position: 100% 100%;
    background-size: cover;
  }

  .slide-10 {
    background-image: url('../images/joao-pedro-freitas-Bi9M8FDQEcI-unsplash.jpg');
    background-position: 50% 60%;
    background-size: cover;
  }

  .slide-11 {
    background-image: url('../images/image00001.jpeg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .events-catering {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
  }

  .text-block-20 {
    margin-bottom: 40px;
    font-family: Josefin Sans, sans-serif;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .intro-wrapper-100x60 {
    height: 80vh;
    display: flex;
  }

  .text-16 {
    text-align: justify;
    font-size: 20px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap.w80-50 {
    flex-direction: column;
  }

  .content6-headline {
    width: 100vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-4 {
    font-size: 16px;
  }

  .soft-scroll {
    display: flex;
  }

  .contact-grid {
    transform: translate(0, -100vh);
  }

  .contact-grid-text {
    text-align: center;
  }

  .form-2 {
    width: auto;
  }

  .landing---background {
    background-size: auto 100vh;
  }

  .floating-image-orb-1, .floating-image-orb-4 {
    display: none;
  }

  .celery, .crustaceans {
    width: 40px;
    height: 40px;
  }

  .meni-item-name---template, .menu-item-discription---template {
    font-size: 3vw;
  }

  .eggs {
    width: 40px;
    height: 40px;
  }

  .nav-menu-link-text {
    text-align: center;
    justify-content: center;
    font-size: 18vmin;
    line-height: 1.3;
  }

  .nav-menu-photos {
    display: none;
  }

  .nav-menu-links {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .nav-menu-link.nav-menu-link-1 {
    text-align: center;
    justify-content: center;
  }

  .nav-bar {
    height: 80px;
  }

  .fish, .gluten, .lupin, .mik, .molluscs, .mustard, .tree-nut, .peanut, .sesame {
    width: 40px;
    height: 40px;
  }

  .sulphur {
    width: 40px;
  }

  .menu-item-discription---center {
    font-size: 3vw;
  }

  .success-message {
    width: 90vw;
  }

  .button-5 {
    font-size: 16px;
  }

  .waves {
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }

  .footer-subscribe {
    background-color: var(--linen);
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

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

  .footer-form-title {
    letter-spacing: 6px;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 14px;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .footer-block-three {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 4vw;
  }

  .footer-link-three {
    color: var(--dark-slate-grey);
    margin-bottom: 20px;
    font-size: 4vw;
  }

  .footer-social-block-three {
    width: 40vw;
    margin-top: 10px;
  }

  .footer-social-link-three {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-divider-two {
    display: none;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
  }

  .footer-copyright {
    color: var(--dark-slate-grey);
    font-size: 3vw;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-link.site-design {
    color: var(--dark-slate-grey);
    margin-bottom: 40px;
    font-size: 3vw;
  }

  .footer-legal-link.privacy-policy {
    color: var(--dark-slate-grey);
    margin-bottom: 20px;
    font-size: 3vw;
  }

  .image-9, .image-10, .image-11 {
    filter: none;
  }

  .footer-social-link-four {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-13 {
    letter-spacing: 0;
  }

  .landing---menu {
    background-size: auto 100vh;
  }

  .image-14 {
    display: none;
  }

  .menu-socials {
    width: 60vw;
    margin-top: 10px;
  }

  ._6-col {
    margin-right: 0;
  }

  .sun-image {
    display: none;
  }

  .bold-text-10, .bold-text-11 {
    font-size: 3vw;
  }

  .landing {
    height: 100svh;
  }

  .location-text {
    text-align: justify;
    font-size: 20px;
  }

  .location-container {
    width: 95vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-16 {
    font-size: 14px;
  }

  .text-block-17 {
    color: #fff;
  }

  .soft-scroll---mob {
    display: block;
  }

  .slide-2 {
    width: 100vw;
  }

  .form---home {
    border-style: none;
    width: auto;
  }

  .image-18 {
    width: 300px;
    height: 300px;
  }

  .left-column {
    display: none;
  }

  .top-column {
    height: 6vh;
  }

  .link-2.top.w--current {
    display: none;
  }

  .bottom-column {
    height: 6vh;
  }

  .heading-21 {
    text-align: center;
    align-items: center;
    width: 80vw;
    height: auto;
    font-size: 5.3rem;
    line-height: 5.8rem;
  }

  .outline-h1 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    font-size: 8.4rem;
  }

  .landing-images {
    flex-direction: column;
    height: 100svh;
    padding-top: 0;
  }

  .right-column-copy, .li-link---contact, .li-link---gallery {
    display: none;
  }

  .logo-wrapper {
    background-image: url('../images/VOVO-2.png'), url('../images/VOVO-VOUCHERS.png');
    background-position: 33%, 50% 38%;
    background-repeat: no-repeat, repeat-y;
    background-size: 111vw, cover;
  }

  .pupil {
    width: 32vw;
    height: 32vw;
    display: none;
    inset: auto 0% 15.7svh auto;
  }

  .about-us {
    height: 50vh;
  }

  .heading-24 {
    border-top-style: none;
    width: 75vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .letterbox-background {
    background-image: none;
    background-size: auto;
    height: 50vh;
  }

  .heading-26 {
    text-align: justify;
    width: 100vw;
    padding-left: 30px;
    font-size: 50px;
  }

  .intro-h-m {
    width: 100vw;
    font-size: 120px;
    line-height: 120px;
    display: none;
  }

  .bottom-about-column, .intro-column {
    height: 6vh;
  }

  .silhouette---background {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .heading-28 {
    font-size: 45vw;
    line-height: 36vw;
  }

  .form-button {
    font-size: 16px;
  }

  .sf-form_step {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: block;
  }

  .sf-heading-style-h4 {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .sf-text-size-small {
    color: var(--dark-slate-grey);
    font-weight: 400;
  }

  .sf-spacer-small {
    padding-top: 1.25rem;
  }

  .sf-spacer-medium {
    padding-top: 1.5rem;
  }

  .sf-heading-style-h5 {
    font-size: 1.25rem;
  }

  .sf-form_popup-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sf-form_popup-component-wrapper {
    border-radius: 0;
    width: 100vw;
    max-height: none;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sf-heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .sf-form_popup-component-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sf-form_popup-component-wrapper-2 {
    border-radius: 0;
    width: 100vw;
    max-height: none;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .form-button-copy {
    font-size: 16px;
  }

  .sf-heading-style-h4-3, .sf-heading-style-h4-4, .sf-heading-style-h4-5 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .sf-spacer-small-2 {
    padding-top: 1.25rem;
  }

  .sf-spacer-medium-2 {
    padding-top: 1.5rem;
  }

  .sf-heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .sf-form_input-outer-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .card {
    padding-top: 0;
    padding-right: 10vw;
  }

  .heading-33 {
    color: var(--linen);
    margin-bottom: 4svh;
  }

  .menu-wrap {
    height: 100vh;
    inset: 0%;
    transform: translate(100vw);
  }

  .text-block-20 {
    color: var(--olive-2);
  }
}

@media screen and (max-width: 479px) {
  .section-3 {
    flex-direction: column;
    width: 100vw;
    margin-top: 0;
  }

  ._1000px {
    max-width: 95vw;
    padding-top: 30vh;
  }

  .heading-5 {
    text-align: center;
    font-size: 4.5vw;
  }

  .heading-6 {
    text-align: center;
    width: auto;
    font-size: 6vw;
  }

  .field-label, .list-wrapper {
    font-size: 4vw;
  }

  .form {
    max-width: 100%;
  }

  .intro-section {
    overflow: hidden;
  }

  .intro-wrapper-100x60 {
    z-index: 2;
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
    display: none;
  }

  .text-16 {
    text-align: justify;
    letter-spacing: 1px;
    width: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .text-16.text-16-60 {
    text-align: justify;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
  }

  .text-16.text-16-60.dark {
    color: var(--polaroid);
    text-align: left;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }

  .tagline.bold {
    font-size: 16px;
  }

  .content6-headline {
    margin-top: 60px;
  }

  .heading-8 {
    font-size: 60px;
    line-height: 70px;
  }

  .heading-8.alt {
    font-size: 14vw;
    line-height: 3vw;
  }

  .heading-8.alt.dark {
    color: var(--polaroid);
    font-size: 11vw;
    line-height: 14vw;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    height: 80px;
    font-size: 20px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
    box-shadow: 0 -3px 9px -4px #000000bf;
  }

  .image-2 {
    margin-bottom: 20%;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
    width: 90vw;
    position: relative;
    box-shadow: 7px 9px 3px -10px #ffffffed, 0 6px 6px -3px #0003, inset 1px 20px 12px -12px #00000042, -8px -11px 3px -9px #ffffff3b, 3px 5px 20px -4px #0000007a;
  }

  .mobile---hours {
    background-image: linear-gradient(#7c7d3beb, #7c7d3beb);
  }

  .mobile---hours.alt {
    background-position: 50% 0;
  }

  .temp---h1 {
    text-align: center;
    letter-spacing: 10px;
    align-self: center;
    width: 246px;
    margin-left: auto;
    margin-right: auto;
    font-size: 66px;
  }

  .landing-banner {
    flex-direction: column;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-block {
    max-width: 95vw;
  }

  .centre-text {
    background-image: linear-gradient(#f9b742d9, #f9b742d9), url('../images/image00001.jpeg');
    background-position: 0 0, 50% 64%;
    background-size: auto, auto;
  }

  .link-admin.white {
    font-size: 7vw;
  }

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

  .landing-h2 {
    text-align: center;
    letter-spacing: 11px;
    align-self: center;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .soft-scroll {
    max-width: 100vw;
  }

  .events {
    display: none;
  }

  .events.auto {
    background-position: 0 100%;
    background-size: cover;
    height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .contact-grid {
    width: 90vw;
    display: flex;
    transform: translate(0, -100vh);
  }

  .contact-grid-text {
    margin-top: 0;
  }

  .form-2 {
    width: auto;
  }

  .form-block-2 {
    width: 90vw;
  }

  .message-button-container {
    display: none;
  }

  .landing---foreground.landing-foreground {
    border-width: 0;
    height: 100svh;
  }

  .landing---background {
    background-position: 50% 0;
    background-size: cover;
    height: 100svh;
    overflow: hidden;
  }

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

  .drop-down-link---intro, .drop-down-link---images {
    display: none;
  }

  .products-wrapper-100x60 {
    background-color: var(--orange);
  }

  .link-menu, .link-gallery, .text-block-9, .text-block-9-5 {
    display: none;
  }

  .text-block-10 {
    font-size: 12px;
  }

  .menu-banner {
    max-width: 100vw;
  }

  .meni-item-name---template {
    margin-bottom: 10px;
    font-size: 5vw;
  }

  .menu-item-discription---template {
    font-size: 4vw;
  }

  .allergen-index-page {
    height: 50vh;
  }

  .allergen-index---intro, .paragraph {
    display: none;
  }

  .menu-image---frango-na-chapa {
    background-image: url('../images/Picanha.jpg');
  }

  .nav-menu {
    display: none;
  }

  .nav-bar-menu {
    width: 50px;
  }

  .socials {
    display: none;
  }

  .menu-item-wrapper {
    background-image: url('../images/5359638.png');
    background-position: 100% 100%;
    background-size: auto;
  }

  .allergen-index---picanha-na-chapa {
    width: 60vw;
    margin-top: 20px;
  }

  .allergen-index---frano-na-chapa {
    grid-template-rows: 40px 20px 20px;
    width: 60vw;
    margin-top: 20px;
  }

  .allergen-index---prato-feito {
    width: 60vw;
    margin-top: 20px;
  }

  .allergen-index---frango-de-verao {
    grid-template-columns: 1fr 1fr 1fr;
    width: 60vw;
    margin-top: 20px;
  }

  .mobile {
    height: auto;
  }

  .mobile-image---picanha-na-chapa {
    background-image: url('../images/Picanha.jpg');
    background-position: 50%;
  }

  .mobile-discription---picanha-na-chapa {
    justify-content: center;
    height: 70vh;
  }

  .mobile-item-wrapperv---frano-na-chapa {
    width: 100vw;
    height: auto;
  }

  .mobile-image---frango-na-chapa {
    background-image: url('../images/marek-mucha-a74X5kHDs20-unsplash.jpg');
  }

  .mobile-discription---picanha-na-chapa-copy {
    justify-content: center;
  }

  .mobile-discription---frango-na-chapa {
    background-color: var(--black-2);
    justify-content: center;
    height: 70vh;
  }

  .mobile-item-wrapperv---picanha-na-chapa {
    width: 100vw;
    height: auto;
  }

  .wave-block---olive {
    top: -1px;
    overflow: hidden;
  }

  .body-6 {
    max-width: 100vw;
    overflow: visible;
  }

  .mobile-discription---prato-feito {
    justify-content: center;
    height: 70vh;
  }

  .mobile-item-wrapperv---prato-feito {
    width: 100vw;
    height: auto;
  }

  .mobile-item-wrapperv---frango-de-verao {
    width: 100vw;
    height: 100vh;
  }

  .mobile-discription---frango-de-verao {
    justify-content: center;
    height: 70vh;
  }

  .mobile-allergen-info {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
  }

  .image-6 {
    filter: invert();
    mix-blend-mode: lighten;
    width: 60px;
    height: 60px;
  }

  .text-block-11 {
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 20px;
    font-family: Inconsolata, monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .menu-item-discription---center {
    font-size: 4vw;
  }

  .menu-button---landing {
    margin-top: 10px;
    margin-right: 10px;
  }

  .success-message {
    width: 90vw;
  }

  .what-we-do-best-header.alt.dark, .gallery-text.alt.dark, .gallery-header.alt.dark {
    color: var(--polaroid);
    font-size: 11vw;
    line-height: 14vw;
  }

  .feast-your-eyes {
    height: 50vh;
    display: flex;
  }

  .scroll-indicator {
    display: none;
  }

  .what-we-do-best-header-copy.alt.dark {
    color: var(--polaroid);
    font-size: 11vw;
    line-height: 14vw;
  }

  .grid-17 {
    background-image: none;
  }

  .image-8 {
    width: 30px;
    height: 30px;
  }

  .image-8.alt {
    max-width: none;
  }

  .link-block-menu {
    filter: grayscale() brightness(200%);
    color: var(--phantom);
    object-fit: fill;
    background-color: #33333354;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 14vw;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
  }

  .footer-subscribe {
    background-color: var(--linen);
    height: 100vh;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-container-two {
    justify-content: center;
  }

  .footer-form-title {
    text-align: center;
  }

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

  .footer-form-input {
    text-align: center;
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    width: 100%;
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    margin-top: 40px;
  }

  .footer-block-three {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .footer-link-three {
    text-align: center;
    letter-spacing: 6px;
    font-size: 16px;
  }

  .footer-social-block-three {
    width: 60vw;
  }

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

  .footer-copyright {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
  }

  .footer-legal-block {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .footer-legal-link.site-design {
    text-align: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
    line-height: 23px;
  }

  .footer-legal-link.privacy-policy {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
  }

  .image-9 {
    filter: none;
  }

  .success-message-2 {
    line-height: 40px;
  }

  .error-message {
    background-color: var(--dark-khaki);
    border-radius: 20px;
  }

  .text-block-13 {
    text-align: center;
    letter-spacing: 0;
  }

  .html-embed {
    display: none;
  }

  .blocker {
    background-image: url('../images/317271795_698613468270117_3964150340405564461_n.jpg');
    background-position: 50%;
    background-size: 259%;
    background-attachment: fixed;
    display: flex;
  }

  .menu-socials {
    margin-left: 0;
  }

  .menu-socials.contact {
    width: 70vw;
  }

  ._100-wrap.menu-2 {
    background-size: cover;
    height: 200px;
  }

  .location {
    margin-bottom: 40px;
    font-size: 8vw;
  }

  .text-block-14, .hours-text {
    font-size: 4vw;
    line-height: 6vw;
  }

  .mobile---hours-text {
    margin-right: 0;
    font-size: 4vw;
    line-height: 6vw;
  }

  .landing {
    height: 100svh;
    overflow: hidden;
  }

  .location-text {
    text-align: justify;
    letter-spacing: 1px;
    width: auto;
    font-size: 16px;
  }

  .location-text.text-16-60 {
    text-align: justify;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
  }

  .location-text.text-16-60.dark {
    color: var(--polaroid);
    text-align: left;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }

  .text-block-16 {
    line-height: 20px;
  }

  .text-block-17 {
    line-height: 30px;
  }

  .soft-scroll---mob {
    max-width: 100vw;
  }

  .form---home {
    width: auto;
  }

  .vovo-latin-grill---landing-page {
    height: 100svh;
    overflow: hidden;
  }

  .image-18 {
    width: 70vw;
    height: 70vw;
  }

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

  .left-column {
    margin-left: 20px;
  }

  .right-column {
    margin-right: 20px;
  }

  .top-column {
    text-align: center;
    flex-wrap: nowrap;
    width: 100vw;
    margin: 0 0 20px;
  }

  .link-2.top, .link-2.bottom {
    color: var(--black);
    font-size: 1.8rem;
  }

  .bottom-column {
    margin-bottom: 0;
  }

  .heading-20 {
    color: var(--orange);
    text-transform: uppercase;
    font-family: Josefin Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .heading-21 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    line-height: 4.6rem;
  }

  .outline-h1 {
    padding-top: 20px;
    font-size: 5.5rem;
  }

  .landing-images {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cp-link---contact, .cp-link---gallery, .gs-link---contact, .gs-link---gallery {
    color: var(--black);
  }

  .right-column-copy {
    margin-right: 20px;
  }

  .li-link---contact, .li-link---gallery {
    color: var(--black);
  }

  .order-online-button {
    font-size: 14px;
  }

  .div-block-25 {
    width: 50vw;
  }

  .istagram-text, .facebook-text {
    font-size: 14px;
  }

  .button-right {
    width: 50vw;
  }

  .logo-wrapper {
    border-bottom: 40px solid var(--linen);
    border-left-color: var(--phantom);
    background-image: url('../images/VOVO-2.png'), url('../images/VOVO-VOUCHERS.png');
    background-position: 18%, 50% 38%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 99svh, cover;
    width: 100vw;
    height: 100svh;
  }

  .pupil {
    width: 39vw;
    height: 39vw;
    display: none;
    bottom: 16.7svh;
    right: -39%;
  }

  .order-online-button-alternative {
    font-size: 14px;
  }

  .about-us {
    height: 50vh;
    display: flex;
  }

  .heading-24 {
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 13px;
  }

  .heading-24.no-border {
    text-align: justify;
    font-size: 13px;
  }

  .letterbox-background {
    background-color: var(--linen);
    background-image: none;
    height: 50vh;
  }

  .heading-26 {
    letter-spacing: 18px;
    padding-left: 15px;
    font-size: 30px;
  }

  .intro-h-m {
    font-size: 80px;
    line-height: 100px;
  }

  .order-online-button-copy {
    font-size: 14px;
  }

  .bottom-about-column {
    text-align: center;
    flex-wrap: nowrap;
    width: 100vw;
    margin: 0 0 20px;
  }

  .intro-button---home, .directions-button, .intro-button---order-online, .intro-button---menu, .intro-button---menu-copy, .intro-button---menu-copy-copy, .intro-button---directions {
    font-size: 14px;
  }

  .intro-column {
    text-align: center;
    flex-wrap: nowrap;
    width: 100vw;
    margin: 0 0 20px;
  }

  .silhouette---background {
    background-position: 40% 100%;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;
    display: none;
  }

  .form-button {
    margin-top: 20px;
  }

  .form-button.outline {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-7 {
    font-size: 1rem;
    line-height: 1.9rem;
  }

  .heading-30 {
    font-size: 5rem;
    line-height: 5rem;
  }

  .menu-slider {
    height: 100vh;
  }

  .sf-form_button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    height: auto;
    padding-bottom: 1.5rem;
    display: block;
  }

  .sf-form_radio-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sf-form_radio-field.is-grow {
    flex: 0 auto;
  }

  .sf-form_radio-label {
    color: var(--olive);
  }

  .sf-form_button-group-2, .sf-form_button-group-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: stretch;
  }

  .sf-form_progress-step-text-wrapper {
    display: none;
  }

  .sf-form_button-group-4, .sf-form_button-group-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: stretch;
  }

  .sf-form_radio-group-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card {
    padding-top: 0;
  }

  .nav_button {
    width: 3rem;
    height: 3rem;
    margin-top: 20px;
  }

  .heading-33 {
    margin-bottom: 3svh;
    font-size: 3.5rem;
  }

  .menu-wrap {
    transform: translate(100vw);
  }

  .mobile-link---menu {
    margin-bottom: 20px;
    font-size: 12vw;
  }

  .mobile-link---menu.w--current {
    -webkit-text-stroke-color: var(--olive-2);
    margin-bottom: 20px;
    font-size: 14vw;
  }

  .events-catering {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
  }
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f55a-f3167d45 {
  align-self: center;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f55c-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f561-f3167d45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f564-f3167d45 {
  place-self: center start;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f569-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f56e-f3167d45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f571-f3167d45 {
  place-self: center start;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f576-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f57b-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f580-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f585-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f58f-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f59b-f3167d45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f59e-f3167d45 {
  align-self: center;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f5a3-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f5a8-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f5af-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f5b4-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f5bb-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f5c0-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f5c7-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f5ce-f3167d45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f5d6-f3167d45 {
  place-self: center start;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f5db-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f5e0-f3167d45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f5e3-f3167d45 {
  place-self: center start;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f5e8-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f5ed-f3167d45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f5f5-f3167d45 {
  place-self: center start;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f5fa-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f5ff-f3167d45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f602-f3167d45 {
  place-self: center start;
}

#w-node-_5941b16b-0f9a-6515-c683-f981c484f607-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f60c-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f617-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f61c-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f62c-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f636-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f640-f3167d45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4f645be-90d9-b40f-f7de-d1adb814b0b4-f3167d45, #w-node-_773a6c77-d013-01ae-2be5-9d64f99559e4-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f7a2-f3167d45, #w-node-_5941b16b-0f9a-6515-c683-f981c484f828-f3167d45 {
  justify-self: end;
}


